-- MySQL dump 10.16  Distrib 10.2.12-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: artbyb12_wp168
-- ------------------------------------------------------
-- Server version	10.2.12-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 `wpyz_blog_versions`
--

DROP TABLE IF EXISTS `wpyz_blog_versions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_blog_versions` (
  `blog_id` bigint(20) NOT NULL DEFAULT 0,
  `db_version` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`blog_id`),
  KEY `db_version` (`db_version`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_blog_versions`
--

LOCK TABLES `wpyz_blog_versions` WRITE;
/*!40000 ALTER TABLE `wpyz_blog_versions` DISABLE KEYS */;
INSERT INTO `wpyz_blog_versions` VALUES (1,'44719','2019-02-24 12:42:16');
/*!40000 ALTER TABLE `wpyz_blog_versions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_blogmeta`
--

DROP TABLE IF EXISTS `wpyz_blogmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_blogmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` bigint(20) 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 `meta_key` (`meta_key`(191)),
  KEY `blog_id` (`blog_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_blogmeta`
--

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

--
-- Table structure for table `wpyz_blogs`
--

DROP TABLE IF EXISTS `wpyz_blogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_blogs` (
  `blog_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) NOT NULL DEFAULT 0,
  `domain` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `public` tinyint(2) NOT NULL DEFAULT 1,
  `archived` tinyint(2) NOT NULL DEFAULT 0,
  `mature` tinyint(2) NOT NULL DEFAULT 0,
  `spam` tinyint(2) NOT NULL DEFAULT 0,
  `deleted` tinyint(2) NOT NULL DEFAULT 0,
  `lang_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`blog_id`),
  KEY `domain` (`domain`(50),`path`(5)),
  KEY `lang_id` (`lang_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_blogs`
--

LOCK TABLES `wpyz_blogs` WRITE;
/*!40000 ALTER TABLE `wpyz_blogs` DISABLE KEYS */;
INSERT INTO `wpyz_blogs` VALUES (1,1,'www.resettohappiness.com','/','2019-01-25 22:07:33','2019-03-05 14:20:48',1,0,0,0,0,0);
/*!40000 ALTER TABLE `wpyz_blogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_commentmeta`
--

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

--
-- Dumping data for table `wpyz_commentmeta`
--

LOCK TABLES `wpyz_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpyz_commentmeta` DISABLE KEYS */;
INSERT INTO `wpyz_commentmeta` VALUES (86,121,'akismet_result','false'),(87,121,'akismet_history','a:2:{s:4:\"time\";s:13:\"1449563450.69\";s:5:\"event\";s:9:\"check-ham\";}'),(88,121,'rating','5'),(89,121,'akismet_history','a:3:{s:4:\"time\";s:13:\"1449686917.31\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),(90,121,'verified','0'),(91,121,'akismet_history','a:3:{s:4:\"time\";s:13:\"1499070589.51\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:7:\"mikka23\";}'),(92,121,'akismet_history','a:3:{s:4:\"time\";s:12:\"1499070620.8\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:7:\"mikka23\";}'),(93,122,'akismet_result','false'),(94,122,'akismet_history','a:3:{s:4:\"time\";s:13:\"1459857699.26\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),(95,122,'rating','5'),(96,122,'verified','0'),(97,122,'akismet_history','a:3:{s:4:\"time\";s:12:\"1499070589.5\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:7:\"mikka23\";}'),(98,122,'akismet_history','a:3:{s:4:\"time\";s:13:\"1499070621.89\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:7:\"mikka23\";}'),(99,122,'_wxr_import_user','1'),(100,123,'akismet_result','false'),(101,123,'akismet_history','a:3:{s:4:\"time\";s:12:\"1445612345.2\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"admin\";}'),(102,123,'rating','5'),(103,123,'verified','0'),(104,123,'akismet_history','a:3:{s:4:\"time\";s:13:\"1499070589.52\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:7:\"mikka23\";}'),(105,123,'akismet_history','a:3:{s:4:\"time\";s:13:\"1499070624.06\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:7:\"mikka23\";}'),(106,123,'_wxr_import_user','1'),(107,122,'_wp_trash_meta_status','1'),(108,122,'_wp_trash_meta_time','1550706594'),(109,121,'_wp_trash_meta_status','1'),(110,121,'_wp_trash_meta_time','1550706594'),(111,123,'_wp_trash_meta_status','1'),(112,123,'_wp_trash_meta_time','1550706594'),(113,225,'_wp_trash_meta_status','1'),(114,225,'_wp_trash_meta_time','1550708013'),(115,226,'_wp_trash_meta_status','0'),(116,226,'_wp_trash_meta_time','1550708222');
/*!40000 ALTER TABLE `wpyz_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_comments`
--

DROP TABLE IF EXISTS `wpyz_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_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_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)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=233 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_comments`
--

LOCK TABLES `wpyz_comments` WRITE;
/*!40000 ALTER TABLE `wpyz_comments` DISABLE KEYS */;
INSERT INTO `wpyz_comments` VALUES (229,20382,'WooCommerce','woocommerce@resettohappiness.com','','','2019-03-02 15:46:53','2019-03-02 23:46:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(230,20383,'WooCommerce','woocommerce@resettohappiness.com','','','2019-03-02 16:07:04','2019-03-03 00:07:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(231,20384,'WooCommerce','woocommerce@resettohappiness.com','','','2019-03-02 16:13:44','2019-03-03 00:13:44','Validation error: PayPal IPN response from a different email address (becky@beckymyhre.com). Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(232,20391,'WooCommerce','woocommerce@resettohappiness.com','','','2019-03-05 06:25:26','2019-03-05 14:25:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(18,1807,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-17 14:29:17','2017-11-17 14:29:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(19,1808,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-17 15:30:16','2017-11-17 15:30:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(20,1809,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-18 09:36:16','2017-11-18 09:36:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(21,1810,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-19 14:47:15','2017-11-19 14:47:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(22,1811,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-21 14:18:48','2017-11-21 14:18:48','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(23,1812,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-21 19:29:33','2017-11-21 19:29:33','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(24,1813,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-21 21:09:24','2017-11-21 21:09:24','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(25,1814,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-21 22:23:03','2017-11-21 22:23:03','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(26,1815,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-21 22:30:25','2017-11-21 22:30:25','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(27,1816,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-22 10:22:37','2017-11-22 10:22:37','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(28,1817,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-23 07:09:58','2017-11-23 07:09:58','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(29,1818,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-24 11:33:43','2017-11-24 11:33:43','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(30,1819,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-25 00:32:17','2017-11-25 00:32:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(31,1820,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-26 10:09:39','2017-11-26 10:09:39','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(32,1821,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-26 14:28:46','2017-11-26 14:28:46','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(33,1822,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-28 00:03:18','2017-11-28 00:03:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(34,1831,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-01 11:15:18','2017-12-01 11:15:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(35,1832,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-03 09:36:12','2017-12-03 09:36:12','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(36,1833,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-04 14:50:19','2017-12-04 14:50:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(37,1836,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-11 12:03:13','2017-12-11 12:03:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(38,1823,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-28 06:23:59','2017-11-28 06:23:59','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(39,1824,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-28 09:58:48','2017-11-28 09:58:48','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(40,1826,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-29 15:16:08','2017-11-29 15:16:08','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(41,1827,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 14:07:08','2017-11-30 14:07:08','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(42,1828,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 17:15:10','2017-11-30 17:15:10','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(43,1829,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 17:21:36','2017-11-30 17:21:36','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(44,1830,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-01 08:09:59','2017-12-01 08:09:59','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(45,1834,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-06 06:22:02','2017-12-06 06:22:02','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(46,1835,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-06 16:01:00','2017-12-06 16:01:00','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','','order_note',0,0),(121,19550,'Beardman','hello@ryanphillips.com.au','','69.46.2.66','2015-12-08 08:30:50','2015-12-08 08:30:50','These gloves, 5 stars.',0,'trash','','',0,0),(122,19555,'admin','info@example.com','','173.65.153.63','2016-04-05 12:01:39','2016-04-05 12:01:39','Amazing jacket!',0,'trash','','',0,0),(123,19558,'admin','info@example.com','','69.46.2.66','2015-10-23 14:59:05','2015-10-23 14:59:05','Bright, beautiful and awesome!',0,'trash','','',0,0),(124,19327,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-19 16:55:15','2017-11-19 16:55:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(125,19329,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-19 22:57:15','2017-11-19 22:57:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(126,19342,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-22 12:23:36','2017-11-22 12:23:36','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(127,19344,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-22 20:12:14','2017-11-22 20:12:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(128,19346,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-24 07:21:18','2017-11-24 07:21:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(129,19348,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-24 09:21:18','2017-11-24 09:21:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(130,19349,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-25 01:04:35','2017-11-25 01:04:35','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(131,19354,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-28 20:19:23','2017-11-28 20:19:23','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(132,19356,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-29 02:23:14','2017-11-29 02:23:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(133,19360,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-29 15:51:15','2017-11-29 15:51:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(134,19361,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-29 17:51:26','2017-11-29 17:51:26','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(135,19365,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 09:59:19','2017-11-30 09:59:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(136,19366,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 12:52:51','2017-11-30 12:52:51','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(137,19368,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 18:01:27','2017-11-30 18:01:27','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(138,19369,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-11-30 21:03:20','2017-11-30 21:03:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(139,19371,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-01 03:06:14','2017-12-01 03:06:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(140,19376,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-02 14:22:14','2017-12-02 14:22:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(141,19379,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-03 23:32:18','2017-12-03 23:32:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(142,19384,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-05 00:45:14','2017-12-05 00:45:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(143,19386,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-05 14:51:21','2017-12-05 14:51:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(144,19389,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-05 18:53:20','2017-12-05 18:53:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(145,19391,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-06 08:58:17','2017-12-06 08:58:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(146,19399,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-11 13:56:16','2017-12-11 13:56:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(147,19400,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-11 18:57:16','2017-12-11 18:57:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(148,19401,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-11 19:58:16','2017-12-11 19:58:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(149,19408,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-12 18:06:39','2017-12-12 18:06:39','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(150,19411,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-13 13:20:13','2017-12-13 13:20:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(151,19415,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-15 01:32:13','2017-12-15 01:32:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(152,19419,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-18 23:14:15','2017-12-18 23:14:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(153,19422,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-19 13:12:24','2017-12-19 13:12:24','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(154,19423,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-20 02:24:21','2017-12-20 02:24:21','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(155,19424,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-20 12:32:20','2017-12-20 12:32:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(156,19425,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-20 17:35:19','2017-12-20 17:35:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(157,19427,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-21 23:50:20','2017-12-21 23:50:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(158,19429,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-24 13:16:18','2017-12-24 13:16:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(159,19432,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-27 11:49:20','2017-12-27 11:49:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(160,19433,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-27 13:51:21','2017-12-27 13:51:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(161,19435,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-27 19:52:21','2017-12-27 19:52:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(162,19436,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-28 04:56:13','2017-12-28 04:56:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(163,19437,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-28 07:56:21','2017-12-28 07:56:21','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(164,19438,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-29 15:05:19','2017-12-29 15:05:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(165,19439,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-30 01:13:12','2017-12-30 01:13:12','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(166,19440,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2017-12-30 06:14:19','2017-12-30 06:14:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(167,19447,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-04 12:20:21','2018-01-04 12:20:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(168,19452,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-05 09:29:16','2018-01-05 09:29:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(169,19456,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-07 06:58:13','2018-01-07 06:58:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(170,19458,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-07 18:01:21','2018-01-07 18:01:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(171,19460,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-08 12:12:21','2018-01-08 12:12:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(172,19466,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-10 07:45:26','2018-01-10 07:45:26','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(173,19467,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-10 18:45:15','2018-01-10 18:45:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(174,19470,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-11 19:56:13','2018-01-11 19:56:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(175,19475,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-13 20:00:20','2018-01-13 20:00:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(176,19477,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-15 01:20:18','2018-01-15 01:20:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(177,19478,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-15 15:27:22','2018-01-15 15:27:22','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(178,19480,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-16 07:33:25','2018-01-16 07:33:25','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(179,19481,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-17 05:48:20','2018-01-17 05:48:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(180,19484,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-18 13:03:20','2018-01-18 13:03:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(181,19489,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-20 22:32:15','2018-01-20 22:32:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(182,19496,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-22 08:52:18','2018-01-22 08:52:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(183,19501,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-24 03:22:23','2018-01-24 03:22:23','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(184,19505,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-25 14:42:17','2018-01-25 14:42:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(185,19506,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-25 22:46:19','2018-01-25 22:46:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(186,19508,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-26 10:54:20','2018-01-26 10:54:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(187,19510,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-26 17:57:17','2018-01-26 17:57:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(228,20378,'WooCommerce','woocommerce@resettohappiness.com','','','2019-03-02 15:24:01','2019-03-02 23:24:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(227,20377,'WooCommerce','woocommerce@resettohappiness.com','','','2019-03-02 15:20:03','2019-03-02 23:20:03','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(188,19511,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-26 17:57:17','2018-01-26 17:57:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(189,19513,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-27 20:12:24','2018-01-27 20:12:24','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(190,19515,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-29 08:28:15','2018-01-29 08:28:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(191,19520,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-30 06:43:18','2018-01-30 06:43:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(192,19523,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-01-31 11:03:13','2018-01-31 11:03:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(193,19531,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-02 16:28:20','2018-02-02 16:28:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(194,19532,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-03 21:38:16','2018-02-03 21:38:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(195,19563,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-04 04:41:16','2018-02-04 04:41:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(196,19564,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-04 17:53:22','2018-02-04 17:53:22','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(197,19565,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-05 13:57:28','2018-02-05 13:57:28','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(198,19566,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-07 09:27:14','2018-02-07 09:27:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(199,19567,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-07 15:29:16','2018-02-07 15:29:16','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(200,19568,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-08 20:41:23','2018-02-08 20:41:23','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(201,19569,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-09 10:47:21','2018-02-09 10:47:21','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(202,19570,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-10 01:59:20','2018-02-10 01:59:20','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(203,19571,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-10 16:09:15','2018-02-10 16:09:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(204,19572,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-10 19:11:13','2018-02-10 19:11:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(205,19573,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-11 08:16:22','2018-02-11 08:16:22','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(206,19574,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-11 17:20:24','2018-02-11 17:20:24','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(207,19575,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-13 02:37:15','2018-02-13 02:37:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(208,19576,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-15 13:13:19','2018-02-15 13:13:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(209,19577,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-18 14:55:24','2018-02-18 14:55:24','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(210,19578,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-20 11:20:15','2018-02-20 11:20:15','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(211,19579,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-21 13:10:24','2018-02-21 13:10:24','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(212,19580,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-21 16:13:00','2018-02-21 16:13:00','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(213,19581,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-22 08:40:22','2018-02-22 08:40:22','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(214,19582,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-22 22:54:26','2018-02-22 22:54:26','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(215,19583,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-23 16:15:27','2018-02-23 16:15:27','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(216,19584,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-23 21:19:25','2018-02-23 21:19:25','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(217,19593,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-27 21:07:25','2018-02-27 21:07:25','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(218,19596,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-02-28 14:17:18','2018-02-28 14:17:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(219,19600,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-03-03 16:28:29','2018-03-03 16:28:29','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(220,19603,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-03-04 03:55:13','2018-03-04 03:55:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(221,19604,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-03-04 08:58:14','2018-03-04 08:58:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(222,19605,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-03-04 20:03:09','2018-03-04 20:03:09','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(223,19608,'WooCommerce','woocommerce@avada.theme-fusion.com','','','2018-03-06 04:24:14','2018-03-06 04:24:14','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','','order_note',0,0),(224,20199,'Becky','becky@beckymyhre.com','https://beckymyhre.com','204.9.110.32','2019-02-20 15:47:14','2019-02-20 23:47:14','I was laying in bed, thinking about a fun way to keep myself happy. Then the idea just flowed to me and within a week, I had the concept refined and ready to create.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','',0,0),(225,20199,'Becky Myhre','becky@resettohappiness.com','','204.9.110.32','2019-02-20 16:11:21','2019-02-21 00:11:21','lllsssllss',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','',0,1),(226,20199,'Rebecca','bmyhre27@gmail.com','','204.9.110.32','2019-02-20 16:16:18','2019-02-21 00:16:18','testing',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0);
/*!40000 ALTER TABLE `wpyz_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_layerslider`
--

DROP TABLE IF EXISTS `wpyz_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT 0,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT 0,
  `schedule_end` int(10) NOT NULL DEFAULT 0,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `flag_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `flag_popup` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_layerslider`
--

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

--
-- Table structure for table `wpyz_layerslider_revisions`
--

DROP TABLE IF EXISTS `wpyz_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_layerslider_revisions`
--

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

--
-- Table structure for table `wpyz_links`
--

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

--
-- Dumping data for table `wpyz_links`
--

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

--
-- Table structure for table `wpyz_loginizer_logs`
--

DROP TABLE IF EXISTS `wpyz_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_loginizer_logs`
--

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

--
-- Table structure for table `wpyz_options`
--

DROP TABLE IF EXISTS `wpyz_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_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`)
) ENGINE=MyISAM AUTO_INCREMENT=63110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_options`
--

LOCK TABLES `wpyz_options` WRITE;
/*!40000 ALTER TABLE `wpyz_options` DISABLE KEYS */;
INSERT INTO `wpyz_options` VALUES (1,'siteurl','https://www.resettohappiness.com','yes'),(2,'home','https://www.resettohappiness.com','yes'),(3,'blogname','Reset to Happiness','yes'),(4,'blogdescription','Get Happy. Stay Happy.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','becky@resettohappiness.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/blog/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:19:\"bbpress/bbpress.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:27:\"convertplug/convertplug.php\";i:5;s:33:\"fusion-builder/fusion-builder.php\";i:6;s:27:\"fusion-core/fusion-core.php\";i:7;s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";i:8;s:19:\"jetpack/jetpack.php\";i:9;s:23:\"loginizer/loginizer.php\";i:10;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:11;s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";i:12;s:27:\"woocommerce/woocommerce.php\";}','yes'),(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:2:{i:0;s:78:\"/home/artbyb12/resettohappiness.com/wp-content/themes/twentynineteen/style.css\";i:1;s:0:\"\";}','no'),(40,'template','Avada','yes'),(41,'stylesheet','Avada','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','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','identicon','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:5:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:5;a:12:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:10:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/sidebar_promotion_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:491:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/men/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/promotion_men_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:495:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/women/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/promotion_women_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/accessories/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/promotion_accessories_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/sidebar_promotion_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:14;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<img class=\"alignnone size-full wp-image-19755\" src=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_footer.png\" alt=\"You Are Amazing Card\" width=\"200\" height=\"117\" />\r\n\r\nCreating more happiness </br>in the world one card at a time.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:856:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/sidebar_ad.jpg\" />[/fusion_imageframe]\r\n[fusion_separator style_type=\"\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"]\r\n<p>Sign up with your email and always get notifed of Avada Lifestyles latest news!</p>\r\n[contact-form-7 id=\"584\" title=\"Sidebar Form\"]\r\n<div class=\"fusion-clearfix\"></div>\r\n\r\n\r\n\";s:6:\"filter\";b:0;}i:4;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<p style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com\"><img class=\"alignnone size-full wp-image-125\" src=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO1x.png\" alt=\"footer-logo\" width=\"205\" height=\"87\" /></a></p>\r\n<p style=\"text-align: center;\">get happy, stay happy, and watch the magic of life unfold</p>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s: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:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(82,'timezone_string','America/Los_Angeles','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','8','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,'wp_page_for_privacy_policy','20389','yes'),(92,'show_comments_cookies_opt_in','','yes'),(93,'initial_db_version','43764','yes'),(94,'wpyz_user_roles','a:12:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:116:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:27:\"access_white_label_branding\";b:1;s:9:\"access_cp\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:29:{s:9:\"keep_gate\";b:1;s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:18:\"edit_others_forums\";b:1;s:13:\"delete_forums\";b:1;s:20:\"delete_others_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:1:{s:8:\"spectate\";b:1;}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:28:{s:8:\"spectate\";b:0;s:11:\"participate\";b:0;s:8:\"moderate\";b:0;s:8:\"throttle\";b:0;s:10:\"view_trash\";b:0;s:14:\"publish_forums\";b:0;s:11:\"edit_forums\";b:0;s:18:\"edit_others_forums\";b:0;s:13:\"delete_forums\";b:0;s:20:\"delete_others_forums\";b:0;s:19:\"read_private_forums\";b:0;s:18:\"read_hidden_forums\";b:0;s:14:\"publish_topics\";b:0;s:11:\"edit_topics\";b:0;s:18:\"edit_others_topics\";b:0;s:13:\"delete_topics\";b:0;s:20:\"delete_others_topics\";b:0;s:19:\"read_private_topics\";b:0;s:15:\"publish_replies\";b:0;s:12:\"edit_replies\";b:0;s:19:\"edit_others_replies\";b:0;s:14:\"delete_replies\";b:0;s:21:\"delete_others_replies\";b:0;s:20:\"read_private_replies\";b:0;s:17:\"manage_topic_tags\";b:0;s:15:\"edit_topic_tags\";b:0;s:17:\"delete_topic_tags\";b:0;s:17:\"assign_topic_tags\";b:0;}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:25:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:8:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:19:\"read_private_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:17:\"assign_topic_tags\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:5:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}i:4;a:11:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:4;s:9:\"show_date\";b:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:11:{s:5:\"title\";s:13:\"Posts by Date\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:18:{s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}s:21:\"avada-footer-widget-2\";a:2:{i:0;s:7:\"text-14\";i:1;s:13:\"custom_html-3\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:14:\"recent-posts-4\";}s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:23:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:32:\"woocommerce_top_rated_products-3\";i:11;s:12:\"categories-3\";i:12;s:15:\"tweets-widget-2\";i:13;s:8:\"search-4\";i:14;s:18:\"pyre_tabs-widget-2\";i:15;s:12:\"categories-4\";i:16;s:6:\"text-9\";i:17;s:22:\"facebook-like-widget-2\";i:18;s:11:\"tag_cloud-4\";i:19;s:6:\"text-6\";i:20;s:11:\"tag_cloud-2\";i:21;s:18:\"pyre_tabs-widget-3\";i:22;s:15:\"flickr-widget-2\";}s:21:\"avada-footer-widget-1\";a:2:{i:0;s:6:\"text-4\";i:1;s:21:\"social_links-widget-4\";}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:24:\"avada-custom-sidebar-men\";a:1:{i:0;s:6:\"text-7\";}s:26:\"avada-custom-sidebar-women\";a:1:{i:0;s:6:\"text-8\";}s:32:\"avada-custom-sidebar-accessories\";a:1:{i:0;s:7:\"text-10\";}s:36:\"avada-custom-sidebar-productssidebar\";a:6:{i:0;s:28:\"woocommerce_product_search-3\";i:1;s:7:\"text-11\";i:2;s:32:\"woocommerce_top_rated_products-5\";i:3;s:32:\"woocommerce_product_categories-3\";i:4;s:22:\"woocommerce_products-3\";i:5;s:31:\"woocommerce_product_tag_cloud-3\";}s:35:\"avada-custom-sidebar-contentwidget1\";a:1:{i:0;s:22:\"woocommerce_products-4\";}s:35:\"avada-custom-sidebar-contentwidget2\";a:1:{i:0;s:22:\"woocommerce_products-5\";}s:35:\"avada-custom-sidebar-contentwidget3\";a:1:{i:0;s:32:\"woocommerce_top_rated_products-6\";}s:35:\"avada-custom-sidebar-contentwidget4\";a:1:{i:0;s:28:\"woocommerce_recent_reviews-3\";}s:30:\"avada-custom-sidebar-promotion\";a:4:{i:0;s:8:\"search-5\";i:1;s:12:\"categories-5\";i:2;s:11:\"tag_cloud-5\";i:3;s:10:\"archives-3\";}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:5:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:2;a:2:{s:5:\"title\";s:12:\"Popular Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:5;a:11:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:2:{i:3;a:10:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:1162:\"<div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-3 .fusion-button-text, .fusion-button.button-3 i {color:#ffffff;}.fusion-button.button-3 {border-width:0px;border-color:#ffffff;}.fusion-button.button-3 .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-3:hover .fusion-button-text, .fusion-button.button-3:hover i,.fusion-button.button-3:focus .fusion-button-text, .fusion-button.button-3:focus i,.fusion-button.button-3:active .fusion-button-text, .fusion-button.button-3:active{color:#ffffff;}.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active{border-width:0px;border-color:#ffffff;}.fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:active .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-3{width:auto;}</style><a class=\"fusion-button button-flat fusion-button-round button-large button-default button-3\" target=\"_self\" href=\"https://www.resettohappiness.com/amazing-cards/\"><span class=\"fusion-button-text\">Let\'s Play</span></a></div>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:22:{i:1551801766;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1551801778;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1551801837;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1551801855;a:2:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:40:\"jetpack_display_posts_widget_cron_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"minutes_10\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1551802128;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:1551805216;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1551815602;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:1551819414;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1551823653;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551823728;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:1551823898;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1551826676;a:1:{s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1551826727;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551827078;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551827366;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551827614;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1551841014;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551841024;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551851814;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551859200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1554379200;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(116,'loginizer_version','1.4.1','yes'),(117,'loginizer_options','a:0:{}','yes'),(118,'loginizer_last_reset','1551743776','yes'),(119,'loginizer_whitelist','a:0:{}','yes'),(120,'loginizer_blacklist','a:0:{}','yes'),(121,'loginizer_ins_time','1548454126','yes'),(122,'loginizer_promo_time','-1551122355','yes'),(113,'smm_version','1.3.1','yes'),(114,'disable_smm','0','yes'),(115,'wpforms_shareasale_id','1587694','yes'),(123,'jetpack_sync_settings_disable','0','yes'),(124,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(125,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(126,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(127,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(128,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(129,'widget_woocommerce_price_filter','a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}','yes'),(130,'widget_woocommerce_product_categories','a:3:{i:2;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";s:1:\"1\";s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}i:3;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:5:\"order\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(131,'widget_woocommerce_product_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:15:\"Search products\";}s:12:\"_multiwidget\";i:1;}','yes'),(132,'widget_woocommerce_product_tag_cloud','a:3:{i:2;a:1:{s:5:\"title\";s:12:\"Product Tags\";}i:3;a:1:{s:5:\"title\";s:4:\"Tags\";}s:12:\"_multiwidget\";i:1;}','yes'),(133,'widget_woocommerce_products','a:4:{i:3;a:7:{s:5:\"title\";s:16:\"On-Sale Products\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:6:\"onsale\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:4;a:7:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:8:\"featured\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:5;a:7:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:6:\"onsale\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(134,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(135,'widget_woocommerce_top_rated_products','a:5:{i:3;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:5;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"3\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'),(136,'widget_woocommerce_recent_reviews','a:3:{i:2;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"5\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'),(137,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(138,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(139,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(140,'current_theme_supports_woocommerce','yes','yes'),(141,'woocommerce_queue_flush_rewrite_rules','no','yes'),(144,'woocommerce_store_address','2017 N 77th St','yes'),(145,'woocommerce_store_address_2','','yes'),(146,'woocommerce_store_city','Seattle','yes'),(147,'woocommerce_default_country','US:WA','yes'),(148,'woocommerce_store_postcode','98103','yes'),(149,'woocommerce_allowed_countries','all','yes'),(150,'woocommerce_all_except_countries','a:0:{}','yes'),(151,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(152,'woocommerce_ship_to_countries','','yes'),(153,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(154,'woocommerce_default_customer_address','geolocation','yes'),(155,'woocommerce_calc_taxes','yes','yes'),(156,'woocommerce_enable_coupons','yes','yes'),(157,'woocommerce_calc_discounts_sequentially','yes','no'),(158,'woocommerce_currency','USD','yes'),(159,'woocommerce_currency_pos','left','yes'),(160,'woocommerce_price_thousand_sep',',','yes'),(161,'woocommerce_price_decimal_sep','.','yes'),(162,'woocommerce_price_num_decimals','2','yes'),(163,'woocommerce_shop_page_id','286','yes'),(164,'woocommerce_cart_redirect_after_add','no','yes'),(165,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(166,'woocommerce_placeholder_image','','yes'),(167,'woocommerce_weight_unit','lbs','yes'),(168,'woocommerce_dimension_unit','in','yes'),(169,'woocommerce_enable_reviews','yes','yes'),(170,'woocommerce_review_rating_verification_label','yes','no'),(171,'woocommerce_review_rating_verification_required','yes','no'),(172,'woocommerce_enable_review_rating','yes','yes'),(173,'woocommerce_review_rating_required','yes','no'),(174,'woocommerce_manage_stock','yes','yes'),(175,'woocommerce_hold_stock_minutes','60','no'),(176,'woocommerce_notify_low_stock','yes','no'),(177,'woocommerce_notify_no_stock','yes','no'),(178,'woocommerce_stock_email_recipient','becky@resettohappiness.com','no'),(179,'woocommerce_notify_low_stock_amount','2','no'),(180,'woocommerce_notify_no_stock_amount','0','yes'),(181,'woocommerce_hide_out_of_stock_items','no','yes'),(182,'woocommerce_stock_format','','yes'),(183,'woocommerce_file_download_method','force','no'),(184,'woocommerce_downloads_require_login','no','no'),(185,'woocommerce_downloads_grant_access_after_payment','yes','no'),(186,'woocommerce_prices_include_tax','no','yes'),(187,'woocommerce_tax_based_on','shipping','yes'),(188,'woocommerce_shipping_tax_class','inherit','yes'),(189,'woocommerce_tax_round_at_subtotal','no','yes'),(190,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(191,'woocommerce_tax_display_shop','excl','yes'),(192,'woocommerce_tax_display_cart','excl','yes'),(193,'woocommerce_price_display_suffix','','yes'),(194,'woocommerce_tax_total_display','itemized','no'),(195,'woocommerce_enable_shipping_calc','yes','no'),(196,'woocommerce_shipping_cost_requires_address','no','yes'),(197,'woocommerce_ship_to_destination','billing','no'),(198,'woocommerce_shipping_debug_mode','no','yes'),(199,'woocommerce_enable_guest_checkout','yes','no'),(200,'woocommerce_enable_checkout_login_reminder','yes','no'),(201,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(202,'woocommerce_enable_myaccount_registration','yes','no'),(203,'woocommerce_registration_generate_username','yes','no'),(204,'woocommerce_registration_generate_password','yes','no'),(205,'woocommerce_erasure_request_removes_order_data','no','no'),(206,'woocommerce_erasure_request_removes_download_data','no','no'),(207,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(208,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(209,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(210,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(211,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(212,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(213,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(214,'woocommerce_email_from_name','Reset To Happiness','no'),(215,'woocommerce_email_from_address','hello@resettohappiness.com','no'),(216,'woocommerce_email_header_image','','no'),(217,'woocommerce_email_footer_text','{site_title}<br />Powered by <a href=\"https://woocommerce.com/\">WooCommerce</a>','no'),(218,'woocommerce_email_base_color','#96588a','no'),(219,'woocommerce_email_background_color','#f7f7f7','no'),(220,'woocommerce_email_body_background_color','#ffffff','no'),(221,'woocommerce_email_text_color','#3c3c3c','no'),(222,'woocommerce_cart_page_id','19916','yes'),(223,'woocommerce_checkout_page_id','19917','yes'),(224,'woocommerce_myaccount_page_id','19918','yes'),(225,'woocommerce_terms_page_id','','no'),(226,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(227,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(228,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(229,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(230,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(231,'woocommerce_myaccount_orders_endpoint','orders','yes'),(232,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(233,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(234,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(235,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(236,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(237,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(238,'woocommerce_logout_endpoint','customer-logout','yes'),(239,'woocommerce_api_enabled','no','yes'),(240,'woocommerce_single_image_width','600','yes'),(241,'woocommerce_thumbnail_image_width','300','yes'),(242,'woocommerce_checkout_highlight_required_fields','yes','yes'),(243,'woocommerce_demo_store','no','no'),(245,'default_product_cat','15','yes'),(258,'do_activate','0','yes'),(259,'jetpack_activated','2','yes'),(49060,'_transient_timeout_avada_ri_Fusion Builder0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1551041739','no'),(49062,'_transient_timeout_avada_remote_installer_package_Fusion Builder','1551041439','no'),(251,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1548455672;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(252,'woocommerce_admin_notices','a:0:{}','yes'),(62939,'_transient_timeout_jetpack_idc_allowed','1551802806','no'),(62940,'_transient_jetpack_idc_allowed','1','no'),(262,'jetpack_available_modules','a:1:{s:3:\"7.1\";a:45:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";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:16:\"google-analytics\";s:3:\"4.5\";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:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";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:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";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\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(263,'jetpack_options','a:12:{s:7:\"version\";s:14:\"7.1:1551800319\";s:11:\"old_version\";s:16:\"7.0.1:1550199401\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:157458821;s:6:\"public\";i:1;s:9:\"jumpstart\";s:19:\"jumpstart_activated\";s:11:\"master_user\";i:1;s:14:\"last_heartbeat\";i:1551740863;s:22:\"image_widget_migration\";b:1;s:24:\"custom_css_4.7_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;}','yes'),(264,'woocommerce_meta_box_errors','a:0:{}','yes'),(377,'_transient_timeout_avada_ri_Revolution Slider0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1548456628','no'),(274,'_amn_wpforms-lite_last_checked','1551052800','yes'),(275,'wpforms_review','a:2:{s:4:\"time\";i:1548454299;s:9:\"dismissed\";b:0;}','yes'),(1301,'stats_cache','a:2:{s:32:\"25574016d2c992ae9603b846606633c8\";a:1:{i:1551801042;a:4:{i:0;a:4:{s:7:\"post_id\";s:5:\"19916\";s:10:\"post_title\";s:4:\"Cart\";s:14:\"post_permalink\";s:40:\"https://www.resettohappiness.com/cart-2/\";s:5:\"views\";s:1:\"2\";}i:1;a:4:{s:7:\"post_id\";s:1:\"8\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:33:\"https://www.resettohappiness.com/\";s:5:\"views\";s:1:\"1\";}i:2;a:4:{s:7:\"post_id\";s:5:\"19823\";s:10:\"post_title\";s:15:\"You Are Amazing\";s:14:\"post_permalink\";s:41:\"https://www.resettohappiness.com/amazing/\";s:5:\"views\";s:1:\"1\";}i:3;a:4:{s:7:\"post_id\";s:5:\"19917\";s:10:\"post_title\";s:8:\"Checkout\";s:14:\"post_permalink\";s:42:\"https://www.resettohappiness.com/checkout/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"da58d9bd31aa67df7db6fb9c263afafb\";a:1:{i:1551801042;a:1:{i:0;a:2:{s:10:\"searchterm\";s:6:\"amazon\";s:5:\"views\";s:1:\"1\";}}}}','yes'),(62629,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1551837016','no'),(62630,'_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:49:\"\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:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Fri, 01 Mar 2019 10:00:10 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.2-alpha-44794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\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:37:\"The Month in WordPress: February 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\";s: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 Mar 2019 10:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6652\";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:\"A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February. Release of WordPress 5.1 Near the end of the month, WordPress 5.1 was released, featuring significant stability and performance enhancements as well [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7509:\"\n<p>A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.1</h2>\n\n\n\n<p>Near the end of the month, <a href=\"https://wordpress.org/news/2019/02/betty/\">WordPress 5.1 was released</a>, featuring significant stability and performance enhancements as well as the first of the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> mechanisms that are in active development. Most prominent is the new warning for sites running long-outdated versions of PHP.<br></p>\n\n\n\n<p>You can check out <a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">the Field Guide for this release</a> for a detailed look at all the new features and improvements. The next release <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">is already in development</a> with plans to improve the Site Health features, PHP compatibility, and a number of other things.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues </h2>\n\n\n\n<p>The block editor that is now a part of WordPress core started out as a project named <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> with the lofty goal of creating a whole new site-building experience for all WordPress users. The first phase of Gutenberg resulted in the block editor that was included in WordPress 5.0, but development didn’t stop there &#8211; <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">phase 2 of the project is well underway</a>.<br></p>\n\n\n\n<p>This month, one of the initial goals for this phase was reached with <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\">all of the core WordPress widgets being converted to blocks</a> &#8211; this will go a long way to allowing full sites to be built using blocks, rather than simply post or page content.<br></p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Editor Comes to the Mobile Apps</h2>\n\n\n\n<p>As Gutenberg development continues, the Mobile team has been working hard to integrate the new block editor into <a href=\"https://wordpress.org/mobile/\">the WordPress mobile apps</a>. Near the end of February, <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">the team shipped a complete integration in the beta versions of the apps</a> &#8211; this a significant milestone and a big step towards unifying the mobile and desktop editing experiences.<br></p>\n\n\n\n<p>Both the iOS and Android apps are open for beta testers, so if you would like to experience the block editor on mobile today, then <a href=\"https://apps.wordpress.com/contribute/\">join the beta program</a>.<br></p>\n\n\n\n<p>Want to get involved in developing the WordPress mobile apps? Follow <a href=\"https://make.wordpress.org/mobile/\">the Mobile team blog</a>, and join the #mobile channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br></p>\n\n\n\n<h2>WordPress Triage Team Announced</h2>\n\n\n\n<p>One of the goals for 2019 that Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>) announced in his <a href=\"https://2018.us.wordcamp.org/state-of-the-word/\">State of the Word</a> address last year was to form a team who would work to manage the ever-increasing number of tickets in <a href=\"https://core.trac.wordpress.org/\">Trac</a>, the bug tracker that WordPress Core employs.</p>\n\n\n\n<p>This team, known as the Triage Team, <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">has been announced</a>. Their work will involve coordinating with component maintainers, release leads, project leadership, contributors, and other WordPress related projects with issue trackers outside of Trac to ensure that everyone is empowered to focus on contributing.</p>\n\n\n\n<p>The team was formed based on nominations of volunteers to take part and will be led by Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>). The other members of the team are Chris Christoff (<a href=\'https://profiles.wordpress.org/chriscct7/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chriscct7</a>), Tammie Lister (<a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>), Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergey/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergey</a>), and Sheri Bigelow (<a href=\'https://profiles.wordpress.org/designsimply/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>designsimply</a>) &#8211; all of whom have a strong track record of contributing to WordPress, have exhibited good triaging practices, and are overall good community members.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>In this year alone, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress meetup program</a> has hosted 800 events across the world, all organized by local community members.</li><li><a href=\"https://make.wordpress.org/community/2019/02/21/discussion-how-could-we-improve-the-wordpress-community-summit/\">An important discussion has been opened</a> regarding the future of the WordPress Community Summit.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">has started planning the fourth Global WordPress Translation Day</a> to take place on 11 May 2019.</li><li>The Theme Review team <a href=\"https://make.wordpress.org/themes/2019/02/26/theme-sniffer-plugin-v1-0-0-rc1-version/\">is working on a useful tool named Theme Sniffer</a> to assist theme developers and reviewers in making sure their code is standards-compliant.</li><li>The first <a href=\"https://2019.nordic.wordcamp.org/\">WordCamp Nordic</a> is coming up on March 7-8.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2019/02/13/wordcamp-pwa-plugin-proposal-and-designs/\">is looking for feedback</a> on their designs for a Progressive Web Application (PWA) for WordCamp.org.</li><li>The Design team has been working hard on designing the new Navigation Menu block and are <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\">looking for feedback</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 here</em></a><em>.</em><br></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:4:\"6652\";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:51:\"\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:25:\"WordPress 5.1 “Betty”\";s:7:\"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/2019/02/betty/\";s: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, 21 Feb 2019 22:48:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6589\";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:153:\"A Little Better Every Day: Version 5.1 of WordPress, named \"Betty\" in honour of acclaimed jazz vocalist Betty Carter, is available for download! 🕺🏻\";s: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:43213:\"\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:center\">A Little Better Every Day</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://s.w.org/images/core/5.1/update.svg\" alt=\"\" /></figure>\n\n\n\n<p>Version 5.1 of WordPress, named &#8220;Betty&#8221; in honour of acclaimed jazz vocalist Betty Carter, is available for download or update in your WordPress dashboard.</p>\n\n\n\n<p>Following <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0</a> — a major release which introduced the new block editor — 5.1 focuses on polish, in particular by improving the overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:left\">Site Health</h2>\n\n\n\n<div class=\"wp-block-image inline-svg\"><figure class=\"alignright is-resized\"><img src=\"https://s.w.org/images/core/5.1/site-health.svg\" alt=\"\" width=\"191\" height=\"168\" /></figure></div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>When you install new plugins, WordPress&#8217;s Site Health features will check them against the version of PHP you&#8217;re running. If the plugin requires a version that won’t work with your site, WordPress will keep you from installing that plugin.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:left\">Editor Performance</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img src=\"https://s.w.org/images/core/5.1/editor-performance.svg\" alt=\"\" width=\"182\" height=\"182\" /></figure></div>\n\n\n\n<p>Introduced in WordPress 5.0, the new block editor continues to improve. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. </p>\n\n\n\n<p>Expect more performance improvements in the next couple of releases.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:left\">Developer Happiness</h2>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/\">Multisite Metadata</a></h3>\n\n\n\n<p>5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/cron-api-changes-in-wordpress-5-1/\">Cron API</a></h3>\n\n\n\n<p>The Cron API has been updated with new functions to assist with returning data and includes new filters for modifying cron storage. Other changes in behavior affect cron spawning on servers running FastCGI and PHP-FPM versions 7.0.16 and above.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/\">New JS Build Processes</a></h3>\n\n\n\n<p>WordPress 5.1 features a new JavaScript build option, following the large reorganisation of code that started in the 5.0 release.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/\">Other Developer Goodness</a></h3>\n\n\n\n<p>Miscellaneous improvements include:</p>\n\n\n\n<ul><li>Updates to values for the <code>WP_DEBUG_LOG</code> constant</li><li>New test config file constant in the test suite, new plugin action hooks </li><li>Short-circuit filters for  <code>wp_unique_post_slug()</code>, <code>WP_User_Query</code>, and <code>count_users()</code></li><li>A new <code>human_readable_duration</code> function</li><li>Improved taxonomy metabox sanitization</li><li>Limited <code>LIKE</code> support for meta keys when using <code>WP_Meta_Query</code></li><li>A new “doing it wrong” notice when registering REST API endpoints</li></ul>\n\n\n\n<p>&#8230;and more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:left\">The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, along with <a href=\"https://pento.net/\">Gary Pendergast</a> as <a href=\"https://core.trac.wordpress.org/changeset/42343\">Senior Code Reshuffler</a> and <a href=\"https://core.trac.wordpress.org/changeset/43309\">Poet</a>. They received wonderful assistance from the following 561 contributors for this release, 231 of whom were making their first ever contribution! Pull up some Betty Carter on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0x6f0\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/1265578519-1\">1265578519</a>, <a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/360zen\">360zen</a>, <a href=\"https://profiles.wordpress.org/aardrian\">aardrian</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/abhayvishwakarma\">Abhay Vishwakarma</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</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/aldavigdis\">aldavigdis</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/alexstine\">Alex</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/xyfi\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexgso\">alexgso</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/acirujano\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/anantajitjg\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/andrei0x309\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/andrewza\">Andrew Lima</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/antaltettinger\">Antal Tettinger</a>, <a href=\"https://profiles.wordpress.org/antipole\">antipole</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonioeatgoat\">antonioeatgoat</a>, <a href=\"https://profiles.wordpress.org/aranwer104\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/ayubadiputra\">Ayub Adiputra</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/drywallbmb\">Ben Byrne</a>, <a href=\"https://profiles.wordpress.org/benhuberman\">benhuberman</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/benvaassen\">benvaassen</a>, <a href=\"https://profiles.wordpress.org/bhargavmehta\">Bhargav Mehta</a>, <a href=\"https://profiles.wordpress.org/bikecrazyy\">bikecrazyy</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/bramheijmink\">bramheijmink</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/bruceallen\">bruceallen</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes\">Bytes.co</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/campusboy1987\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/ccismaru\">ccismaru</a>, <a href=\"https://profiles.wordpress.org/chasewg\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/claudiu\">claudiu</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/munklefish\">Code Clinic</a>, <a href=\"https://profiles.wordpress.org/codegrau\">codegrau</a>, <a href=\"https://profiles.wordpress.org/coleh\">coleh</a>, <a href=\"https://profiles.wordpress.org/conner_bw\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/croce\">croce</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danimalbrown\">danimalbrown</a>, <a href=\"https://profiles.wordpress.org/dannycooper\">Danny Cooper</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/darko-a7\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/desertsnowman\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dfangstrom\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhruvin\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/dontstealmyfish\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dschalk\">dschalk</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/eamax\">eamax</a>, <a href=\"https://profiles.wordpress.org/eartboard\">eArtboard</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/ericmeyer\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/etoledom\">etoledom</a>, <a href=\"https://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"https://profiles.wordpress.org/dyrer\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</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/fclaussen\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fuchsws\">fuchsws</a>, <a href=\"https://profiles.wordpress.org/fullyint\">fullyint</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/garetharnold\">Gareth</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/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gm_alex\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/gnif\">gnif</a>, <a href=\"https://profiles.wordpress.org/graymouser\">graymouser</a>, <a href=\"https://profiles.wordpress.org/greg\">greg</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guido07111975\">Guido</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev</a>, <a href=\"https://profiles.wordpress.org/hafiz\">Hafiz Rahman</a>, <a href=\"https://profiles.wordpress.org/hailite\">Hai@LiteSpeed<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/harsh175\">Harsh Patel</a>, <a href=\"https://profiles.wordpress.org/haruharuharuby\">haruharuharuby</a>, <a href=\"https://profiles.wordpress.org/idea15\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda\">Hitendra Chopda</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ibantxillo\">ibantxillo</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/igorsch\">Igor</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ionvv\">ionvv</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel104\">isabel104</a>, <a href=\"https://profiles.wordpress.org/ishitaka\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/meatman89fs\">Ivan Mudrik</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janalwin\">janalwin</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janthiel\">janthiel</a>, <a href=\"https://profiles.wordpress.org/jaswrks\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny</a>, <a href=\"https://profiles.wordpress.org/jeremeylduvall\">Jeremey</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/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jesperher\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/professor44\">Jesse Friedman</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jirihon\">Jiri Hon</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joanrho\">joanrho</a>, <a href=\"https://profiles.wordpress.org/jobthomas\">Job</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/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</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/johnalarcon\">johnalarcon</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnschulz\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jpurdy647\">jpurdy647</a>, <a href=\"https://profiles.wordpress.org/jrdelarosa\">jrdelarosa</a>, <a href=\"https://profiles.wordpress.org/jryancard\">jryancard</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jamosova\">Julia Amosova</a>, <a href=\"https://profiles.wordpress.org/juliemoynat\">juliemoynat</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidkbr\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kapteinbluf\">kapteinbluf</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kelvink\">kelvink</a>, <a href=\"https://profiles.wordpress.org/khaihong\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/kmeze\">kmeze</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/konainm\">konainm</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/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/krutidugade\">krutidugade</a>, <a href=\"https://profiles.wordpress.org/laghee\">laghee</a>, <a href=\"https://profiles.wordpress.org/lakenh\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lisannekluitmans\">lisannekluitmans</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasrolff\">LucasRolff</a>, <a href=\"https://profiles.wordpress.org/luciano-croce\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luminus\">Luminus</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/maartenleenders\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/macbookandrew\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manuel_84\">manuel_84</a>, <a href=\"https://profiles.wordpress.org/zottto\">Marc Nilius</a>, <a href=\"https://profiles.wordpress.org/marcelo2605\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcomartins\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcomarsala\">marco.marsala</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marcwieland95\">marcwieland95</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvw\">mariusvw</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/iceable\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/lonelyvegan\">Matthew Riley MacPherson</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcmwebsol\">mcmwebsol</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/michielatyoast\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom\">Migrated to @sebastienserre</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikegillihan\">Mike Gillihan</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/lanche86\">Milan Ivanovic</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirkoschubert\">mirkoschubert</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrmadhat\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/xpertone\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/lorenzone92\">MultiformeIngegno</a>, <a href=\"https://profiles.wordpress.org/mmaumio\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadim0988\">nadim0988</a>, <a href=\"https://profiles.wordpress.org/nandorsky\">nandorsky</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/nataliashitova\">nataliashitova</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ndavison\">ndavison</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nick_thegeek\">Nick the Geek</a>, <a href=\"https://profiles.wordpress.org/nahuelmahe\">Nicolas Figueira</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">Nicolle Helgers</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/mrtortai\">Noam Eppel</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/omarreiss\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/codestor\">Omkar Bhagat</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</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/panchen\">panchen</a>, <a href=\"https://profiles.wordpress.org/parbaugh\">parbaugh</a>, <a href=\"https://profiles.wordpress.org/xparham\">Parham Ghaffarian</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa\">Pascal Casier</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/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/pputzer\">Peter Putzer</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/pskli\">Pierre Sa&#239;kali</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter Daalder</a>, <a href=\"https://profiles.wordpress.org/piyush9100\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/poena\">poena</a>, <a href=\"https://profiles.wordpress.org/promz\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pmbaldha\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/presstigers\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordpress.org/qcmiao\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/cthreelabs\">Raja Mohammed</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravanh\">RavanH</a>, <a href=\"https://profiles.wordpress.org/redcastor\">redcastor</a>, <a href=\"https://profiles.wordpress.org/remyvv\">remyvv</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/rhetorical\">rhetorical</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rishishah\">Rishi Shah</a>, <a href=\"https://profiles.wordpress.org/robbie505\">Robbie</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/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/robinvandervliet\">Robin van der Vliet</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/othellobloke\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/sebastienserre\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/sagarnasit\">sagarnasit</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebakurzyn\">Sebastian Kurzynoswki</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shaneeckert\">Shane Eckert</a>, <a href=\"https://profiles.wordpress.org/sharaz\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/sherwood\">sherwood</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/sjardo\">Sjardo</a>, <a href=\"https://profiles.wordpress.org/skoldin\">skoldin</a>, <a href=\"https://profiles.wordpress.org/slilley\">slilley</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/sonjaleix\">Sonja Leix</a>, <a href=\"https://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spartank\">spartank</a>, <a href=\"https://profiles.wordpress.org/spyderbytes\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stazdotio\">stazdotio</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/strategio\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swift\">swift</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/teddytime\">teddytime</a>, <a href=\"https://profiles.wordpress.org/terriann\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themezee\">ThemeZee</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/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timhavinga\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titodevera\">titodevera</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tferry\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/torontodigits\">TorontoDigits</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Toshihiro Kanai</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/usmankhalid\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/utsav72640\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/uttam007\">uttam007</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valer1e\">Val&#233;rie Galassi</a>, <a href=\"https://profiles.wordpress.org/valchovski\">valchovski</a>, <a href=\"https://profiles.wordpress.org/vishaldodiya\">vishaldodiya</a>, <a href=\"https://profiles.wordpress.org/vnsavage\">vnsavage</a>, <a href=\"https://profiles.wordpress.org/voneff\">voneff</a>, <a href=\"https://profiles.wordpress.org/warmlaundry\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/wbrubaker\">wbrubaker</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/kwonye\">Will Kwon</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/wpzinc\">wpzinc</a>, <a href=\"https://profiles.wordpress.org/xhezairi\">xhezairi</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuriv\">YuriV</a>, <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">zebulan</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.1. Their efforts bring WordPress 5.1 fully translated to 34 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</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:4:\"6589\";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:54:\"\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:17:\"WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s: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, 19 Feb 2019 02:58:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6585\";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:\"The second release candidate for WordPress 5.1 is now available! WordPress 5.1 will be released on Thursday, February 21, but we need your help to get there—if you haven’t tried 5.1 yet, now is the time! There are two ways to test the WordPress 5.1 release candidate: try the WordPress Beta Tester plugin (you’ll want [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3550:\"\n<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking &#8220;Reply&#8221; on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"0OzM0i1KJx\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=0OzM0i1KJx\" data-secret=\"0OzM0i1KJx\" width=\"600\" height=\"338\" title=\"&#8220;WordPress 5.1 Field Guide&#8221; &#8212; Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br> It&#8217;s so slick, shiny, and new.<br> Lands in a few days!</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:4:\"6585\";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:51:\"\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:31:\"WordPress 5.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6577\";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:365:\"The first release candidate for WordPress 5.1 is now available! This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is scheduled [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4874:\"\n<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a>&nbsp;(zip).</p>\n\n\n\n<h2>What&#8217;s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell &amp; The Drells, WordPress&#8217;s theme for 2019 is to &#8220;tighten up&#8221;, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'632\' height=\'386\' src=\'https://www.youtube.com/embed/Wro3bqi4Eb8?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n</div></figure>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress&#8217;s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</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.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"vJJstvskLt\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=vJJstvskLt\" data-secret=\"vJJstvskLt\" width=\"600\" height=\"338\" title=\"&#8220;WordPress 5.1 Field Guide&#8221; &#8212; Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak 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> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve 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’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">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<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br> candidate. There are many<br> like it. This is mine.</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:4:\"6577\";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:48:\"\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:36:\"The Month in WordPress: January 2019\";s:7:\"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/2019/02/the-month-in-wordpress-january-2019/\";s: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 Feb 2019 09:17: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6575\";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:381:\"The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month. WordPress Leadership Grows In a milestone announcement this month, WordPress project lead, Matt Mullenweg (@matt), named two individuals who are coming on board to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4627:\"\n<p>The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Leadership Grows</h2>\n\n\n\n<p>In a milestone announcement this month, WordPress project lead, Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>), <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">named two individuals</a> who are coming on board to expand the leadership team of the project.<br></p>\n\n\n\n<p>As Executive Director, Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) will oversee <a href=\"https://make.wordpress.org/\">all the contribution teams</a> across the project. As Marketing &amp; Communications Lead, Joost de Valk (<a href=\'https://profiles.wordpress.org/joostdevalk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joostdevalk</a>) will lead <a href=\"https://make.wordpress.org/marketing/\">the Marketing team</a> and generally oversee improvements to WordPress.org.<br></p>\n\n\n\n<p>Both Josepha and Joost have contributed to the WordPress project for many years and will certainly have a much larger impact going forward in their new roles.</p>\n\n\n\n<h2>WordPress 5.1 Development Continues</h2>\n\n\n\n<p>Immediately after the 5.0 release of WordPress, work started on version 5.1 with <a href=\"https://make.wordpress.org/core/tag/5-1/\">some highly anticipated new features</a> coming out in <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">the first beta release</a>. Since then, the <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\">second</a> and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\">third</a> betas have been made available.<br></p>\n\n\n\n<p>One of the core updates in this release — <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">a feature to improve the way in which WordPress handles PHP errors</a> — has <a href=\"https://make.wordpress.org/core/2019/01/30/wordpress-5-1-beta-3-delay/\">been pushed back</a> to version 5.2 due to unforeseen issues that would have caused significant delays to the 5.1 release.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</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>The WordPress Coding Standards team <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.0.0\">released version 2.0</a> this month.</li><li>In her new role as Executive Director, Josepha Haden <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\">looks at what contributors need</a> to help support them more effectively.</li><li>Approximately 2,300 tickets in the Core bug tracker <a href=\"https://make.wordpress.org/core/2019/01/14/follow-up-on-recent-trac-bulk-edit/\">were closed</a> in a large bulk edit this month due to their inactivity over the last two years.</li><li>Autocomplete for usernames has been added to <a href=\"https://wordpress.org/support/forums/\">the WordPress Support Forums</a>, making it much easier to communicate directly with individuals.</li><li><a href=\"https://make.wordpress.org/core/tag/gutenberg/\">Work continues on the Gutenberg project</a>, expanding into more areas of the WordPress dashboard.</li><li>Since the new <a href=\"https://wordpress.org/support/\">WordPress Support portal</a> release in December, <a href=\"https://make.wordpress.org/docs/2019/01/28/summary-for-docs-team-meeting-28-january-2019/\">work has been ongoing</a> to improve its features and complete the content migration.</li><li>The Plugin Review team has published <a href=\"https://make.wordpress.org/plugins/2019/01/28/reminder-about-behavior/\">an important reminder about behavior</a> in the Plugin Directory and support forums.</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 here</em></a><em>.</em><br></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:4:\"6575\";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:51:\"\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:20:\"WordPress 5.1 Beta 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:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-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:\"Thu, 31 Jan 2019 03:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6566\";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:344:\"WordPress 5.1 Beta 3 is now available! This software is still in development,&#160;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the&#160;WordPress Beta Testerplugin (you’ll want to select the “bleeding [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3754:\"\n<p>WordPress 5.1 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta3.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>One of the features originally slated for WordPress 5.1—the PHP error protection handler—will target WordPress 5.2 instead. Some potential security issues were discovered in the implementation: rather than risk releasing insecure code, the team decided to pull it out of WordPress 5.1. The work in <a href=\"https://core.trac.wordpress.org/ticket/46130\">#46130</a> is showing good progress towards addressing the security concerns, if you&#8217;d like to follow development progress on this feature.</p>\n\n\n\n<h2>Additional Changes</h2>\n\n\n\n<p>A handful of smaller bugs have also been fixed in this release, including:</p>\n\n\n\n<ul><li>TinyMCE has been upgraded to version 4.9.2 (<a href=\"https://core.trac.wordpress.org/ticket/46094\">#46094</a>).</li><li>The block editor has had a couple of bugs fixed (<a href=\"https://core.trac.wordpress.org/ticket/46137\">#46137</a>).</li><li>A few differences in behaviour between the classic block and the classic editor have been fixed (<a href=\"https://core.trac.wordpress.org/ticket/46062\">#46062</a>, <a href=\"https://core.trac.wordpress.org/ticket/46071\">#46071</a>, <a href=\"https://core.trac.wordpress.org/ticket/46085\">#46085</a>).</li><li>When adding <code>rel</code> attributes to links, ensure the value isn&#8217;t empty (<a href=\"https://core.trac.wordpress.org/ticket/45352\">#45352</a>), and that it works as expected with customizer changesets (<a href=\"https://core.trac.wordpress.org/ticket/45292\">#45292</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers&#8217; notes</a>&nbsp;on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak 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> The beta 2 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve 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’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">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<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>In just a few weeks<br> WordPress Five-One will be here.<br> Your testing helps us!</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:4:\"6566\";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:51:\"\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:20:\"WordPress 5.1 Beta 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:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jan 2019 01:01: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6550\";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:312:\"WordPress 5.1 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the WordPress Beta Tester plugin (you’ll want to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4592:\"\n<p>WordPress 5.1 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<p>Over <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=01%2F11%2F2019..&amp;milestone=5.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">110 tickets have been closed</a> since <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">beta 1</a>, many of which are documentation and testing suite improvements. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=01%2F11%2F2019..01%2F22%2F2019&amp;focuses=!~docs&amp;keywords=~servehappy&amp;milestone=5.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">Several refinements and bug fixes</a> related to the Site Health project have been made.</li><li>The <code>pre_render_block</code> and <code>render_block_data</code> filters have been introduced allowing plugins to override block attribute values (<a href=\"https://core.trac.wordpress.org/ticket/45451\">#45451</a>, dev note coming soon).</li><li><code>get_template_part()</code> will now return a value indicating whether a template file was found and loaded (<a href=\"https://core.trac.wordpress.org/ticket/40969\">#40969</a>).</li><li>A notice will now be triggered when developers incorrectly register REST API endpoints (related <a href=\"https://make.wordpress.org/core/2019/01/11/new-rest-api-notice-in-5-1/\">dev note</a>).</li><li>Bulk editing posts will no longer unintentionally change a post&#8217;s post format (<a href=\"https://core.trac.wordpress.org/ticket/44914\">#44914</a>)</li><li>Twemoji has been updated to the latest version, 11.2.0 (<a href=\"https://core.trac.wordpress.org/ticket/45133\">#45133</a>).</li><li>A bug preventing the Custom Fields meta box from being enabled has been fixed (#<a href=\"https://core.trac.wordpress.org/ticket/46028\">46028</a>).</li><li>The treatment of <code>orderby</code> values for <code>post__in</code>, <code>post_parent__in</code>, and <code>post_name__in</code> has been standardized (<a href=\"https://core.trac.wordpress.org/ticket/38034\">#38034</a>).</li><li>When updating language packs, old language packs are now correctly deleted to avoid filling up disk space (<a href=\"https://core.trac.wordpress.org/ticket/45468\">#45468</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers notes</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 2 release als marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Do you enjoy bugs?<br> I don&#8217;t. So, we fixed them all.<br> Well, not all. But close.</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:4:\"6550\";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:51:\"\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:20:\"WordPress 5.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jan 2019 00:58: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6540\";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:350:\"WordPress 5.1 Beta 1 is now available! This software is still in development,&#160;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the&#160;WordPress Beta Tester&#160;plugin (you’ll want to select the “bleeding [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4178:\"\n<p>WordPress 5.1 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta1.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem. The first phase of this project is included in WordPress 5.1. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<p>Additionally, in April 2019, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress&#8217; will increase its minimum supported PHP version to 5.6</a>. To help you check if you&#8217;re prepared for this change, WordPress 5.1 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>The Cron system can now be more easily replaced with a custom cron handler (<a href=\"https://core.trac.wordpress.org/ticket/32656\">#32656</a>).</li><li>When starting cron under PHP-FPM, the connection will return a response immediately, even for long running cron jobs (<a href=\"https://make.wordpress.org/core/2019/01/09/cron-improvements-with-php-fpm-in-wordpress-5-1/\">dev note</a>).</li><li><code>WP_DEBUG_LOG</code> can be set to a custom log location (<a href=\"https://core.trac.wordpress.org/ticket/18391\">#18391</a>).</li><li>Introduced the <code>wp_blogmeta</code> table (<a href=\"https://core.trac.wordpress.org/ticket/37923\">#37923</a>).</li><li>Added <code>LIKE</code> support to <code>meta_key</code> comparisons in <code>WP_Meta_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/42409\">#42409</a>).</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.1&amp;group=resolution&amp;col=id&amp;col=summary&amp;col=component&amp;col=owner&amp;col=type&amp;col=priority&amp;col=version&amp;order=priority\">over 360 tickets closed</a> in WordPress 5.1, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for more developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak 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><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the&nbsp;</em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;</em><a href=\"https://make.wordpress.org/core/reports/\"><em>file one on WordPress Trac</em></a><em>, where you can also find&nbsp;</em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Miss my haiku?<br>I will have plenty for you<br>in the coming weeks.</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:4:\"6540\";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:51:\"\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:\"WordPress 5.0.3 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:71:\"https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jan 2019 18:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6530\";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:335:\"WordPress 5.0.3 is now available! 5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions. Here are a few of the highlights: 15 block editor related bug fixes and improvements have been added [&#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:4616:\"\n<p>WordPress 5.0.3 is now available!</p>\n\n\n\n<p>5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions.</p>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>15 block editor related bug fixes and improvements have been added to bundled themes. Make sure to update these for an improved block editing experience.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;component=I18N&amp;milestone=5.0.3&amp;group=component&amp;order=priority\">2 block editor related internationalization (I18N) bugs</a> have been fixed</li><li>Users with JavaScript disabled <a href=\"https://core.trac.wordpress.org/ticket/45453\">now see a notice</a> when attempting to use the block editor.</li><li>A few <a href=\"https://core.trac.wordpress.org/ticket/44770\">PHP</a> <a href=\"https://core.trac.wordpress.org/ticket/44809\">errors</a> in the Customizer have been fixed.</li><li>Some <a href=\"https://core.trac.wordpress.org/ticket/45615\">issues uploading common file types</a>, like CSVs, have been fixed.</li></ul>\n\n\n\n<p>For a full list of changes, please consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.0.3&amp;group=component\">list of tickets on Trac</a>, <a href=\"https://core.trac.wordpress.org/log/branches/5.0?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=44522&amp;stop_rev=44342&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">changelog</a>, or read a <a href=\"https://make.wordpress.org/core/?p=36158\">more technical summary</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/download/\">download WordPress 5.0.3</a> or visit Dashboard → Updates on your site and click <em>Update Now</em>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.0.3:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/kloon/\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</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/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/panchen/\">panchen</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rickalee/\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</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:4:\"6530\";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:48:\"\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:37:\"The Month in WordPress: December 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/01/the-month-in-wordpress-december-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Jan 2019 09:18:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6527\";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:361:\"New features, a big event, and important announcements marked December as a milestone month for the WordPress community. Release of WordPress 5.0 On December 6 WordPress 5.0 was released. This release includes the much anticipated new block editor as the default editing experience. While some users have chosen to continue using the Classic Editor on [&#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:11:\"Aditya Kane\";s: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:3518:\"\n<p>New features, a big event, and important announcements marked December as a milestone month for the WordPress community. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.0</h2>\n\n\n\n<p>On December 6 <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0 was released</a>. This release includes the much anticipated new block editor as the default editing experience. While some users have chosen to continue using the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> on their sites, many site owners have quickly upgraded to this latest version.<br></p>\n\n\n\n<p>Two security and maintenance releases came out over the course of the month, with <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/\">the latest update</a> providing a huge boost to performance and stability.<br></p>\n\n\n\n<p>The new version of WordPress comes a new default theme: <a href=\"https://wordpress.org/themes/twentynineteen/\">Twenty Nineteen</a>. This theme is designed to highlight how the block editor can be used.<br></p>\n\n\n\n<p>Want to get involved in developing WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Phase 2</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2018/12/08/gutenberg-phase-2/\">The next phase of Gutenberg</a> is being decided, starting with widgets, which will make it easier for users to customize their sites. This will be done with features being added to the Gutenberg plugin.<br></p>\n\n\n\n<p>Want to get involved in develop the future of the WordPress dashboard? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>9 Projects for 2019</h2>\n\n\n\n<p>WordPress co-founder Matt Mullenweg outlined <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">9 projects for the year 2019</a>. These projects range from creating a block for navigations menus, porting all existing widgets into blocks, forming a triage team to tackle open issues on Trac and more.<br></p>\n\n\n\n<p>A <a href=\"https://make.wordpress.org/core/2018/12/17/status-update-porting-widgets-to-blocks/\">status update</a> for porting existing widgets to blocks has been posted by Mel Choyce.</p>\n\n\n\n<h2>WordCamp US 2019 Dates announced</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/2018/12/12/wordcamp-us-2019-announcing-our-dates/\">WordCamp US 2019</a> will be held during Nov. 1-3, 2019, in St Louis, Missouri. It will be one of our largest events of the year and will feature Matt Mullenweg’s annual State of the Word address.<br></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>v1.2.1 of the WordPress Coding Standards library <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.2.1\">has been released</a>.</li><li>A few revisions <a href=\"https://make.wordpress.org/core/2018/12/18/proposed-revisions-to-javascript-coding-standards/\">have been proposed</a> for the WordPress JavaScript coding standards.</li></ul>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:4:\"6527\";s: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:\"Tue, 05 Mar 2019 13:50:15 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 01 Mar 2019 10:00:10 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 1\";}}s:5:\"build\";s:14:\"20130911163210\";}','no'),(60421,'_transient_fusion_fontawesome_en','.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}@font-face{font-family:\"Font Awesome 5 Brands\";font-style:normal;font-weight:normal;src:url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format(\"embedded-opentype\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format(\"woff2\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format(\"woff\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format(\"truetype\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format(\"svg\")}.fab{font-family:\"Font Awesome 5 Brands\"}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:400;src:url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format(\"embedded-opentype\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format(\"woff2\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format(\"woff\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format(\"truetype\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format(\"svg\")}.far{font-family:\"Font Awesome 5 Free\";font-weight:400}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:900;src:url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format(\"embedded-opentype\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format(\"woff2\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/fa-solid-900.woff) format(\"woff\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format(\"truetype\"),url(//www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format(\"svg\")}.fa,.fas{font-family:\"Font Awesome 5 Free\";font-weight:900}.fa-500px:before{content:\"\\f26e\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-accusoft:before{content:\"\\f369\"}.fa-acquisitions-incorporated:before{content:\"\\f6af\"}.fa-ad:before{content:\"\\f641\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-card:before{content:\"\\f2bb\"}.fa-adjust:before{content:\"\\f042\"}.fa-adn:before{content:\"\\f170\"}.fa-adobe:before{content:\"\\f778\"}.fa-adversal:before{content:\"\\f36a\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-air-freshener:before{content:\"\\f5d0\"}.fa-algolia:before{content:\"\\f36c\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-justify:before{content:\"\\f039\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-right:before{content:\"\\f038\"}.fa-alipay:before{content:\"\\f642\"}.fa-allergies:before{content:\"\\f461\"}.fa-amazon:before{content:\"\\f270\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-amilia:before{content:\"\\f36d\"}.fa-anchor:before{content:\"\\f13d\"}.fa-android:before{content:\"\\f17b\"}.fa-angellist:before{content:\"\\f209\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-down:before{content:\"\\f107\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angry:before{content:\"\\f556\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-angular:before{content:\"\\f420\"}.fa-ankh:before{content:\"\\f644\"}.fa-app-store:before{content:\"\\f36f\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-apper:before{content:\"\\f371\"}.fa-apple:before{content:\"\\f179\"}.fa-apple-alt:before{content:\"\\f5d1\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-archive:before{content:\"\\f187\"}.fa-archway:before{content:\"\\f557\"}.fa-arrow-alt-circle-down:before{content:\"\\f358\"}.fa-arrow-alt-circle-left:before{content:\"\\f359\"}.fa-arrow-alt-circle-right:before{content:\"\\f35a\"}.fa-arrow-alt-circle-up:before{content:\"\\f35b\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-arrows-alt-h:before{content:\"\\f337\"}.fa-arrows-alt-v:before{content:\"\\f338\"}.fa-artstation:before{content:\"\\f77a\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asterisk:before{content:\"\\f069\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-at:before{content:\"\\f1fa\"}.fa-atlas:before{content:\"\\f558\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-atom:before{content:\"\\f5d2\"}.fa-audible:before{content:\"\\f373\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-avianex:before{content:\"\\f374\"}.fa-aviato:before{content:\"\\f421\"}.fa-award:before{content:\"\\f559\"}.fa-aws:before{content:\"\\f375\"}.fa-baby:before{content:\"\\f77c\"}.fa-baby-carriage:before{content:\"\\f77d\"}.fa-backspace:before{content:\"\\f55a\"}.fa-backward:before{content:\"\\f04a\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-ban:before{content:\"\\f05e\"}.fa-band-aid:before{content:\"\\f462\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-barcode:before{content:\"\\f02a\"}.fa-bars:before{content:\"\\f0c9\"}.fa-baseball-ball:before{content:\"\\f433\"}.fa-basketball-ball:before{content:\"\\f434\"}.fa-bath:before{content:\"\\f2cd\"}.fa-battery-empty:before{content:\"\\f244\"}.fa-battery-full:before{content:\"\\f240\"}.fa-battery-half:before{content:\"\\f242\"}.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-bed:before{content:\"\\f236\"}.fa-beer:before{content:\"\\f0fc\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-bell:before{content:\"\\f0f3\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bible:before{content:\"\\f647\"}.fa-bicycle:before{content:\"\\f206\"}.fa-bimobject:before{content:\"\\f378\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-biohazard:before{content:\"\\f780\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-bity:before{content:\"\\f37a\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-blender:before{content:\"\\f517\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-blind:before{content:\"\\f29d\"}.fa-blog:before{content:\"\\f781\"}.fa-blogger:before{content:\"\\f37c\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-bold:before{content:\"\\f032\"}.fa-bolt:before{content:\"\\f0e7\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-bone:before{content:\"\\f5d7\"}.fa-bong:before{content:\"\\f55c\"}.fa-book:before{content:\"\\f02d\"}.fa-book-dead:before{content:\"\\f6b7\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-reader:before{content:\"\\f5da\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-box:before{content:\"\\f466\"}.fa-box-open:before{content:\"\\f49e\"}.fa-boxes:before{content:\"\\f468\"}.fa-braille:before{content:\"\\f2a1\"}.fa-brain:before{content:\"\\f5dc\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-broadcast-tower:before{content:\"\\f519\"}.fa-broom:before{content:\"\\f51a\"}.fa-brush:before{content:\"\\f55d\"}.fa-btc:before{content:\"\\f15a\"}.fa-bug:before{content:\"\\f188\"}.fa-building:before{content:\"\\f1ad\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bullseye:before{content:\"\\f140\"}.fa-burn:before{content:\"\\f46a\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-bus:before{content:\"\\f207\"}.fa-bus-alt:before{content:\"\\f55e\"}.fa-business-time:before{content:\"\\f64a\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-calendar:before{content:\"\\f133\"}.fa-calendar-alt:before{content:\"\\f073\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-calendar-times:before{content:\"\\f273\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-camera:before{content:\"\\f030\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-campground:before{content:\"\\f6bb\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-capsules:before{content:\"\\f46b\"}.fa-car:before{content:\"\\f1b9\"}.fa-car-alt:before{content:\"\\f5de\"}.fa-car-battery:before{content:\"\\f5df\"}.fa-car-crash:before{content:\"\\f5e1\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-caret-square-down:before{content:\"\\f150\"}.fa-caret-square-left:before{content:\"\\f191\"}.fa-caret-square-right:before{content:\"\\f152\"}.fa-caret-square-up:before{content:\"\\f151\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-carrot:before{content:\"\\f787\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cash-register:before{content:\"\\f788\"}.fa-cat:before{content:\"\\f6be\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-centercode:before{content:\"\\f380\"}.fa-centos:before{content:\"\\f789\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-chair:before{content:\"\\f6c0\"}.fa-chalkboard:before{content:\"\\f51b\"}.fa-chalkboard-teacher:before{content:\"\\f51c\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-chart-area:before{content:\"\\f1fe\"}.fa-chart-bar:before{content:\"\\f080\"}.fa-chart-line:before{content:\"\\f201\"}.fa-chart-pie:before{content:\"\\f200\"}.fa-check:before{content:\"\\f00c\"}.fa-check-circle:before{content:\"\\f058\"}.fa-check-double:before{content:\"\\f560\"}.fa-check-square:before{content:\"\\f14a\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-chess:before{content:\"\\f439\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-child:before{content:\"\\f1ae\"}.fa-chrome:before{content:\"\\f268\"}.fa-church:before{content:\"\\f51d\"}.fa-circle:before{content:\"\\f111\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-city:before{content:\"\\f64f\"}.fa-clinic-medical:before{content:\"\\f7f2\"}.fa-clipboard:before{content:\"\\f328\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-clock:before{content:\"\\f017\"}.fa-clone:before{content:\"\\f24d\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-cloud-download-alt:before{content:\"\\f381\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-cloud-upload-alt:before{content:\"\\f382\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-cocktail:before{content:\"\\f561\"}.fa-code:before{content:\"\\f121\"}.fa-code-branch:before{content:\"\\f126\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-codiepie:before{content:\"\\f284\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cog:before{content:\"\\f013\"}.fa-cogs:before{content:\"\\f085\"}.fa-coins:before{content:\"\\f51e\"}.fa-columns:before{content:\"\\f0db\"}.fa-comment:before{content:\"\\f075\"}.fa-comment-alt:before{content:\"\\f27a\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-comment-dots:before{content:\"\\f4ad\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-comments:before{content:\"\\f086\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-compass:before{content:\"\\f14e\"}.fa-compress:before{content:\"\\f066\"}.fa-compress-arrows-alt:before{content:\"\\f78c\"}.fa-concierge-bell:before{content:\"\\f562\"}.fa-confluence:before{content:\"\\f78d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-contao:before{content:\"\\f26d\"}.fa-cookie:before{content:\"\\f563\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-copy:before{content:\"\\f0c5\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cpanel:before{content:\"\\f388\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-crop:before{content:\"\\f125\"}.fa-crop-alt:before{content:\"\\f565\"}.fa-cross:before{content:\"\\f654\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-crow:before{content:\"\\f520\"}.fa-crown:before{content:\"\\f521\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-css3:before{content:\"\\f13c\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-cut:before{content:\"\\f0c4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-dashcube:before{content:\"\\f210\"}.fa-database:before{content:\"\\f1c0\"}.fa-deaf:before{content:\"\\f2a4\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-democrat:before{content:\"\\f747\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-desktop:before{content:\"\\f108\"}.fa-dev:before{content:\"\\f6cc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-dhl:before{content:\"\\f790\"}.fa-diagnoses:before{content:\"\\f470\"}.fa-diaspora:before{content:\"\\f791\"}.fa-dice:before{content:\"\\f522\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-dice-five:before{content:\"\\f523\"}.fa-dice-four:before{content:\"\\f524\"}.fa-dice-one:before{content:\"\\f525\"}.fa-dice-six:before{content:\"\\f526\"}.fa-dice-three:before{content:\"\\f527\"}.fa-dice-two:before{content:\"\\f528\"}.fa-digg:before{content:\"\\f1a6\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-digital-tachograph:before{content:\"\\f566\"}.fa-directions:before{content:\"\\f5eb\"}.fa-discord:before{content:\"\\f392\"}.fa-discourse:before{content:\"\\f393\"}.fa-divide:before{content:\"\\f529\"}.fa-dizzy:before{content:\"\\f567\"}.fa-dna:before{content:\"\\f471\"}.fa-dochub:before{content:\"\\f394\"}.fa-docker:before{content:\"\\f395\"}.fa-dog:before{content:\"\\f6d3\"}.fa-dollar-sign:before{content:\"\\f155\"}.fa-dolly:before{content:\"\\f472\"}.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-donate:before{content:\"\\f4b9\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-door-open:before{content:\"\\f52b\"}.fa-dot-circle:before{content:\"\\f192\"}.fa-dove:before{content:\"\\f4ba\"}.fa-download:before{content:\"\\f019\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-drafting-compass:before{content:\"\\f568\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-dribbble-square:before{content:\"\\f397\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-drum:before{content:\"\\f569\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-dyalog:before{content:\"\\f399\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-edge:before{content:\"\\f282\"}.fa-edit:before{content:\"\\f044\"}.fa-egg:before{content:\"\\f7fb\"}.fa-eject:before{content:\"\\f052\"}.fa-elementor:before{content:\"\\f430\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-ello:before{content:\"\\f5f1\"}.fa-ember:before{content:\"\\f423\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-envira:before{content:\"\\f299\"}.fa-equals:before{content:\"\\f52c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-erlang:before{content:\"\\f39d\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-ethernet:before{content:\"\\f796\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-euro-sign:before{content:\"\\f153\"}.fa-exchange-alt:before{content:\"\\f362\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-expand:before{content:\"\\f065\"}.fa-expand-arrows-alt:before{content:\"\\f31e\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-external-link-alt:before{content:\"\\f35d\"}.fa-external-link-square-alt:before{content:\"\\f360\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-dropper:before{content:\"\\f1fb\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-facebook:before{content:\"\\f09a\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-fax:before{content:\"\\f1ac\"}.fa-feather:before{content:\"\\f52d\"}.fa-feather-alt:before{content:\"\\f56b\"}.fa-fedex:before{content:\"\\f797\"}.fa-fedora:before{content:\"\\f798\"}.fa-female:before{content:\"\\f182\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-figma:before{content:\"\\f799\"}.fa-file:before{content:\"\\f15b\"}.fa-file-alt:before{content:\"\\f15c\"}.fa-file-archive:before{content:\"\\f1c6\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-file-download:before{content:\"\\f56d\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-export:before{content:\"\\f56e\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-file-import:before{content:\"\\f56f\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-file-medical:before{content:\"\\f477\"}.fa-file-medical-alt:before{content:\"\\f478\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-file-signature:before{content:\"\\f573\"}.fa-file-upload:before{content:\"\\f574\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-fill:before{content:\"\\f575\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-film:before{content:\"\\f008\"}.fa-filter:before{content:\"\\f0b0\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-fire:before{content:\"\\f06d\"}.fa-fire-alt:before{content:\"\\f7e4\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-firefox:before{content:\"\\f269\"}.fa-first-aid:before{content:\"\\f479\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-fish:before{content:\"\\f578\"}.fa-fist-raised:before{content:\"\\f6de\"}.fa-flag:before{content:\"\\f024\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-flask:before{content:\"\\f0c3\"}.fa-flickr:before{content:\"\\f16e\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-flushed:before{content:\"\\f579\"}.fa-fly:before{content:\"\\f417\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-font:before{content:\"\\f031\"}.fa-font-awesome:before{content:\"\\f2b4\"}.fa-font-awesome-alt:before{content:\"\\f35c\"}.fa-font-awesome-flag:before{content:\"\\f425\"}.fa-fonticons:before{content:\"\\f280\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-football-ball:before{content:\"\\f44e\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-forumbee:before{content:\"\\f211\"}.fa-forward:before{content:\"\\f04e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-frog:before{content:\"\\f52e\"}.fa-frown:before{content:\"\\f119\"}.fa-frown-open:before{content:\"\\f57a\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-funnel-dollar:before{content:\"\\f662\"}.fa-futbol:before{content:\"\\f1e3\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-gavel:before{content:\"\\f0e3\"}.fa-gem:before{content:\"\\f3a5\"}.fa-genderless:before{content:\"\\f22d\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-gift:before{content:\"\\f06b\"}.fa-gifts:before{content:\"\\f79c\"}.fa-git:before{content:\"\\f1d3\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-github:before{content:\"\\f09b\"}.fa-github-alt:before{content:\"\\f113\"}.fa-github-square:before{content:\"\\f092\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-gitlab:before{content:\"\\f296\"}.fa-gitter:before{content:\"\\f426\"}.fa-glass-cheers:before{content:\"\\f79f\"}.fa-glass-martini:before{content:\"\\f000\"}.fa-glass-martini-alt:before{content:\"\\f57b\"}.fa-glass-whiskey:before{content:\"\\f7a0\"}.fa-glasses:before{content:\"\\f530\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-globe:before{content:\"\\f0ac\"}.fa-globe-africa:before{content:\"\\f57c\"}.fa-globe-americas:before{content:\"\\f57d\"}.fa-globe-asia:before{content:\"\\f57e\"}.fa-globe-europe:before{content:\"\\f7a2\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-golf-ball:before{content:\"\\f450\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-google:before{content:\"\\f1a0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-gopuram:before{content:\"\\f664\"}.fa-graduation-cap:before{content:\"\\f19d\"}.fa-gratipay:before{content:\"\\f184\"}.fa-grav:before{content:\"\\f2d6\"}.fa-greater-than:before{content:\"\\f531\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-grimace:before{content:\"\\f57f\"}.fa-grin:before{content:\"\\f580\"}.fa-grin-alt:before{content:\"\\f581\"}.fa-grin-beam:before{content:\"\\f582\"}.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-grin-hearts:before{content:\"\\f584\"}.fa-grin-squint:before{content:\"\\f585\"}.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-grin-stars:before{content:\"\\f587\"}.fa-grin-tears:before{content:\"\\f588\"}.fa-grin-tongue:before{content:\"\\f589\"}.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-grin-wink:before{content:\"\\f58c\"}.fa-grip-horizontal:before{content:\"\\f58d\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-hacker-news-square:before{content:\"\\f3af\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-hamburger:before{content:\"\\f805\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hamsa:before{content:\"\\f665\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-hand-paper:before{content:\"\\f256\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-hand-rock:before{content:\"\\f255\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-hands:before{content:\"\\f4c2\"}.fa-hands-helping:before{content:\"\\f4c4\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-hard-hat:before{content:\"\\f807\"}.fa-hashtag:before{content:\"\\f292\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-haykal:before{content:\"\\f666\"}.fa-hdd:before{content:\"\\f0a0\"}.fa-heading:before{content:\"\\f1dc\"}.fa-headphones:before{content:\"\\f025\"}.fa-headphones-alt:before{content:\"\\f58f\"}.fa-headset:before{content:\"\\f590\"}.fa-heart:before{content:\"\\f004\"}.fa-heart-broken:before{content:\"\\f7a9\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-helicopter:before{content:\"\\f533\"}.fa-highlighter:before{content:\"\\f591\"}.fa-hiking:before{content:\"\\f6ec\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-hips:before{content:\"\\f452\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-history:before{content:\"\\f1da\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-home:before{content:\"\\f015\"}.fa-hooli:before{content:\"\\f427\"}.fa-hornbill:before{content:\"\\f592\"}.fa-horse:before{content:\"\\f6f0\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-hospital:before{content:\"\\f0f8\"}.fa-hospital-alt:before{content:\"\\f47d\"}.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-hot-tub:before{content:\"\\f593\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-hotel:before{content:\"\\f594\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-start:before{content:\"\\f251\"}.fa-house-damage:before{content:\"\\f6f1\"}.fa-houzz:before{content:\"\\f27c\"}.fa-hryvnia:before{content:\"\\f6f2\"}.fa-html5:before{content:\"\\f13b\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-id-card:before{content:\"\\f2c2\"}.fa-id-card-alt:before{content:\"\\f47f\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-image:before{content:\"\\f03e\"}.fa-images:before{content:\"\\f302\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-inbox:before{content:\"\\f01c\"}.fa-indent:before{content:\"\\f03c\"}.fa-industry:before{content:\"\\f275\"}.fa-infinity:before{content:\"\\f534\"}.fa-info:before{content:\"\\f129\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-instagram:before{content:\"\\f16d\"}.fa-intercom:before{content:\"\\f7af\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-invision:before{content:\"\\f7b0\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-italic:before{content:\"\\f033\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-java:before{content:\"\\f4e4\"}.fa-jedi:before{content:\"\\f669\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-jira:before{content:\"\\f7b1\"}.fa-joget:before{content:\"\\f3b7\"}.fa-joint:before{content:\"\\f595\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-journal-whills:before{content:\"\\f66a\"}.fa-js:before{content:\"\\f3b8\"}.fa-js-square:before{content:\"\\f3b9\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-key:before{content:\"\\f084\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-khanda:before{content:\"\\f66d\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-kiss:before{content:\"\\f596\"}.fa-kiss-beam:before{content:\"\\f597\"}.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-korvue:before{content:\"\\f42f\"}.fa-landmark:before{content:\"\\f66f\"}.fa-language:before{content:\"\\f1ab\"}.fa-laptop:before{content:\"\\f109\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-laugh:before{content:\"\\f599\"}.fa-laugh-beam:before{content:\"\\f59a\"}.fa-laugh-squint:before{content:\"\\f59b\"}.fa-laugh-wink:before{content:\"\\f59c\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-leaf:before{content:\"\\f06c\"}.fa-leanpub:before{content:\"\\f212\"}.fa-lemon:before{content:\"\\f094\"}.fa-less:before{content:\"\\f41d\"}.fa-less-than:before{content:\"\\f536\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-level-down-alt:before{content:\"\\f3be\"}.fa-level-up-alt:before{content:\"\\f3bf\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-line:before{content:\"\\f3c0\"}.fa-link:before{content:\"\\f0c1\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-linode:before{content:\"\\f2b8\"}.fa-linux:before{content:\"\\f17c\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-list:before{content:\"\\f03a\"}.fa-list-alt:before{content:\"\\f022\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-lock:before{content:\"\\f023\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-long-arrow-alt-right:before{content:\"\\f30b\"}.fa-long-arrow-alt-up:before{content:\"\\f30c\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-luggage-cart:before{content:\"\\f59d\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-magic:before{content:\"\\f0d0\"}.fa-magnet:before{content:\"\\f076\"}.fa-mail-bulk:before{content:\"\\f674\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-male:before{content:\"\\f183\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-map:before{content:\"\\f279\"}.fa-map-marked:before{content:\"\\f59f\"}.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-map-marker:before{content:\"\\f041\"}.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-markdown:before{content:\"\\f60f\"}.fa-marker:before{content:\"\\f5a1\"}.fa-mars:before{content:\"\\f222\"}.fa-mars-double:before{content:\"\\f227\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mask:before{content:\"\\f6fa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-medal:before{content:\"\\f5a2\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-medium:before{content:\"\\f23a\"}.fa-medium-m:before{content:\"\\f3c7\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-meh:before{content:\"\\f11a\"}.fa-meh-blank:before{content:\"\\f5a4\"}.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-memory:before{content:\"\\f538\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-menorah:before{content:\"\\f676\"}.fa-mercury:before{content:\"\\f223\"}.fa-meteor:before{content:\"\\f753\"}.fa-microchip:before{content:\"\\f2db\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-alt:before{content:\"\\f3c9\"}.fa-microphone-alt-slash:before{content:\"\\f539\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-microscope:before{content:\"\\f610\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-minus:before{content:\"\\f068\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-minus-square:before{content:\"\\f146\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-mix:before{content:\"\\f3cb\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-mobile:before{content:\"\\f10b\"}.fa-mobile-alt:before{content:\"\\f3cd\"}.fa-modx:before{content:\"\\f285\"}.fa-monero:before{content:\"\\f3d0\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-money-check:before{content:\"\\f53c\"}.fa-money-check-alt:before{content:\"\\f53d\"}.fa-monument:before{content:\"\\f5a6\"}.fa-moon:before{content:\"\\f186\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-mosque:before{content:\"\\f678\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-music:before{content:\"\\f001\"}.fa-napster:before{content:\"\\f3d2\"}.fa-neos:before{content:\"\\f612\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-neuter:before{content:\"\\f22c\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-nintendo-switch:before{content:\"\\f418\"}.fa-node:before{content:\"\\f419\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-npm:before{content:\"\\f3d4\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-oil-can:before{content:\"\\f613\"}.fa-old-republic:before{content:\"\\f510\"}.fa-om:before{content:\"\\f679\"}.fa-opencart:before{content:\"\\f23d\"}.fa-openid:before{content:\"\\f19b\"}.fa-opera:before{content:\"\\f26a\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-osi:before{content:\"\\f41a\"}.fa-otter:before{content:\"\\f700\"}.fa-outdent:before{content:\"\\f03b\"}.fa-page4:before{content:\"\\f3d7\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-pager:before{content:\"\\f815\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-palette:before{content:\"\\f53f\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-pallet:before{content:\"\\f482\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-parking:before{content:\"\\f540\"}.fa-passport:before{content:\"\\f5ab\"}.fa-pastafarianism:before{content:\"\\f67b\"}.fa-paste:before{content:\"\\f0ea\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-pause:before{content:\"\\f04c\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-paw:before{content:\"\\f1b0\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-peace:before{content:\"\\f67c\"}.fa-pen:before{content:\"\\f304\"}.fa-pen-alt:before{content:\"\\f305\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-pen-square:before{content:\"\\f14b\"}.fa-pencil-alt:before{content:\"\\f303\"}.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-penny-arcade:before{content:\"\\f704\"}.fa-people-carry:before{content:\"\\f4ce\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-percent:before{content:\"\\f295\"}.fa-percentage:before{content:\"\\f541\"}.fa-periscope:before{content:\"\\f3da\"}.fa-person-booth:before{content:\"\\f756\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-phone:before{content:\"\\f095\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-phone-square:before{content:\"\\f098\"}.fa-phone-volume:before{content:\"\\f2a0\"}.fa-php:before{content:\"\\f457\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-pills:before{content:\"\\f484\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-plane:before{content:\"\\f072\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-play:before{content:\"\\f04b\"}.fa-play-circle:before{content:\"\\f144\"}.fa-playstation:before{content:\"\\f3df\"}.fa-plug:before{content:\"\\f1e6\"}.fa-plus:before{content:\"\\f067\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-poll:before{content:\"\\f681\"}.fa-poll-h:before{content:\"\\f682\"}.fa-poo:before{content:\"\\f2fe\"}.fa-poo-storm:before{content:\"\\f75a\"}.fa-poop:before{content:\"\\f619\"}.fa-portrait:before{content:\"\\f3e0\"}.fa-pound-sign:before{content:\"\\f154\"}.fa-power-off:before{content:\"\\f011\"}.fa-pray:before{content:\"\\f683\"}.fa-praying-hands:before{content:\"\\f684\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-prescription-bottle-alt:before{content:\"\\f486\"}.fa-print:before{content:\"\\f02f\"}.fa-procedures:before{content:\"\\f487\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-project-diagram:before{content:\"\\f542\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-python:before{content:\"\\f3e2\"}.fa-qq:before{content:\"\\f1d6\"}.fa-qrcode:before{content:\"\\f029\"}.fa-question:before{content:\"\\f128\"}.fa-question-circle:before{content:\"\\f059\"}.fa-quidditch:before{content:\"\\f458\"}.fa-quinscape:before{content:\"\\f459\"}.fa-quora:before{content:\"\\f2c4\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-quran:before{content:\"\\f687\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-random:before{content:\"\\f074\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-react:before{content:\"\\f41b\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-readme:before{content:\"\\f4d5\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-receipt:before{content:\"\\f543\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-redo:before{content:\"\\f01e\"}.fa-redo-alt:before{content:\"\\f2f9\"}.fa-registered:before{content:\"\\f25d\"}.fa-renren:before{content:\"\\f18b\"}.fa-reply:before{content:\"\\f3e5\"}.fa-reply-all:before{content:\"\\f122\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-republican:before{content:\"\\f75e\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-retweet:before{content:\"\\f079\"}.fa-rev:before{content:\"\\f5b2\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-ring:before{content:\"\\f70b\"}.fa-road:before{content:\"\\f018\"}.fa-robot:before{content:\"\\f544\"}.fa-rocket:before{content:\"\\f135\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-route:before{content:\"\\f4d7\"}.fa-rss:before{content:\"\\f09e\"}.fa-rss-square:before{content:\"\\f143\"}.fa-ruble-sign:before{content:\"\\f158\"}.fa-ruler:before{content:\"\\f545\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-running:before{content:\"\\f70c\"}.fa-rupee-sign:before{content:\"\\f156\"}.fa-sad-cry:before{content:\"\\f5b3\"}.fa-sad-tear:before{content:\"\\f5b4\"}.fa-safari:before{content:\"\\f267\"}.fa-sass:before{content:\"\\f41e\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-save:before{content:\"\\f0c7\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-school:before{content:\"\\f549\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-scribd:before{content:\"\\f28a\"}.fa-scroll:before{content:\"\\f70e\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-search:before{content:\"\\f002\"}.fa-search-dollar:before{content:\"\\f688\"}.fa-search-location:before{content:\"\\f689\"}.fa-search-minus:before{content:\"\\f010\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-seedling:before{content:\"\\f4d8\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-sellsy:before{content:\"\\f213\"}.fa-server:before{content:\"\\f233\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-shapes:before{content:\"\\f61f\"}.fa-share:before{content:\"\\f064\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-share-square:before{content:\"\\f14d\"}.fa-shekel-sign:before{content:\"\\f20b\"}.fa-shield-alt:before{content:\"\\f3ed\"}.fa-ship:before{content:\"\\f21a\"}.fa-shipping-fast:before{content:\"\\f48b\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-shower:before{content:\"\\f2cc\"}.fa-shuttle-van:before{content:\"\\f5b6\"}.fa-sign:before{content:\"\\f4d9\"}.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-sign-language:before{content:\"\\f2a7\"}.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-signal:before{content:\"\\f012\"}.fa-signature:before{content:\"\\f5b7\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-sith:before{content:\"\\f512\"}.fa-skating:before{content:\"\\f7c5\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-skiing:before{content:\"\\f7c9\"}.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-skull:before{content:\"\\f54c\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-skype:before{content:\"\\f17e\"}.fa-slack:before{content:\"\\f198\"}.fa-slack-hash:before{content:\"\\f3ef\"}.fa-slash:before{content:\"\\f715\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-sliders-h:before{content:\"\\f1de\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-smile:before{content:\"\\f118\"}.fa-smile-beam:before{content:\"\\f5b8\"}.fa-smile-wink:before{content:\"\\f4da\"}.fa-smog:before{content:\"\\f75f\"}.fa-smoking:before{content:\"\\f48d\"}.fa-smoking-ban:before{content:\"\\f54d\"}.fa-sms:before{content:\"\\f7cd\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-snowboarding:before{content:\"\\f7ce\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-socks:before{content:\"\\f696\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-sort:before{content:\"\\f0dc\"}.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-sort-amount-down:before{content:\"\\f160\"}.fa-sort-amount-up:before{content:\"\\f161\"}.fa-sort-down:before{content:\"\\f0dd\"}.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-sort-up:before{content:\"\\f0de\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-spa:before{content:\"\\f5bb\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-spider:before{content:\"\\f717\"}.fa-spinner:before{content:\"\\f110\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-square:before{content:\"\\f0c8\"}.fa-square-full:before{content:\"\\f45c\"}.fa-square-root-alt:before{content:\"\\f698\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-star:before{content:\"\\f005\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-star-half:before{content:\"\\f089\"}.fa-star-half-alt:before{content:\"\\f5c0\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-steam-symbol:before{content:\"\\f3f6\"}.fa-step-backward:before{content:\"\\f048\"}.fa-step-forward:before{content:\"\\f051\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-stop:before{content:\"\\f04d\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-store:before{content:\"\\f54e\"}.fa-store-alt:before{content:\"\\f54f\"}.fa-strava:before{content:\"\\f428\"}.fa-stream:before{content:\"\\f550\"}.fa-street-view:before{content:\"\\f21d\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-stripe:before{content:\"\\f429\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-subscript:before{content:\"\\f12c\"}.fa-subway:before{content:\"\\f239\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-sun:before{content:\"\\f185\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-superscript:before{content:\"\\f12b\"}.fa-supple:before{content:\"\\f3f9\"}.fa-surprise:before{content:\"\\f5c2\"}.fa-suse:before{content:\"\\f7d6\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-swimmer:before{content:\"\\f5c4\"}.fa-swimming-pool:before{content:\"\\f5c5\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-sync:before{content:\"\\f021\"}.fa-sync-alt:before{content:\"\\f2f1\"}.fa-syringe:before{content:\"\\f48e\"}.fa-table:before{content:\"\\f0ce\"}.fa-table-tennis:before{content:\"\\f45d\"}.fa-tablet:before{content:\"\\f10a\"}.fa-tablet-alt:before{content:\"\\f3fa\"}.fa-tablets:before{content:\"\\f490\"}.fa-tachometer-alt:before{content:\"\\f3fd\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-tape:before{content:\"\\f4db\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-taxi:before{content:\"\\f1ba\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-teeth:before{content:\"\\f62e\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-telegram-plane:before{content:\"\\f3fe\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-tenge:before{content:\"\\f7d7\"}.fa-terminal:before{content:\"\\f120\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-th:before{content:\"\\f00a\"}.fa-th-large:before{content:\"\\f009\"}.fa-th-list:before{content:\"\\f00b\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-theater-masks:before{content:\"\\f630\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-thermometer:before{content:\"\\f491\"}.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbtack:before{content:\"\\f08d\"}.fa-ticket-alt:before{content:\"\\f3ff\"}.fa-times:before{content:\"\\f00d\"}.fa-times-circle:before{content:\"\\f057\"}.fa-tint:before{content:\"\\f043\"}.fa-tint-slash:before{content:\"\\f5c7\"}.fa-tired:before{content:\"\\f5c8\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-toolbox:before{content:\"\\f552\"}.fa-tools:before{content:\"\\f7d9\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-torah:before{content:\"\\f6a0\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-tractor:before{content:\"\\f722\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-trademark:before{content:\"\\f25c\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-train:before{content:\"\\f238\"}.fa-tram:before{content:\"\\f7da\"}.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-trash:before{content:\"\\f1f8\"}.fa-trash-alt:before{content:\"\\f2ed\"}.fa-trash-restore:before{content:\"\\f829\"}.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-tree:before{content:\"\\f1bb\"}.fa-trello:before{content:\"\\f181\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-trophy:before{content:\"\\f091\"}.fa-truck:before{content:\"\\f0d1\"}.fa-truck-loading:before{content:\"\\f4de\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-tshirt:before{content:\"\\f553\"}.fa-tty:before{content:\"\\f1e4\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-tv:before{content:\"\\f26c\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-twitter:before{content:\"\\f099\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-typo3:before{content:\"\\f42b\"}.fa-uber:before{content:\"\\f402\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-uikit:before{content:\"\\f403\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-underline:before{content:\"\\f0cd\"}.fa-undo:before{content:\"\\f0e2\"}.fa-undo-alt:before{content:\"\\f2ea\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-university:before{content:\"\\f19c\"}.fa-unlink:before{content:\"\\f127\"}.fa-unlock:before{content:\"\\f09c\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-untappd:before{content:\"\\f405\"}.fa-upload:before{content:\"\\f093\"}.fa-ups:before{content:\"\\f7e0\"}.fa-usb:before{content:\"\\f287\"}.fa-user:before{content:\"\\f007\"}.fa-user-alt:before{content:\"\\f406\"}.fa-user-alt-slash:before{content:\"\\f4fa\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-user-cog:before{content:\"\\f4fe\"}.fa-user-edit:before{content:\"\\f4ff\"}.fa-user-friends:before{content:\"\\f500\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-user-injured:before{content:\"\\f728\"}.fa-user-lock:before{content:\"\\f502\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-user-minus:before{content:\"\\f503\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-user-shield:before{content:\"\\f505\"}.fa-user-slash:before{content:\"\\f506\"}.fa-user-tag:before{content:\"\\f507\"}.fa-user-tie:before{content:\"\\f508\"}.fa-user-times:before{content:\"\\f235\"}.fa-users:before{content:\"\\f0c0\"}.fa-users-cog:before{content:\"\\f509\"}.fa-usps:before{content:\"\\f7e1\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-utensils:before{content:\"\\f2e7\"}.fa-vaadin:before{content:\"\\f408\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-venus:before{content:\"\\f221\"}.fa-venus-double:before{content:\"\\f226\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-viacoin:before{content:\"\\f237\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-vial:before{content:\"\\f492\"}.fa-vials:before{content:\"\\f493\"}.fa-viber:before{content:\"\\f409\"}.fa-video:before{content:\"\\f03d\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-vk:before{content:\"\\f189\"}.fa-vnv:before{content:\"\\f40b\"}.fa-volleyball-ball:before{content:\"\\f45f\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-mute:before{content:\"\\f6a9\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-up:before{content:\"\\f028\"}.fa-vote-yea:before{content:\"\\f772\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-walking:before{content:\"\\f554\"}.fa-wallet:before{content:\"\\f555\"}.fa-warehouse:before{content:\"\\f494\"}.fa-water:before{content:\"\\f773\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-weibo:before{content:\"\\f18a\"}.fa-weight:before{content:\"\\f496\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-wind:before{content:\"\\f72e\"}.fa-window-close:before{content:\"\\f410\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-wine-glass-alt:before{content:\"\\f5ce\"}.fa-wix:before{content:\"\\f5cf\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-won-sign:before{content:\"\\f159\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-wpforms:before{content:\"\\f298\"}.fa-wpressr:before{content:\"\\f3e4\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-x-ray:before{content:\"\\f497\"}.fa-xbox:before{content:\"\\f412\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-yandex:before{content:\"\\f413\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-yen-sign:before{content:\"\\f157\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-youtube:before{content:\"\\f167\"}.fa-youtube-square:before{content:\"\\f431\"}.fa-zhihu:before{content:\"\\f63f\"}.fa.fa-glass:before{content:\"\\f000\"}.fa.fa-meetup{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-star-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-o:before{content:\"\\f005\"}.fa.fa-close:before,.fa.fa-remove:before{content:\"\\f00d\"}.fa.fa-gear:before{content:\"\\f013\"}.fa.fa-trash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-trash-o:before{content:\"\\f2ed\"}.fa.fa-file-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-o:before{content:\"\\f15b\"}.fa.fa-clock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-clock-o:before{content:\"\\f017\"}.fa.fa-arrow-circle-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:\"\\f358\"}.fa.fa-arrow-circle-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:\"\\f35b\"}.fa.fa-play-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-play-circle-o:before{content:\"\\f144\"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:\"\\f01e\"}.fa.fa-refresh:before{content:\"\\f021\"}.fa.fa-list-alt{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dedent:before{content:\"\\f03b\"}.fa.fa-video-camera:before{content:\"\\f03d\"}.fa.fa-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-picture-o:before{content:\"\\f03e\"}.fa.fa-photo{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-photo:before{content:\"\\f03e\"}.fa.fa-image{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-image:before{content:\"\\f03e\"}.fa.fa-pencil:before{content:\"\\f303\"}.fa.fa-map-marker:before{content:\"\\f3c5\"}.fa.fa-pencil-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pencil-square-o:before{content:\"\\f044\"}.fa.fa-share-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-share-square-o:before{content:\"\\f14d\"}.fa.fa-check-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-square-o:before{content:\"\\f14a\"}.fa.fa-arrows:before{content:\"\\f0b2\"}.fa.fa-times-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-circle-o:before{content:\"\\f057\"}.fa.fa-check-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-circle-o:before{content:\"\\f058\"}.fa.fa-mail-forward:before{content:\"\\f064\"}.fa.fa-eye,.fa.fa-eye-slash{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-warning:before{content:\"\\f071\"}.fa.fa-calendar:before{content:\"\\f073\"}.fa.fa-arrows-v:before{content:\"\\f338\"}.fa.fa-arrows-h:before{content:\"\\f337\"}.fa.fa-bar-chart{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart:before{content:\"\\f080\"}.fa.fa-bar-chart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart-o:before{content:\"\\f080\"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gears:before{content:\"\\f085\"}.fa.fa-thumbs-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-up:before{content:\"\\f164\"}.fa.fa-thumbs-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-down:before{content:\"\\f165\"}.fa.fa-heart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-heart-o:before{content:\"\\f004\"}.fa.fa-sign-out:before{content:\"\\f2f5\"}.fa.fa-linkedin-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin-square:before{content:\"\\f08c\"}.fa.fa-thumb-tack:before{content:\"\\f08d\"}.fa.fa-external-link:before{content:\"\\f35d\"}.fa.fa-sign-in:before{content:\"\\f2f6\"}.fa.fa-github-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-lemon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lemon-o:before{content:\"\\f094\"}.fa.fa-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-square-o:before{content:\"\\f0c8\"}.fa.fa-bookmark-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bookmark-o:before{content:\"\\f02e\"}.fa.fa-facebook,.fa.fa-twitter{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook:before{content:\"\\f39e\"}.fa.fa-facebook-f{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-f:before{content:\"\\f39e\"}.fa.fa-github{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-feed:before{content:\"\\f09e\"}.fa.fa-hdd-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hdd-o:before{content:\"\\f0a0\"}.fa.fa-hand-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-right:before{content:\"\\f0a4\"}.fa.fa-hand-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-left:before{content:\"\\f0a5\"}.fa.fa-hand-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-up:before{content:\"\\f0a6\"}.fa.fa-hand-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-down:before{content:\"\\f0a7\"}.fa.fa-arrows-alt:before{content:\"\\f31e\"}.fa.fa-group:before{content:\"\\f0c0\"}.fa.fa-chain:before{content:\"\\f0c1\"}.fa.fa-scissors:before{content:\"\\f0c4\"}.fa.fa-files-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-files-o:before{content:\"\\f0c5\"}.fa.fa-floppy-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-floppy-o:before{content:\"\\f0c7\"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:\"\\f0c9\"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus:before{content:\"\\f0d5\"}.fa.fa-money{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-money:before{content:\"\\f3d1\"}.fa.fa-unsorted:before{content:\"\\f0dc\"}.fa.fa-sort-desc:before{content:\"\\f0dd\"}.fa.fa-sort-asc:before{content:\"\\f0de\"}.fa.fa-linkedin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin:before{content:\"\\f0e1\"}.fa.fa-rotate-left:before{content:\"\\f0e2\"}.fa.fa-legal:before{content:\"\\f0e3\"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:\"\\f3fd\"}.fa.fa-comment-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comment-o:before{content:\"\\f075\"}.fa.fa-comments-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comments-o:before{content:\"\\f086\"}.fa.fa-flash:before{content:\"\\f0e7\"}.fa.fa-clipboard,.fa.fa-paste{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paste:before{content:\"\\f328\"}.fa.fa-lightbulb-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lightbulb-o:before{content:\"\\f0eb\"}.fa.fa-exchange:before{content:\"\\f362\"}.fa.fa-cloud-download:before{content:\"\\f381\"}.fa.fa-cloud-upload:before{content:\"\\f382\"}.fa.fa-bell-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-o:before{content:\"\\f0f3\"}.fa.fa-cutlery:before{content:\"\\f2e7\"}.fa.fa-file-text-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-text-o:before{content:\"\\f15c\"}.fa.fa-building-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-building-o:before{content:\"\\f1ad\"}.fa.fa-hospital-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hospital-o:before{content:\"\\f0f8\"}.fa.fa-tablet:before{content:\"\\f3fa\"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:\"\\f3cd\"}.fa.fa-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-o:before{content:\"\\f111\"}.fa.fa-mail-reply:before{content:\"\\f3e5\"}.fa.fa-github-alt{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-folder-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-o:before{content:\"\\f07b\"}.fa.fa-folder-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-open-o:before{content:\"\\f07c\"}.fa.fa-smile-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-smile-o:before{content:\"\\f118\"}.fa.fa-frown-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-frown-o:before{content:\"\\f119\"}.fa.fa-meh-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-meh-o:before{content:\"\\f11a\"}.fa.fa-keyboard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-keyboard-o:before{content:\"\\f11c\"}.fa.fa-flag-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-flag-o:before{content:\"\\f024\"}.fa.fa-mail-reply-all:before{content:\"\\f122\"}.fa.fa-star-half-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-o:before{content:\"\\f089\"}.fa.fa-star-half-empty{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-empty:before{content:\"\\f089\"}.fa.fa-star-half-full{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-full:before{content:\"\\f089\"}.fa.fa-code-fork:before{content:\"\\f126\"}.fa.fa-chain-broken:before{content:\"\\f127\"}.fa.fa-shield:before{content:\"\\f3ed\"}.fa.fa-calendar-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-o:before{content:\"\\f133\"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ticket:before{content:\"\\f3ff\"}.fa.fa-minus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-minus-square-o:before{content:\"\\f146\"}.fa.fa-level-up:before{content:\"\\f3bf\"}.fa.fa-level-down:before{content:\"\\f3be\"}.fa.fa-pencil-square:before{content:\"\\f14b\"}.fa.fa-external-link-square:before{content:\"\\f360\"}.fa.fa-compass{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down:before{content:\"\\f150\"}.fa.fa-toggle-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-down:before{content:\"\\f150\"}.fa.fa-caret-square-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-up:before{content:\"\\f151\"}.fa.fa-toggle-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-up:before{content:\"\\f151\"}.fa.fa-caret-square-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-right:before{content:\"\\f152\"}.fa.fa-toggle-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-right:before{content:\"\\f152\"}.fa.fa-eur:before,.fa.fa-euro:before{content:\"\\f153\"}.fa.fa-gbp:before{content:\"\\f154\"}.fa.fa-dollar:before,.fa.fa-usd:before{content:\"\\f155\"}.fa.fa-inr:before,.fa.fa-rupee:before{content:\"\\f156\"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:\"\\f157\"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:\"\\f158\"}.fa.fa-krw:before,.fa.fa-won:before{content:\"\\f159\"}.fa.fa-bitcoin,.fa.fa-btc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitcoin:before{content:\"\\f15a\"}.fa.fa-file-text:before{content:\"\\f15c\"}.fa.fa-sort-alpha-asc:before{content:\"\\f15d\"}.fa.fa-sort-alpha-desc:before{content:\"\\f15e\"}.fa.fa-sort-amount-asc:before{content:\"\\f160\"}.fa.fa-sort-amount-desc:before{content:\"\\f161\"}.fa.fa-sort-numeric-asc:before{content:\"\\f162\"}.fa.fa-sort-numeric-desc:before{content:\"\\f163\"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-youtube-play:before{content:\"\\f167\"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitbucket-square:before{content:\"\\f171\"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-long-arrow-down:before{content:\"\\f309\"}.fa.fa-long-arrow-up:before{content:\"\\f30c\"}.fa.fa-long-arrow-left:before{content:\"\\f30a\"}.fa.fa-long-arrow-right:before{content:\"\\f30b\"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gittip:before{content:\"\\f184\"}.fa.fa-sun-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sun-o:before{content:\"\\f185\"}.fa.fa-moon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-moon-o:before{content:\"\\f186\"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:\"\\f35a\"}.fa.fa-arrow-circle-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:\"\\f359\"}.fa.fa-caret-square-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-left:before{content:\"\\f191\"}.fa.fa-toggle-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-left:before{content:\"\\f191\"}.fa.fa-dot-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dot-circle-o:before{content:\"\\f192\"}.fa.fa-vimeo-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:\"\\f195\"}.fa.fa-plus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-plus-square-o:before{content:\"\\f0fe\"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:\"\\f19c\"}.fa.fa-mortar-board:before{content:\"\\f19d\"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-spoon:before{content:\"\\f2e5\"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-automobile:before{content:\"\\f1b9\"}.fa.fa-cab:before{content:\"\\f1ba\"}.fa.fa-envelope-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-o:before{content:\"\\f0e0\"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-file-pdf-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-pdf-o:before{content:\"\\f1c1\"}.fa.fa-file-word-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-word-o:before{content:\"\\f1c2\"}.fa.fa-file-excel-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-excel-o:before{content:\"\\f1c3\"}.fa.fa-file-powerpoint-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-powerpoint-o:before{content:\"\\f1c4\"}.fa.fa-file-image-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-image-o:before{content:\"\\f1c5\"}.fa.fa-file-photo-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-photo-o:before{content:\"\\f1c5\"}.fa.fa-file-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-picture-o:before{content:\"\\f1c5\"}.fa.fa-file-archive-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-archive-o:before{content:\"\\f1c6\"}.fa.fa-file-zip-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-zip-o:before{content:\"\\f1c6\"}.fa.fa-file-audio-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-audio-o:before{content:\"\\f1c7\"}.fa.fa-file-sound-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-sound-o:before{content:\"\\f1c7\"}.fa.fa-file-video-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-video-o:before{content:\"\\f1c8\"}.fa.fa-file-movie-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-movie-o:before{content:\"\\f1c8\"}.fa.fa-file-code-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-code-o:before{content:\"\\f1c9\"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-bouy:before{content:\"\\f1cd\"}.fa.fa-life-buoy{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-buoy:before{content:\"\\f1cd\"}.fa.fa-life-saver{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-saver:before{content:\"\\f1cd\"}.fa.fa-support{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-support:before{content:\"\\f1cd\"}.fa.fa-circle-o-notch:before{content:\"\\f1ce\"}.fa.fa-ra,.fa.fa-rebel{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ra:before{content:\"\\f1d0\"}.fa.fa-resistance{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-resistance:before{content:\"\\f1d0\"}.fa.fa-empire,.fa.fa-ge{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ge:before{content:\"\\f1d1\"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-y-combinator-square:before{content:\"\\f1d4\"}.fa.fa-yc-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc-square:before{content:\"\\f1d4\"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wechat:before{content:\"\\f1d7\"}.fa.fa-send:before{content:\"\\f1d8\"}.fa.fa-paper-plane-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paper-plane-o:before{content:\"\\f1d8\"}.fa.fa-send-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-send-o:before{content:\"\\f1d8\"}.fa.fa-circle-thin{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-thin:before{content:\"\\f111\"}.fa.fa-header:before{content:\"\\f1dc\"}.fa.fa-sliders:before{content:\"\\f1de\"}.fa.fa-futbol-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-futbol-o:before{content:\"\\f1e3\"}.fa.fa-soccer-ball-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-soccer-ball-o:before{content:\"\\f1e3\"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-newspaper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-newspaper-o:before{content:\"\\f1ea\"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bell-slash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-slash-o:before{content:\"\\f1f6\"}.fa.fa-trash:before{content:\"\\f2ed\"}.fa.fa-copyright{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-eyedropper:before{content:\"\\f1fb\"}.fa.fa-area-chart:before{content:\"\\f1fe\"}.fa.fa-pie-chart:before{content:\"\\f200\"}.fa.fa-line-chart:before{content:\"\\f201\"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-cc{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-cc:before{content:\"\\f20a\"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:\"\\f20b\"}.fa.fa-meanpath{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-meanpath:before{content:\"\\f2b4\"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-diamond{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-diamond:before{content:\"\\f3a5\"}.fa.fa-intersex:before{content:\"\\f224\"}.fa.fa-facebook-official{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-official:before{content:\"\\f09a\"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-hotel:before{content:\"\\f236\"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc:before{content:\"\\f23b\"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:\"\\f240\"}.fa.fa-battery-3:before{content:\"\\f241\"}.fa.fa-battery-2:before{content:\"\\f242\"}.fa.fa-battery-1:before{content:\"\\f243\"}.fa.fa-battery-0:before{content:\"\\f244\"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sticky-note-o:before{content:\"\\f249\"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hourglass-o:before{content:\"\\f254\"}.fa.fa-hourglass-1:before{content:\"\\f251\"}.fa.fa-hourglass-2:before{content:\"\\f252\"}.fa.fa-hourglass-3:before{content:\"\\f253\"}.fa.fa-hand-rock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-rock-o:before{content:\"\\f255\"}.fa.fa-hand-grab-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-grab-o:before{content:\"\\f255\"}.fa.fa-hand-paper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-paper-o:before{content:\"\\f256\"}.fa.fa-hand-stop-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-stop-o:before{content:\"\\f256\"}.fa.fa-hand-scissors-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-scissors-o:before{content:\"\\f257\"}.fa.fa-hand-lizard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-lizard-o:before{content:\"\\f258\"}.fa.fa-hand-spock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-spock-o:before{content:\"\\f259\"}.fa.fa-hand-pointer-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-pointer-o:before{content:\"\\f25a\"}.fa.fa-hand-peace-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-peace-o:before{content:\"\\f25b\"}.fa.fa-registered{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-television:before{content:\"\\f26c\"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-calendar-plus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-plus-o:before{content:\"\\f271\"}.fa.fa-calendar-minus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-minus-o:before{content:\"\\f272\"}.fa.fa-calendar-times-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-times-o:before{content:\"\\f273\"}.fa.fa-calendar-check-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-check-o:before{content:\"\\f274\"}.fa.fa-map-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-map-o:before{content:\"\\f279\"}.fa.fa-commenting:before{content:\"\\f4ad\"}.fa.fa-commenting-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-commenting-o:before{content:\"\\f4ad\"}.fa.fa-houzz,.fa.fa-vimeo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-vimeo:before{content:\"\\f27d\"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card-alt:before{content:\"\\f09d\"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-pause-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pause-circle-o:before{content:\"\\f28b\"}.fa.fa-stop-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-stop-circle-o:before{content:\"\\f28d\"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wheelchair-alt:before{content:\"\\f368\"}.fa.fa-question-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-question-circle-o:before{content:\"\\f059\"}.fa.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa.fa-asl-interpreting:before{content:\"\\f2a3\"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa.fa-glide,.fa.fa-glide-g{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-signing:before{content:\"\\f2a7\"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-official:before{content:\"\\f2b3\"}.fa.fa-google-plus-circle{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-circle:before{content:\"\\f2b3\"}.fa.fa-fa,.fa.fa-font-awesome{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-fa:before{content:\"\\f2b4\"}.fa.fa-handshake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-handshake-o:before{content:\"\\f2b5\"}.fa.fa-envelope-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-open-o:before{content:\"\\f2b6\"}.fa.fa-linode{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-address-book-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-book-o:before{content:\"\\f2b9\"}.fa.fa-vcard:before{content:\"\\f2bb\"}.fa.fa-address-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-card-o:before{content:\"\\f2bb\"}.fa.fa-vcard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-vcard-o:before{content:\"\\f2bb\"}.fa.fa-user-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-circle-o:before{content:\"\\f2bd\"}.fa.fa-user-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-o:before{content:\"\\f007\"}.fa.fa-id-badge{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license:before{content:\"\\f2c2\"}.fa.fa-id-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-id-card-o:before{content:\"\\f2c2\"}.fa.fa-drivers-license-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license-o:before{content:\"\\f2c2\"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:\"\\f2c7\"}.fa.fa-thermometer-3:before{content:\"\\f2c8\"}.fa.fa-thermometer-2:before{content:\"\\f2c9\"}.fa.fa-thermometer-1:before{content:\"\\f2ca\"}.fa.fa-thermometer-0:before{content:\"\\f2cb\"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:\"\\f2cd\"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle:before{content:\"\\f410\"}.fa.fa-window-close-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-window-close-o:before{content:\"\\f410\"}.fa.fa-times-rectangle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle-o:before{content:\"\\f410\"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-eercast:before{content:\"\\f2da\"}.fa.fa-snowflake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-snowflake-o:before{content:\"\\f2dc\"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:\"Font Awesome 5 Brands\";font-weight:400}','yes'),(63045,'_transient_timeout_jetpack_jitm_05948ad540c62d2ffa4fc56a426c630','1551800876','no'),(63046,'_transient_jetpack_jitm_05948ad540c62d2ffa4fc56a426c630','a:3:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:51:\"Print shipping labels yourself, save time and money\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:122:\"WooCommerce Shipping is a new service that lets you access discounted rates, and print shipping labels at home in seconds.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:28:\"Install WooCommerce Services\";s:4:\"hook\";s:28:\"jetpack_woo_services_install\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:11:\"wooservices\";s:13:\"feature_class\";s:11:\"wooservices\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}i:1;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:49:\"Let customers design and personalize their orders\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:107:\"From personal messages and donations to laser engraving &mdash; allow customer input to customize products.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:22:\"Enable Product Add-ons\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:1;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:20:\"wccom_product_addons\";s:13:\"feature_class\";s:5:\"wccom\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}s:18:\"last_response_time\";i:1551800576;}','no'),(63050,'_transient_timeout_jetpack_jitm_f5e6d6d8a5cc18d260c0563cbf90eb5','1551800902','no'),(63051,'_transient_jetpack_jitm_f5e6d6d8a5cc18d260c0563cbf90eb5','a:5:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:51:\"Print shipping labels yourself, save time and money\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:122:\"WooCommerce Shipping is a new service that lets you access discounted rates, and print shipping labels at home in seconds.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:28:\"Install WooCommerce Services\";s:4:\"hook\";s:28:\"jetpack_woo_services_install\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:11:\"wooservices\";s:13:\"feature_class\";s:11:\"wooservices\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}i:1;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:64:\"Recommended marketing tools, customization options, and services\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:136:\"Optimize your store for sales &mdash; including discount and coupon options, email and social integrations, and more powerful reporting.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:27:\"Recommended Marketing Tools\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:1;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:19:\"wccom_cat_marketing\";s:13:\"feature_class\";s:19:\"wccom_cat_marketing\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}i:2;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:70:\"You can now print USPS International Labels with WooCommerce Shipping.\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:82:\"Now print domestic and International labels right from your WooCommerce dashboard.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:11:\"Get started\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:1;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:22:\"wccom_shipping_non_wcs\";s:13:\"feature_class\";s:22:\"wccom_shipping_non_wcs\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}i:3;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:41:\"Try the new WooCommerce Mobile App (free)\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:155:\"Put WooCommerce in your pocket to manage orders, receive sales notifications, and view key metrics – wherever you are. Available now for iOS and Android.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:10:\"Try it now\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:1;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:12:\"wccom_mobile\";s:13:\"feature_class\";s:5:\"wccom\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}s:18:\"last_response_time\";i:1551800602;}','no'),(63059,'_transient_timeout_external_ip_address_127.0.0.1','1552405673','no'),(63060,'_transient_external_ip_address_127.0.0.1','192.145.239.48','no'),(63076,'_transient_timeout_wc_report_sales_by_date','1551887429','no'),(63077,'_transient_wc_report_sales_by_date','a:8:{s:32:\"0dff44badd02327d5a71825c12ada534\";a:2:{i:0;O:8:\"stdClass\":2:{s:5:\"count\";s:1:\"4\";s:9:\"post_date\";s:19:\"2019-03-02 16:11:26\";}i:1;O:8:\"stdClass\":2:{s:5:\"count\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-03-05 06:25:25\";}}s:32:\"05b7d31949e090edfea1dc18ec914257\";a:0:{}s:32:\"5112245e40f0a048d3081dca91b23597\";a:2:{i:0;O:8:\"stdClass\":2:{s:16:\"order_item_count\";s:1:\"4\";s:9:\"post_date\";s:19:\"2019-03-02 15:23:59\";}i:1;O:8:\"stdClass\":2:{s:16:\"order_item_count\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-03-05 06:25:25\";}}s:32:\"466d299abe680b7c310698bede3e0d13\";N;s:32:\"5470217876b5196f3073a01276438229\";a:2:{i:0;O:8:\"stdClass\":5:{s:11:\"total_sales\";s:4:\"4.99\";s:14:\"total_shipping\";s:1:\"0\";s:9:\"total_tax\";s:1:\"0\";s:18:\"total_shipping_tax\";s:1:\"0\";s:9:\"post_date\";s:19:\"2019-03-02 16:11:26\";}i:1;O:8:\"stdClass\":5:{s:11:\"total_sales\";s:1:\"0\";s:14:\"total_shipping\";s:1:\"0\";s:9:\"total_tax\";s:1:\"0\";s:18:\"total_shipping_tax\";s:1:\"0\";s:9:\"post_date\";s:19:\"2019-03-05 06:25:25\";}}s:32:\"3ccdea15bae61b39fc2078716b4f7f65\";a:0:{}s:32:\"a5bc39f8ae08eb018dca18787a49ac03\";a:0:{}s:32:\"a403bcaf61d4b265bd232fe2ec269900\";a:0:{}}','no'),(63078,'_transient_timeout_wc_admin_report','1551887429','no'),(63079,'_transient_wc_admin_report','a:2:{s:32:\"efe554e978cbcd07b212e028d94832f6\";a:2:{i:0;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:4:\"4.99\";s:9:\"post_date\";s:19:\"2019-03-02 16:11:26\";}i:1;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:1:\"0\";s:9:\"post_date\";s:19:\"2019-03-05 06:25:25\";}}s:32:\"ed342f8e37178650f24520c5d918b5f8\";a:2:{i:0;O:8:\"stdClass\":3:{s:10:\"product_id\";s:5:\"20158\";s:15:\"sparkline_value\";s:1:\"3\";s:9:\"post_date\";s:19:\"2019-03-02 15:23:59\";}i:1;O:8:\"stdClass\":3:{s:10:\"product_id\";s:5:\"20158\";s:15:\"sparkline_value\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-03-05 06:25:25\";}}}','no'),(60771,'_transient_timeout_wc_cbp_7ad8d94d2172b511ca09235fce4340ba','1554164078','no'),(60772,'_transient_wc_cbp_7ad8d94d2172b511ca09235fce4340ba','a:6:{i:0;i:20158;i:1;i:20158;i:2;i:20158;i:3;i:20158;i:4;i:20158;i:5;i:20158;}','no'),(62610,'_transient_jpp_headers_updated_recently','1','no'),(62612,'_transient_feed_636a1eae994b1deb9d704cdb777d2ebb','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:46:\"\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:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"ThemeFusion\";s:7:\"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:24:\"https://theme-fusion.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress Themes | Premium WordPress Themes | WooCommerce 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:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Mar 2019 11:24:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:30:\"https://wordpress.org/?v=5.0.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:\"item\";a:9:{i:0;a:6:{s:4:\"data\";s:42:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Security Fix Added in 5.8.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:53:\"https://theme-fusion.com/security-fix-added-in-5-8-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://theme-fusion.com/security-fix-added-in-5-8-2/#respond\";s: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, 21 Feb 2019 19:16:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=579744\";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:532:\"<p>For the release of Avada 5.8.2 we have fixed a XXS security issue pertaining to Avada versions 5.8.1 and below. The fix is for the bootstrap JS libraries that are used in Avada and is disclosed in our Changelog and also disclosed in our Important Update Info doc. We recommend to keep your theme up &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/security-fix-added-in-5-8-2/\">Security Fix Added in 5.8.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:7308:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>For the release of Avada 5.8.2 we have fixed a XXS security issue pertaining to Avada versions 5.8.1 and below. The fix is for the <a href=\"https://getbootstrap.com/\" target=\"_blank\" rel=\"noopener\">bootstrap</a> JS libraries that are used in Avada and is disclosed in our <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">Changelog</a> and also disclosed in our <a href=\"https://theme-fusion.com/documentation/avada/install-update/important-update-information/\" target=\"_blank\" rel=\"noopener\">Important Update Info</a> doc.</p>\n<p>We recommend to keep your theme up to date and maintained at all times. It&#8217;s best to use <a href=\"https://theme-fusion.com/documentation/avada/install-update/how-to-update-theme/#autoupdate\" target=\"_blank\" rel=\"noopener\">auto updates</a> and to also keep an eye on the <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-patcher/\" target=\"_blank\" rel=\"noopener\">Fusion Patcher</a> tool as we typically issue fixes and improvements within a short space of time without the need for a full theme update.</p>\n<p>Like WordPress and any entity that develops software, we understand that security is not an absolute, it’s a continuous process and should be managed as such. We do our best to be as proactive as possible in preventing security issues and we do not assume they’ll never come up. Our job is to quickly take care of them and work to get our customers notified and prepared.</p>\n<p>The description of the security issue identified and fixed is listed below:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><ul class=\"fusion-checklist fusion-checklist-1\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#65bc7b;font-size:14.08px;height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#ffffff;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong>FIXED:</strong> Security fix to prevent possible XSS attacks in bootstrap JS libraries</div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>We checked and verified the bootstrap vulnerability as soon as it was discovered. Once confirmed, our team took immediate steps to apply the fix to Avada 5.8.2, which has been released. Confirmation of the changelog release that lists out the security fix, can be found here: <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">Avada Changelog</a></p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">What Should I Do Next?</h2></div><div class=\"fusion-text\"><p>We cannot stress enough the importance in making sure that your install is updated and maintained at all times. To ensure that your theme installation is issue free and the fix detailed above is applied, please update. These are our detailed update instructions:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-2 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2AHpT3k\" target=\"_blank\">Updating from an old version of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2nbcpDb\" target=\"_blank\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2nbFtuj\" target=\"_blank\">How to Update</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2KqtCBL\" target=\"_blank\">Fusion Patcher</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2ndA9XB\" target=\"_blank\">Avada Changelog</a></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Something else that is important is to also ensure any patches that our team releases between update cycles are applied as part of ongoing maintenance for your install and always clear your cache plugins post update.</p>\n<p>Patches are applied at the click of a button as explained in our <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-patcher/\" target=\"_blank\" rel=\"noopener\">Avada Patcher</a> doc post.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/security-fix-added-in-5-8-2/\">Security Fix Added in 5.8.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://theme-fusion.com/security-fix-added-in-5-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";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:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Avada 5.8 For You From Us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://theme-fusion.com/avada-5-8-for-you-from-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jan 2019 19:13:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:\"ThemeFusion\";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:13:\"Theme 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:34:\"https://theme-fusion.com/?p=566220\";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:574:\"<p>A new year and a new theme update! Avada 5.8 is the first major release of 2019, and it includes impressive performance improvements and user-requested features to enhance usability and improve your workflow. Along with two professionally design demos, we have integrated Progressive Web App (PWA) functionality that will make Avada feel like a &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-5-8-for-you-from-us/\">Avada 5.8 For You From Us</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:4030:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>A new year and a new theme update! <a href=\"https://avada.theme-fusion.com/whats-new-in-5-8/\" target=\"_blank\" rel=\"noopener\">Avada 5.8</a> is the first major release of 2019, and it includes impressive performance improvements and user-requested features to enhance usability and improve your workflow. Along with two professionally design demos, we have integrated Progressive Web App (PWA) functionality that will make <a href=\"http://bit.ly/2KxGM0L\">Avada</a> feel like a native app on any device, providing an immersive user experience. There is also Lazy Load for images to improve page-load and a new option that allows you to use a Font Awesome Pro subscription with <a href=\"http://bit.ly/2KxGM0L\">Avada</a> that certainly will expand your icon choices when designing. You can view the <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">changelog here</a>.</p>\n<p>For all of the new features and enhancements please check our new demo page, click the link below!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:0px;\"></div><div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-1 .fusion-button-text, .fusion-button.button-1 i {color:#fff;}.fusion-button.button-1 {border-width:0px;border-color:#fff;}.fusion-button.button-1 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-1:hover .fusion-button-text, .fusion-button.button-1:hover i,.fusion-button.button-1:focus .fusion-button-text, .fusion-button.button-1:focus i,.fusion-button.button-1:active .fusion-button-text, .fusion-button.button-1:active{color:#fff;}.fusion-button.button-1:hover, .fusion-button.button-1:focus, .fusion-button.button-1:active{border-width:0px;border-color:#fff;}.fusion-button.button-1:hover .fusion-button-icon-divider, .fusion-button.button-1:hover .fusion-button-icon-divider, .fusion-button.button-1:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-1{width:auto;}</style><a class=\"fusion-button button-square fusion-button-round button-large button-default button-1\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://avada.theme-fusion.com/whats-new-in-5-8/\"><span class=\"fusion-button-text\"> What&#8217;s New In Avada 5.8</span><i class=\"fa-arrow-alt-circle-right fas button-icon-right\"></i></a></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Thank you,<br />\nThemeFusion</p>\n<p><em>PS: comments are turned off on this announcement post so we can focus on our customers <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-5-8-for-you-from-us/\">Avada 5.8 For You From Us</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WordPress 5.0, Avada, And You. All That You Need To Know.\";s:7:\"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://theme-fusion.com/wordpress-5-0-avada-and-you-all-that-you-need-to-know/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://theme-fusion.com/wordpress-5-0-avada-and-you-all-that-you-need-to-know/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Dec 2018 13:46: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:6:{i:0;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:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Avada\";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:\"ThemeFusion\";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:\"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:4;a:5:{s:4:\"data\";s:13:\"Theme 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:5;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=533611\";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:627:\"<p>All things Gutenberg are afoot. We have released several articles following the progress of Gutenberg and how it affects Avada and the entire WordPress arena. What is Gutenberg? read about it here. Gutenberg, the new WordPress editing experience has been in plugin form (external to WordPress Core) for quite some time now, requiring you &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/wordpress-5-0-avada-and-you-all-that-you-need-to-know/\">WordPress 5.0, Avada, And You. All That You Need To Know.</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:44496:\"<p><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>All things <a href=\"https://wordpress.org/gutenberg/handbook/\" target=\"_blank\" rel=\"noopener\">Gutenberg</a> are afoot. We have released several articles following the progress of Gutenberg and how it affects <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> and the entire WordPress arena. What is Gutenberg? read about it <a href=\"https://theme-fusion.com/wordpress-gutenberg-avada-lets-begin/#whatisgutenberg\" target=\"_blank\" rel=\"noopener\">here</a>. Gutenberg, the new WordPress editing experience has been in plugin form (external to WordPress Core) for quite some time now, requiring you to install it in order to <a href=\"https://theme-fusion.com/avada-wordpress-and-gutenberg-an-ode-to-progress/\" target=\"_blank\" rel=\"noopener\">try it out</a>. The reason why Gutenberg was not incorporated into WordPress core thus far (pre WP 5.0) is for <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\" target=\"_blank\" rel=\"noopener\">testing and feedback</a> purposes, allowing the core WP and the Gutenberg team to gather more data and feedback on how Gutenberg functions and interacts with users installs in the wild.</p>\n<p>In this post, we will be covering a fair amount and we encourage you to go through it all. WordPress version <a href=\"https://make.wordpress.org/core/5-0/\" target=\"_blank\" rel=\"noopener\">5.0</a> is slated for release on <del datetime=\"2018-12-04T12:24:29+00:00\">November 19th</del>, <del datetime=\"2018-12-04T12:26:35+00:00\">November 27th</del>, December 6th (there is a backup release date of January 22, 2019 if more testing is required), adding Gutenberg to the WordPress core and how this affects you is detailed below.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">What Do I Need To Do In Preparation For WordPress 5.0?</h2></div><div class=\"fusion-text\"><p>This will depend on the <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> version you are currently running. If you are already running <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> 5.7.2 (latest available version is: <span class=\"fusion-cs-live-version\">5.8.2</span>) you are all set and good to go. Otherwise we recommend updating <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> to the latest version. Always make sure that you check and follow the detailed instructions for updating your theme. The importance of maintaining your site by making sure that your theme and plugins are regularly kept up to date, cannot be overstated. If you can&#8217;t update to the latest version of <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> just now, we have you covered too.</p>\n</div><ul class=\"fusion-checklist fusion-checklist-3 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-caret-right fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a class=\"fusion-one-page-text-link\" href=\"#latest-version\">Already running Avada 5.7.2? Nothing to do!</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-caret-right fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a class=\"fusion-one-page-text-link\" href=\"#below-latest-version\">Running Avada below 5.7.2? Don’t panic!</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-caret-right fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a class=\"fusion-one-page-text-link\" href=\"#cant-update-to-latest\">What If I Can’t Update Avada, Will My Site Break?</a></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\" id=\"latest-version\"><h3 class=\"title-heading-left\">Already running Avada 5.7.2? Nothing to do!</h3></div><div class=\"fusion-text\"><p>You can expect the same seamless working experience that you are used to with <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> and <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noopener\">WordPress</a>. Both, Avada and the Fusion Builder, will be unaffected and this includes the front-end of your site. Additionally, feel free to try the WordPress 5.0 Gutenberg editor. We added options to either create a post on Gutenberg or within Fusion Builder, your choice. You can’t edit a page/post created with Gutenberg in the Fusion Builder or vice versa, however, you are free to try Fusion Builder Elements in Gutenberg. More information please read our <a href=\"http://bit.ly/2SqbnAS\" target=\"_blank\" rel=\"noopener\">help file</a>.</p>\n</div><div class=\"fusion-text\"><p>We have implemented the option to choose between the Fusion Builder and Gutenberg when creating new pages or posts as illustrated below.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-1\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[1faa6973716618c51b0]\" data-title=\"editor-choice\" title=\"editor-choice\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice.png\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice.png\" width=\"3068\" height=\"736\" alt=\"Page &amp; Post Editing Selection\" class=\"lazyload img-responsive wp-image-548922\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273068%27%20height%3D%27736%27%20viewBox%3D%270%200%203068%20736%27%3E%3Crect%20width%3D%273068%27%20height%3D%273736%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice-200x48.png 200w, https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice-400x96.png 400w, https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice-600x144.png 600w, https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice-800x192.png 800w, https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice-1200x288.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/12/editor-choice.png 3068w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 3068px\" /></a></span></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left\" style=\"background-color:#65bc7b;color:#ffffff;border-color:#ffffff;border-width:1px;\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"fa-lg fa-exclamation-circle fas\"></i></span><span class=\"fusion-alert-content\"><strong>IMPORTANT NOTE:</strong> If you create a page/post with Gutenberg you can&#8217;t edit/maintain the same page/post with the Fusion Builder and vice versa. They are not interchangeable.</span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><div class=\"fusion-text\"><p>Choosing Classic Editor gives you this -&gt; <a href=\"https://d.pr/i/4lNtYa\" target=\"_blank\" rel=\"noopener\">https://d.pr/i/4lNtYa</a></p>\n<p>Choosing Fusion Builder gives you this -&gt; <a href=\"https://d.pr/i/7ncHkD\" target=\"_blank\" rel=\"noopener\">https://d.pr/i/7ncHkD</a></p>\n<p>Choosing Gutenberg gives you this -&gt; <a href=\"https://d.pr/i/7N1lJP\" target=\"_blank\" rel=\"noopener\">https://d.pr/i/7N1lJP</a> &#8211; note the Edit with Fusion Builder button, top left.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:0px;margin-bottom:20px;\"><h4 class=\"title-heading-left\">Can I Also Use The New Block Editor?</h4></div><div class=\"fusion-text\"><p>Yes, you certainly can. What must be noted is that if you create a page/post with Gutenberg you cannot edit/maintain the same page/post using the Fusion Builder and vice versa. They are not interchangeable. Any Gutenberg page/post created will display perfectly on the front end of the site to anyone viewing it.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\" id=\"below-latest-version\"><h3 class=\"title-heading-left\">Running Avada below 5.7.2? Don&#8217;t panic!</h3></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:0px;margin-bottom:20px;\" id=\"themeupdate\"><h4 class=\"title-heading-left\">Update Avada To The Latest Version &#8211; Here Is How</h4></div><div class=\"fusion-text\"><p>Whether you are running an old version of <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> or not, regular maintenance is critically important. Furthermore, making sure that your theme and plugins are kept up top date should be a part of your maintenance procedure. These are our detailed update instructions:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-4 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/1FAmQpu\" target=\"_blank\" rel=\"noopener\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/1H8JGzo\" target=\"_blank\" rel=\"noopener\">How To Update The Theme</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2pPNngZ\" target=\"_blank\" rel=\"noopener\">Updating From An Old Version Of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/1NAWVwM\" target=\"_blank\" rel=\"noopener\">Apply Any Released Patches</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/1EK5mAg\" target=\"_blank\" rel=\"noopener\">Avada Changelog</a></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-text\"><p><em><strong>Something else that is important is to also ensure any patches that our team releases between update cycles are applied as part of ongoing maintenance for your install and always clear your cache plugins post update.</strong></em></p>\n</div><ul class=\"fusion-checklist fusion-checklist-5 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-right fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Current Avada version is <span class=\"fusion-cs-live-version\">5.8.2</span></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-right fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Current Fusion Builder version is <span class=\"fusion-cs-plugin-info\">1.8.2</span></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-right fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Current Fusion Core version is <span class=\"fusion-cs-plugin-info\">3.8.2</span></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-four\" style=\"margin-top:0px;margin-bottom:20px;\" id=\"cant-update-to-latest\"><h4 class=\"title-heading-left\">What If I Can&#8217;t Update Avada, Will My Site Break?</h4></div><div class=\"fusion-text\"><p>The short answer is: No. The front-end of your site will be unaffected and everything will remain perfectly functional, not affecting your website visitors. It is the WordPress back-end of your install where you will have obstacles. If you have not updated your <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> theme to the latest version, it won’t be possible to edit posts/pages with the Fusion Builder, that is why we strongly recommend updating to Avada <span class=\"fusion-cs-live-version\">5.8.2</span>+ before you update to WordPress 5.0. See our <a class=\"fusion-one-page-text-link\" style=\"font-size: 16px;\" href=\"#themeupdate\">detailed update instructions</a>.</p>\n<p>If you are not able to update your theme just yet, you have two other options as listed below:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-five\" style=\"margin-top:0px;margin-bottom:20px;\" id=\"classiceditor\"><h5 class=\"title-heading-left\">1 &#8211; Install And Activate The Classic Editor Plugin</h5></div><div class=\"fusion-text\"><p>The <a href=\"https://wordpress.org/plugins/classic-editor/\" target=\"_blank\" rel=\"noopener\">Classic Editor</a> plugin is developed and maintained by the core WordPress team and will be officially <a href=\"https://make.wordpress.org/core/2018/11/07/classic-editor-plugin-support-window/\" target=\"_blank\" rel=\"noopener\">supported until</a> December 31, 2021. Install and activate the Classic Editor plugin.</p>\n<p>It does what it says on the tin and will sideline the WordPress Gutenberg editor upon activation. The plugin also makes it possible to keep both the Gutenberg and the Classic editor at the same time, configured the in the plugin’s settings. Go to WordPress Dashboard &gt;&gt; <strong>Settings</strong> &gt; <strong>Writing</strong> page, you will see the option under “Classic editor settings”.</p>\n<p>All of this means that the traditional WordPress editor is active and Fusion Builder is enabled for all pages and posts.</p>\n</div><ul class=\"fusion-checklist fusion-checklist-6 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-cloud-download-alt fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p><a href=\"https://wordpress.org/plugins/classic-editor/\" target=\"_blank\" rel=\"noopener\">Download</a> Classic Editor or install via WordPress Dashboard &gt;&gt; Plugins</p>\n</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-info fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Active installations: <strong>600,000+</strong></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-info fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">WordPress Version: <strong>4.5 or higher</strong></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-five\" style=\"margin-top:0px;margin-bottom:20px;\"><h5 class=\"title-heading-left\">2 &#8211; Or, Install The Disable Gutenberg Plugin</h5></div><div class=\"fusion-text\"><p>This method allows you to to disable the WordPress Gutenberg editor for certain or all user roles and post types and override any Gutenberg related nags. Install and activate the <a href=\"https://wordpress.org/plugins/disable-gutenberg/\" target=\"_blank\" rel=\"noopener\">Disable Gutenberg</a> plugin. Upon activation, go to the &gt;&gt; WordPress Dashboard &gt; Settings &gt; Disable Gutenberg page to configure the plugins settings.</p>\n</div><ul class=\"fusion-checklist fusion-checklist-7 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-cloud-download-alt fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://wordpress.org/plugins/disable-gutenberg/\" target=\"_blank\" rel=\"noopener\">Download</a> Disable Gutenberg or install via WordPress Dashboard &gt;&gt; Plugins</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-info fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Active installations: <strong>10,000+</strong></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-info fas\" style=\"color:#bcbcbc;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">WordPress Version: <strong>4.9 or higher</strong></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">If I Choose Not To Update WordPress, Will Avada Work?</h3></div><div class=\"fusion-text\"><p>Yes, of course, Avada will work perfectly with the 4.9.8 version of WordPress. You can delay updating to WordPress 5.0 if you have accessibility concerns or are simply not ready to do so at this time.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">Our (ThemeFusion&#8217;s) Perspective On Gutenberg, Avada, and WordPress</h2></div><div class=\"fusion-text\"><p>We do feel that the new editing experience for WordPress is in the right direction, it is however, the delivery of this project that we do not agree with and we are not the only ones to <a href=\"https://twitter.com/yoast/status/1069880401055895553\" target=\"_blank\" rel=\"noopener\">feel this way</a>. As a team, we have been closely monitoring the Gutenberg/WordPress 5.0 development cycle. This being necessary, because we have no control over the development of WP core, to ensure that we can deliver the an experience to our user-base that is as seamless as possible. Due to constant changes by the WP core team it has been very difficult for us to have anything prepared months in advance of the 5.0 release.</p>\n<p>From user facing functionality, accessibility, and even back-end functionality, preparations have been difficult but conscientious on our end. When we released <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> <a href=\"https://avada.theme-fusion.com/whats-new-in-5-7/\" target=\"_blank\" rel=\"noopener\">5.7</a> on October 1st, we included a layer of Gutenberg compatibility. It made sure that you can work with Avada and Fusion Builder just in the way you are used to. Since Gutenberg was a plugin prior to WordPress 5.0, and not yet merged into core, we implemented a compatibility layer for the plugin. More changes were made by the WordPress core team for which we have made further adjustments to ensure a seamless experience for Avada users.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">WordPress 5.0, Say Hello To The New Editor</h2></div><div class=\"fusion-text\"><p>The new WordPress 5.0 Welcome screen greets you with:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><style type=\'text/css\'>.reading-box-container-1 .element-bottomshadow:before,.reading-box-container-1 .element-bottomshadow:after{opacity:0.70;}</style><div class=\"fusion-reading-box-container reading-box-container-1\" style=\"margin-top:0px;margin-bottom:30px;\"><div class=\"reading-box\" style=\"background-color:#f6f6f6;border-width:1px;border-color:#f6f6f6;border-left-width:3px;border-left-color:#65bc7b;border-style:solid;\"><div class=\"reading-box-additional\">\n<p>&#8220;You’ve successfully upgraded to WordPress 5.0! We’ve made some big changes to the editor. Our new block-based editor is the first step toward an exciting new future with a streamlined editing experience across your site. You’ll have more flexibility with how content is displayed, whether you are building your first site, revamping your blog, or write code for a living.&#8221;</p>\n</div><div class=\"fusion-clearfix\"></div></div></div><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-2\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[f6e1722f334be4a0e13]\" data-title=\"wp-50-g-welcome\" title=\"wp-50-g-welcome\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome.jpg\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome.jpg\" width=\"2782\" height=\"1960\" alt=\"WordPress 5.0 Welcome Screen\" class=\"lazyload img-responsive wp-image-548405\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%272782%27%20height%3D%271960%27%20viewBox%3D%270%200%202782%201960%27%3E%3Crect%20width%3D%272782%27%20height%3D%2731960%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome-200x141.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome-400x282.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome-600x423.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome-800x564.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome-1200x845.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-welcome.jpg 2782w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 2782px\" /></a></span></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-text\"><p>At the very top of the page the following prompt is visible &#8220;Learn how to keep using the old editor.&#8221;, clicking that takes you to the &#8220;Keep it Classic&#8221; and plugin install option, as shown below:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-3\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[11901f0ab0d7ec6fbca]\" data-title=\"wp-50-g-classic\" title=\"wp-50-g-classic\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic.jpg\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic.jpg\" width=\"2820\" height=\"1974\" alt=\"WordPress 5.0 Welcome Screen\" class=\"lazyload img-responsive wp-image-548447\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%272820%27%20height%3D%271974%27%20viewBox%3D%270%200%202820%201974%27%3E%3Crect%20width%3D%272820%27%20height%3D%2731974%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic-200x140.jpg 200w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic-400x280.jpg 400w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic-600x420.jpg 600w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic-800x560.jpg 800w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic-1200x840.jpg 1200w, https://theme-fusion.com/wp-content/uploads/2018/12/wp-50-g-classic.jpg 2820w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 2820px\" /></a></span></div><style type=\'text/css\'>.reading-box-container-2 .element-bottomshadow:before,.reading-box-container-2 .element-bottomshadow:after{opacity:0.70;}</style><div class=\"fusion-reading-box-container reading-box-container-2\" style=\"margin-top:30px;margin-bottom:30px;\"><div class=\"reading-box\" style=\"background-color:#f6f6f6;border-width:1px;border-color:#f6f6f6;border-left-width:3px;border-left-color:#65bc7b;border-style:solid;\"><div class=\"reading-box-additional\">\n<p>&#8220;Prefer to stick with the familiar Classic Editor? No problem! Support for the Classic Editor plugin will remain in WordPress through 2021.</p>\n<p>The Classic Editor plugin restores the previous WordPress editor and the Edit Post screen. It lets you keep using plugins that extend it, add old-style meta boxes, or otherwise depend on the previous editor. To install, visit your plugins page and click the “Install Now” button next to “Classic Editor”. After the plugin finishes installing, click “Activate”. That’s it!</p>\n<p><strong>Note to users of assistive technology: if you experience usability issues with the block editor, we recommend you continue to use the Classic Editor.</strong>&#8221;</p>\n</div><div class=\"fusion-clearfix\"></div></div></div><div class=\"fusion-text\"><p>There has been significant <a href=\"https://wptavern.com/gutenberg-accessibility-audit-postponed-indefinitely\" target=\"_blank\" rel=\"noopener\">discontent</a> with regard to overall accessibility and the new Gutenberg editor. On October 30th, WP Tavern released an article with a <a href=\"https://wptavern.com/wordpress-accessibility-team-delivers-sobering-assessment-of-gutenberg-we-have-to-draw-a-line\" target=\"_blank\" rel=\"noopener\">sobering assessment</a> of the accessibility status of Gutenberg. You can read the full report from Joe Dolson <a href=\"https://make.wordpress.org/accessibility/2018/10/29/report-on-the-accessibility-status-of-gutenberg/\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\n<p>Back to installing the Classic Editor plugin from the WordPress welcome screen, your next step will be as follows:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-4\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[056cfa7c74eac3a83ba]\" data-title=\"install-classiceditor\" title=\"install-classiceditor\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor.png\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor.png\" width=\"1886\" height=\"1130\" alt=\"Install Classic Editor Plugin Screen\" class=\"lazyload img-responsive wp-image-548788\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271886%27%20height%3D%271130%27%20viewBox%3D%270%200%201886%201130%27%3E%3Crect%20width%3D%271886%27%20height%3D%2731130%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor-200x120.png 200w, https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor-400x240.png 400w, https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor-600x359.png 600w, https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor-800x479.png 800w, https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor-1200x719.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/12/install-classiceditor.png 1886w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 1886px\" /></a></span></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-text\"><p>In the subsequent <strong>WordPress Dashboard &gt;&gt; Plugins</strong> screen, click &#8220;Install Now&#8221; then activate the plugin. Installing the Classic Editor disabled the new Gutenberg editor as default and gives you the traditional editing experience for pages and posts.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-5\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a8de1dc4a31e68ca3d9]\" data-title=\"classiceditor-settings\" title=\"classiceditor-settings\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings.png\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings.png\" width=\"2318\" height=\"138\" alt=\"Classic Editor Plugin Settings\" class=\"lazyload img-responsive wp-image-548807\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%272318%27%20height%3D%27138%27%20viewBox%3D%270%200%202318%20138%27%3E%3Crect%20width%3D%272318%27%20height%3D%273138%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings-200x12.png 200w, https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings-400x24.png 400w, https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings-600x36.png 600w, https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings-800x48.png 800w, https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings-1200x71.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/12/classiceditor-settings.png 2318w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 2318px\" /></a></span></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"imageframe-liftup\"><span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-6\"><a href=\"https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[16f08d07ac8f8d82b17]\" data-title=\"writing-settings\" title=\"writing-settings\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings.png\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings.png\" width=\"3398\" height=\"1758\" alt=\"WordPress Writing Settings\" class=\"lazyload img-responsive wp-image-548816\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273398%27%20height%3D%271758%27%20viewBox%3D%270%200%203398%201758%27%3E%3Crect%20width%3D%273398%27%20height%3D%2731758%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings-200x103.png 200w, https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings-400x207.png 400w, https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings-600x310.png 600w, https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings-800x414.png 800w, https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings-1200x621.png 1200w, https://theme-fusion.com/wp-content/uploads/2018/12/writing-settings.png 3398w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 3398px\" /></a></span></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-text\"><p>There are two settings for the Classic Editor plugin. The default is &gt; <em>&#8220;Replace the Block editor with the Classic editor.&#8221;</em> and the secondary is &gt; <em>&#8220;Use the Block editor by default and include optional links back to the Classic editor.&#8221;</em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">WordPress 5.0 vs. The World</h2></div><div class=\"fusion-text\"><p>Millions of people around the world make a living off of WordPress and the extended ecosystem. Each and every day millions of people leave their indelible mark on the internet through the WordPress sites, plugins and services that exist. With the launch of WordPress back in May 2003, <a href=\"https://ma.tt/\" target=\"_blank\" rel=\"noopener\">Matt Mullenweg</a> made it clear that WordPress was intended to make &#8216;Blogging&#8217; accessible to anyone and everyone. WordPress has since has evolved into a full-featured Content Management System and web publishing platform for the masses.</p>\n<p>There has been very public concern and a fair amount of <a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/?filter=1\" target=\"_blank\" rel=\"noopener\">disagreement</a> in regard to the readiness of Gutenberg. For the most part about the sheer amount of change within the WordPress core and what some feel is the lack of democratic decision making for the timeline of Gutenberg&#8217;s release. There are those that applaud the new editor for certain workflows and the need to update the editing experience within WordPress and others that emphatically state it should be an optional plug-in you can use to replace the current established TinyMCE editor if you so choose to and not added to the core of WordPress.</p>\n<p>With an average <a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/\" target=\"_blank\" rel=\"noopener\">rating</a> of 2.3 out of 5 stars, the new editor and intended deployment has had a rocky start. Regardless of the perspective on Gutenberg, the most resent outcry has been down to the <a href=\"https://wptavern.com/wordpress-5-0-targeted-for-december-6-prompting-widespread-outcry-ahead-of-wordcamp-us\" target=\"_blank\" rel=\"noopener\">timing for the latest release date</a> for WordPress 5.0. The date had changed a few times and a final, hard release of December 6th was announced.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:0px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">In Summary</h2></div><div class=\"fusion-text\"><p>Our team will continue to <a href=\"https://theme-fusion.com/wordpress-gutenberg-avada-lets-begin/\" target=\"_blank\" rel=\"noopener\">monitor</a> the WordPress development cycle. As has and always will be the case, we are dedicated to delivering the best working experience to everyone who uses our products, with any new version of WordPress. We will also continue to release up to the minute <a href=\"https://theme-fusion.com/documentation/avada/wordpress/avada-and-gutenberg-important-info-on-publishing-your-content/\" target=\"_blank\" rel=\"noopener\">documentation</a> for anything that <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> users need to be prepared for and functionality pertaining to WordPress and future progress.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/wordpress-5-0-avada-and-you-all-that-you-need-to-know/\">WordPress 5.0, Avada, And You. All That You Need To Know.</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://theme-fusion.com/wordpress-5-0-avada-and-you-all-that-you-need-to-know/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"43\";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:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Avada Cyber Sale Is Ending Soon!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://theme-fusion.com/the-avada-cyber-sale-is-ending-soon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://theme-fusion.com/the-avada-cyber-sale-is-ending-soon/#respond\";s: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, 27 Nov 2018 14:36: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:2:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:\"ThemeFusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=544246\";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:554:\"<p>Thank you to Avada users new and old, the response to our Cyber Week sale has been phenomenal! 2018 Has been a year of successes and challenges and most importantly, a year of milestones for Avada and amazing growth for our community. By tradition, holding a sale event is a fantastic and direct way for &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/the-avada-cyber-sale-is-ending-soon/\">The Avada Cyber Sale Is Ending Soon!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:3121:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>Thank you to Avada users new and old, the response to our <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Cyber Week sale</a> has been phenomenal! 2018 Has been a year of successes and challenges and most importantly, a year of milestones for Avada and amazing growth for our community.</p>\n<p>By tradition, holding a sale event is a fantastic and direct way for us to give back to our community. Whether it is your first or next license, head over to Themeforest <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">grab your copies now</a> as this sale will be ending soon.</p>\n<p>As we grow, you grow! </p>\n<p>Thank you,<br />\nThemeFusion</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:20px;\"></div><div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-2 .fusion-button-text, .fusion-button.button-2 i {color:#fff;}.fusion-button.button-2 {border-width:0px;border-color:#fff;}.fusion-button.button-2 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-2:hover .fusion-button-text, .fusion-button.button-2:hover i,.fusion-button.button-2:focus .fusion-button-text, .fusion-button.button-2:focus i,.fusion-button.button-2:active .fusion-button-text, .fusion-button.button-2:active{color:#fff;}.fusion-button.button-2:hover, .fusion-button.button-2:focus, .fusion-button.button-2:active{border-width:0px;border-color:#fff;}.fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-2{width:100%;}</style><a class=\"fusion-button button-flat fusion-button-square button-large button-default button-2\" target=\"_self\" title=\"Avada Sale\"><span class=\"fusion-button-text\">This sale has now ended. Thank you for participating</span></a></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/the-avada-cyber-sale-is-ending-soon/\">The Avada Cyber Sale Is Ending Soon!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://theme-fusion.com/the-avada-cyber-sale-is-ending-soon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";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:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Security Fix Added in 5.7.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:53:\"https://theme-fusion.com/security-fix-added-in-5-7-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://theme-fusion.com/security-fix-added-in-5-7-2/#respond\";s: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, 08 Nov 2018 15:49:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"Theme 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:34:\"https://theme-fusion.com/?p=536641\";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:529:\"<p>For the release of Avada 5.7.2 we have fixed a XXS security issue pertaining to Avada versions 5.7.1 and below. The fix is for the bootstrap JS libraries that are used in Avada and is listed in our Changelog and also disclosed in our Important Update Info doc. We recommend to keep your theme up &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/security-fix-added-in-5-7-2/\">Security Fix Added in 5.7.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:7452:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:10px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p>For the release of Avada 5.7.2 we have fixed a XXS security issue pertaining to Avada versions 5.7.1 and below. The fix is for the <a href=\"https://getbootstrap.com/\" target=\"_blank\" rel=\"noopener\">bootstrap</a> JS libraries that are used in Avada and is listed in our <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">Changelog</a> and also disclosed in our <a href=\"https://theme-fusion.com/documentation/avada/install-update/important-update-information/\" rel=\"noopener\" target=\"_blank\">Important Update Info</a> doc.</p>\n<p>We recommend to keep your theme up to date and maintained at all times. It&#8217;s best to use <a href=\"https://theme-fusion.com/documentation/avada/install-update/how-to-update-theme/#autoupdate\" target=\"_blank\" rel=\"noopener\">auto updates</a> and to also keep an eye on the <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-patcher/\" target=\"_blank\" rel=\"noopener\">Fusion Patcher</a> tool as we typically issue fixes and improvements within a short space of time without the need for a full theme update.</p>\n<p>Like WordPress and any entity that develops software, we understand that security is not an absolute, it’s a continuous process and should be managed as such. We do our best to be as proactive as possible in preventing security issues and we do not assume they’ll never come up. Our job is to quickly take care of them and work to get our customers notified and prepared.</p>\n<p>The description of the security issue identified and fixed is listed below:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><ul class=\"fusion-checklist fusion-checklist-8\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#65bc7b;font-size:14.08px;height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-check fas\" style=\"color:#ffffff;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><strong>FIXED:</strong> Security fix to prevent possible XSS attacks in bootstrap JS libraries</div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Our development team was alerted to and thereby took action to check and verify the bootstrap vulnerability. Once accurately verified, our team took steps to apply the fix to Avada 5.7.2, which has been released. Confirmation of the changelog release that lists out the security fix, can be found here: <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">Avada Changelog</a></p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">What Should I Do Next?</h2></div><div class=\"fusion-text\"><p>We cannot stress enough the importance in making sure that your install is updated and maintained at all times. To ensure that your theme installation is issue free and the fix detailed above is applied, please update. These are our detailed update instructions:</p>\n</div><ul class=\"fusion-checklist fusion-checklist-9 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2AHpT3k\" target=\"_blank\">Updating from an old version of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2nbcpDb\" target=\"_blank\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2nbFtuj\" target=\"_blank\">How to Update</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2KqtCBL\" target=\"_blank\">Fusion Patcher</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-mouse-pointer fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://bit.ly/2ndA9XB\" target=\"_blank\">Avada Changelog</a></div></li></ul><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:30px;\"></div><div class=\"fusion-text\"><p>Something else that is important is to also ensure any patches that our team releases between update cycles are applied as part of ongoing maintenance for your install and always clear your cache plugins post update.</p>\n<p>Patches are applied at the click of a button as explained in our <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-patcher/\" target=\"_blank\">Avada Patcher</a> doc post.</p>\n<p>Thank you to Morten Dalgaard for his dedication and communication which benefits both Avada and the wider community as a whole.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/security-fix-added-in-5-7-2/\">Security Fix Added in 5.7.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://theme-fusion.com/security-fix-added-in-5-7-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";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:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"An Interview With Markus, Our ThemeFusion CTO\";s:7:\"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://theme-fusion.com/an-interview-with-markus-our-themefusion-cto/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://theme-fusion.com/an-interview-with-markus-our-themefusion-cto/#respond\";s: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, 29 Oct 2018 18:52:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:\"ThemeFusion\";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:12:\"Achievements\";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:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=529448\";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:554:\"<p>Pleasure in the job puts perfection in the work. Aristotle A lot can be said about work and the workplace in general, and, how it has evolved over the last twenty years or so. The majority of us out there perform the mundane effort of rolling out of bed each morning, attempting to eat &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/an-interview-with-markus-our-themefusion-cto/\">An Interview With Markus, Our ThemeFusion CTO</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:9437:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p style=\"text-align: center; margin-bottom: 5px;\">Pleasure in the job puts perfection in the work.</p>\n<p style=\"text-align: center;\"><em><strong>Aristotle</strong></em></p>\n</div><div class=\"fusion-text\"><p>A lot can be said about work and the workplace in general, and, how it has evolved over the last twenty years or so. The majority of us out there perform the mundane effort of rolling out of bed each morning, attempting to eat breakfast, clean up and get out of the door in time to rush into the office space we have been allocated in one of the tall buildings of industry. Collectively slogging, deadlines stacked up to the hilt and maxed out on interoffice water cooler gossip. Wash. Rinse. repeat.</p>\n<p>Not many of us can truly attest to actually carving out a career that is a passion more than it is a way to earn a paycheck at the end of the month.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:30px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">Loving What We Do Is Not A Cliché</h2></div><div class=\"fusion-text\"><p>There has been much fanfare in regard to our most recent <a href=\"https://theme-fusion.com/celebrating-a-significant-achievement-thank-you/\" target=\"_blank\" rel=\"noopener\">milestone</a>. There is, however, a lot more to it than just numbers. A team of talented and motivated individuals makes up the foundation for which milestones of this nature are reached. David Scott, <a href=\"https://envato.com/\" target=\"_blank\" rel=\"noopener\">Envato’s</a> PR &amp; Communication’s Manager and Mark Zahra from <a href=\"https://wpmayor.com/\" target=\"_blank\" rel=\"noopener\">WPMayor</a>, reached out to our <a href=\"https://theme-fusion.com/about-us\" target=\"_blank\" rel=\"noopener\">ThemeFusion team</a> to learn more about what drives us, what makes us tick.</p>\n<p>Markus (affectionately known as The Professor or simply, Prof) gives some insight into the what, the how, when and why in the world of ThemeFusion and <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a>.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><div class=\"fusion-button-wrapper fusion-alignright\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-3 .fusion-button-text, .fusion-button.button-3 i {color:#fff;}.fusion-button.button-3 {border-width:0px;border-color:#fff;}.fusion-button.button-3 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-3:hover .fusion-button-text, .fusion-button.button-3:hover i,.fusion-button.button-3:focus .fusion-button-text, .fusion-button.button-3:focus i,.fusion-button.button-3:active .fusion-button-text, .fusion-button.button-3:active{color:#fff;}.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active{border-width:0px;border-color:#fff;}.fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-3 .fusion-button-text {text-transform:none;}.fusion-button.button-3{width:auto;}</style><a class=\"fusion-button button-flat fusion-button-round button-large button-default button-3\" target=\"_self\" title=\"Markus ThemeFusion CTO Interview\" href=\"https://wpmayor.com/25m-in-sales-on-envato-interview-markus-theme-fusion/\"><span class=\"fusion-button-text\">Read The Full Interview Over On WPMayor</span><i class=\"fa-arrow-alt-circle-right far button-icon-right\"></i></a></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">Mastermind.fm Podcast With Mark Zahra &amp; Markus Our CTO</h2></div><div class=\"fusion-text\"><p><a href=\"https://twitter.com/markzahra\" target=\"_blank\" rel=\"noopener\">Mark Zahra</a> from <a href=\"https://wpmayor.com/\" target=\"_blank\" rel=\"noopener\">WPMayor</a> spent some quality time with Markus covering a wide range of key topics concerning life behind <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> and <a href=\"http://theme-fusion.com/\" target=\"_blank\" rel=\"noopener\">ThemeFusion</a>. Episode 103 over on <a href=\"http://bit.ly/2RwOMlZ\" target=\"_blank\" rel=\"noopener\">Mastermind.fm</a> connects the dots in what it takes to grow and manage a successful online, remote business.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:10px;\"></div><iframe width=\"100%\" height=\"70\" src=\"https://mastermind.fm/?powerpress_embed=958-podcast&powerpress_player=mediaelement-audio\" frameborder=\"0\" scrolling=\"no\"></iframe><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\" id=\"links\"><h2 class=\"title-heading-left\">Useful Links &amp; Resources</h2></div><ul class=\"fusion-checklist fusion-checklist-10 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://mastermind.fm\" target=\"_blank\" rel=\"noopener\">mastermind.fm</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://wpmayor.com/\" target=\"_blank\" rel=\"noopener\">MPMayor</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-twitter fab\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p><a href=\"https://twitter.com/markzahra\" target=\"_blank\" rel=\"noopener\">Mark Zahra</a></p>\n</div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://eddbookings.com/\" target=\"_blank\" rel=\"noopener\">EDDBookings</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada WordPress Theme</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fas\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"http://theme-fusion.com/\" target=\"_blank\" rel=\"noopener\">theme-fusion.com</a></div></li></ul><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/an-interview-with-markus-our-themefusion-cto/\">An Interview With Markus, Our ThemeFusion CTO</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://theme-fusion.com/an-interview-with-markus-our-themefusion-cto/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";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:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPML Broadens Integration With Avada &amp; Giveaway!\";s:7:\"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://theme-fusion.com/wpml-broadens-integration-with-avada-giveaway/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://theme-fusion.com/wpml-broadens-integration-with-avada-giveaway/#respond\";s: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, 15 Oct 2018 14:58: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:5:\"Avada\";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:\"Plugins\";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:4:\"WPML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=524671\";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:630:\"<p>Avada and WPML have a long standing history of collaboration and compatibility. Thousands of Avada users utilize the WPML multilingual plugin to facilitate their themes languages and website translations. In Avada 5.3 we introduced Fusion Builder Global Saved Elements as a means to save Elements, Columns and Containers as Global for use all over your &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/wpml-broadens-integration-with-avada-giveaway/\">WPML Broadens Integration With Avada &#038; Giveaway!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:9316:\"<p><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-bottom: 0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p><a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> and <a href=\"http://bit.ly/2NtRRou\" target=\"_blank\" rel=\"noopener\">WPML</a> have a long standing history of collaboration and compatibility. Thousands of Avada users utilize the WPML multilingual plugin to facilitate their themes languages and website translations.</p>\n<p>In <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">Avada 5.3</a> we introduced <a href=\"https://theme-fusion.com/documentation/fusion-builder/fusion-builder-library/fusion-builder-global-elements/\" target=\"_blank\" rel=\"noopener\">Fusion Builder Global Saved Elements</a> as a means to save Elements, Columns and Containers as Global for use all over your site and you only need to edit the Global Element once and see the changes populated across the entire site.</p>\n<p><a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> functionality of this type is developed and implemented by our team to enhance and improve your overall workflow efficiency, and, to make it easier to manage content that is deployed in multiple instances across your site. From CTA&#8217;s to user engagement graphics and beyond, Global Elements has you covered. This brings us to <a href=\"http://bit.ly/2NtRRou\" target=\"_blank\" rel=\"noopener\">WPML</a> teams latest Advanced Translation Editor offering:</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">Translate Avada Global Elements with WPML</h2></div><div class=\"fusion-text\"><p>The <a href=\"http://bit.ly/2NtRRou\" target=\"_blank\" rel=\"noopener\">WPML</a> Advanced Translation Editor now includes “translation memory” which identifies repeat text and automatically translates this text across all pages/posts where the <a href=\"https://theme-fusion.com/documentation/fusion-builder/fusion-builder-library/fusion-builder-global-elements/\" target=\"_blank\" rel=\"noopener\">Fusion Builder Global Saved Elements</a> has been deployed.</p>\n<p>To celebrate the latest WPML + Avada workflow enhancements, the WPML team has decided to give away a WPML lifetime license to one lucky <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> and WPML user.</p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-title title fusion-sep-none fusion-title-size-three\" style=\"margin-top:0px;margin-bottom:20px;\"><h3 class=\"title-heading-left\">How can I win a lifetime license?</h3></div><div class=\"fusion-text\"><p>The WPML Giveaway T&#8217;s &amp; C&#8217;s are below, more info can be found on the WPML site <a href=\"http://bit.ly/2CjIjXc\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\n<ul>\n<li>Like the official <a href=\"https://www.facebook.com/WPMLcms/\" target=\"_blank\" rel=\"noopener\">WPML Facebook page</a></li>\n<li>Share the WPML post announcing the giveaway</li>\n<li>Leave a comment on the WPML and Avada <a href=\"https://www.facebook.com/WPMLcms/posts/2082515471798879\" target=\"_blank\" rel=\"noopener\">Facebook thread</a> linking to your multilingual project using WPML and Avada, explaining how WPML has helped you become more successful internationally</li>\n<li>The WPML team announce the winner on the 22nd of October by replying to the winner’s comment.</li>\n</ul>\n</div><div class=\"fusion-text\"><p><strong>Requirements:</strong></p>\n<ul>\n<li>You must have an existing <a href=\"http://bit.ly/2NtRRou\" target=\"_blank\" rel=\"noopener\">WPML</a> license, or, have purchased a WPML license by the 22nd of October</li>\n<li>A valid <a href=\"http://bit.ly/2KxGM0L\" target=\"_blank\" rel=\"noopener\">Avada</a> WordPress theme license</li>\n</ul>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left\" style=\"background-color:#65bc7b;color:#ffffff;border-color:#ffffff;border-width:1px;\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"fa-lg fa-exclamation-circle fas\"></i></span><span class=\"fusion-alert-content\">This giveaway is now closed, thank you everyone for your participation.</span></div></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:50px;\"></div><div class=\"fusion-title title fusion-sep-none fusion-title-size-two\" style=\"margin-top:0px;margin-bottom:20px;\"><h2 class=\"title-heading-left\">Resources</h2></div><ul class=\"fusion-checklist fusion-checklist-11 fusion-checklist-divider\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://theme-fusion.com/documentation/avada/translations/multilingual-management-with-wpml-and-avada/\" target=\"_blank\" rel=\"noopener\">Multilingual Management With WPML And Avada</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://theme-fusion.com/documentation/avada/knowledgebase/how-to-set-different-theme-options-with-wpml/\" target=\"_blank\" rel=\"noopener\">How To Set Different Theme Options With WPML</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://theme-fusion.com/documentation/fusion-builder/fusion-builder-library/fusion-builder-global-elements/\" target=\"_blank\" rel=\"noopener\">Fusion Builder Global Elements</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://theme-fusion.com/documentation/avada/translations/adding-language-switchers/\" target=\"_blank\" rel=\"noopener\">Adding Language Switchers</a></div></li><li class=\"fusion-li-item\" style=\"border-bottom-color:#e0dede\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-copy far\" style=\"color:#424242;\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\"><a href=\"https://wpml.org/documentation/theme-compatibility/using-wpml-with-the-avada-theme/\" target=\"_blank\" rel=\"noopener\">Avada &amp; WPML, getting started.</a></div></li></ul><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/wpml-broadens-integration-with-avada-giveaway/\">WPML Broadens Integration With Avada &#038; Giveaway!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://theme-fusion.com/wpml-broadens-integration-with-avada-giveaway/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";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:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Avada 5.7 Live And In The Wild!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://theme-fusion.com/avada-5-7-live-and-in-the-wild/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://theme-fusion.com/avada-5-7-live-and-in-the-wild/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Oct 2018 16:53: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:5:\"Avada\";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:\"ThemeFusion\";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:13:\"Theme 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:34:\"https://theme-fusion.com/?p=518432\";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:543:\"<p>Avada 5.7 is our 3rd major release of 2018 and it is packed with new features and functionality to amp up your creativity and workflow. We know that your projects and the ones that you are commissioned to complete for your clients, requires you and Avada to be efficient as a complete toolkit. With you &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-5-7-live-and-in-the-wild/\">Avada 5.7 Live And In The Wild!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:3948:\"<div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p><a href=\"https://avada.theme-fusion.com/whats-new-in-5-7/\" target=\"_blank\" rel=\"noopener\">Avada 5.7</a> is our 3rd major release of 2018 and it is packed with new features and functionality to amp up your creativity and workflow. We know that your projects and the ones that you are commissioned to complete for your clients, requires you and <a href=\"http://bit.ly/2KxGM0L\">Avada</a> to be efficient as a complete toolkit.</p>\n<p><span id=\"more-518432\"></span></p>\n<p>With you in mind, our team has implemented significant Element improvements, styling options, mobile header styling, mobile sidebar ordering, pagination flexibility, a new update for the Fusion White Label plugin and so much more. View the <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">changelog here</a>.</p>\n<p>We’ve highlighted these additions on a new demo page, click the link below to check it out!</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:0px;\"></div><div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-4 .fusion-button-text, .fusion-button.button-4 i {color:#fff;}.fusion-button.button-4 {border-width:0px;border-color:#fff;}.fusion-button.button-4 .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-4:hover .fusion-button-text, .fusion-button.button-4:hover i,.fusion-button.button-4:focus .fusion-button-text, .fusion-button.button-4:focus i,.fusion-button.button-4:active .fusion-button-text, .fusion-button.button-4:active{color:#fff;}.fusion-button.button-4:hover, .fusion-button.button-4:focus, .fusion-button.button-4:active{border-width:0px;border-color:#fff;}.fusion-button.button-4:hover .fusion-button-icon-divider, .fusion-button.button-4:hover .fusion-button-icon-divider, .fusion-button.button-4:active .fusion-button-icon-divider{border-color:#fff;}.fusion-button.button-4{width:auto;}</style><a class=\"fusion-button button-square fusion-button-round button-large button-default button-4\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://avada.theme-fusion.com/whats-new-in-5-7/\"><span class=\"fusion-button-text\"> What&#8217;s New In Avada 5.7</span><i class=\"fa-arrow-alt-circle-right fas button-icon-right\"></i></a></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p>Cheers,<br />\nThemeFusion</p>\n<p><em>PS: comments are turned off on this announcement post so we can focus on our customers <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-5-7-live-and-in-the-wild/\">Avada 5.7 Live And In The Wild!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://theme-fusion.com/avada-5-7-live-and-in-the-wild/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Celebrating A Significant Achievement, Thank you!\";s:7:\"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://theme-fusion.com/celebrating-a-significant-achievement-thank-you/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://theme-fusion.com/celebrating-a-significant-achievement-thank-you/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Aug 2018 17:21:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:\"ThemeFusion\";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:12:\"Achievements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://theme-fusion.com/?p=496339\";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:618:\"<p>achievement əˈtʃiːvm(ə)nt/ noun A thing done successfully with effort, skill, or courage. This truly is a momentous occasion, a celebration and testimony to belief and faith in trying to reach the stars. Simply put, we are humbled, grateful, elated, thankful, in awe, amazed, and everything in between. Sometimes in life you have an idea &#91;...&#93;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/celebrating-a-significant-achievement-thank-you/\">Celebrating A Significant Achievement, Thank you!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Michael\";s: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:21656:\"<p><div class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-text\"><p style=\"text-align: center; padding-left: 30px;\"><strong>achievement</strong><br />\nəˈtʃiːvm(ə)nt/<br />\n<span style=\"text-decoration: underline;\"><em>noun</em></span><br />\n<em>A thing done successfully with effort, skill, or courage.</em></p>\n<p>This truly is a momentous occasion, a celebration and testimony to belief and faith in trying to reach the stars.</p>\n<p>Simply put, we are humbled, grateful, elated, thankful, in awe, amazed, and everything in between. Sometimes in life you have an idea and on occasion you decide to follow through on your idea. You nurture the idea, delicately, watch it grow into something tangible and before you know it, 6 years fly by. And what an amazing 6 years it has been.</p>\n<p>The world was emerging out of a global financial crisis not seen for decades. Many people, of all walks of life, turned to entrepreneurship as a means to define their destiny. In fact, global entrepreneurship back in 2011/2012 started to peak. A Forbes <a href=\"https://www.forbes.com/sites/ilyapozin/2012/06/11/turning-an-idea-into-a-business/#2660e9d7672d\" target=\"_blank\" rel=\"noopener\">article</a> at the time summed up this process succinctly.</p>\n<p>This entrepreneurial drive lead to a serendipitous meeting between a designer from the United States and a developer from Pakistan in March 2012, Luke Beck and Muhammad Haris, which lead to a partnership that would not only break records it would change how many worked with the extensibility a WordPress theme can offer. Two initial themes, Imperio and Crucio, were designed, developed and released onto the <a href=\"https://themeforest.net\" target=\"_blank\" rel=\"noopener\">Themeforest marketplace</a>. The excitement to start the competitive race within marketplace had begun but did not yield much in terms of success so they went back to the drawing board. Intense research and discussion followed, with the decision to develop a theme with greater versatility and usability which would suit the workflow for the majority of WordPress and freelance users out there. Design and development commenced a complete new type of WordPress theme.</p>\n<p>Many sleepless nights and very long days were endured as the design and development process took hold, refining and reworking each and every idea to reach our goal of creating an easy to use, multi-purpose and highly flexible WordPress theme. All of this was about laying the groundwork for what would become <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a>.</p>\n<p>On August 16th (a Thursday), 2012, the illustrious <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> WordPress theme was released into the wild. Those first four days on the marketplace realized 150 sales and elevated us into the 4th top seller position for that week. The following week ending August 26th 2012, Avada hit the #1 selling theme spot for the very first time on the marketplace with 335 sales. Within a single month, we (ThemeFusion) attained Elite Author status with sales totaling more than $75,000.</p>\n<p>It was evident early on that we were on to something important, that was by no means lost on us. We needed to grow from a partnership into a fully fledged company to facilitate growing and evolving <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a>. Key decisions were to ensure that anyone that uses Avada would develop trust in the theme and the direction we were taking with the quality of what and how we delivered being crucial. By the end of our first year we had established &amp; maintained Avada as the #1 selling theme on Themeforest, achieved Elite Author status, thereafter achieved <a href=\"https://elite.envato.com/\" target=\"_blank\" rel=\"noopener\">Power Elite</a> author status with $1,000,000 in gross sales, started growing our team and released Avada 2.0 and 3.0.  Our second birthday brought with it team growth to six staff and our now long standing tradition of releasing regular scheduled updates for <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> had been established as central to the evolution of Avada to meet both customer demand and a ever changing industry. Evolution and growth to our <a href=\"https://www.businessinsider.com.au/this-australian-tech-company-has-paid-out-over-180-million-to-designers-around-the-world-2014-5\" target=\"_blank\" rel=\"noopener\">framework</a> and team became critical. Anyone that runs a business will know just how challenging growth can be, getting it just right is only half of the battle won.</p>\n<p>By our third birthday we had released our proprietary drag and drop page builder, Fusion Builder, providing the end user much more freedom in design and content management. During year three, our next milestone was significant in our history, surpassing the Envato <a href=\"http://press.envato.com/92074-records-smashed-at-themeforest-as-top-selling-wordpress-theme-avada-surpasses-100-000-sales\" target=\"_blank\" rel=\"noopener\">100,000 sales threshold</a> all the while maintaining the #1 spot on Themeforest. It showed us that what we were doing was working, and more than that, it was testament to just how much our growing customer base believed in what we as a team had created. The ultimate design tool to match and improve your workflow. We would not be resting on our laurels, thats for sure. We recognized that refactoring our codebase was a critical requirement that would give our team and <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\" rel=\"noopener\">Avada</a> the tools and extensibility to build upon our future goals.</p>\n<p>Plans for refactoring were started and scheduled and released with Avada 4.0 and 5.0. The challenges we faced were considerable. We had to make sure that backward compatibility was provided and a seamless transition to the new framework was a guarantee. We did exactly that. No challenge is too much for our team. Even when Muhammad Haris, a founding member of ThemeFusion, made the decision to leave the company to venture out in new industries. Whilst this was a difficult transition, it was also a turning point for us that brought about a much needed restructuring of our team to facilitate Avada’s future and the systems in place to manage world class customer service.</p>\n<p>Our next Envato milestone was a doozy, not only for us and our customers, but for the entire marketplace as a whole. In December 2015 we surpassed <a href=\"https://envato.com/blog/themefusion-first-10-million-seller/\" target=\"_blank\" rel=\"noopener\">$10 million in sales</a>, the first time any theme author had achieved this. Our team had doubled from 6 staff members and so had our workload, all part of the growth process. This growth was and always will be personal to us. Our team and our customers are part of a family, our family, and this is golden thread that is woven into everything that we do and how we do it.</p>\n<p>Roll on our fourth birthday! Avada 5.0 was released based on our refactoring plan and an entirely <a href=\"https://avada.theme-fusion.com/fusion-builder-2/\" target=\"_blank\" rel=\"noopener\">new Fusion Builder</a> was developed in-house and from the ground up, re-purposed for performance, usability and extensibility. By now professional Avada <a href=\"https://avada.theme-fusion.com/\" target=\"_blank\" rel=\"noopener\">demos</a>, innovative feature and functionality, workflow tools, design freedom, advanced options management, performance management, maintenance tools, all form part of every update and decision made affecting our Avada plans and user-base. Strategic new plans to expand the Fusion Builder and our ecosystem are developed to map the next five/ten years for Avada growth. By April 2017 Avada surpasses <a href=\"https://envato.com/blog/avada-hits-300-thousand-sales-plus-10-great-examples-of-using-it/\" target=\"_blank\" rel=\"noopener\">300,000</a> in total sales.</p>\n<p>Birthday number five and we are dancing on the ceiling with excitement. By this time our team had gown to 20, all based across the globe and all equally passionate about what we do here at ThemeFusion. We pride ourselves in the fact that we have an extremely low staff turnover. This not only helps us to be consistent in our approach and customer care, it validates just how much each person really cares about what they are a part of, working tirelessly on releasing dozens of new features and constant maintenance spread out over many <a href=\"https://theme-fusion.com/documentation/avada/install-update/avada-changelog/\" target=\"_blank\" rel=\"noopener\">theme updates</a>.</p>\n<p>This brings us to our <a href=\"https://theme-fusion.com/happy-birthday-to-avada/\" target=\"_blank\" rel=\"noopener\">sixth birthday</a> celebration. The depth of what we have achieved in 6 short years is simply stunning. We wanted to touch the stars and that is exactly what we have done. The dedication and commitment that is core to our belief has just seen us surpass <a href=\"https://forums.envato.com/t/themefusion-reach-the-top-elite-milestone-25-million-in-item-sales-congratulations/186593\" target=\"_blank\" rel=\"noopener\">Envato’s top elite milestone</a> of $25 million in item sales on the marketplace. Each milestone and achievement is accompanied with sacrifice and relentless commitment, nothing worthwhile comes easy. It also requires trust and faith in us by our customers old and new in where we have been and where we are taking Avada. As a team we welcome any <a href=\"https://theme-fusion.com/avada-wordpress-and-gutenberg-an-ode-to-progress/\" target=\"_blank\" rel=\"noopener\">challenges</a> that are presented to us, it is what helps us stay sharp and ahead of the curve.</p>\n</div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:;margin-bottom:20px;\"></div><ul class=\"fusion-checklist fusion-checklist-12\" style=\"font-size:16px;line-height:27.2px;\"><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Avada established &amp; maintained Avada as the #1 selling theme on Themeforest</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">More than $25 million in items sales on Themeforest in 6 years</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">First theme to reach the 100k, 200k, 300k, 400k sales milestones on Themeforest</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Over <span class=\"fusion-cs-live-ratings\">21,580</span>+ overall 5 star reviews on Themeforest</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">More than 30K+ individual comments on Themeforest</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">99 Theme updates since launch in August 2012</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">An average of 755 man-hours covered per week</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">\n<p>6+ years+ / 2,190+ days of dedicated development &amp; professional customer service</p>\n</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">Over 277K support tickets closed out</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">On average, 124 support tickets closed out per day</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">On average, 373 overall support ticket replies per day</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">An independent Avada Facebook users group with 16K+ active members</div></li><li class=\"fusion-li-item\"><span style=\"height:27.2px;width:27.2px;margin-right:11.2px;\" class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-heart far\" style=\"color:rgba(255,56,56,0.32);\"></i></span><div class=\"fusion-li-item-content\" style=\"margin-left:38.4px;\">The current version is <span class=\"fusion-cs-live-version\">5.8.2 <span class=\"fusion-cs-live-updated\">(Released on February 21st, 2019)</span></span></div></li></ul><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_4  fusion-one-fourth fusion-column-first 1_4\"  style=\'margin-top:20px;margin-bottom:20px;width:25%;width:calc(25% - ( ( 4% + 4% ) * 0.25 ) );margin-right: 4%;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_2  fusion-one-half 1_2\"  style=\'margin-top:20px;margin-bottom:20px;width:50%;width:calc(50% - ( ( 4% + 4% ) * 0.5 ) );margin-right: 4%;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-button-wrappercenter\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-5 .fusion-button-text, .fusion-button.button-5 i {color:#76db96;}.fusion-button.button-5 {border-width:0px;border-color:#76db96;}.fusion-button.button-5 .fusion-button-icon-divider{border-color:#76db96;}.fusion-button.button-5:hover .fusion-button-text, .fusion-button.button-5:hover i,.fusion-button.button-5:focus .fusion-button-text, .fusion-button.button-5:focus i,.fusion-button.button-5:active .fusion-button-text, .fusion-button.button-5:active{color:#67bf87;}.fusion-button.button-5:hover, .fusion-button.button-5:focus, .fusion-button.button-5:active{border-width:0px;border-color:#67bf87;}.fusion-button.button-5:hover .fusion-button-icon-divider, .fusion-button.button-5:hover .fusion-button-icon-divider, .fusion-button.button-5:active .fusion-button-icon-divider{border-color:#67bf87;}.fusion-button.button-5{background: rgba(188,188,188,0);}.fusion-button.button-5:hover,.button-5:focus,.fusion-button.button-5:active{background: rgba(219,219,219,0);}.fusion-button.button-5 .fusion-button-text {text-transform:none;}.fusion-button.button-5{width:100%;}</style><a class=\"fusion-button button-flat fusion-button-square button-xlarge button-custom button-5\" target=\"_self\" title=\"Scroll To\" href=\"#infographic\"><i class=\"fa-chevron-down fas button-icon-left\"></i><span class=\"fusion-button-text\"></span></a></div><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;\"></div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_4  fusion-one-fourth fusion-column-last 1_4\"  style=\'margin-top:20px;margin-bottom:20px;width:25%;width:calc(25% - ( ( 4% + 4% ) * 0.25 ) );\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div><div id=\"infographic\" class=\"fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\"  style=\'background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\'><div class=\"fusion-builder-row fusion-row \"><div  class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1  fusion-one-full fusion-column-first fusion-column-last 1_1\"  style=\'margin-top:20px;margin-bottom:20px;\'>\n					<div class=\"fusion-column-wrapper\" style=\"padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\"   data-bg-url=\"\">\n						<span style=\"border:1px solid #e0dede;\" class=\"fusion-imageframe imageframe-none imageframe-7 hover-type-none\"><img src=\"https://theme-fusion.com/wp-content/uploads/2018/08/tf-avada-timeline-6yrs.jpeg\" data-src=\"https://theme-fusion.com/wp-content/uploads/2018/08/tf-avada-timeline-6yrs.jpeg\" width=\"796\" height=\"3341\" alt=\"Avada Infographic\" title=\"tf-avada-timeline-6yrs\" class=\"lazyload img-responsive wp-image-499692\" srcset=\"data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27796%27%20height%3D%273341%27%20viewBox%3D%270%200%20796%203341%27%3E%3Crect%20width%3D%27796%27%20height%3D%2733341%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https://theme-fusion.com/wp-content/uploads/2018/08/tf-avada-timeline-6yrs-200x839.jpeg 200w, https://theme-fusion.com/wp-content/uploads/2018/08/tf-avada-timeline-6yrs-400x1679.jpeg 400w, https://theme-fusion.com/wp-content/uploads/2018/08/tf-avada-timeline-6yrs-600x2518.jpeg 600w, https://theme-fusion.com/wp-content/uploads/2018/08/tf-avada-timeline-6yrs.jpeg 796w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, 796px\" /></span><div class=\"fusion-sep-clear\"></div><div class=\"fusion-separator fusion-full-width-sep sep-none\" style=\"margin-left: auto;margin-right: auto;margin-top:20px;\"></div><div class=\"fusion-text\"><p><em>Image credit: </em><a href=\"https://forums.envato.com/t/themefusion-reach-the-top-elite-milestone-25-million-in-item-sales-congratulations/186593\" target=\"_blank\" rel=\"noopener\"><em>Envato</em></a></p>\n</div><div class=\"fusion-clearfix\"></div>\n\n					</div>\n				</div></div></div></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/celebrating-a-significant-achievement-thank-you/\">Celebrating A Significant Achievement, Thank you!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">ThemeFusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://theme-fusion.com/celebrating-a-significant-achievement-thank-you/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:30:\"https://theme-fusion.com/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:6:\"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:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:17:{s:4:\"date\";s:29:\"Tue, 05 Mar 2019 13:49:55 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";s:133:\"__cfduid=d323ef77e629a7f88be8c5e371bad1e421551793795; expires=Wed, 04-Mar-20 13:49:55 GMT; path=/; domain=.theme-fusion.com; HttpOnly\";s:13:\"last-modified\";s:29:\"Tue, 05 Mar 2019 11:24:49 GMT\";s:4:\"etag\";s:39:\"\"535bc6c4f0ab0b94fd0314f8f62bef63-gzip\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:61:\"<https://theme-fusion.com/wp-json/>; rel=\"https://api.w.org/\"\";s:11:\"wpe-backend\";s:6:\"apache\";s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:7:\"x-cache\";s:7:\"HIT: 69\";s:10:\"x-pass-why\";s:0:\"\";s:13:\"x-cache-group\";s:3:\"bot\";s:6:\"x-type\";s:4:\"feed\";s:9:\"expect-ct\";s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"4b2c8e56aee522ca-LAX\";}}s:5:\"build\";s:14:\"20130911163210\";}','no'),(59030,'_transient_timeout_bsf_check_product_updates','1551973062','no'),(59031,'_transient_bsf_check_product_updates','1','no'),(52728,'rewrite_rules','a:369:{s:9:\"forums/?$\";s:25:\"index.php?post_type=forum\";s:39:\"forums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:34:\"forums/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:26:\"forums/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=forum&paged=$matches[1]\";s:9:\"topics/?$\";s:25:\"index.php?post_type=topic\";s:39:\"topics/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:34:\"topics/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:26:\"topics/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=topic&paged=$matches[1]\";s:28:\"forums/forum/([^/]+)/edit/?$\";s:34:\"index.php?forum=$matches[1]&edit=1\";s:28:\"forums/topic/([^/]+)/edit/?$\";s:34:\"index.php?topic=$matches[1]&edit=1\";s:28:\"forums/reply/([^/]+)/edit/?$\";s:34:\"index.php?reply=$matches[1]&edit=1\";s:32:\"forums/topic-tag/([^/]+)/edit/?$\";s:38:\"index.php?topic-tag=$matches[1]&edit=1\";s:48:\"forums/users/([^/]+)/topics/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_tops=1&paged=$matches[2]\";s:49:\"forums/users/([^/]+)/replies/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_reps=1&paged=$matches[2]\";s:51:\"forums/users/([^/]+)/favorites/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_favs=1&paged=$matches[2]\";s:55:\"forums/users/([^/]+)/subscriptions/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_subs=1&paged=$matches[2]\";s:30:\"forums/users/([^/]+)/topics/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_tops=1\";s:31:\"forums/users/([^/]+)/replies/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_reps=1\";s:33:\"forums/users/([^/]+)/favorites/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_favs=1\";s:37:\"forums/users/([^/]+)/subscriptions/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_subs=1\";s:28:\"forums/users/([^/]+)/edit/?$\";s:37:\"index.php?bbp_user=$matches[1]&edit=1\";s:23:\"forums/users/([^/]+)/?$\";s:30:\"index.php?bbp_user=$matches[1]\";s:40:\"forums/view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bbp_view=$matches[1]&paged=$matches[2]\";s:27:\"forums/view/([^/]+)/feed/?$\";s:47:\"index.php?bbp_view=$matches[1]&feed=$matches[2]\";s:22:\"forums/view/([^/]+)/?$\";s:30:\"index.php?bbp_view=$matches[1]\";s:34:\"forums/search/page/?([0-9]{1,})/?$\";s:27:\"index.php?paged=$matches[1]\";s:16:\"forums/search/?$\";s:20:\"index.php?bbp_search\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:25:\"full-shop-with-sidebar/?$\";s:27:\"index.php?post_type=product\";s:55:\"full-shop-with-sidebar/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:50:\"full-shop-with-sidebar/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:42:\"full-shop-with-sidebar/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:23:\"blog/portfolio-items/?$\";s:35:\"index.php?post_type=avada_portfolio\";s:53:\"blog/portfolio-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:48:\"blog/portfolio-items/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:40:\"blog/portfolio-items/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=avada_portfolio&paged=$matches[1]\";s:17:\"blog/faq-items/?$\";s:29:\"index.php?post_type=avada_faq\";s:47:\"blog/faq-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:42:\"blog/faq-items/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:34:\"blog/faq-items/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=avada_faq&paged=$matches[1]\";s:52:\"blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"blog/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:37:\"blog/category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:22:\"blog/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"blog/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"blog/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"blog/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"blog/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:34:\"blog/tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:19:\"blog/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"blog/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"blog/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"blog/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"blog/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"blog/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"forums/forum/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"forums/forum/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"forums/forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"forums/forum/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"forums/forum/(.+?)/embed/?$\";s:38:\"index.php?forum=$matches[1]&embed=true\";s:31:\"forums/forum/(.+?)/trackback/?$\";s:32:\"index.php?forum=$matches[1]&tb=1\";s:51:\"forums/forum/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:46:\"forums/forum/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:39:\"forums/forum/(.+?)/page/?([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&paged=$matches[2]\";s:46:\"forums/forum/(.+?)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&cpage=$matches[2]\";s:36:\"forums/forum/(.+?)/wc-api(/(.*))?/?$\";s:46:\"index.php?forum=$matches[1]&wc-api=$matches[3]\";s:42:\"forums/forum/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"forums/forum/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"forums/forum/(.+?)(?:/([0-9]+))?/?$\";s:44:\"index.php?forum=$matches[1]&page=$matches[2]\";s:40:\"forums/topic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/topic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/topic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/topic/([^/]+)/embed/?$\";s:38:\"index.php?topic=$matches[1]&embed=true\";s:33:\"forums/topic/([^/]+)/trackback/?$\";s:32:\"index.php?topic=$matches[1]&tb=1\";s:53:\"forums/topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:48:\"forums/topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:41:\"forums/topic/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&paged=$matches[2]\";s:48:\"forums/topic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&cpage=$matches[2]\";s:38:\"forums/topic/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?topic=$matches[1]&wc-api=$matches[3]\";s:44:\"forums/topic/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"forums/topic/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"forums/topic/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?topic=$matches[1]&page=$matches[2]\";s:29:\"forums/topic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/topic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/topic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"forums/reply/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/reply/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/reply/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/reply/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/reply/([^/]+)/embed/?$\";s:38:\"index.php?reply=$matches[1]&embed=true\";s:33:\"forums/reply/([^/]+)/trackback/?$\";s:32:\"index.php?reply=$matches[1]&tb=1\";s:41:\"forums/reply/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&paged=$matches[2]\";s:48:\"forums/reply/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&cpage=$matches[2]\";s:38:\"forums/reply/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?reply=$matches[1]&wc-api=$matches[3]\";s:44:\"forums/reply/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"forums/reply/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"forums/reply/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?reply=$matches[1]&page=$matches[2]\";s:29:\"forums/reply/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/reply/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/reply/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/reply/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"forums/topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:52:\"forums/topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:33:\"forums/topic-tag/([^/]+)/embed/?$\";s:42:\"index.php?topic-tag=$matches[1]&embed=true\";s:45:\"forums/topic-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?topic-tag=$matches[1]&paged=$matches[2]\";s:27:\"forums/topic-tag/([^/]+)/?$\";s:31:\"index.php?topic-tag=$matches[1]\";s:42:\"forums/search/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?bbp_search=$matches[1]&paged=$matches[2]\";s:24:\"forums/search/([^/]+)/?$\";s:32:\"index.php?bbp_search=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"blog/portfolio-items/([^/]+)/embed/?$\";s:48:\"index.php?avada_portfolio=$matches[1]&embed=true\";s:41:\"blog/portfolio-items/([^/]+)/trackback/?$\";s:42:\"index.php?avada_portfolio=$matches[1]&tb=1\";s:61:\"blog/portfolio-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:56:\"blog/portfolio-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:49:\"blog/portfolio-items/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&paged=$matches[2]\";s:56:\"blog/portfolio-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]\";s:46:\"blog/portfolio-items/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?avada_portfolio=$matches[1]&wc-api=$matches[3]\";s:52:\"blog/portfolio-items/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:63:\"blog/portfolio-items/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"blog/portfolio-items/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&page=$matches[2]\";s:37:\"blog/portfolio-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"blog/portfolio-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"blog/portfolio-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"blog/portfolio-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"blog/portfolio-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"blog/portfolio-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:57:\"portfolio_skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio_skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:55:\"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio_tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";s:42:\"blog/faq-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"blog/faq-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"blog/faq-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"blog/faq-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"blog/faq-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"blog/faq-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"blog/faq-items/([^/]+)/embed/?$\";s:42:\"index.php?avada_faq=$matches[1]&embed=true\";s:35:\"blog/faq-items/([^/]+)/trackback/?$\";s:36:\"index.php?avada_faq=$matches[1]&tb=1\";s:55:\"blog/faq-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:50:\"blog/faq-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:43:\"blog/faq-items/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&paged=$matches[2]\";s:50:\"blog/faq-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&cpage=$matches[2]\";s:40:\"blog/faq-items/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?avada_faq=$matches[1]&wc-api=$matches[3]\";s:46:\"blog/faq-items/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"blog/faq-items/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"blog/faq-items/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?avada_faq=$matches[1]&page=$matches[2]\";s:31:\"blog/faq-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"blog/faq-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"blog/faq-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"blog/faq-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"blog/faq-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"blog/faq-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"blog/faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:53:\"blog/faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:34:\"blog/faq_category/([^/]+)/embed/?$\";s:45:\"index.php?faq_category=$matches[1]&embed=true\";s:46:\"blog/faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq_category=$matches[1]&paged=$matches[2]\";s:28:\"blog/faq_category/([^/]+)/?$\";s:34:\"index.php?faq_category=$matches[1]\";s:51:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:61:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"blog/avada_page_options/([^/]+)/embed/?$\";s:66:\"index.php?post_type=avada_page_options&name=$matches[1]&embed=true\";s:44:\"blog/avada_page_options/([^/]+)/trackback/?$\";s:60:\"index.php?post_type=avada_page_options&name=$matches[1]&tb=1\";s:52:\"blog/avada_page_options/([^/]+)/page/?([0-9]{1,})/?$\";s:73:\"index.php?post_type=avada_page_options&name=$matches[1]&paged=$matches[2]\";s:59:\"blog/avada_page_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:73:\"index.php?post_type=avada_page_options&name=$matches[1]&cpage=$matches[2]\";s:49:\"blog/avada_page_options/([^/]+)/wc-api(/(.*))?/?$\";s:74:\"index.php?post_type=avada_page_options&name=$matches[1]&wc-api=$matches[3]\";s:55:\"blog/avada_page_options/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:66:\"blog/avada_page_options/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"blog/avada_page_options/([^/]+)(?:/([0-9]+))?/?$\";s:72:\"index.php?post_type=avada_page_options&name=$matches[1]&page=$matches[2]\";s:40:\"blog/avada_page_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"blog/avada_page_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"blog/avada_page_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"blog/avada_page_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"blog/avada_page_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"blog/avada_page_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"blog/slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"blog/slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"blog/slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"blog/slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"blog/slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:31:\"blog/slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:39:\"blog/slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:46:\"blog/slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:36:\"blog/slide/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?slide=$matches[1]&wc-api=$matches[3]\";s:42:\"blog/slide/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"blog/slide/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"blog/slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:27:\"blog/slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"blog/slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"blog/slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"blog/slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"blog/slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"blog/slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"blog/slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:51:\"blog/slide-page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:32:\"blog/slide-page/([^/]+)/embed/?$\";s:43:\"index.php?slide-page=$matches[1]&embed=true\";s:44:\"blog/slide-page/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?slide-page=$matches[1]&paged=$matches[2]\";s:26:\"blog/slide-page/([^/]+)/?$\";s:32:\"index.php?slide-page=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:16:\".*wp-signup.php$\";s:21:\"index.php?signup=true\";s:18:\".*wp-activate.php$\";s:23:\"index.php?activate=true\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:52:\"blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"blog/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:37:\"blog/author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:22:\"blog/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"blog/([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:69:\"blog/([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:50:\"blog/([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:62:\"blog/([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:59:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:44:\"blog/([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:61:\"blog/([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:56:\"blog/([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:37:\"blog/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"blog/([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:46:\"blog/([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:31:\"blog/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"blog/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"blog/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:33:\"blog/([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:18:\"blog/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:63:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:73:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:93:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:88:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:88:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:69:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:62:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:82:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:77:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:70:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:77:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:67:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:78:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:66:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:52:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:69:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:56:\"blog/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:43:\"blog/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(50651,'_transient_timeout_wc_product_loop14ae1550706595','1553728762','no'),(59409,'_transient_timeout_wc_product_loopa1781551369662','1554143172','no'),(59410,'_transient_wc_product_loopa1781551369662','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:19556;i:1;i:19555;i:2;i:19554;i:3;i:19552;i:4;i:19547;i:5;i:19546;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(59798,'_transient_timeout_wc_product_loopb5681551555389','1554147495','no'),(59443,'_transient_timeout_wc_product_loop14ae1551369662','1554143522','no'),(59444,'_transient_wc_product_loop14ae1551369662','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19551;i:1;i:19550;i:2;i:19549;i:3;i:19546;i:4;i:19545;i:5;i:19537;i:6;i:19536;i:7;i:19534;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(63062,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1551801175','no'),(63063,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(61530,'_transient_timeout_wc_term_counts','1554341458','no'),(61531,'_transient_wc_term_counts','a:40:{i:15;s:0:\"\";i:34;s:1:\"8\";i:151;s:1:\"6\";i:35;s:1:\"3\";i:95;s:1:\"1\";i:96;s:1:\"1\";i:36;s:1:\"0\";i:100;s:1:\"9\";i:101;s:1:\"2\";i:97;s:2:\"12\";i:37;s:1:\"0\";i:99;s:1:\"5\";i:38;s:1:\"0\";i:39;s:1:\"0\";i:102;s:1:\"4\";i:103;s:1:\"4\";i:104;s:1:\"6\";i:98;s:2:\"12\";i:40;s:1:\"0\";i:159;s:1:\"6\";i:160;s:1:\"6\";i:162;s:1:\"1\";i:161;s:1:\"1\";i:60;s:1:\"6\";i:81;s:1:\"7\";i:91;s:1:\"4\";i:83;s:1:\"1\";i:164;s:1:\"1\";i:163;s:1:\"1\";i:169;s:1:\"1\";i:170;s:1:\"1\";i:166;s:1:\"1\";i:79;s:1:\"1\";i:88;s:1:\"1\";i:92;s:1:\"1\";i:171;s:1:\"1\";i:165;s:1:\"1\";i:64;s:1:\"1\";i:93;s:1:\"1\";i:71;s:1:\"1\";}','no'),(59481,'_transient_timeout_fusion_dynamic_css_27985b48b54c94a16606621a595f5def','1551555759','no'),(61379,'woocommerce_gateway_order','a:5:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:11:\"ppec_paypal\";i:4;}','yes'),(62522,'_transient_timeout_acf_plugin_updates','1551867202','no'),(62523,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:6:\"5.7.12\";s:3:\"url\";s:37:\"https://www.advancedcustomfields.com/\";s:6:\"tested\";s:5:\"4.9.9\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:1:{s:7:\"default\";s:66:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg\";}}}s:10:\"expiration\";i:86400;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.7.10\";}}','no'),(62611,'_transient_timeout_feed_636a1eae994b1deb9d704cdb777d2ebb','1551836995','no'),(62607,'_transient_timeout_jpp_li_0ef6898b252fcc188622bcd3a3366b16','1551793850','no'),(62608,'_transient_jpp_li_0ef6898b252fcc188622bcd3a3366b16','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";s:2:\"12\";s:6:\"expire\";i:1551793850;}','no'),(62609,'_transient_timeout_jpp_headers_updated_recently','1551880190','no'),(331,'current_theme','Avada','yes'),(332,'theme_mods_Avada','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:15:\"main_navigation\";i:150;s:17:\"mobile_navigation\";i:150;s:17:\"sticky_navigation\";i:150;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(333,'theme_switched','','yes'),(334,'avada_version','5.8.2','yes'),(336,'widget_ad_125_125-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'widget_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(338,'widget_pyre_tabs-widget','a:3:{i:2;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:13:\"Highest Views\";}i:3;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:16:\"Highest Comments\";}s:12:\"_multiwidget\";i:1;}','yes'),(339,'widget_recent_works-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(340,'widget_tweets-widget','a:2:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:19:\"access_token_secret\";s:0:\"\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:13:\"twitter_style\";s:5:\"width\";s:3:\"268\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#333333\";s:12:\"border_color\";s:11:\"transparent\";s:11:\"show_header\";N;s:11:\"show_footer\";N;s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(341,'widget_flickr-widget','a:2:{i:2;a:4:{s:5:\"title\";s:18:\"Photos from Flickr\";s:11:\"screen_name\";s:19:\"laureengphotography\";s:6:\"number\";s:2:\"12\";s:3:\"api\";s:32:\"c9d2c2fda03a2ff487cb4769dc0781ea\";}s:12:\"_multiwidget\";i:1;}','yes'),(342,'widget_social_links-widget','a:3:{i:2;a:37:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"15px\";s:10:\"icon_color\";s:4:\"#fff\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#eaeaea\";s:17:\"boxed_icon_radius\";s:3:\"50%\";s:18:\"boxed_icon_padding\";s:4:\"18px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:1:\"#\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:10:\"vimeo_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:1:\"#\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:1:\"#\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:1:\"#\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:10:\"color_type\";s:6:\"custom\";s:9:\"xing_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";}i:4;a:49:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"18px\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#b2077e\";s:10:\"color_type\";s:6:\"custom\";s:17:\"boxed_icon_radius\";s:3:\"50%\";s:18:\"boxed_icon_padding\";s:3:\"8px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:0:\"\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:0:\"\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:12:\"spotify_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:13:\"whatsapp_link\";s:0:\"\";s:9:\"xing_link\";s:0:\"\";s:9:\"yelp_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";s:6:\"use_to\";s:3:\"Yes\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}s:12:\"_multiwidget\";i:1;}','yes'),(343,'widget_facebook-like-widget','a:2:{i:2;a:7:{s:5:\"title\";s:19:\"Find us on Facebook\";s:8:\"page_url\";s:58:\"https://www.facebook.com/pages/Themefusion/101565403356430\";s:5:\"width\";s:3:\"268\";s:10:\"show_faces\";s:2:\"on\";s:11:\"show_stream\";N;s:11:\"show_header\";s:2:\"on\";s:12:\"small_header\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(344,'widget_menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22495,'_transient_timeout_avada_demos','1550015147','no'),(347,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(348,'shop_single_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(349,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(350,'avada_disable_builder','1','yes'),(351,'avada_disable_encoding','1','yes'),(421,'fusion_registered','a:2:{s:5:\"avada\";b:1;s:6:\"scopes\";a:1:{s:5:\"avada\";a:4:{i:0;s:7:\"default\";i:1;s:17:\"purchase:download\";i:2;s:13:\"purchase:list\";i:3;s:15:\"purchase:verify\";}}}','yes'),(420,'fusion_registration','a:1:{s:5:\"avada\";a:1:{s:5:\"token\";s:32:\"0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh\";}}','yes'),(360,'post_count','2','yes'),(361,'_transient_product_query-transient-version','1551640713','yes'),(45639,'category_children','a:0:{}','yes'),(379,'_transient_timeout_avada_remote_installer_package_Revolution Slider','1548456328','no'),(364,'avada_theme_options','a:877:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1170px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"None\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:5:\"100px\";s:6:\"bottom\";s:5:\"100px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"28%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1150\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:4:\"1.00\";s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"primary_color\";s:7:\"#78bca1\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"1\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:4:\"2.5%\";s:5:\"right\";s:4:\"2.5%\";s:6:\"bottom\";s:4:\"2.5%\";s:4:\"left\";s:4:\"2.5%\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"1\";s:15:\"header_bg_color\";s:7:\"#212121\";s:23:\"archive_header_bg_color\";s:13:\"rgb(33,33,33)\";s:19:\"header_border_color\";s:19:\"rgba(255,255,255,0)\";s:19:\"header_top_bg_color\";s:7:\"#f7f7f7\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"0\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:24:\"header_sticky_menu_color\";s:7:\"#ffffff\";s:25:\"header_sticky_nav_padding\";s:2:\"37\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:10:\"nav_height\";s:3:\"113\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"0\";s:11:\"nav_padding\";s:2:\"35\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"0\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"225\";s:34:\"mainmenu_dropdown_vertical_padding\";s:2:\"14\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:4:\"none\";s:20:\"main_nav_search_icon\";s:1:\"1\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:14:\"rgba(0,0,0,.5)\";s:19:\"menu_bg_hover_color\";s:14:\"rgba(0,0,0,.7)\";s:18:\"menu_sub_sep_color\";s:19:\"rgba(255,255,255,0)\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"15px\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:7:\"#ffffff\";}s:22:\"menu_hover_first_color\";s:7:\"#83c4aa\";s:15:\"menu_text_align\";s:4:\"left\";s:14:\"menu_sub_color\";s:7:\"#ffffff\";s:22:\"nav_dropdown_font_size\";s:4:\"14px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"37\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#efefef\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"50\";s:22:\"mobile_menu_nav_height\";s:2:\"47\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"0\";s:22:\"mobile_header_bg_color\";s:13:\"rgb(33,33,33)\";s:28:\"mobile_menu_background_color\";s:7:\"#242424\";s:23:\"mobile_menu_hover_color\";s:7:\"#212121\";s:24:\"mobile_menu_border_color\";s:7:\"#212121\";s:24:\"mobile_menu_toggle_color\";s:7:\"#78bca1\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"47px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#747474\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:18:\"megamenu_max_width\";s:4:\"1170\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:2:\"14\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"15\";s:15:\"menu_icon_color\";s:7:\"#ffffff\";s:21:\"menu_icon_hover_color\";s:7:\"#78bca1\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"15px\";}s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:97:\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/modern_logo_1x.png\";s:2:\"id\";s:3:\"412\";s:6:\"height\";s:3:\"135\";s:5:\"width\";s:3:\"135\";s:9:\"thumbnail\";s:97:\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/modern_logo_1x.png\";}s:11:\"logo_retina\";s:0:\"\";s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:19:\"page_title_bar_text\";s:1:\"0\";s:20:\"page_title_100_width\";s:1:\"1\";s:17:\"page_title_height\";s:5:\"150px\";s:24:\"page_title_mobile_height\";s:5:\"100px\";s:19:\"page_title_bg_color\";s:7:\"#f0f0f0\";s:23:\"page_title_border_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:4:\"1.17\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"1\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"14px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:24:\"slidingbar_divider_color\";s:7:\"#505152\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"17px\";s:25:\"slidingbar_headings_color\";s:7:\"#363636\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#777777\";s:27:\"slidingbar_link_color_hover\";s:7:\"#78bca1\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"2\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"0\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:289:\"© Copyright 2012 - <script>document.write(new Date().getFullYear());</script>   |   Avada Theme by <a href=\'http://theme-fusion.com\' target=\'_blank\'>Theme Fusion</a>   |   All Rights Reserved   |   Powered by <a href=\'http://wordpress.org\' target=\'_blank\'>WordPress</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"1\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"43px\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:2:\"5%\";}s:15:\"footer_bg_color\";s:7:\"#212121\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#212121\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#1e1e1e\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#1e1e1e\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";s:7:\"#ffffff\";s:23:\"footer_link_color_hover\";s:7:\"#78bca1\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:26:\"copyright_link_color_hover\";s:7:\"#78bca1\";s:19:\"copyright_font_size\";s:4:\"13px\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:4:\"30px\";s:16:\"sidebar_bg_color\";s:7:\"#f7f7f7\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:12:\"Blog Sidebar\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:12:\"Blog Sidebar\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:18:\"woo_global_sidebar\";s:1:\"0\";s:11:\"woo_sidebar\";s:4:\"None\";s:13:\"woo_sidebar_2\";s:4:\"None\";s:20:\"woo_sidebar_position\";s:5:\"Right\";s:27:\"woocommerce_archive_sidebar\";s:4:\"None\";s:29:\"woocommerce_archive_sidebar_2\";s:4:\"None\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#333333\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"1.17\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\"0.5em\";s:13:\"margin-bottom\";s:5:\"0.5em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.69\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:6:\"333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"1.56\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:4:\".5em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:4:\"1.76\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\".75em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.63\";s:14:\"letter-spacing\";s:3:\"2px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#999999\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"1.55\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:6:\"333333\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:7:\"#333333\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:19:\"blog_page_title_bar\";s:15:\"bar_and_content\";s:24:\"blog_show_page_title_bar\";s:15:\"bar_and_content\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:4:\"Grid\";s:20:\"blog_pagination_type\";s:16:\"load_more_button\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"23\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"12\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"floated\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"unboxed\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"23\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:16:\"load_more_button\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"17px\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"1\";s:29:\"header_social_links_box_color\";s:7:\"#78bca1\";s:32:\"header_social_links_boxed_radius\";s:3:\"50%\";s:33:\"header_social_links_boxed_padding\";s:4:\"12px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#78bca1\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:17:\"Share This Story!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f7f7f7\";s:30:\"sharing_social_links_font_size\";s:4:\"19px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#78bca1\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"50%\";s:34:\"sharing_social_links_boxed_padding\";s:4:\"16px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"0\";s:16:\"sharing_whatsapp\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"0\";s:17:\"sharing_pinterest\";s:1:\"0\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"40px\";s:6:\"height\";s:5:\"130px\";}s:17:\"slider_arrow_size\";s:4:\"18px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:6:\"smooth\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.93\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#78bca1\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:5:\"Large\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:7:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8C8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:4:\"full\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:12:\"center_horiz\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:18:\"rgba(34,36,42,0.9)\";s:27:\"image_gradient_bottom_color\";s:7:\"#22242a\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#78bca1\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:4:\"16px\";s:6:\"height\";s:4:\"10px\";}s:23:\"pagination_text_display\";s:1:\"0\";s:20:\"pagination_font_size\";s:4:\"12px\";s:17:\"form_input_height\";s:4:\"40px\";s:13:\"form_bg_color\";s:7:\"#eaeaea\";s:14:\"form_text_size\";s:4:\"13px\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_width\";s:1:\"1\";s:17:\"form_border_color\";s:19:\"rgba(255,255,255,0)\";s:18:\"form_border_radius\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:19:\"rgba(235,234,234,0)\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.5\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:16:\"css_cache_method\";s:4:\"file\";s:19:\"media_queries_async\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"1\";s:9:\"woo_items\";s:2:\"12\";s:29:\"woocommerce_shop_page_columns\";s:1:\"3\";s:27:\"woocommerce_related_columns\";s:1:\"3\";s:32:\"woocommerce_archive_page_columns\";s:1:\"3\";s:19:\"disable_woo_gallery\";s:1:\"1\";s:31:\"woocommerce_single_gallery_size\";s:5:\"450px\";s:37:\"woocommerce_gallery_thumbnail_columns\";s:1:\"4\";s:23:\"enable_woo_gallery_zoom\";s:1:\"1\";s:26:\"woocommerce_avada_ordering\";s:1:\"1\";s:36:\"woocommerce_disable_crossfade_effect\";s:1:\"1\";s:29:\"woocommerce_one_page_checkout\";s:1:\"0\";s:30:\"woocommerce_enable_order_notes\";s:1:\"1\";s:29:\"woocommerce_acc_link_main_nav\";s:1:\"0\";s:30:\"woocommerce_cart_link_main_nav\";s:1:\"1\";s:24:\"woocommerce_cart_counter\";s:1:\"1\";s:28:\"woocommerce_acc_link_top_nav\";s:1:\"1\";s:29:\"woocommerce_cart_link_top_nav\";s:1:\"1\";s:24:\"woocommerce_social_links\";s:1:\"1\";s:28:\"woocommerce_toggle_grid_list\";s:1:\"1\";s:24:\"woocommerce_product_view\";s:4:\"grid\";s:13:\"woo_acc_msg_1\";s:49:\"Need Help? Call customer service at 888-555-5555.\";s:13:\"woo_acc_msg_2\";s:27:\"E-mail at info@yourshop.com\";s:30:\"woocommerce_product_box_design\";s:5:\"clean\";s:39:\"woocommerce_product_box_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:17:\"product_width_100\";s:1:\"0\";s:25:\"woocommerce_equal_heights\";s:1:\"0\";s:30:\"woocommerce_product_tab_design\";s:8:\"vertical\";s:12:\"qty_bg_color\";s:7:\"#fbfaf9\";s:18:\"qty_bg_hover_color\";s:7:\"#ffffff\";s:21:\"woo_dropdown_bg_color\";s:7:\"#78bca1\";s:23:\"woo_dropdown_text_color\";s:7:\"#ffffff\";s:25:\"woo_dropdown_border_color\";s:7:\"#78bca1\";s:17:\"woo_cart_bg_color\";s:7:\"#69ad92\";s:18:\"woo_icon_font_size\";s:4:\"12px\";s:10:\"custom_css\";s:315:\"/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n    .fusion-footer .textwidget { text-align: center; }\r\n\r\n    .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n        float: none;\r\n        text-align: center;\r\n    }\r\n}\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:6:\"Square\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:7:\"#78bca1\";s:28:\"button_gradient_bottom_color\";s:7:\"#78bca1\";s:31:\"button_gradient_top_color_hover\";s:7:\"#6fb297\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#6fb297\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#787878\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.5)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.6)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#78bca1\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#333333\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:7:\"#ffffff\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:7:\"#f7f7f7\";s:22:\"content_box_title_size\";s:4:\"22px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"40px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#78bca1\";s:38:\"content_box_icon_bg_inner_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"0\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:7:\"pulsate\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#78bca1\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:19:\"rgba(255,255,255,0)\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#ffffff\";s:28:\"countdown_counter_text_color\";s:7:\"#2b2e32\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#333333\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"15px\";s:24:\"counter_box_border_color\";s:7:\"#333333\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#78bca1\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#78bca1\";s:15:\"events_per_page\";s:1:\"4\";s:21:\"events_column_spacing\";s:2:\"-1\";s:22:\"events_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:21:\"events_content_length\";s:7:\"no_text\";s:21:\"excerpt_length_events\";s:2:\"55\";s:25:\"events_strip_html_excerpt\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:29:\"faq_accordion_title_font_size\";s:4:\"17px\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#78bca1\";s:19:\"flip_boxes_front_bg\";s:7:\"#f7f7f7\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#78bca1\";s:23:\"flip_boxes_back_heading\";s:7:\"#ffffff\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:1:\"0\";s:19:\"google_map_api_type\";s:2:\"js\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:17:\"icon_circle_color\";s:7:\"#78bca1\";s:17:\"icon_border_color\";s:19:\"rgba(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#ffffff\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f7f7f7\";s:18:\"modal_border_color\";s:7:\"#f7f7f7\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"23\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:16:\"load_more_button\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#78bca1\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#78bca1\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"12px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f7f7f7\";s:17:\"tabs_border_color\";s:7:\"#f7f7f7\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"testimonial_text_color\";s:7:\"#999999\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"title_style_type\";s:0:\"\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"0\";s:25:\"accordion_title_font_size\";s:4:\"17px\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:20:\"accordion_icon_align\";s:4:\"left\";s:22:\"accordian_active_color\";s:7:\"#78bca1\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:4:\"17px\";s:23:\"widget_area_title_color\";s:7:\"#333333\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";s:22:\"privacy_embed_defaults\";a:0:{}s:19:\"reset_caches_button\";s:0:\"\";s:30:\"mobile_archive_header_bg_color\";s:13:\"rgb(33,33,33)\";s:26:\"page_title_subheader_color\";s:7:\"#333333\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:28:\"fontawesome_v4_compatibility\";s:1:\"1\";s:24:\"flyout_menu_item_padding\";i:30;s:17:\"recaptcha_version\";s:2:\"v2\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:9:\"lazy_load\";s:1:\"0\";s:17:\"font_face_display\";s:5:\"block\";s:18:\"fusionredux-backup\";s:1:\"1\";}','yes'),(365,'sbg_sidebars','a:9:{s:3:\"Men\";s:3:\"Men\";s:5:\"Women\";s:5:\"Women\";s:11:\"Accessories\";s:11:\"Accessories\";s:15:\"ProductsSidebar\";s:16:\"Products Sidebar\";s:14:\"ContentWidget1\";s:16:\"Content Widget 1\";s:14:\"ContentWidget2\";s:16:\"Content Widget 2\";s:14:\"ContentWidget3\";s:16:\"Content Widget 3\";s:14:\"ContentWidget4\";s:16:\"Content Widget 4\";s:9:\"Promotion\";s:9:\"Promotion\";}','yes'),(366,'avada_imported_demo','false','yes'),(45417,'_transient_timeout_avada_ri_LayerSlider WP0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1550688972','no'),(419,'fusion_options','a:886:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1170px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"None\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"55px\";s:6:\"bottom\";s:3:\"0px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"25%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"22%\";s:17:\"sidebar_2_2_width\";s:3:\"22%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1023\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"0\";s:22:\"typography_sensitivity\";s:3:\"0.6\";s:17:\"typography_factor\";s:3:\"1.5\";s:13:\"primary_color\";s:7:\"#b2077e\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v7\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:10:\"Navigation\";s:20:\"header_right_content\";s:12:\"Social Links\";s:17:\"header_v4_content\";s:4:\"None\";s:13:\"header_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:14:\"header_tagline\";s:0:\"\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"325\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"1\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:7:\"#e5e0c5\";s:19:\"header_top_bg_color\";s:7:\"#b2077e\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#595f6b\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"1\";s:20:\"header_sticky_mobile\";s:1:\"1\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:7:\"#ffffff\";s:24:\"header_sticky_menu_color\";s:7:\"#595f6b\";s:25:\"header_sticky_nav_padding\";s:2:\"45\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:10:\"nav_height\";s:3:\"149\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:22:\"rgba(255,255,255,0.52)\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"25px\";s:6:\"height\";s:4:\"14px\";}s:20:\"nav_highlight_border\";s:1:\"2\";s:11:\"nav_padding\";s:2:\"45\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"0\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"180\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"9\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:12:\"parent_child\";s:20:\"main_nav_search_icon\";s:1:\"1\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#f2efef\";s:19:\"menu_bg_hover_color\";s:7:\"#f8f8f8\";s:18:\"menu_sub_sep_color\";s:7:\"#dcdadb\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"16px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#333333\";}s:22:\"menu_hover_first_color\";s:7:\"#d5239f\";s:15:\"menu_text_align\";s:4:\"left\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:22:\"nav_dropdown_font_size\";s:4:\"16px\";s:18:\"side_nav_font_size\";s:4:\"16px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"45\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"32\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#efefef\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"16px\";s:11:\"sec_menu_lh\";s:4:\"20px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"0\";s:22:\"mobile_menu_nav_height\";s:2:\"45\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"0\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:16:\"rgb(241,240,236)\";s:30:\"mobile_archive_header_bg_color\";s:16:\"rgb(241,240,236)\";s:28:\"mobile_menu_background_color\";s:7:\"#e6e5df\";s:23:\"mobile_menu_hover_color\";s:7:\"#ebeae5\";s:24:\"mobile_menu_border_color\";s:7:\"#f1f0ec\";s:24:\"mobile_menu_toggle_color\";s:7:\"#b2077e\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"45px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#b2077e\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"16\";s:15:\"menu_icon_color\";s:7:\"#595f6b\";s:21:\"menu_icon_hover_color\";s:7:\"#b2077e\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"16px\";}s:14:\"logo_alignment\";s:6:\"Center\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"31px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:74:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO1x.png\";s:2:\"id\";s:5:\"19844\";s:6:\"height\";s:2:\"87\";s:5:\"width\";s:3:\"205\";s:9:\"thumbnail\";s:81:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO1x-150x87.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:74:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO2X.png\";s:2:\"id\";s:5:\"19845\";s:6:\"height\";s:3:\"175\";s:5:\"width\";s:3:\"410\";s:9:\"thumbnail\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO2X-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:74:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO1x.png\";s:2:\"id\";s:5:\"19844\";s:6:\"height\";s:2:\"87\";s:5:\"width\";s:3:\"205\";s:9:\"thumbnail\";s:81:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO1x-150x87.png\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:79:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/favicon-32x32-2.png\";s:2:\"id\";s:5:\"19851\";s:6:\"height\";s:2:\"32\";s:5:\"width\";s:2:\"32\";s:9:\"thumbnail\";s:79:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/favicon-32x32-2.png\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:80:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/apple-icon-57x57.png\";s:2:\"id\";s:5:\"19852\";s:6:\"height\";s:2:\"57\";s:5:\"width\";s:2:\"57\";s:9:\"thumbnail\";s:80:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/apple-icon-57x57.png\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/apple-icon-114x114.png\";s:2:\"id\";s:5:\"19853\";s:6:\"height\";s:3:\"114\";s:5:\"width\";s:3:\"114\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/apple-icon-114x114-66x66.png\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/android-icon-72x72.png\";s:2:\"id\";s:5:\"19854\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/android-icon-72x72-66x66.png\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:84:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/android-icon-144x144.png\";s:2:\"id\";s:5:\"19855\";s:6:\"height\";s:3:\"144\";s:5:\"width\";s:3:\"144\";s:9:\"thumbnail\";s:90:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/android-icon-144x144-66x66.png\";}s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"90px\";s:24:\"page_title_mobile_height\";s:4:\"90px\";s:19:\"page_title_bg_color\";s:7:\"#f6f6f6\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:1:\"1\";s:16:\"page_title_color\";s:7:\"#595f6b\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:26:\"page_title_subheader_color\";s:7:\"#595f6b\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"0\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"12px\";s:22:\"breadcrumbs_text_color\";s:7:\"#595f6b\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#595f6b\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282a2b\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"20px\";s:25:\"slidingbar_headings_color\";s:7:\"#595f6b\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#f05858\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"1\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"1\";s:11:\"footer_text\";s:226:\"© Copyright 2019 - <script>document.write(new Date().getFullYear());</script>     |   All Rights Reserved   |   Site Designed by <a href=\'https://beckymyhre.com/\' target=\'_blank\'>Becky Myhre Design Services</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"43px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#ffffff\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#ffffff\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";}s:18:\"copyright_bg_color\";s:7:\"#ffffff\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#ffffff\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#595f6b\";}s:17:\"footer_text_color\";s:7:\"#595f6b\";s:17:\"footer_link_color\";s:7:\"#261f1f\";s:23:\"footer_link_color_hover\";s:7:\"#b2077e\";s:20:\"copyright_text_color\";s:7:\"#595f6b\";s:20:\"copyright_link_color\";s:7:\"#261f1f\";s:26:\"copyright_link_color_hover\";s:7:\"#b2077e\";s:19:\"copyright_font_size\";s:4:\"12px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:11:\"sidebar_one\";s:15:\"sidebar_padding\";s:1:\"0\";s:16:\"sidebar_bg_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"20px\";s:21:\"sidebar_heading_color\";s:0:\"\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:18:\"woo_global_sidebar\";s:1:\"0\";s:11:\"woo_sidebar\";s:4:\"None\";s:13:\"woo_sidebar_2\";s:4:\"None\";s:20:\"woo_sidebar_position\";s:5:\"Right\";s:27:\"woocommerce_archive_sidebar\";s:4:\"None\";s:29:\"woocommerce_archive_sidebar_2\";s:4:\"None\";s:22:\"bbpress_global_sidebar\";s:1:\"0\";s:15:\"ppbress_sidebar\";s:4:\"None\";s:17:\"ppbress_sidebar_2\";s:4:\"None\";s:24:\"bbpress_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#595f6b\";}s:10:\"link_color\";s:7:\"#261f1f\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:4:\"-1px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#b2077e\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"48px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:4:\"-1px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\".25em\";s:5:\"color\";s:7:\"#b2077e\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:4:\".5em\";s:13:\"margin-bottom\";s:4:\".5em\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"1.55\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#595f6b\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"25px\";s:11:\"line-height\";s:4:\"32px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#b2077e\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"25px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#595f6b\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:19:\"blog_page_title_bar\";s:4:\"hide\";s:24:\"blog_show_page_title_bar\";s:4:\"hide\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:6:\"Medium\";s:19:\"blog_archive_layout\";s:6:\"Medium\";s:20:\"blog_pagination_type\";s:16:\"load_more_button\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#b2077e\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"35\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"0\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"1\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"0\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"0\";s:14:\"post_meta_date\";s:1:\"0\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"1\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:7:\"cropped\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"12\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"floated\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"unboxed\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"55\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"20px\";s:16:\"portfolio_pn_nav\";s:1:\"1\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:3:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:3:{i:0;s:8:\"facebook\";i:1;s:9:\"instagram\";i:2;s:9:\"pinterest\";}s:3:\"url\";a:3:{i:0;s:41:\"https://www.facebook.com/RestToHappiness/\";i:1;s:43:\"https://www.instagram.com/resettohappiness/\";i:2;s:57:\"https://www.pinterest.com/04fz66i1jkdm5skisg23ctzys9ikik/\";}s:12:\"custom_title\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:13:\"custom_source\";a:3:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:2;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"18px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:1:\"1\";s:29:\"header_social_links_box_color\";s:7:\"#b2077e\";s:32:\"header_social_links_boxed_radius\";s:3:\"50%\";s:33:\"header_social_links_boxed_padding\";s:4:\"10px\";s:12:\"icons_footer\";s:1:\"0\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:5:\"brand\";s:30:\"footer_social_links_icon_color\";s:7:\"#999999\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#ffffff\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:3:\"8px\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#fdf9e2\";s:30:\"sharing_social_links_font_size\";s:4:\"18px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#b2077e\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"50%\";s:34:\"sharing_social_links_boxed_padding\";s:4:\"10px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"1\";s:16:\"sharing_whatsapp\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"0\";s:14:\"sharing_tumblr\";s:1:\"0\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:10:\"horizontal\";s:24:\"lightbox_animation_speed\";s:4:\"Fast\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.95\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"0\";s:15:\"lightbox_social\";s:1:\"0\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:26:\"hello@resettohappiness.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:17:\"recaptcha_version\";s:2:\"v2\";s:16:\"recaptcha_public\";s:40:\"6Lfw9Y8UAAAAAPeK1mXBUJv5uwJfxzzFkeimx1YX\";s:17:\"recaptcha_private\";s:40:\"6Lfw9Y8UAAAAACjaFV2XVQ29GG0gTlHg7uVlZIRS\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#f05858\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#747474\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:4:\"Grid\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:7:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";}s:22:\"privacy_embed_defaults\";a:0:{}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8C8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"1\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"1\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"1\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"0\";s:19:\"related_posts_swipe\";s:1:\"1\";s:25:\"related_posts_swipe_items\";s:1:\"1\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"21px\";s:19:\"link_image_rollover\";s:1:\"0\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"0\";s:19:\"cats_image_rollover\";s:1:\"0\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:19:\"rgba(178,7,126,0.8)\";s:27:\"image_gradient_bottom_color\";s:7:\"#b2077e\";s:25:\"image_rollover_text_color\";s:20:\"rgba(178,7,126,0.02)\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"form_input_height\";s:4:\"45px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:14:\"form_text_size\";s:4:\"13px\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_width\";s:1:\"1\";s:17:\"form_border_color\";s:7:\"#d2d2d2\";s:23:\"form_focus_border_color\";s:7:\"#d2d2d2\";s:18:\"form_border_radius\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:7:\"#ebeaea\";s:25:\"grid_separator_style_type\";s:12:\"single|solid\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.5\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"0\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:28:\"fontawesome_v4_compatibility\";s:1:\"1\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:9:\"lazy_load\";s:1:\"0\";s:17:\"font_face_display\";s:5:\"block\";s:15:\"emojis_disabled\";s:7:\"enabled\";s:16:\"css_cache_method\";s:4:\"file\";s:19:\"media_queries_async\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"0\";s:24:\"bbp_forum_base_font_size\";s:4:\"12px\";s:19:\"bbp_forum_header_bg\";s:7:\"#ebeaea\";s:27:\"bbp_forum_header_font_color\";s:7:\"#747474\";s:22:\"bbp_forum_border_color\";s:7:\"#ebeaea\";s:9:\"woo_items\";s:2:\"12\";s:29:\"woocommerce_shop_page_columns\";s:1:\"4\";s:27:\"woocommerce_related_columns\";s:1:\"4\";s:32:\"woocommerce_archive_page_columns\";s:1:\"3\";s:19:\"disable_woo_gallery\";s:1:\"1\";s:31:\"woocommerce_single_gallery_size\";s:5:\"500px\";s:37:\"woocommerce_gallery_thumbnail_columns\";s:1:\"4\";s:23:\"enable_woo_gallery_zoom\";s:1:\"1\";s:26:\"woocommerce_avada_ordering\";s:1:\"1\";s:36:\"woocommerce_disable_crossfade_effect\";s:1:\"1\";s:29:\"woocommerce_one_page_checkout\";s:1:\"0\";s:30:\"woocommerce_enable_order_notes\";s:1:\"1\";s:29:\"woocommerce_acc_link_main_nav\";s:1:\"0\";s:30:\"woocommerce_cart_link_main_nav\";s:1:\"1\";s:24:\"woocommerce_cart_counter\";s:1:\"1\";s:28:\"woocommerce_acc_link_top_nav\";s:1:\"1\";s:29:\"woocommerce_cart_link_top_nav\";s:1:\"1\";s:24:\"woocommerce_social_links\";s:1:\"0\";s:28:\"woocommerce_toggle_grid_list\";s:1:\"1\";s:24:\"woocommerce_product_view\";s:4:\"grid\";s:13:\"woo_acc_msg_1\";s:0:\"\";s:13:\"woo_acc_msg_2\";s:0:\"\";s:30:\"woocommerce_product_box_design\";s:7:\"classic\";s:39:\"woocommerce_product_box_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"15px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"15px\";}s:17:\"product_width_100\";s:1:\"0\";s:25:\"woocommerce_equal_heights\";s:1:\"0\";s:30:\"woocommerce_product_tab_design\";s:8:\"vertical\";s:12:\"qty_bg_color\";s:7:\"#fbfaf9\";s:18:\"qty_bg_hover_color\";s:7:\"#ffffff\";s:21:\"woo_dropdown_bg_color\";s:7:\"#fbfaf9\";s:23:\"woo_dropdown_text_color\";s:7:\"#333333\";s:25:\"woo_dropdown_border_color\";s:7:\"#dbdbdb\";s:17:\"woo_cart_bg_color\";s:7:\"#fde044\";s:18:\"woo_icon_font_size\";s:4:\"12px\";s:10:\"custom_css\";s:220:\"@media only screen and (max-width: 800px){\r\n.mySep {\r\n    margin-top: 200px !important\r\n}\r\n}\r\n.widget .searchsubmit {\r\nbackground: #b2077e !important;\r\n}\r\n.widget .searchsubmit:hover {\r\nbackground: #e2005f !important;\r\n}\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:1:\"1\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"20\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"10px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"20\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:7:\"#b20e81\";s:28:\"button_gradient_bottom_color\";s:7:\"#b2077e\";s:31:\"button_gradient_top_color_hover\";s:7:\"#e4065c\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#c1054a\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#b2077e\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.6)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#f05858\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#b2077e\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:2:\"21\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#b2077e\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#b2077e\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"60px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#b2077e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#b2077e\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#b2077e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#b2077e\";s:15:\"events_per_page\";s:1:\"4\";s:21:\"events_column_spacing\";s:2:\"-1\";s:22:\"events_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:21:\"events_content_length\";s:7:\"no_text\";s:21:\"excerpt_length_events\";s:2:\"55\";s:25:\"events_strip_html_excerpt\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:29:\"faq_accordion_title_font_size\";s:4:\"20px\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#b2077e\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#b2077e\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#b2077e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:17:\"icon_circle_color\";s:7:\"#b2077e\";s:17:\"icon_border_color\";s:7:\"#b2077e\";s:10:\"icon_color\";s:7:\"#ffffff\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:7:\"cropped\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"55\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#b2077e\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#b2077e\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"18px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#b2077e\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"10px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#ebeaea\";s:17:\"tabs_border_color\";s:7:\"#ebeaea\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#b2077e\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"testimonial_text_color\";s:7:\"#595f6b\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"title_style_type\";s:13:\"single dashed\";s:18:\"title_border_color\";s:7:\"#b2077e\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"0\";s:25:\"accordion_title_font_size\";s:4:\"20px\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:20:\"accordion_icon_align\";s:4:\"left\";s:22:\"accordian_active_color\";s:7:\"#b2077e\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:4:\"20px\";s:23:\"widget_area_title_color\";s:7:\"#b2077e\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";s:19:\"reset_caches_button\";s:0:\"\";}','yes'),(384,'ls-plugin-version','6.7.6','yes'),(385,'ls-db-version','6.5.5','yes'),(386,'ls-installed','1','yes'),(387,'ls-date-installed','1548456073','yes'),(389,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(390,'layerslider_update_info','O:8:\"stdClass\":4:{s:5:\"basic\";O:8:\"stdClass\":10:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.8.1\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"5.1\";s:14:\"upgrade_notice\";s:96:\"This update contains a lot of improvements and bug fixes, especially focusing on media handling.\";s:11:\"new_version\";s:5:\"6.8.1\";}s:4:\"full\";O:8:\"stdClass\":19:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:7:\"version\";s:5:\"6.8.1\";s:12:\"last_updated\";s:10:\"2019-02-23\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.1\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:2806;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:96:\"This update contains a lot of improvements and bug fixes, especially focusing on media handling.\";s:4:\"beta\";s:96:\"This update contains a lot of improvements and bug fixes, especially focusing on media handling.\";s:4:\"edge\";s:96:\"This update contains a lot of improvements and bug fixes, especially focusing on media handling.\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:130:\"<p style=\"text-align: justify;\">\n	See the release log in the \'LayerSlider News\' section at the bottom of its main admin page.\n</p>\";s:12:\"installation\";s:456:\"<p style=\"text-align: justify;\">\n	Updating the plugin won\'t touch your sliders and settings and the new version always has backward compatibility,\n	so you don\'t have to worry about losing your work. Depending of the default settings, you may\n	have to adjust some options to get the new features. If you are experience unwanted behavior changes, it is always a\n	good idea to check your settings, there are probably new options to control these changes.\n</p>\";s:3:\"faq\";s:595:\"<p style=\"text-align: justify;\">\n	Before contacting us, please read our <a href=\"http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/\" target=\"_blank\">online FAQs</a>, or check the built-in documentation in the contextual Help menu on the top-right corner of the page. Please note, these Help menus are contextual, they will show you different content on different pages.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you couldn\'t find an answer for your question, you can write us a comment at the Item\'s page on CodeCanyon, or send us an email from our CodeCanyon profile page.\n</p>\n\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"6.8.1\";s:7:\"checked\";i:1551800875;}','yes'),(401,'widget_bbp_login_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(402,'widget_bbp_views_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(403,'widget_bbp_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(404,'widget_bbp_forums_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(405,'widget_bbp_topics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406,'widget_bbp_replies_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(407,'widget_bbp_stats_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(410,'_bbp_db_version','250','yes'),(414,'recently_activated','a:2:{s:24:\"wpforms-lite/wpforms.php\";i:1551115458;s:23:\"revslider/revslider.php\";i:1551115416;}','yes'),(417,'fusion_dynamic_css_posts','a:104:{i:20375;b:0;i:20165;b:0;i:19917;b:1;i:8;b:1;s:6:\"global\";b:1;i:19617;b:1;i:20379;b:1;i:20380;b:0;i:20381;b:0;i:20382;b:0;i:19823;b:1;i:20158;b:1;i:286;b:1;i:20383;b:0;s:11:\"151-archive\";b:1;i:20384;b:0;i:20138;b:1;i:16699;b:1;i:19824;b:1;i:12;b:1;i:10;b:1;i:106;b:1;s:11:\"142-archive\";b:1;i:915;b:1;i:16877;b:1;s:11:\"143-archive\";b:1;i:19534;b:1;i:20199;b:1;s:11:\"140-archive\";b:1;s:11:\"163-archive\";b:1;s:11:\"135-archive\";b:1;s:11:\"134-archive\";b:1;i:957;b:1;i:19818;b:1;i:919;b:1;i:968;b:1;i:19997;b:0;i:19998;b:0;i:19999;b:0;i:20369;b:1;i:20371;b:1;s:11:\"171-archive\";b:1;i:19916;b:1;i:20151;b:1;i:1865;b:1;i:17353;b:1;i:19995;b:0;i:19550;b:1;s:10:\"96-archive\";b:1;i:19632;b:1;s:9:\"0-archive\";b:1;i:19689;b:1;s:11:\"113-archive\";b:1;s:11:\"112-archive\";b:1;i:19533;b:1;i:20156;b:1;i:20155;b:1;i:19536;b:1;i:19557;b:1;i:19546;b:1;s:11:\"172-archive\";b:1;i:20149;b:1;i:16722;b:1;i:19545;b:1;i:19549;b:1;i:19551;b:1;s:10:\"46-archive\";b:1;i:17676;b:1;i:17262;b:1;i:17727;b:1;i:17869;b:1;i:19620;b:1;i:17635;b:1;i:17620;b:1;i:19958;b:1;i:19541;b:1;s:10:\"95-archive\";b:1;i:20109;b:1;i:16993;b:1;i:16996;b:1;i:16697;b:1;i:977;b:1;i:17743;b:1;i:17647;b:1;i:17096;b:1;s:10:\"54-archive\";b:1;i:16367;b:1;i:19755;b:1;i:20107;b:1;i:19626;b:1;i:57;b:1;i:19615;b:1;i:17718;b:1;i:20111;b:1;i:16997;b:1;i:20387;b:0;i:20388;b:0;i:20389;b:1;i:20390;b:0;i:20391;b:0;i:17630;b:1;i:20392;b:0;i:20393;b:0;i:20394;b:0;}','yes'),(418,'fusion_dynamic_css_ids','a:104:{i:20375;b:0;i:20165;b:0;i:19917;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:8;s:32:\"27985b48b54c94a16606621a595f5def\";s:6:\"global\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19617;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20379;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20380;b:0;i:20381;b:0;i:20382;b:0;i:19823;s:32:\"27985b48b54c94a16606621a595f5def\";i:20158;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:286;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20383;b:0;s:11:\"151-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20384;b:0;i:20138;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:16699;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19824;s:32:\"27985b48b54c94a16606621a595f5def\";i:12;s:32:\"27985b48b54c94a16606621a595f5def\";i:10;s:32:\"27985b48b54c94a16606621a595f5def\";i:106;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:11:\"142-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";i:915;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:16877;s:32:\"06b247ce0316bae723508de604931801\";s:11:\"143-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";i:19534;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:20199;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:11:\"140-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";s:11:\"163-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:11:\"135-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";s:11:\"134-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";i:957;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19818;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:919;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:968;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19997;b:0;i:19998;b:0;i:19999;b:0;i:20369;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20371;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:11:\"171-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19916;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20151;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:1865;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17353;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19995;b:0;i:19550;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";s:10:\"96-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19632;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:9:\"0-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19689;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:11:\"113-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:11:\"112-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19533;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:20156;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:20155;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:19536;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:19557;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:19546;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";s:11:\"172-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20149;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:16722;s:32:\"bb43e1d6cb769335333cc296c204f289\";i:19545;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:19549;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";i:19551;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";s:10:\"46-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";i:17676;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17262;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17727;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17869;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19620;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17635;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17620;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19958;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19541;s:32:\"4d960ac061d7c04effa8bc97f68097ad\";s:10:\"95-archive\";s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20109;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:16993;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:16996;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:16697;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:977;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17743;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17647;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17096;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";s:10:\"54-archive\";s:32:\"ea00d55dc48f6c5b118009e21cf26c56\";i:16367;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19755;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20107;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19626;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:57;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:19615;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:17718;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20111;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:16997;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20387;b:0;i:20388;b:0;i:20389;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20390;b:0;i:20391;b:0;i:17630;s:32:\"c736d73e328a7d8d1f9ff629062a2748\";i:20392;b:0;i:20393;b:0;i:20394;b:0;}','yes'),(422,'widget_fusion_author-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(423,'widget_avada-vertical-menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(425,'avada_previous_version','a:3:{i:0;s:5:\"5.0.5\";i:1;s:5:\"5.8.0\";i:2;s:5:\"5.8.1\";}','yes'),(453,'fusion_core_version','3.8.2','yes'),(52384,'_transient_timeout_wpseo_link_table_inaccessible','1582764844','no'),(52385,'_transient_wpseo_link_table_inaccessible','0','no'),(576,'_transient_timeout_wpseo_meta_table_inaccessible','1579993127','no'),(577,'_transient_wpseo_meta_table_inaccessible','0','no'),(398,'ls-latest-version','6.8.1','yes'),(62994,'_transient_timeout__woocommerce_helper_subscriptions','1551801162','no'),(579,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1548457158;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(416,'fusion_supported_plugins_active','a:4:{i:0;s:5:\"WPCF7\";i:1;s:7:\"bbPress\";i:2;s:11:\"WooCommerce\";i:3;s:17:\"LS_PLUGIN_VERSION\";}','yes'),(408,'_bbp_private_forums','a:0:{}','yes'),(409,'_bbp_hidden_forums','a:0:{}','yes'),(600,'revslider_checktables','1','yes'),(601,'rs_tables_created','1','yes'),(602,'revslider_table_version','1.0.6','yes'),(603,'revslider-global-settings','a:0:{}','yes'),(604,'revslider_update_version','5.2.5.5','yes'),(623,'revslider-valid-notice','false','yes'),(624,'avada_revslider_version','5.4.8.1','yes'),(437,'fusion_dynamic_css_time','1551798621','yes'),(449,'fusion_builder_version','1.8.2','yes'),(444,'_transient_product-transient-version','1551640713','yes'),(605,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(599,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:12:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:12:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:12:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:12:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:12:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:12:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:12:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:12:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:12:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:12:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:12:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:12:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:12:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:12:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:12:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:12:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:12:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:12:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:12:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:12:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:12:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:12:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:12:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:12:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:12:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:12:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:12:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:12:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:12:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:12:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:12:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:12:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:12:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:12:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:12:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:12:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:12:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:12:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:12:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:12:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:12:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:12:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:12:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:12:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:12:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:12:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:12:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:12:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:12:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:12:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:12:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:12:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:12:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:12:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:12:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:12:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:12:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:12:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:12:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:12:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:12:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:12:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:12:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:12:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:12:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:12:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:12:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:12:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:12:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:12:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:12:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:12:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:12:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:12:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:12:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:12:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{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: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: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\";}}}','no'),(598,'revslider-library-check','1549827744','yes'),(45405,'_transient_timeout_avada_ri_Fusion White Label Branding0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1550688971','no'),(45407,'_transient_timeout_avada_remote_installer_package_Fusion White Label Branding','1550688671','no'),(45409,'_transient_timeout_avada_ri_Convert Plus0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1550688971','no'),(45411,'_transient_timeout_avada_remote_installer_package_Convert Plus','1550688671','no'),(45421,'_transient_timeout_avada_ri_Slider Revolution0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1550688972','no'),(45423,'_transient_timeout_avada_remote_installer_package_Slider Revolution','1550688672','no'),(45425,'_transient_timeout_avada_ri_PWA0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1550688972','no'),(45427,'_transient_timeout_avada_remote_installer_package_PWA','1550688672','no'),(518,'convert_plug_modules','a:3:{i:0;s:11:\"Modal_Popup\";i:1;s:8:\"Info_Bar\";i:2;s:14:\"Slide_In_Popup\";}','yes'),(519,'ultimate_google_fonts','a:0:{}','yes'),(520,'ultimate_selected_google_fonts','a:0:{}','yes'),(521,'convert_plug_redirect','','yes'),(522,'cp_is_new_user','','yes'),(523,'cp_previous_version','3.4.0','yes'),(524,'widget_convertplug_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(525,'bsf_local_transient','1551771462','yes'),(528,'bsf-updater-version','1.22.62\n','yes'),(529,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{i:14058953;a:32:{s:2:\"id\";s:8:\"14058953\";s:4:\"name\";s:11:\"ConvertPlus\";s:4:\"slug\";s:11:\"convertplug\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:57:\"Transform your website into a lead generation powerhouse.\";s:7:\"version\";s:5:\"3.4.0\";s:12:\"download_url\";s:15:\"convertplug.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:3:\"5.1\";s:14:\"privacy_policy\";s:48:\"https://www.convertplug.com/plus/privacy-policy/\";s:16:\"terms_conditions\";s:54:\"https://www.convertplug.com/plus/terms-and-conditions/\";s:12:\"purchase_url\";s:75:\"https://codecanyon.net/cart/add_items?item_ids=14058953&ref=BrainstormForce\";s:13:\"changelog_url\";s:43:\"https://www.convertplug.com/plus/changelog/\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:4:\"true\";s:13:\"support_forum\";s:36:\"http://brainstormforce.freshdesk.com\";s:25:\"after_registration_action\";s:38:\"admin.php?page=bsf-extensions-14058953\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Convert-Plug.png\";s:32:\"show_on_register_licence_listing\";s:4:\"true\";s:15:\"show_on_listing\";s:4:\"true\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:8:\"14058953\";s:8:\"template\";s:27:\"convertplug/convertplug.php\";s:6:\"remote\";s:5:\"3.4.1\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:12:\"Convert Plus\";}}}','yes'),(531,'bsf_local_transient_bundled','1551521539','yes'),(530,'brainstrom_bundled_products','a:1:{i:14058953;a:41:{i:0;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"connects-mymail\";s:4:\"init\";s:35:\"connects-mymail/connects-mymail.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:19:\"connects-mymail.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - MailSter Mailer\";s:10:\"short_name\";s:8:\"Mailster\";s:7:\"version\";s:5:\"2.2.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:15:\"connects-mymail\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MyMail.png\";s:11:\"description\";s:42:\"Integration with Mailster Email Solutions.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:1;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-madmimi\";s:4:\"init\";s:37:\"connects-madmimi/connects-madmimi.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-madmimi.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - Mad Mimi Mailer\";s:10:\"short_name\";s:8:\"Mad Mimi\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:16:\"connects-madmimi\";s:13:\"product_image\";s:68:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MadMini.png\";s:11:\"description\";s:51:\"Integration with Mad Mimi Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:2;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:23:\"connects-activecampaign\";s:4:\"init\";s:51:\"connects-activecampaign/connects-activecampaign.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:27:\"connects-activecampaign.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:32:\"Connects - ActiveCampaign Mailer\";s:10:\"short_name\";s:14:\"ActiveCampaign\";s:7:\"version\";s:5:\"3.0.3\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:23:\"connects-activecampaign\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Active-Campaign.png\";s:11:\"description\";s:81:\"Integrate ActiveCampaign with Connects for Email marketing, Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"3.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:3;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:13:\"connects-emma\";s:4:\"init\";s:33:\"connects-myemma/connects-emma.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:19:\"connects-myemma.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - My Emma Mailer\";s:10:\"short_name\";s:7:\"My Emma\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:15:\"connects-myemma\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MyEmma.png\";s:11:\"description\";s:48:\"Integrate with My Emma Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:4;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-mailchimp\";s:4:\"init\";s:41:\"connects-mailchimp/connects-mailchimp.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:22:\"connects-mailchimp.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - MailChimp Mailer\";s:10:\"short_name\";s:9:\"MailChimp\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.9.6\";s:4:\"slug\";s:18:\"connects-mailchimp\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Mailchimp.png\";s:11:\"description\";s:52:\"Integration with MailChimp Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:5;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-hubspot\";s:4:\"init\";s:37:\"connects-hubspot/connects-hubspot.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-hubspot.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - HubSpot Mailer\";s:10:\"short_name\";s:7:\"HubSpot\";s:7:\"version\";s:5:\"1.1.2\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:16:\"connects-hubspot\";s:13:\"product_image\";s:68:\"//support.brainstormforce.com/wp-content/uploads/2016/03/hubspot.png\";s:11:\"description\";s:62:\"Integration with HubSpot Inbound Marketing and Sales Software.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:6;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-icontact\";s:4:\"init\";s:39:\"connects-icontact/connects-icontact.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:21:\"connects-icontact.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - iContact Mailer\";s:10:\"short_name\";s:8:\"iContact\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:17:\"connects-icontact\";s:13:\"product_image\";s:69:\"//support.brainstormforce.com/wp-content/uploads/2016/03/iContact.png\";s:11:\"description\";s:51:\"Integration with iContact Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:7;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"connects-aweber\";s:4:\"init\";s:35:\"connects-aweber/connects-aweber.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:19:\"connects-aweber.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Aweber Mailer\";s:10:\"short_name\";s:7:\"AWeber \";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:15:\"connects-aweber\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2016/03/AWEBER.png\";s:11:\"description\";s:58:\"Integration with AWeber Email Marketing and Autoresponder.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:8;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:24:\"connects-campaignmonitor\";s:4:\"init\";s:53:\"connects-campaignmonitor/connects-campaignmonitor.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:28:\"connects-campaignmonitor.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:34:\"Connects - Campaign Monitor Mailer\";s:10:\"short_name\";s:16:\"Campaign Monitor\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:24:\"connects-campaignmonitor\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2016/03/CampaignMonitor.png\";s:11:\"description\";s:50:\"Integration with Campaign Monitor Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:9;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-sendreach\";s:4:\"init\";s:41:\"connects-sendreach/connects-sendreach.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:22:\"connects-sendreach.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - SendReach Mailer\";s:10:\"short_name\";s:9:\"SendReach\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:18:\"connects-sendreach\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/SendReach150.png\";s:11:\"description\";s:43:\"Integration with SendReach Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:10;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-sendinblue\";s:4:\"init\";s:43:\"connects-sendinblue/connects-sendinblue.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:23:\"connects-sendinblue.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - SendinBlue Mailer\";s:10:\"short_name\";s:10:\"SendinBlue\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:19:\"connects-sendinblue\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2016/03/sendinblue.png\";s:11:\"description\";s:66:\"Integrate with SendinBlue Online Email Marketing & SMS Marketing .\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:11;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-mailerlite\";s:4:\"init\";s:43:\"connects-mailerlite/connects-mailerlite.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:23:\"connects-mailerlite.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - MailerLite Mailer\";s:10:\"short_name\";s:10:\"MailerLite\";s:7:\"version\";s:5:\"2.2.2\";s:6:\"tested\";s:3:\"4.8\";s:4:\"slug\";s:19:\"connects-mailerlite\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MailerLite-1.png\";s:11:\"description\";s:64:\"Integrate with MailerLite Email Marketing software and Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:12;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-getresponse\";s:4:\"init\";s:45:\"connects-getresponse/connects-getresponse.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:24:\"connects-getresponse.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Connects - GetResponse Mailer\";s:10:\"short_name\";s:11:\"GetResponse\";s:7:\"version\";s:5:\"2.2.0\";s:6:\"tested\";s:5:\"4.9.2\";s:4:\"slug\";s:20:\"connects-getresponse\";s:13:\"product_image\";s:78:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Get-Response-Logo.png\";s:11:\"description\";s:72:\"Integration with GetResponse Email Marketing software and Autoresponder.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:13;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:24:\"connects-constantcontact\";s:4:\"init\";s:53:\"connects-constantcontact/connects-constantcontact.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:28:\"connects-constantcontact.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:34:\"Connects - Constant Contact Mailer\";s:10:\"short_name\";s:16:\"Constant Contact\";s:7:\"version\";s:5:\"2.2.0\";s:6:\"tested\";s:5:\"4.7.2\";s:4:\"slug\";s:24:\"connects-constantcontact\";s:13:\"product_image\";s:77:\"//support.brainstormforce.com/wp-content/uploads/2016/03/constant-contact.png\";s:11:\"description\";s:59:\"Integration with Constant Contact Email Marketing Software.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:14;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-totalsend\";s:4:\"init\";s:41:\"connects-totalsend/connects-totalsend.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:22:\"connects-totalsend.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - TotalSend Mailer\";s:10:\"short_name\";s:9:\"TotalSend\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:18:\"connects-totalsend\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/TotalSend.png\";s:11:\"description\";s:70:\"Integrate TotalSend with Connects to collect lead and email marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:15;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-convertkit\";s:4:\"init\";s:43:\"connects-convertkit/connects-convertkit.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:23:\"connects-convertkit.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - ConvertKit Mailer\";s:10:\"short_name\";s:10:\"ConvertKit\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:19:\"connects-convertkit\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2016/03/ConvertKit.png\";s:11:\"description\";s:55:\"Integration with ConvertKit Email Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:16;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-simplycast\";s:4:\"init\";s:43:\"connects-simplycast/connects-simplycast.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:23:\"connects-simplycast.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - SimplyCast Mailer\";s:10:\"short_name\";s:10:\"SimplyCast\";s:7:\"version\";s:5:\"2.0.2\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:19:\"connects-simplycast\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2016/03/SimplYcast.png\";s:11:\"description\";s:55:\"Integration with SimplyCast Email Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:17;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-campayn\";s:4:\"init\";s:37:\"connects-campayn/connects-campayn.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-campayn.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - Campayn Mailer\";s:10:\"short_name\";s:7:\"Campayn\";s:7:\"version\";s:5:\"2.1.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:16:\"connects-campayn\";s:13:\"product_image\";s:68:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Campayn.png\";s:11:\"description\";s:57:\"Integration with Campayn Simple Email Marketing solution.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:18;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-mailpoet\";s:4:\"init\";s:39:\"connects-mailpoet/connects-mailpoet.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:21:\"connects-mailpoet.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - MailPoet Mailer\";s:10:\"short_name\";s:8:\"MailPoet\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.9.4\";s:4:\"slug\";s:17:\"connects-mailpoet\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MailPoet2.png\";s:11:\"description\";s:38:\"Integration with MailPoet Newsletters.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:19;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:21:\"connects-infusionsoft\";s:4:\"init\";s:47:\"connects-infusionsoft/connects-infusionsoft.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:25:\"connects-infusionsoft.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:30:\"Connects - Infusionsoft Mailer\";s:10:\"short_name\";s:12:\"Infusionsoft\";s:7:\"version\";s:5:\"2.2.2\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:21:\"connects-infusionsoft\";s:13:\"product_image\";s:80:\"//support.brainstormforce.com/wp-content/uploads/2016/03/InfusionSoft150x150.png\";s:11:\"description\";s:46:\"Integration with Infusionsoft Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:20;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-mailjet\";s:4:\"init\";s:37:\"connects-mailjet/connects-mailjet.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-mailjet.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - Mailjet Mailer\";s:10:\"short_name\";s:7:\"Mailjet\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.9.8\";s:4:\"slug\";s:15:\"connect-mailjet\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/mailjet-logo.png\";s:11:\"description\";s:53:\"Integrate with Mailjet Bulk Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:21;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:23:\"connects-benchmarkemail\";s:4:\"init\";s:51:\"connects-benchmarkemail/connects-benchmarkemail.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:27:\"connects-benchmarkemail.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:33:\"Connects - Benchmark Email Mailer\";s:10:\"short_name\";s:15:\"Benchmark Email\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:23:\"connects-benchmarkemail\";s:13:\"product_image\";s:62:\"//support.brainstormforce.com/wp-content/uploads/2017/07/1.png\";s:11:\"description\";s:52:\"Integration with Benchmark Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:22;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-cleverreach\";s:4:\"init\";s:45:\"connects-cleverreach/connects-cleverreach.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:24:\"connects-cleverreach.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Connects - CleverReach Mailer\";s:10:\"short_name\";s:11:\"CleverReach\";s:7:\"version\";s:5:\"2.3.1\";s:6:\"tested\";s:5:\"4.8.3\";s:4:\"slug\";s:20:\"connects-cleverreach\";s:13:\"product_image\";s:72:\"//support.brainstormforce.com/wp-content/uploads/2016/03/cleverreach.png\";s:11:\"description\";s:53:\"Integration with CleverReach Email Marketing sofware.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.3.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:23;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:14:\"convertplug-vc\";s:4:\"init\";s:33:\"convertplug-vc/convertplug-vc.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:18:\"convertplug-vc.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:44:\"ConvertPlus Addons for WPBakery Page Builder\";s:10:\"short_name\";s:21:\"WPBakery Page Builder\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"tested\";s:3:\"5.0\";s:4:\"slug\";s:14:\"convertplug-vc\";s:13:\"product_image\";s:91:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Convert-plug-Addon-for-VC-Logo.png\";s:11:\"description\";s:51:\"Easy to use form builder for WPBakery Page Builder.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:24;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:23:\"connects-contact-form-7\";s:4:\"init\";s:51:\"connects-contact-form-7/connects-contact-form-7.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:27:\"connects-contact-form-7.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - Contact Form 7\";s:10:\"short_name\";s:14:\"Contact Form 7\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:23:\"connects-contact-form-7\";s:13:\"product_image\";s:75:\"//support.brainstormforce.com/wp-content/uploads/2016/03/contact-form-7.png\";s:11:\"description\";s:34:\"Collect leads from Contact Form 7.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:25;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-woocommerce\";s:4:\"init\";s:50:\"connects-woocommerce/connects-woocommerce-form.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:24:\"connects-woocommerce.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:20:\"Connects WooCommerce\";s:10:\"short_name\";s:20:\"Connects WooCommerce\";s:7:\"version\";s:5:\"1.1.2\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:20:\"connects-woocommerce\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2017/07/woocom-checkout.png\";s:11:\"description\";s:46:\"Collect leads from WooCommerce checkout forms.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.2\";s:12:\"version_beta\";s:27:\"connects-contact-form-7.zip\";s:17:\"download_url_beta\";s:27:\"connects-contact-form-7.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:58:\"https://changelog.brainstormforce.com/connects-woocommerce\";}i:26;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:24:\"connects-wp-comment-form\";s:4:\"init\";s:53:\"connects-wp-comment-form/connects-wp-comment-form.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:28:\"connects-wp-comment-form.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - WP Comment Form\";s:10:\"short_name\";s:15:\"WP Comment Form\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:5:\"4.7.1\";s:4:\"slug\";s:24:\"connects-wp-comment-form\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2016/03/WP-Comment-Form.png\";s:11:\"description\";s:42:\"Collect leads from WordPress Comment Form.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:27;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:29:\"connects-wp-registration-form\";s:4:\"init\";s:63:\"connects-wp-registration-form/connects-wp-registration-form.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:33:\"connects-wp-registration-form.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:31:\"Connects - WP Registration Form\";s:10:\"short_name\";s:20:\"WP Registration Form\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:29:\"connects-wp-registration-form\";s:13:\"product_image\";s:79:\"//support.brainstormforce.com/wp-content/uploads/2016/03/WP-gistration-Form.png\";s:11:\"description\";s:47:\"Collect leads from WordPress Registration Form.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:28;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-ontraport\";s:4:\"init\";s:41:\"connects-ontraport/connects-ontraport.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:22:\"connects-ontraport.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - OntraPort Mailer\";s:10:\"short_name\";s:9:\"ONTRAPORT\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:18:\"connects-ontraport\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/ONTRAPORT.png\";s:11:\"description\";s:47:\"Integrate ONTRAPORT Email Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:29;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:26:\"connects-mautic-form-addon\";s:4:\"init\";s:57:\"connects-mautic-form-addon/connects-mautic-form-addon.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:30:\"connects-mautic-form-addon.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects Mautic Form Addon\";s:10:\"short_name\";s:6:\"Mautic\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:3:\"4.8\";s:4:\"slug\";s:26:\"connects-mautic-form-addon\";s:13:\"product_image\";s:65:\"//support.brainstormforce.com/wp-content/uploads/2017/02/logo.png\";s:11:\"description\";s:53:\"Integration with Mautic Marketing Automation Platform\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:26:\"connects-mautic-form-addon\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:30;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:13:\"connects-drip\";s:4:\"init\";s:31:\"connects-drip/connects-drip.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:17:\"connects-drip.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:22:\"Connects - Drip Mailer\";s:10:\"short_name\";s:4:\"Drip\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:13:\"connects-drip\";s:13:\"product_image\";s:65:\"//support.brainstormforce.com/wp-content/uploads/2017/03/logo.png\";s:11:\"description\";s:52:\"Integration with Drip Marketing Automation Platform.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:17:\"connects-drip.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:31;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:14:\"connects-sendy\";s:4:\"init\";s:33:\"connects-sendy/connects-sendy.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:18:\"connects-sendy.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:23:\"Connects - Sendy Mailer\";s:10:\"short_name\";s:5:\"Sendy\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.9.6\";s:4:\"slug\";s:14:\"connects-sendy\";s:13:\"product_image\";s:66:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Sendy.png\";s:11:\"description\";s:46:\"Integration with Sendy Newsletter Application.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:18:\"connects-sendy.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:32;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-mailget\";s:4:\"init\";s:37:\"connects-mailget/connects-mailget.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-mailget.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:22:\"Connects MailGet Addon\";s:10:\"short_name\";s:7:\"MailGet\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"5.0.3\";s:4:\"slug\";s:16:\"connects-mailget\";s:13:\"product_image\";s:65:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo.png\";s:11:\"description\";s:50:\"Integration with MailGet Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";s:20:\"connects-mailget.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:33;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-mailgun\";s:4:\"init\";s:37:\"connects-mailgun/connects-mailgun.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-mailgun.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"Connects - Mailgun\";s:10:\"short_name\";s:7:\"Mailgun\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:3:\"4.8\";s:4:\"slug\";s:16:\"connects-mailgun\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-1.png\";s:11:\"description\";s:48:\"Integrate with Mailgun Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";s:20:\"connects-mailgun.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:34;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-klaviyo\";s:4:\"init\";s:37:\"connects-klaviyo/connects-klaviyo.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:20:\"connects-klaviyo.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Klaviyo Addon\";s:10:\"short_name\";s:8:\"Klaviyo \";s:7:\"version\";s:5:\"1.0.2\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:16:\"connects-klaviyo\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-2.png\";s:11:\"description\";s:54:\"Use this plugin to integrate Klaviyo with Convert Plus\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.2\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";s:5:\"1.0.0\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:35;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-sendlane\";s:4:\"init\";s:39:\"connects-sendlane/connects-sendlane.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:21:\"connects-sendlane.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - Sendlane Mailer\";s:10:\"short_name\";s:8:\"Sendlane\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.2\";s:4:\"slug\";s:17:\"connects-sendlane\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-3.png\";s:11:\"description\";s:42:\"Integration with Sendlane Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:21:\"connects-sendlane.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:36;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-elasticmail\";s:4:\"init\";s:47:\"connects-elasticmail/connects-elastic-email.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:24:\"connects-elasticmail.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Elastic Email\";s:10:\"short_name\";s:13:\"Elastic Email\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"5.0.3\";s:4:\"slug\";s:20:\"connects-elasticmail\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-4.png\";s:11:\"description\";s:38:\"Integrate with Elastic Email Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";s:24:\"connects-elasticmail.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:37;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-mailwizz\";s:4:\"init\";s:39:\"connects-mailwizz/connects-mailwizz.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:21:\"connects-mailwizz.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - MailWizz Mailer\";s:10:\"short_name\";s:8:\"MailWizz\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:5:\"5.0.1\";s:4:\"slug\";s:17:\"connects-mailwizz\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-5.png\";s:11:\"description\";s:65:\"Integrate MailWizz email Marketing application with Convert Plus.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:5:\"1.0.3\";s:17:\"download_url_beta\";s:21:\"connects-mailwizz.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:38;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-sendgrid\";s:4:\"init\";s:39:\"connects-sendgrid/connects-sendgrid.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:21:\"connects-sendgrid.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - SendGrid Mailer\";s:10:\"short_name\";s:8:\"SendGrid\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.6\";s:4:\"slug\";s:17:\"connects-sendgrid\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-6.png\";s:11:\"description\";s:51:\"Integration with SendGrid email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:6:\"1.0.20\";s:17:\"download_url_beta\";s:21:\"connects-sendgrid.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:39;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"connects-zapier\";s:4:\"init\";s:35:\"connects-zapier/connects-zapier.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:19:\"connects-zapier.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Zapier Mailer\";s:10:\"short_name\";s:7:\"Zapier \";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:3:\"5.0\";s:4:\"slug\";s:15:\"connects-zapier\";s:13:\"product_image\";s:82:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-7-e1534416295165.png\";s:11:\"description\";s:31:\"Integrate Zapier with connects.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";s:19:\"connects-zapier.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:40;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-convertfox\";s:4:\"init\";s:43:\"connects-convertfox/connects-convertfox.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:23:\"connects-convertfox.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:21:\"Connects - ConvertFox\";s:10:\"short_name\";s:10:\"ConvertFox\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:19:\"connects-convertfox\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-8.png\";s:11:\"description\";s:32:\"Collect leads using Convert Fox.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";s:23:\"connects-convertfox.zip\";s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}}}','yes'),(532,'smile_lists','a:1:{i:0;a:5:{s:4:\"date\";s:10:\"25-01-2019\";s:9:\"list-name\";s:5:\"First\";s:13:\"list-provider\";s:12:\"Convert Plug\";s:4:\"list\";s:0:\"\";s:13:\"provider_list\";s:0:\"\";}}','yes'),(533,'cp_new_bg_type','1','yes'),(534,'acf_version','5.7.10','yes'),(538,'revslider_servers','a:10:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:16:\"themepunch.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:22:\"themepunch-ext-a.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:22:\"themepunch-ext-a.tools\";}','yes'),(569,'is_https_supported','O:8:\"WP_Error\":2:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:80:\"cURL error 28: Operation timed out after 5003 milliseconds with 0 bytes received\";}}s:10:\"error_data\";a:0:{}}','yes'),(539,'revslider_server_refresh','1550876230','yes'),(540,'revslider-update-check-short','1551040549','yes'),(541,'revslider-templates-check','1551040550','yes'),(570,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:1;s:7:\"version\";s:3:\"9.5\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1548457111;s:18:\"recalibration_beta\";b:0;}','yes'),(571,'wpseo_titles','a:201:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:11:\"title-forum\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-forum\";s:0:\"\";s:13:\"noindex-forum\";b:0;s:14:\"showdate-forum\";b:0;s:24:\"display-metabox-pt-forum\";b:1;s:24:\"post_types-forum-maintax\";i:0;s:21:\"title-ptarchive-forum\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-forum\";s:0:\"\";s:23:\"bctitle-ptarchive-forum\";s:0:\"\";s:23:\"noindex-ptarchive-forum\";b:0;s:11:\"title-topic\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-topic\";s:0:\"\";s:13:\"noindex-topic\";b:0;s:14:\"showdate-topic\";b:0;s:24:\"display-metabox-pt-topic\";b:1;s:24:\"post_types-topic-maintax\";i:0;s:21:\"title-ptarchive-topic\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-topic\";s:0:\"\";s:23:\"bctitle-ptarchive-topic\";s:0:\"\";s:23:\"noindex-ptarchive-topic\";b:0;s:11:\"title-reply\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-reply\";s:0:\"\";s:13:\"noindex-reply\";b:0;s:14:\"showdate-reply\";b:0;s:24:\"display-metabox-pt-reply\";b:1;s:24:\"post_types-reply-maintax\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:16:\"showdate-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:21:\"title-avada_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-avada_portfolio\";s:0:\"\";s:23:\"noindex-avada_portfolio\";b:0;s:24:\"showdate-avada_portfolio\";b:0;s:34:\"display-metabox-pt-avada_portfolio\";b:1;s:34:\"post_types-avada_portfolio-maintax\";i:0;s:31:\"title-ptarchive-avada_portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"bctitle-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"noindex-ptarchive-avada_portfolio\";b:0;s:15:\"title-avada_faq\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-avada_faq\";s:0:\"\";s:17:\"noindex-avada_faq\";b:0;s:18:\"showdate-avada_faq\";b:0;s:28:\"display-metabox-pt-avada_faq\";b:1;s:28:\"post_types-avada_faq-maintax\";i:0;s:25:\"title-ptarchive-avada_faq\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-avada_faq\";s:0:\"\";s:27:\"bctitle-ptarchive-avada_faq\";s:0:\"\";s:27:\"noindex-ptarchive-avada_faq\";b:0;s:25:\"title-themefusion_elastic\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-themefusion_elastic\";s:0:\"\";s:27:\"noindex-themefusion_elastic\";b:0;s:28:\"showdate-themefusion_elastic\";b:0;s:38:\"display-metabox-pt-themefusion_elastic\";b:1;s:38:\"post_types-themefusion_elastic-maintax\";i:0;s:11:\"title-slide\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-slide\";s:0:\"\";s:13:\"noindex-slide\";b:0;s:14:\"showdate-slide\";b:0;s:24:\"display-metabox-pt-slide\";b:1;s:24:\"post_types-slide-maintax\";i:0;s:21:\"title-fusion_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-fusion_template\";s:0:\"\";s:23:\"noindex-fusion_template\";b:0;s:24:\"showdate-fusion_template\";b:0;s:34:\"display-metabox-pt-fusion_template\";b:1;s:34:\"post_types-fusion_template-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:19:\"title-tax-topic-tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tax-topic-tag\";s:0:\"\";s:29:\"display-metabox-tax-topic-tag\";b:1;s:21:\"noindex-tax-topic-tag\";b:0;s:27:\"taxonomy-topic-tag-ptparent\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:38:\"display-metabox-tax-portfolio_category\";b:1;s:30:\"noindex-tax-portfolio_category\";b:0;s:36:\"taxonomy-portfolio_category-ptparent\";i:0;s:26:\"title-tax-portfolio_skills\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-portfolio_skills\";s:0:\"\";s:36:\"display-metabox-tax-portfolio_skills\";b:1;s:28:\"noindex-tax-portfolio_skills\";b:0;s:34:\"taxonomy-portfolio_skills-ptparent\";i:0;s:24:\"title-tax-portfolio_tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-portfolio_tags\";s:0:\"\";s:34:\"display-metabox-tax-portfolio_tags\";b:1;s:26:\"noindex-tax-portfolio_tags\";b:0;s:32:\"taxonomy-portfolio_tags-ptparent\";i:0;s:22:\"title-tax-faq_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-faq_category\";s:0:\"\";s:32:\"display-metabox-tax-faq_category\";b:1;s:24:\"noindex-tax-faq_category\";b:0;s:30:\"taxonomy-faq_category-ptparent\";i:0;s:31:\"title-tax-themefusion_es_groups\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-themefusion_es_groups\";s:0:\"\";s:41:\"display-metabox-tax-themefusion_es_groups\";b:1;s:33:\"noindex-tax-themefusion_es_groups\";b:0;s:39:\"taxonomy-themefusion_es_groups-ptparent\";i:0;s:20:\"title-tax-slide-page\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-slide-page\";s:0:\"\";s:30:\"display-metabox-tax-slide-page\";b:1;s:22:\"noindex-tax-slide-page\";b:0;s:28:\"taxonomy-slide-page-ptparent\";i:0;s:26:\"title-tax-element_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-element_category\";s:0:\"\";s:36:\"display-metabox-tax-element_category\";b:1;s:28:\"noindex-tax-element_category\";b:0;s:34:\"taxonomy-element_category-ptparent\";i:0;s:27:\"title-tax-template_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-template_category\";s:0:\"\";s:37:\"display-metabox-tax-template_category\";b:1;s:29:\"noindex-tax-template_category\";b:0;s:35:\"taxonomy-template_category-ptparent\";i:0;}','yes'),(572,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(573,'wpseo_flush_rewrite','1','yes'),(42149,'_transient_timeout_wc_product_loopc2c61550522299','1553189638','no'),(42150,'_transient_wc_product_loopc2c61550522299','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19555;i:1;i:19553;i:2;i:19552;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(42151,'_transient_timeout_wc_product_loop05611550522299','1553189639','no'),(42152,'_transient_wc_product_loop05611550522299','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19558;i:1;i:19557;i:2;i:19556;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(42153,'_transient_timeout_wc_product_loopb4f11550522299','1553189639','no'),(42154,'_transient_wc_product_loopb4f11550522299','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19551;i:1;i:19550;i:2;i:19549;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(636,'jetpack_log','a:14:{i:0;a:4:{s:4:\"time\";i:1548457382;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:5:{s:4:\"time\";i:1548457658;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}i:2;a:5:{s:4:\"time\";i:1548457659;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}i:3;a:5:{s:4:\"time\";i:1548457763;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:8:\"carousel\";}i:4;a:5:{s:4:\"time\";i:1548457764;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:12:\"contact-form\";}i:5;a:5:{s:4:\"time\";i:1548457764;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:19:\"gravatar-hovercards\";}i:6;a:5:{s:4:\"time\";i:1548457764;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:11:\"lazy-images\";}i:7;a:5:{s:4:\"time\";i:1548457764;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:7:\"monitor\";}i:8;a:5:{s:4:\"time\";i:1548457765;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:6:\"photon\";}i:9;a:5:{s:4:\"time\";i:1548457765;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:13:\"related-posts\";}i:10;a:5:{s:4:\"time\";i:1548457765;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:10:\"sharedaddy\";}i:11;a:5:{s:4:\"time\";i:1548457765;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:3:\"sso\";}i:12;a:5:{s:4:\"time\";i:1548457765;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:13:\"subscriptions\";}i:13;a:5:{s:4:\"time\";i:1548457765;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:157458821;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:13:\"tiled-gallery\";}}','no'),(637,'jetpack_tos_agreed','1','yes'),(638,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"hDFfViohBkhdZQhzrp2zVZXmq6fzKotY\";s:8:\"secret_2\";s:32:\"02dGZnRK0bKipGbRyw8XCX8exIXrWff9\";s:3:\"exp\";i:1548464861;}}','no'),(642,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(639,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"^*cTk#gngp)VCnSS5LM$dV$YJ(%z0T@1.vM4EGtqKRGTL3lt%md4J!MR9Ds%LU7Ki\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"HutEBA8Rix3OBvYF1eQH3Fcd&HFkDEv0.$vv27EkEvvicvPYh^u3Z^7xwW6(M)fEv.1\";}}','yes'),(643,'jetpack_sync_settings_max_queue_size','1000','yes'),(644,'jetpack_sync_settings_max_queue_lag','900','yes'),(645,'jetpack_sync_full__started','1548457453','no'),(646,'jetpack_sync_full__params','a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}s:15:\"network_options\";b:1;}','no'),(647,'jetpack_sync_full_config','a:5:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:15:\"network_options\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(648,'jetpack_sync_full_enqueue_status','a:5:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:15:\"network_options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}','no'),(62987,'_transient_timeout_wpcom_social_media_icons_widget::is_active','1551803782','no'),(62988,'_transient_wpcom_social_media_icons_widget::is_active','0','no'),(749,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(750,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(751,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(752,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(652,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(653,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(654,'jetpack_sync_settings_upload_max_rows','500','yes'),(655,'jetpack_sync_settings_sync_wait_time','10','yes'),(656,'jetpack_sync_settings_sync_wait_threshold','5','yes'),(657,'jetpack_sync_settings_enqueue_wait_time','10','yes'),(658,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(659,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(660,'jetpack_sync_settings_render_filtered_content','0','yes'),(661,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(662,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(663,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(664,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(665,'jetpack_sync_settings_sync_via_cron','1','yes'),(666,'jetpack_sync_settings_cron_sync_time_limit','30','yes'),(744,'jetpack_next_sync_time_full_sync','1548457492','yes'),(672,'jetpack_sync_full__queue_finished','1548457453','yes'),(876,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','yes'),(1935,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(677,'jetpack_active_modules','a:29:{i:0;s:18:\"after-the-deadline\";i:1;s:12:\"contact-form\";i:2;s:20:\"custom-content-types\";i:3;s:10:\"custom-css\";i:4;s:21:\"enhanced-distribution\";i:5;s:19:\"gravatar-hovercards\";i:6;s:8:\"json-api\";i:7;s:5:\"latex\";i:8;s:6:\"manage\";i:9;s:5:\"notes\";i:10;s:13:\"post-by-email\";i:11;s:7:\"protect\";i:12;s:9:\"publicize\";i:13;s:10:\"sharedaddy\";i:14;s:10:\"shortcodes\";i:15;s:10:\"shortlinks\";i:16;s:8:\"sitemaps\";i:17;s:5:\"stats\";i:18;s:13:\"subscriptions\";i:20;s:18:\"verification-tools\";i:21;s:17:\"widget-visibility\";i:22;s:7:\"widgets\";i:23;s:8:\"carousel\";i:24;s:11:\"lazy-images\";i:25;s:7:\"monitor\";i:26;s:6:\"photon\";i:27;s:13:\"related-posts\";i:28;s:3:\"sso\";i:29;s:13:\"tiled-gallery\";}','yes'),(867,'open_graph_protocol_site_type','','yes'),(868,'facebook_admins','a:0:{}','yes'),(865,'jetpack-twitter-cards-site-tag','','yes'),(873,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(863,'verification_services_codes','0','yes'),(856,'dismiss_empty_stats_card','1','yes'),(861,'gravatar_disable_hovercards','enabled','yes'),(852,'sharing-services','a:2:{s:7:\"visible\";a:3:{i:0;s:7:\"twitter\";i:1;s:8:\"facebook\";i:2;s:13:\"google-plus-1\";}s:6:\"hidden\";a:0:{}}','yes'),(62989,'_transient_timeout_jetpack_sync_constants_await','1551803783','no'),(62990,'_transient_jetpack_sync_constants_await','1551800183.36','no'),(1104,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:3988817388;s:13:\"update_themes\";i:995639740;s:11:\"update_core\";i:3862292870;}','yes'),(30768,'convert_plug_settings','a:28:{s:19:\"cp-enable-mx-record\";s:1:\"0\";s:19:\"cp-default-messages\";s:1:\"1\";s:21:\"cp-already-subscribed\";s:22:\"Already Subscribed...!\";s:15:\"cp-double-optin\";s:1:\"1\";s:13:\"cp-gdpr-optin\";s:1:\"1\";s:13:\"cp-sub-notify\";s:1:\"0\";s:12:\"cp-sub-email\";s:16:\"prajaktag@bsf.io\";s:12:\"cp-email-sub\";s:43:\"Congratulations! You have a New Subscriber!\";s:15:\"cp-google-fonts\";s:1:\"1\";s:11:\"cp-timezone\";s:9:\"wordpress\";s:15:\"user_inactivity\";s:2:\"60\";s:18:\"cp-edit-style-link\";s:1:\"0\";s:17:\"cp-plugin-support\";s:1:\"0\";s:21:\"cp-disable-impression\";s:1:\"0\";s:15:\"cp-close-inline\";s:1:\"0\";s:18:\"cp-disable-storage\";s:1:\"0\";s:14:\"cp-disable-pot\";s:1:\"1\";s:17:\"cp-disable-domain\";s:1:\"0\";s:14:\"cp-domain-name\";s:0:\"\";s:11:\"cp-lazy-img\";s:1:\"0\";s:16:\"cp-close-gravity\";s:1:\"1\";s:11:\"cp-load-syn\";s:1:\"0\";s:16:\"cp_change_ntf_id\";s:1:\"1\";s:18:\"cp_notify_email_to\";s:16:\"prajaktag@bsf.io\";s:14:\"cp-access-role\";s:0:\"\";s:12:\"cp-user-role\";s:13:\"administrator\";s:16:\"cp-new-user-role\";s:0:\"\";s:13:\"cp-email-body\";s:0:\"\";}','yes'),(62828,'_transient_wc_order_20391_needs_processing','1','no'),(734,'jetpack_next_sync_time_full-sync-enqueue','1551801741','yes'),(735,'jpsq_full_sync_checkout','0:0','no'),(736,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(740,'jetpack_sync_full__send_started','1548457470','no'),(739,'jetpack_callables_sync_checksum','a:39:{s:18:\"wp_max_upload_size\";i:1582978921;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:4261170317;s:17:\"main_network_site\";i:921381679;s:8:\"site_url\";i:190022972;s:8:\"home_url\";i:190022972;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:1370250195;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3497058121;s:10:\"post_types\";i:2016642999;s:18:\"post_type_features\";i:3065093693;s:10:\"shortcodes\";i:3964930030;s:27:\"rest_api_allowed_post_types\";i:2476011899;s:32:\"rest_api_allowed_public_metadata\";i:915280507;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:2604183126;s:11:\"get_plugins\";i:1202560851;s:24:\"get_plugins_action_links\";i:872782716;s:14:\"active_modules\";i:137233374;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:4269362902;s:8:\"timezone\";i:4162107118;s:24:\"available_jetpack_blocks\";i:2526611580;s:12:\"network_name\";i:3535427593;s:31:\"network_allow_new_registrations\";i:826414027;s:21:\"network_add_new_users\";i:734881840;s:25:\"network_site_upload_space\";i:808273962;s:25:\"network_upload_file_types\";i:801778294;s:35:\"network_enable_administration_menus\";i:223132457;s:13:\"paused_themes\";i:734881840;s:14:\"paused_plugins\";i:734881840;}','no'),(730,'jetpack_constants_sync_checksum','a:31:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:2238313956;s:14:\"WP_CONTENT_DIR\";i:1438778139;s:9:\"FS_METHOD\";i:3577458903;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:1929741478;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:2328450637;s:15:\"WP_MEMORY_LIMIT\";i:464916964;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:14:\"WC_PLUGIN_FILE\";i:3263240281;s:10:\"WC_ABSPATH\";i:2840916658;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:3139892102;s:19:\"WOOCOMMERCE_VERSION\";i:3139892102;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:2177293539;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','yes'),(731,'jpsq_sync_checkout','0:0','no'),(732,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(733,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(741,'jetpack_sync_full__constants_sent','1','no'),(742,'jetpack_sync_full__functions_sent','1','no'),(743,'jetpack_sync_full__options_sent','1','no'),(753,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(754,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(755,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(757,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(758,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(759,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(760,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(761,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(762,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(763,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(764,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(765,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(766,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(769,'jetpack_portfolio','0','yes'),(771,'sharedaddy_disable_resources','0','yes'),(772,'jetpack_sitemap_location','','yes'),(773,'jetpack_testimonial','0','yes'),(787,'jetpack_next_sync_time_sync','1551800886','yes'),(780,'jetpack_sync_full__network_options_sent','1','no'),(781,'jetpack_sync_full__users_sent','1','no'),(782,'jetpack_sync_full__finished','1548457483','no'),(795,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:157458821;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(804,'jetpack_plugin_api_action_links','a:9:{s:19:\"bbpress/bbpress.php\";a:2:{s:8:\"Settings\";s:74:\"https://www.resettohappiness.com/wp-admin/options-general.php?page=bbpress\";s:5:\"About\";s:66:\"https://www.resettohappiness.com/wp-admin/index.php?page=bbp-about\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{s:8:\"Settings\";s:42:\"https://www.resettohappiness.com/wp-admin/\";}s:27:\"convertplug/convertplug.php\";a:1:{s:8:\"Settings\";s:83:\"https://www.resettohappiness.com/wp-admin/admin.php?page=convert-plus&view=settings\";}s:33:\"fusion-builder/fusion-builder.php\";a:1:{s:8:\"Settings\";s:80:\"https://www.resettohappiness.com/wp-admin/admin.php?page=fusion-builder-settings\";}s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";a:1:{s:8:\"Settings\";s:93:\"https://www.resettohappiness.com/wp-admin/admin.php?page=fusion-white-label-branding-settings\";}s:19:\"jetpack/jetpack.php\";a:3:{s:7:\"Jetpack\";s:64:\"https://www.resettohappiness.com/wp-admin/admin.php?page=jetpack\";s:8:\"Settings\";s:74:\"https://www.resettohappiness.com/wp-admin/admin.php?page=jetpack#/settings\";s:7:\"Support\";s:73:\"https://www.resettohappiness.com/wp-admin/admin.php?page=jetpack-debugger\";}s:23:\"loginizer/loginizer.php\";a:2:{s:8:\"Settings\";s:66:\"https://www.resettohappiness.com/wp-admin/admin.php?page=loginizer\";s:7:\"Upgrade\";s:38:\"https://loginizer.com/features#compare\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:68:\"https://www.resettohappiness.com/wp-admin/admin.php?page=wc-settings\";}s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";a:2:{s:8:\"Settings\";s:101:\"https://www.resettohappiness.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppec_paypal\";s:4:\"Docs\";s:62:\"https://docs.woocommerce.com/document/paypal-express-checkout/\";}}','yes'),(53356,'_transient_timeout_wc_product_loopb4f11550706595','1553886798','no'),(53357,'_transient_wc_product_loopb4f11550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19551;i:1;i:19550;i:2;i:19549;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(806,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:4:\"icon\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:1:{i:0;s:4:\"post\";}s:6:\"custom\";a:0:{}}}','yes'),(808,'post_by_email_address1','NULL','yes'),(809,'monitor_receive_notifications','1','yes'),(811,'jetpack_last_connect_url_check','1548457661','no'),(3091,'revslider-connection','1','yes'),(3092,'revslider-latest-version','5.4.8.2','yes'),(3093,'revslider-stable-version','4.2','yes'),(3094,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.8.1\";s:4:\"text\";s:241:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5481\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/revsliderbanner_5481.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.8.1 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5481-03\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(3095,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.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'),(3096,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{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:\"1.0.6\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{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:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{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:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{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:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{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:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{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:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{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:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{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:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch-ext-a.tools/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\":11:{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:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":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:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch-ext-a.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{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:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{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:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{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:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{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:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{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:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{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:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{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:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{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:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(56971,'_transient_timeout_wc_product_children_19545','1553960621','no'),(56972,'_transient_wc_product_children_19545','a:2:{s:3:\"all\";a:4:{i:0;i:19560;i:1;i:19559;i:2;i:19562;i:3;i:19561;}s:7:\"visible\";a:4:{i:0;i:19560;i:1;i:19559;i:2;i:19562;i:3;i:19561;}}','no'),(13022,'_transient_timeout_wc_var_prices_19545','1554341457','no'),(13023,'_transient_wc_var_prices_19545','{\"version\":\"1551640713\",\"f886d0e7e73ba1501f52b087171f3448\":{\"price\":{\"19560\":\"80.00\",\"19559\":\"80.00\",\"19562\":\"60.00\",\"19561\":\"50.00\"},\"regular_price\":{\"19560\":\"80.00\",\"19559\":\"80.00\",\"19562\":\"60.00\",\"19561\":\"50.00\"},\"sale_price\":{\"19560\":\"80.00\",\"19559\":\"80.00\",\"19562\":\"60.00\",\"19561\":\"50.00\"}},\"ed3db85adf8e3c02fbee849b2278e53a\":{\"price\":{\"19560\":\"80.00\",\"19559\":\"80.00\",\"19562\":\"60.00\",\"19561\":\"50.00\"},\"regular_price\":{\"19560\":\"80.00\",\"19559\":\"80.00\",\"19562\":\"60.00\",\"19561\":\"50.00\"},\"sale_price\":{\"19560\":\"80.00\",\"19559\":\"80.00\",\"19562\":\"60.00\",\"19561\":\"50.00\"}}}','no'),(13024,'_transient_timeout_fusion_dynamic_css_5554a641e2281edd9ce5d2504b9fd6ab','1548727599','no'),(827,'jetpack_restapi_stats_cache','a:1:{s:32:\"7b1a7149e839a0fca736bc5d14969bd4\";a:1:{i:1548457744;O:8:\"stdClass\":3:{s:4:\"date\";s:10:\"2019-01-25\";s:5:\"stats\";O:8:\"stdClass\":19:{s:14:\"visitors_today\";i:0;s:18:\"visitors_yesterday\";i:0;s:8:\"visitors\";i:0;s:11:\"views_today\";i:0;s:15:\"views_yesterday\";i:0;s:14:\"views_best_day\";s:0:\"\";s:20:\"views_best_day_total\";i:0;s:5:\"views\";i:0;s:8:\"comments\";i:0;s:5:\"posts\";i:0;s:14:\"followers_blog\";i:0;s:18:\"followers_comments\";i:0;s:18:\"comments_per_month\";i:0;s:31:\"comments_most_active_recent_day\";s:0:\"\";s:25:\"comments_most_active_time\";s:3:\"N/A\";s:13:\"comments_spam\";i:0;s:10:\"categories\";i:0;s:4:\"tags\";i:0;s:6:\"shares\";i:0;}s:6:\"visits\";O:8:\"stdClass\":3:{s:4:\"unit\";s:3:\"day\";s:6:\"fields\";a:3:{i:0;s:6:\"period\";i:1;s:5:\"views\";i:2;s:8:\"visitors\";}s:4:\"data\";a:30:{i:0;a:3:{i:0;s:10:\"2018-12-27\";i:1;i:0;i:2;i:0;}i:1;a:3:{i:0;s:10:\"2018-12-28\";i:1;i:0;i:2;i:0;}i:2;a:3:{i:0;s:10:\"2018-12-29\";i:1;i:0;i:2;i:0;}i:3;a:3:{i:0;s:10:\"2018-12-30\";i:1;i:0;i:2;i:0;}i:4;a:3:{i:0;s:10:\"2018-12-31\";i:1;i:0;i:2;i:0;}i:5;a:3:{i:0;s:10:\"2019-01-01\";i:1;i:0;i:2;i:0;}i:6;a:3:{i:0;s:10:\"2019-01-02\";i:1;i:0;i:2;i:0;}i:7;a:3:{i:0;s:10:\"2019-01-03\";i:1;i:0;i:2;i:0;}i:8;a:3:{i:0;s:10:\"2019-01-04\";i:1;i:0;i:2;i:0;}i:9;a:3:{i:0;s:10:\"2019-01-05\";i:1;i:0;i:2;i:0;}i:10;a:3:{i:0;s:10:\"2019-01-06\";i:1;i:0;i:2;i:0;}i:11;a:3:{i:0;s:10:\"2019-01-07\";i:1;i:0;i:2;i:0;}i:12;a:3:{i:0;s:10:\"2019-01-08\";i:1;i:0;i:2;i:0;}i:13;a:3:{i:0;s:10:\"2019-01-09\";i:1;i:0;i:2;i:0;}i:14;a:3:{i:0;s:10:\"2019-01-10\";i:1;i:0;i:2;i:0;}i:15;a:3:{i:0;s:10:\"2019-01-11\";i:1;i:0;i:2;i:0;}i:16;a:3:{i:0;s:10:\"2019-01-12\";i:1;i:0;i:2;i:0;}i:17;a:3:{i:0;s:10:\"2019-01-13\";i:1;i:0;i:2;i:0;}i:18;a:3:{i:0;s:10:\"2019-01-14\";i:1;i:0;i:2;i:0;}i:19;a:3:{i:0;s:10:\"2019-01-15\";i:1;i:0;i:2;i:0;}i:20;a:3:{i:0;s:10:\"2019-01-16\";i:1;i:0;i:2;i:0;}i:21;a:3:{i:0;s:10:\"2019-01-17\";i:1;i:0;i:2;i:0;}i:22;a:3:{i:0;s:10:\"2019-01-18\";i:1;i:0;i:2;i:0;}i:23;a:3:{i:0;s:10:\"2019-01-19\";i:1;i:0;i:2;i:0;}i:24;a:3:{i:0;s:10:\"2019-01-20\";i:1;i:0;i:2;i:0;}i:25;a:3:{i:0;s:10:\"2019-01-21\";i:1;i:0;i:2;i:0;}i:26;a:3:{i:0;s:10:\"2019-01-22\";i:1;i:0;i:2;i:0;}i:27;a:3:{i:0;s:10:\"2019-01-23\";i:1;i:0;i:2;i:0;}i:28;a:3:{i:0;s:10:\"2019-01-24\";i:1;i:0;i:2;i:0;}i:29;a:3:{i:0;s:10:\"2019-01-25\";i:1;i:0;i:2;i:0;}}}}}}','no'),(828,'jetpack_active_plan','a:8:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:18:\"product_name_short\";s:4:\"Free\";s:10:\"free_trial\";b:0;s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:2:{i:0;s:7:\"akismet\";i:1;s:7:\"support\";}s:9:\"available\";a:10:{s:7:\"akismet\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"support\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(45419,'_transient_timeout_avada_remote_installer_package_LayerSlider WP','1550688672','no'),(1419,'fusion_options-transients','a:2:{s:14:\"changed_values\";a:10:{s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"16px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:4:\"-1px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#b2077e\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"48px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:4:\"-1px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\".25em\";s:5:\"color\";s:7:\"#b2077e\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:4:\".5em\";s:13:\"margin-bottom\";s:4:\".5em\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"greek-ext\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"1.55\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#595f6b\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"25px\";s:11:\"line-height\";s:4:\"32px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#b2077e\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:19:\"Open Sans Condensed\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"25px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#595f6b\";}s:13:\"woo_acc_msg_1\";s:56:\"Need Assistance? E-mail me at hello@resettohappiness.com\";}s:9:\"last_save\";i:1551569229;}','yes'),(1451,'WPLANG','','yes'),(1452,'new_admin_email','becky@resettohappiness.com','yes'),(1479,'subscription_options','a:2:{s:10:\"invitation\";s:226:\"Hello.\r\n\r\nYou recently followed this blog\'s posts. This means you will receive each new post by email.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";s:14:\"comment_follow\";s:239:\"Hello.\r\n\r\nYou recently followed one of my posts. This means you will receive an email when new comments are posted.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";}','yes'),(1481,'jetpack_relatedposts','a:8:{s:7:\"enabled\";b:1;s:13:\"show_headline\";b:0;s:15:\"show_thumbnails\";b:0;s:9:\"show_date\";b:0;s:12:\"show_context\";b:0;s:6:\"layout\";s:4:\"grid\";s:8:\"headline\";s:7:\"Related\";s:4:\"size\";N;}','yes'),(28620,'slide-page_children','a:0:{}','yes'),(2366,'wpforms_activated','a:1:{s:4:\"lite\";i:1548540723;}','yes'),(37021,'_transient_timeout_fusion_dynamic_css_b31727e6e00fd78649bd43ee47c957b3','1550370339','no'),(59736,'_transient_timeout_wc_product_loopb5681551554187','1554146544','no'),(59737,'_transient_wc_product_loopb5681551554187','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(59799,'_transient_wc_product_loopb5681551555389','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(61637,'_transient_timeout_wc_low_stock_count','1554235263','no'),(61638,'_transient_wc_low_stock_count','0','no'),(61639,'_transient_timeout_wc_outofstock_count','1554235263','no'),(61640,'_transient_wc_outofstock_count','0','no'),(62279,'_transient_timeout_wc_related_19533','1551833760','no'),(62280,'_transient_wc_related_19533','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19533\";a:16:{i:0;s:5:\"19536\";i:1;s:5:\"19537\";i:2;s:5:\"19539\";i:3;s:5:\"19541\";i:4;s:5:\"19542\";i:5;s:5:\"19543\";i:6;s:5:\"19544\";i:7;s:5:\"19546\";i:8;s:5:\"19547\";i:9;s:5:\"19549\";i:10;s:5:\"19550\";i:11;s:5:\"19553\";i:12;s:5:\"19554\";i:13;s:5:\"19556\";i:14;s:5:\"19557\";i:15;s:5:\"19558\";}}','no'),(62286,'_transient_timeout_wc_related_20156','1551834250','no'),(62297,'_transient_timeout_wc_related_20155','1551834634','no'),(62298,'_transient_wc_related_20155','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=20155\";a:5:{i:0;s:5:\"20138\";i:1;s:5:\"20149\";i:2;s:5:\"20151\";i:3;s:5:\"20156\";i:4;s:5:\"20158\";}}','no'),(62300,'_transient_timeout_wc_related_19536','1551834647','no'),(62301,'_transient_wc_related_19536','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19536\";a:16:{i:0;s:5:\"19538\";i:1;s:5:\"19533\";i:2;s:5:\"19534\";i:3;s:5:\"19537\";i:4;s:5:\"19542\";i:5;s:5:\"19544\";i:6;s:5:\"19545\";i:7;s:5:\"19546\";i:8;s:5:\"19547\";i:9;s:5:\"19549\";i:10;s:5:\"19550\";i:11;s:5:\"19551\";i:12;s:5:\"19554\";i:13;s:5:\"19556\";i:14;s:5:\"19557\";i:15;s:5:\"19558\";}}','no'),(62308,'_transient_timeout_wc_related_19546','1551834909','no'),(62309,'_transient_wc_related_19546','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19546\";a:16:{i:0;s:5:\"19538\";i:1;s:5:\"19533\";i:2;s:5:\"19534\";i:3;s:5:\"19536\";i:4;s:5:\"19537\";i:5;s:5:\"19542\";i:6;s:5:\"19544\";i:7;s:5:\"19545\";i:8;s:5:\"19547\";i:9;s:5:\"19549\";i:10;s:5:\"19550\";i:11;s:5:\"19551\";i:12;s:5:\"19554\";i:13;s:5:\"19556\";i:14;s:5:\"19557\";i:15;s:5:\"19558\";}}','no'),(62313,'_transient_timeout_wc_related_20151','1551835120','no'),(62314,'_transient_wc_related_20151','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=20151\";a:5:{i:0;s:5:\"20138\";i:1;s:5:\"20149\";i:2;s:5:\"20155\";i:3;s:5:\"20156\";i:4;s:5:\"20158\";}}','no'),(62316,'_transient_timeout_wc_related_19534','1551835131','no'),(62317,'_transient_wc_related_19534','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19534\";a:7:{i:0;s:5:\"19536\";i:1;s:5:\"19537\";i:2;s:5:\"19545\";i:3;s:5:\"19546\";i:4;s:5:\"19549\";i:5;s:5:\"19550\";i:6;s:5:\"19551\";}}','no'),(62325,'_transient_timeout_wc_related_20149','1551835511','no'),(62326,'_transient_wc_related_20149','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=20149\";a:5:{i:0;s:5:\"20138\";i:1;s:5:\"20151\";i:2;s:5:\"20155\";i:3;s:5:\"20156\";i:4;s:5:\"20158\";}}','no'),(62331,'_transient_timeout_wc_product_loopcab01551640713','1554341443','no'),(62332,'_transient_wc_product_loopcab01551640713','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19555;i:1;i:19553;i:2;i:19552;i:3;i:19548;i:4;i:19551;i:5;i:19550;i:6;i:19549;i:7;i:19543;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(62342,'_transient_timeout_wc_related_20138','1551836120','no'),(62334,'_transient_timeout_wc_related_19545','1551835858','no'),(62335,'_transient_wc_related_19545','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19545\";a:12:{i:0;s:5:\"19534\";i:1;s:5:\"19536\";i:2;s:5:\"19537\";i:3;s:5:\"19546\";i:4;s:5:\"19549\";i:5;s:5:\"19550\";i:6;s:5:\"19551\";i:7;s:5:\"19540\";i:8;s:5:\"19542\";i:9;s:5:\"19544\";i:10;s:5:\"19554\";i:11;s:5:\"19557\";}}','no'),(62338,'_transient_timeout_wc_related_19549','1551836002','no'),(62339,'_transient_wc_related_19549','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19549\";a:20:{i:0;s:5:\"19538\";i:1;s:5:\"19533\";i:2;s:5:\"19534\";i:3;s:5:\"19536\";i:4;s:5:\"19537\";i:5;s:5:\"19539\";i:6;s:5:\"19540\";i:7;s:5:\"19541\";i:8;s:5:\"19543\";i:9;s:5:\"19545\";i:10;s:5:\"19546\";i:11;s:5:\"19550\";i:12;s:5:\"19551\";i:13;s:5:\"19548\";i:14;s:5:\"19552\";i:15;s:5:\"19553\";i:16;s:5:\"19554\";i:17;s:5:\"19555\";i:18;s:5:\"19557\";i:19;s:5:\"19558\";}}','no'),(62343,'_transient_wc_related_20138','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=20138\";a:5:{i:0;s:5:\"20149\";i:1;s:5:\"20151\";i:2;s:5:\"20155\";i:3;s:5:\"20156\";i:4;s:5:\"20158\";}}','no'),(62344,'_transient_timeout_wc_related_19551','1551836123','no'),(62345,'_transient_wc_related_19551','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19551\";a:15:{i:0;s:5:\"19534\";i:1;s:5:\"19536\";i:2;s:5:\"19537\";i:3;s:5:\"19545\";i:4;s:5:\"19546\";i:5;s:5:\"19549\";i:6;s:5:\"19550\";i:7;s:5:\"19539\";i:8;s:5:\"19540\";i:9;s:5:\"19541\";i:10;s:5:\"19543\";i:11;s:5:\"19548\";i:12;s:5:\"19552\";i:13;s:5:\"19553\";i:14;s:5:\"19555\";}}','no'),(62349,'_transient_timeout_wc_related_19550','1551836424','no'),(62350,'_transient_wc_related_19550','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19550\";a:23:{i:0;s:5:\"19533\";i:1;s:5:\"19534\";i:2;s:5:\"19536\";i:3;s:5:\"19537\";i:4;s:5:\"19539\";i:5;s:5:\"19540\";i:6;s:5:\"19541\";i:7;s:5:\"19542\";i:8;s:5:\"19543\";i:9;s:5:\"19544\";i:10;s:5:\"19545\";i:11;s:5:\"19546\";i:12;s:5:\"19547\";i:13;s:5:\"19549\";i:14;s:5:\"19551\";i:15;s:5:\"19548\";i:16;s:5:\"19552\";i:17;s:5:\"19553\";i:18;s:5:\"19554\";i:19;s:5:\"19555\";i:20;s:5:\"19556\";i:21;s:5:\"19557\";i:22;s:5:\"19558\";}}','no'),(62397,'_transient_timeout_wc_products_onsale','1554347331','no'),(62398,'_transient_wc_products_onsale','a:4:{i:0;i:19543;i:1;i:19546;i:2;i:19549;i:3;i:19555;}','no'),(62407,'_transient_fusion_dynamic_css_c736d73e328a7d8d1f9ff629062a2748','@font-face{font-family:;src:;font-weight: normal;font-style: normal;font-display: block;}.group{zoom:1}.group:after,.group:before{content:\" \";display:table}.group:after{clear:both}.woocommerce input[type=number]{-moz-appearance:textfield}.woocommerce input[type=number].qty::-webkit-inner-spin-button,.woocommerce input[type=number].qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.woocommerce-info,.woocommerce-message{margin-bottom:30px;padding:20px 0 20px 16px;border:none;text-align:left}.woocommerce-info:before,.woocommerce-message:before{position:absolute;margin-left:-16px;font-family:IcoMoon;content:\'\\f05d\'}.woocommerce-info .wc-forward,.woocommerce-message .wc-forward{float:right;text-shadow:none}.woocommerce-info .wc-forward:before,.woocommerce-message .wc-forward:before{font-family:IcoMoon;content:\'\\f07a\';margin-right:6px;color:inherit}.woocommerce-error{list-style:none;padding:0}.woocommerce-error li{margin-bottom:15px;padding:8px;position:relative;text-align:center}.woocommerce .avada-order-details .order-again .button,.woocommerce .login .button,.woocommerce .lost_reset_password input[type=submit],.woocommerce .register .button,.woocommerce .shipping-calculator-form .button,.woocommerce button.button,.woocommerce button.fusion-button{text-transform:uppercase;text-align:center;margin:0;cursor:pointer}.woocommerce .lost_reset_password input[type=submit]{border:0}.woocommerce .button{cursor:pointer}.woocommerce .single_add_to_cart_button,.woocommerce button.button{margin-top:-1px}.woocommerce .avada-shipping-calculator-form .button,.woocommerce .shipping-calculator-form .button{float:right;margin-top:0}.woocommerce-checkout .woocommerce .woocommerce-form-login{margin-bottom:20px}.woocommerce .login .form-row{text-align:initial;margin:0 20px 0 15px;float:right}.woocommerce .login .form-row.form-row-first,.woocommerce .login .form-row.form-row-last{margin:0 0 20px;float:none}.woocommerce .login .button{margin-left:15px}.woocommerce .login .inline{float:left;margin-top:5px}.woocommerce .login .lost_password{float:right;margin-top:5px}.woocommerce #customer_login .login .form-row{display:inline-block;float:none;margin:0 18px 0 0;text-align:initial}.woocommerce #customer_login .login .form-row.form-row-wide{display:block;margin:0 0 20px}.woocommerce #customer_login .login .button{margin-left:0}.woocommerce #customer_login .login .inline{display:inline-block;vertical-align:middle;float:none;margin-top:0;margin-left:15px;line-height:1}.woocommerce #customer_login .login .inline .woocommerce-Input,.woocommerce #customer_login .login .inline input{vertical-align:middle;margin:0 3px}.woocommerce #customer_login .login .lost_password{display:inline-block;vertical-align:middle;float:none;margin:0}.woocommerce #customer_login .register .form-row:last-child{margin-bottom:0}.woocommerce .checkout_coupon{margin-bottom:40px;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.woocommerce .checkout_coupon .promo-code-heading{margin:0;padding:0;border:none}.woocommerce .checkout_coupon .coupon-contents{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-order:4;-ms-flex-order:4;order:4;margin:0 -7.5px}.woocommerce .checkout_coupon .coupon-input{width:240px;margin:0;padding:5px 7.5px}.woocommerce .checkout_coupon .coupon-input .input-text{margin:0;padding:8px 15px}.woocommerce .checkout_coupon .coupon-button{margin:0;padding:5px 7.5px}.woocommerce-ordering{display:none}.woocommerce-invalid:after{display:inline-block;margin-top:7px;color:red}.woocommerce .woocommerce-container{width:100%}.product_meta{padding-top:20px}#customer_login .col-1,#customer_login .col-2,.cart-totals-buttons,.cart_totals,.checkout_coupon,.coupon,.cross-sells,.woocommerce-shipping-calculator{box-sizing:border-box;border:1px solid;overflow:hidden;padding:30px}#customer_login h2,.cart_totals h2,.coupon h2,.cross-sells h2,.woocommerce .checkout h3,.woocommerce-shipping-calculator h2{margin-top:0;border-bottom:1px solid;margin-bottom:30px;padding-bottom:10px}.cart .avada-cart-actions{height:auto}.cart .avada-cart-actions .actions{padding:0}.cart .avada-cart-actions .actions .coupon,.cart .avada-cart-actions .actions>.button{visibility:hidden;position:absolute;height:0}.cart-collaterals{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart-collaterals .cross-sells{width:100%}.cart-collaterals .cart_totals{-webkit-order:2;-ms-flex-order:2;order:2;width:48%}.cart-collaterals .cart_totals .checkout-button,.cart-collaterals .cart_totals .fusion-button{clear:both;float:right}.cart-collaterals .cart_totals .checkout-button{margin-top:10px}.cart-collaterals .shipping-coupon{-webkit-order:1;-ms-flex-order:1;order:1}.cart-collaterals .shipping-coupon .coupon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cart-collaterals .shipping-coupon .coupon>h2{width:100%}.cart-collaterals .shipping-coupon .coupon #avada_coupon_code{margin-right:10px;width:auto;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}.catalog-ordering{margin-bottom:32px}.catalog-ordering a{color:#333}.catalog-ordering .order li a{background:#fbfaf9;border:1px solid #dbdbdb;display:block;font-size:12px;text-align:center}.orderby-order-container{display:inline-block;vertical-align:top}.catalog-ordering>ul,.orderby-order-container>ul{display:inline-block;vertical-align:top;list-style:none;margin:0 6px 10px 0;padding:0}.catalog-ordering>ul,.order-dropdown ul li a,.order-dropdown>li:after,.orderby-order-container>ul{height:39px;line-height:39px}.order-dropdown,.order-dropdown ul li a{width:185px}.catalog-ordering .order,.order-dropdown>li:after{width:39px}.order-dropdown{position:relative;z-index:100;cursor:pointer}.order-dropdown ul{margin:0;padding:0;list-style:none;display:none;background:#fbfaf9}.order-dropdown ul li a{background:#fbfaf9;border:1px solid #dbdbdb;border-top:0;display:block;font-size:12px;padding:0 13px}.order-dropdown ul li a:hover{background:#fff}.order-dropdown ul li a strong{font-weight:400}.order-dropdown .current-li{background:#fbfaf9;border:1px solid #dbdbdb;display:block;padding:0 13px;font-size:12px}.order-dropdown>li{position:relative;z-index:99}.order-dropdown>li:hover>ul{display:block;position:absolute}.order-dropdown>li:after{display:block;font-family:IcoMoon;content:\'\\e61f\';font-size:9px;z-index:101;position:absolute;top:0;right:0;text-align:center;border-left:1px solid #dbdbdb}.order-dropdown li ul li{overflow:hidden}.current-li-content{display:block;overflow:hidden;width:133px}.products{list-style:none;margin:0;padding:0}.products>li{border:1px solid #efefef;border-bottom-width:2px;margin-bottom:10px}.products-6>li{float:left;width:15.832%;margin-right:1%}.products-6>li:nth-child(6n){margin-right:0}.products-6>li:nth-child(6n+1){clear:both}.products-5>li{float:left;width:19.2%;margin-right:1%}.products-5>li:nth-child(5n){margin-right:0}.products-5>li:nth-child(5n+1){clear:both}.products-4>li{float:left;width:24.25%;margin-right:1%}.products-4>li:nth-child(4n){margin-right:0}.products-4>li:nth-child(4n+1){clear:both}.products-3>li{float:left;width:32.6%;margin-right:1%}.products-3>li:nth-child(3n){margin-right:0}.products-3>li:nth-child(3n+1){clear:both}.products-2>li{float:left;width:49.5%;margin-right:1%}.products-2>li:nth-child(2n){margin-right:0}.products-2>li:nth-child(2n+1){clear:both}.products-1>li{float:left;width:100%}.products-1>li:nth-child(2n){margin-right:0}.products-1>li:nth-child(2n+1){clear:both}.product-images{display:block;text-align:center;position:relative}.onsale{-webkit-backface-visibility:hidden;display:block;z-index:98;color:#fff;border-radius:50%;line-height:39px;text-align:center;position:absolute;padding:0 5px;pointer-events:none}.fusion-out-of-stock{z-index:98;position:absolute;left:0;top:0;height:25px;width:100%;line-height:25px;background-clip:padding-box;background-color:rgba(210,0,0,.9);font-size:13px;color:#fff;text-align:center;pointer-events:none}.fusion-out-of-stock .fusion-position-text{position:relative;top:50%;margin-left:-1px;margin-top:-14px;word-wrap:break-word}.product-title{margin-top:0;margin-bottom:0;font-weight:400}.product .product-buttons{padding-top:15px}.product .product-buttons .fusion-content-sep{margin-top:14px;margin-bottom:15px}.star-rating{display:inline-block;overflow:hidden;position:relative;height:1em;line-height:1em;font-size:1em;width:5.1em;font-family:icomoon}.star-rating:before{content:\'\\f006\\f006\\f006\\f006\\f006\';float:left;top:0;left:0;position:absolute;letter-spacing:.1em}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span:before{content:\'\\f005\\f005\\f005\\f005\\f005\';top:0;position:absolute;left:0;letter-spacing:.1em}.product-details .star-rating{float:right}.price del .amount,.product-details .price .from{font-size:13px;margin-right:5px}.price ins{text-decoration:none}.price ins .amount{font-size:18px;text-decoration:none}.price>.amount{font-size:18px}.price .stock{display:inline;margin:0 10px}.product-details-container{min-height:50px}.product-details-container .fusion-price-rating{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-details-container .fusion-price-rating .star-rating{-webkit-order:2;-ms-flex-order:2;order:2}.product-details-container .fusion-price-rating .price{-webkit-order:0;-ms-flex-order:0;order:0;margin-top:0}.product-buttons a{display:block;position:relative;box-sizing:border-box;padding-left:16px;width:auto;max-width:49%;line-height:inherit;font-size:12px;text-shadow:none}.product-buttons a:first-child{float:left}.product-buttons a:last-child{float:right}.product-buttons a:before{position:absolute;margin-left:-16px;font-family:icomoon;color:inherit}.product-buttons .add_to_cart_button:before,.product-buttons .product_type_external:before,.product-buttons .product_type_simple:before{content:\'\\f07a\'}.product-buttons .show_details_button:before{content:\'\\e623\'}.product-buttons .product_type_grouped:before,.product-buttons .product_type_variable:before{content:\'\\f013\'}.product-buttons .align-right{float:right;width:41%;position:relative;line-height:normal;display:inline-block;line-height:40px}.product-buttons .added_to_cart{display:none}.product-buttons .button{text-align:left}.product-images .crossfade-images{white-space:nowrap}.product-images .crossfade-images .helper{display:inline-block;height:100%;vertical-align:middle}.product-images .crossfade-images:hover img:not(.hover-image){opacity:0}.product-images .crossfade-images:hover .hover-image{opacity:1!important}.product-images .crossfade-images img{transition:opacity .5s ease-in-out;position:relative;z-index:50;min-width:100%;vertical-align:middle}.product-images .crossfade-images .hover-image{position:absolute;left:0;right:0;margin:0 auto;opacity:0}.woocommerce-pagination{font-size:0}.woocommerce-pagination .next,.woocommerce-pagination .pagination-next,.woocommerce-pagination .pagination-prev,.woocommerce-pagination .prev{padding-left:0;padding-right:0}.woocommerce-pagination .next,.woocommerce-pagination .next:hover,.woocommerce-pagination .prev,.woocommerce-pagination .prev:hover{border:0}.woocommerce-tabs{clear:both}#main .product .product_title{margin:0}.product .onsale{top:20px;left:15px}.product.outofstock .onsale{top:28px}.product .price{margin:5px 0 0}.product .product-border{z-index:auto;clear:none;height:4px;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;margin-top:20px;margin-bottom:20px;box-sizing:content-box}form.cart{margin-bottom:25px;margin-top:25px}.summary .cart .gform_wrapper{overflow:visible}.single-product .product .summary .cart .quantity{float:left;margin:20px 20px 20px 0}.single-product .product .summary .cart .quantity.hidden{display:none;margin:0}.woocommerce-checkout .woocommerce .apple-pay-button-checkout-separator{border-bottom:0}.group_table{margin-bottom:30px}.group_table tr{vertical-align:top;height:41px}.group_table td{vertical-align:middle;height:31px}.group_table td.label,.product .entry-summary .group_table td.price{padding:0 10px}.product .entry-summary .group_table td.price{display:table-cell}.product_meta>span{display:block}.woocommerce-tabs{overflow:hidden;padding-top:60px}.woocommerce-tabs>.tabs{list-style:none;padding:0;margin:0;width:220px;float:left}.woocommerce-tabs .tabs li a{display:block;padding:10px 0;border-bottom:1px solid #e7e6e6}.woocommerce-tabs .tabs li a .arrow,.woocommerce-tabs .tabs li a:hover .arrow{display:none}.woocommerce-tabs .tabs li.active a .arrow,.woocommerce-tabs .tabs li.active a:hover .arrow{display:inline-block}.woocommerce-tabs .panel{border:1px solid #e7e6e6;margin-left:240px}.woocommerce #review_form input[type=text]{width:100%}#reviews .overall-rating{float:right}#reviews .review-title{margin:0}#reviews .review-main-title{margin-bottom:25px}#reviews .commentlist{margin-bottom:0}#reviews li{margin-bottom:15px}#reviews li:last-child{margin-bottom:0}#reviews .children{margin-top:15px}#reviews li .comment-text{padding:15px;border:1px solid #f2efef;margin-left:70px}#reviews li .avatar{float:left;max-width:60px}#reviews li .comment-text .meta{display:inline-block;margin-bottom:10px}#reviews li .comment-text .star-rating{float:right;margin-left:5px}#reviews li .comment-text .description{clear:right}#reviews .add_review{margin:15px 0 0;float:right}#review_form_wrapper{margin-top:50px}#reviews #reply-title{font-size:15px;margin-top:0}.comment-respond .comment-reply-title{margin-top:0;padding-top:1em}.comment-form-rating label{display:none}#reviews .comment-form-comment label{display:block;margin-bottom:4px}#reviews input#submit{border:0;font-size:13px;font-weight:700}p.stars{position:relative;line-height:1em;font-size:1em}p.stars:after{content:\"\";display:block;clear:both}p.stars a{width:19%;display:block;position:relative;float:left;box-sizing:border-box;padding:.5em .5em .5em .75em;background:rgba(0,0,0,.025);margin-right:1%;border-radius:4px;font-weight:700}p.stars a.active,p.stars a:hover{background:rgba(0,0,0,.075)}p.stars a.star-1:after,p.stars a.star-2:after,p.stars a.star-3:after,p.stars a.star-4:after,p.stars a.star-5:after{font-family:icomoon;content:\'\\f005\';position:absolute;top:.85em;width:5.3em;right:1em;font-size:.5em;border-radius:1em;color:#999;text-align:right;font-weight:400}p.stars a.star-1:hover,p.stars a.star-2:hover,p.stars a.star-3:hover,p.stars a.star-4:hover,p.stars a.star-5:hover{text-decoration:none}p.stars a.star-1:after{content:\'\\f005\'}p.stars a.star-2:after{content:\'\\f005\\f005\'}p.stars a.star-3:after{content:\'\\f005\\f005\\f005\'}p.stars a.star-4:after{content:\'\\f005\\f005\\f005\\f005\'}p.stars a.star-5:after{content:\'\\f005\\f005\\f005\\f005\\f005\'}.related.products,.upsells.products{margin-top:60px}.shop_attributes{width:100%}.shop_attributes tr{border-bottom:1px solid #e0e0e0}.shop_attributes tr:last-child{border-bottom:0}.shop_attributes tr th{text-align:left;width:30%;font-weight:700;padding:5px 0}.shop_attributes tr td{text-align:left;width:70%;padding:5px 0}.shop_attributes p{margin:0}.product{position:relative}.product .images{float:left;width:500px;margin-right:30px}.product .summary.entry-summary{margin-left:530px}.product .entry-summary .summary-container{float:left;width:100%}.product .summary.entry-summary .summary-container>div:nth-child(2){display:inline-block}.product .images #carousel,.product .images #slider{margin-bottom:7px}.product .images #carousel li{margin-right:9px;opacity:.5}.product .images #carousel li.flex-active-slide{opacity:1}.product .images #carousel .flex-direction-nav,.product .images #slider .flex-direction-nav{display:none}.product .images:hover #carousel .flex-direction-nav,.product .images:hover #slider .flex-direction-nav{display:block}.woocommerce .product .thumbnails{margin-top:7px}.woocommerce .product .thumbnails img{max-width:118px;margin-right:9px;margin-bottom:9px}.woocommerce .product .thumbnails a:nth-child(4n) img{margin-right:0}.woocommerce.has-sidebar .product .thumbnails a img{max-width:100px}.woocommerce.has-sidebar .product .thumbnails a:nth-child(3n) img{margin-right:0}.woocommerce.has-sidebar .product .thumbnails a:nth-child(4n) img{margin-right:9px}.woocommerce-product-gallery--columns-1 .flex-control-thumbs li{width:100%}.woocommerce-product-gallery--columns-2 .flex-control-thumbs li{width:50%}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery--columns-6 .flex-control-thumbs li{width:16.6667%}.woocommerce-product-gallery{position:relative}.woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;z-index:1;right:0;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.3);font-size:0}.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:icomoon;content:\'\\f002\';color:#fff;font-size:18px}.woocommerce-product-gallery .woocommerce-product-gallery__trigger .emoji{display:none!important}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .flex-control-thumbs{margin:3px -4px 0;width:auto;text-align:inherit}.woocommerce-product-gallery .flex-control-thumbs li{display:inline-block;vertical-align:top;float:none;margin:0;padding:4px}.woocommerce-product-gallery .flex-direction-nav{display:none}.woocommerce-product-gallery:hover .flex-direction-nav li a{opacity:.8}.woocommerce-product-gallery:hover .flex-direction-nav li a:hover{opacity:1}.avada-single-product-gallery-wrapper{float:left}.product .avada-product-gallery{width:500px}.avada-product-gallery .woocommerce-product-gallery__trigger{display:none}.avada-product-gallery .avada-product-gallery-lightbox-trigger{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.avada-product-gallery .woocommerce-product-gallery__image.flex-active-slide{position:relative}.avada-product-gallery .woocommerce-product-gallery__image.flex-active-slide .zoomImg{cursor:pointer}.avada-product-gallery .avada-product-gallery-thumbs-wrapper{position:absolute;overflow:hidden;width:100%}.avada-product-gallery .flex-control-thumbs{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:absolute;bottom:auto;top:auto;margin:7px 0;opacity:0}.avada-product-gallery .flex-control-thumbs li{padding:0;width:119px}.avada-product-gallery .flex-direction-nav{display:block}.woocommerce-tabs .panel{padding:40px}.single-product .woocommerce-tabs h3{margin-top:0;line-height:1.5}.woocommerce .social-share,.woocommerce .social-share li{list-style:none;margin:0;padding:0}.woocommerce .social-share{text-align:center;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;margin-top:60px}html.flexbox .woocommerce .social-share{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.woocommerce .social-share li a{display:block}.has-sidebar .woocommerce .social-share li,.has-sidebar .woocommerce-container .social-share li{width:24%;padding:20px 19px}.double-sidebars.woocommerce .social-share li{float:left}.woocommerce .social-share li{display:inline-block;text-align:left;width:25%;border-right:1px solid #e7e6e6;padding:20px 30px}.woocommerce .social-share li:last-child{border-right:0}.woocommerce .social-share li a{display:block}.woocommerce .social-share li .fontawesome-icon{display:inline-block;vertical-align:middle;float:none;margin:0}.woocommerce .social-share li .fusion-woo-social-share-text{display:inline-block;vertical-align:middle;padding:0 0 0 10px;width:calc(100% - 45px)}.woocommerce .social-share .woocommerce .social-share li span{display:block}.woocommerce-success-message{border-top:1px solid;border-bottom:1px solid;padding:20px 0;font-size:14px;margin-bottom:40px}.woocommerce-success-message .button{float:right}.woocommerce-success-message .msg:before{font-family:icomoon;content:\'\\f05d\';margin-right:5px}.woocommerce-success-message .button{font-size:12px}.woocommerce-success-message .button:before{font-family:icomoon;content:\'\\f07a\';margin-right:6px}.empty-cart-message .msg{font-size:18px}.empty-cart-message .msg:before{content:\'\'}.variations_form .variations .single_variation_wrap .woocommerce-variation-description{display:none;visibility:hidden;height:0}.single_variation_wrap{margin:10px 0}.single_variation_wrap .variations_button,.summary .cart{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-type-grouped .summary .cart,.summary .variations_form.cart{display:block}.single_variation_wrap .variations_button .quantity{float:left}.single_variation_wrap .variations_button .button{float:left;margin:5px 0}table.variations{width:100%}table.variations td{padding-bottom:5px}.variations .label{padding-right:10px}.variations .value{min-width:150px}.single_variation_wrap .woocommerce-variation-price{display:inline-block;vertical-align:middle}.single_variation_wrap .woocommerce-variation-availability{display:inline-block;vertical-align:middle;margin:0 5px}.single_variation_wrap .woocommerce-variation-availability .stock{margin:0}.single_variation_price_reset .single_variation_wrap{float:left;margin-top:5px}.product .single_variation_price_reset .single_variation_wrap .price{margin-top:0}.single_variation_price_reset .reset_variations{float:right;margin-top:7px}#wrapper .widget .product_list_widget li{padding-bottom:10px;margin-bottom:10px}.product_list_widget .wp-post-image,.product_list_widget li>a>img,.product_list_widget li>img{float:right;margin-left:15px;max-width:58px}.product_list_widget li,.widget_layered_nav li{border-bottom-width:1px;border-bottom-style:solid;overflow:hidden}.product_list_widget li a,.widget_layered_nav li a{border-bottom:0;padding:0}.widget_layered_nav li.chosen{background-color:#a0ce4e}.widget_layered_nav li.chosen a{margin-left:14px}.widget_layered_nav li.chosen a:before,.widget_layered_nav_filters li.chosen a:before{position:absolute;content:\'\\e61d\';margin-left:-17px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);font-family:icomoon}.widget_layered_nav_filters li.chosen{display:inline-block;margin:0 3px 3px 0;padding:2px 5px 2px 20px;background-color:#a0ce4e}.product_list_widget li .amount,.product_list_widget li .quantity{font-weight:700;padding-top:3px}.product_list_widget li .quantity{display:block;border:0}.product_list_widget li dl{margin:0}.product_list_widget li dd,.product_list_widget li dt{margin:0;display:inline}.product_list_widget li dt{font-weight:700;margin-right:5px}.product_list_widget li .star-rating{display:block;margin:5px 0}.widget_shopping_cart_content .total .amount{display:inline-block;margin-left:25px}.widget_shopping_cart_content .buttons{background:#f6f6f6;overflow:hidden}.widget_shopping_cart_content .buttons a{display:inline-block;width:50%;float:left;text-indent:10px;margin:0;height:35px;line-height:35px}.widget_shopping_cart_content .buttons>a:before{font-family:icomoon;content:\'\\f07a\';margin-right:10px}.widget_shopping_cart_content .buttons a.checkout:before{font-family:icomoon;content:\'\\f046\';margin-right:10px}.widget_layered_nav li{overflow:hidden;padding:10px 0}.widget_layered_nav li a{float:left}.widget_layered_nav li .count{float:right;font-size:12px}.price_slider_wrapper{border-bottom:1px solid;padding-bottom:18px}.price_slider_amount{text-align:right;margin-top:15px}.fusion-body .price_slider_amount .button{float:left;padding:5px 6px;font-weight:700;font-size:13px}.price_label{line-height:25px}.price_label .from{margin-left:3px}.price_label .from,.price_label .to{font-size:14px;font-weight:700}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:12px;height:12px;top:-.3em;outline:0}.ui-slider .ui-slider-handle:before{border:1px solid #333;border-radius:50%;background-clip:padding-box;background-color:#fff;width:12px;height:12px;outline:0;content:\'\';display:block;position:absolute;top:0;left:0}.ui-slider .ui-slider-handle:after{border:1px solid #333;border-radius:50%;background-clip:padding-box;background-color:#fff;width:2px;height:2px;outline:0;content:\'\';display:block;position:absolute;top:5px;left:5px;z-index:3}.ui-slider .ui-slider-handle:last-child{margin-left:-1em}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em}.price_slider_wrapper .ui-widget-content{border-radius:1em}.ui-slider-horizontal{height:.5em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:-1px}.ui-slider-horizontal .ui-slider-range-max{right:-1px}.simple-products-slider{overflow:hidden}#main .simple-products-slider .image .image-extras .image-extras-content h3{margin-top:0;margin-bottom:5px;font-size:13px}.simple-products-slider .cats{font-size:11px;margin-bottom:5px;line-height:normal}.simple-products-slider .price{display:inline-block;margin-bottom:5px}.simple-products-slider .price .amount{font-size:18px}.simple-products-slider .product-buttons{padding:0;height:auto}.simple-products-slider .product-buttons a{display:inline;height:auto;line-height:normal;float:none}.simple-products-slider .product-buttons a:before{margin-right:0}.simple-products-slider .product-buttons .show_details_button{margin-left:5px}.product-category h2{margin:0;padding:15px 20px}#customer_login h2{margin-bottom:5px}#customer_login .sep-double{margin-bottom:40px}#customer_login_box{border:1px solid;padding:30px;box-sizing:border-box}#customer_login .one_half.last{padding-top:29px}#customer_login_box .remember-box{padding-left:20px;padding-right:20px}#customer_login .col-1,#customer_login .col-2{width:48%;float:left}#customer_login .col-1{margin-right:4%}.avada-myaccount-user{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:40px;border-top:1px solid;border-bottom:1px solid}.avada-myaccount-user .avada-myaccount-user-column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:20px 0;border-right:1px solid}.avada-myaccount-user .avada-myaccount-user-column.message{-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;padding-left:20px;padding-right:20px}.avada-myaccount-user .avada-myaccount-user-column:last-child{-webkit-flex-grow:1.5;-ms-flex-positive:1.5;flex-grow:1.5;border-right:0;padding-left:20px}.avada-myaccount-user .username{display:inline;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.avada-myaccount-user .username .hello{display:inline-block;padding-left:25px;font-size:18px;line-height:1.75;font-weight:400;border:none}.avada-myaccount-user .username .hello:before{position:absolute;margin-left:-25px;font-family:IcoMoon;content:\'\\f05d\'}.avada-myaccount-user .username .not-user{display:block;padding-left:25px;line-height:1.75}.avada-myaccount-user .view-cart a{padding-left:25px;text-transform:uppercase}.avada-myaccount-user .view-cart a:before{position:absolute;margin-left:-25px;font-family:IcoMoon;content:\'\\f07a\';color:inherit}.woocommerce-account .avada-myaccount-user{margin-bottom:60px}.myaccount_user{display:none}#main .avada-myaccount-data{overflow:visible}.avada-myaccount-data .address,.avada-myaccount-data .digital-downloads,.avada-myaccount-data .edit-account-form,.avada-myaccount-data .edit-account-heading,.avada-myaccount-data .my_account_orders,.avada-myaccount-data .myaccount_address,.avada-myaccount-data h2,.edit-address{display:none}.avada-myaccount-data .digital-downloads,.avada-thank-you .order_details{list-style:none;margin:10px 0 0;padding:0}.avada-myaccount-data .digital-downloads li,.avada-thank-you .order_details li{line-height:19px;margin:0 0 15px;padding:0 0 0 25px}.avada-myaccount-data .digital-downloads li:before,.avada-thank-you .order_details li:before{border-radius:50%;font-size:12px;text-align:center;content:\'\\f105\';display:inline-block;float:left;font-family:icomoon;font-style:normal;font-weight:400;height:19px;margin-left:-25px;margin-right:0;text-decoration:inherit;width:19px}.avada-myaccount-data .my_account_orders .order-total{border-top:none}.avada-myaccount-data .my_account_orders.shop_table tbody tr{height:46px}.avada-thank-you .woocommerce-bacs-bank-details{margin-top:40px}.avada-customer-details .addresses .col-1,.avada-customer-details .addresses .col-2,.avada-myaccount-data .addresses .col-1,.avada-myaccount-data .addresses .col-2{width:48%;float:left}.avada-customer-details .addresses .col-1,.avada-myaccount-data .addresses .col-1{margin-right:4%}.avada-customer-details .addresses .title,.avada-myaccount-data .addresses .title{position:relative;margin-top:0;border-bottom:1px solid;margin-bottom:15px;padding-bottom:5px;display:block}.avada-customer-details .addresses .title h3,.avada-myaccount-data .addresses .title h3{display:inline-block;margin-bottom:0;font-weight:700}.avada-myaccount-data .addresses .title .edit{display:inline-block;margin:2px 0 0 10px}body:not(:-moz-handler-blocked) .avada-myaccount-data .addresses .title .edit{margin-top:3px}.avada-myaccount-data .input-text{padding:8px 15px}.avada-checkout #billing_country_chosen,.avada-checkout #billing_state_chosen,.avada-checkout #shipping_country_chosen,.avada-checkout #shipping_state_chosen,.avada-myaccount-data #billing_country_chosen,.avada-myaccount-data #billing_state_chosen,.avada-myaccount-data #shipping_country_chosen,.avada-myaccount-data #shipping_state_chosen,.avada-myaccount-data .myaccount_address .chosen-container-single{width:100%!important}.wc-item-meta{list-style:none;margin-top:1em;margin-bottom:0;padding:0}.wc-item-meta li{margin:5px 0}.wc-item-meta li:last-child{margin-bottom:0}.wc-item-meta li p{display:inline;margin:0}.avada-select .select2-container{width:100%!important}.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2{color:#aaa9a9;background-color:#fff;-webkit-appearance:none;box-sizing:border-box;height:34px;padding:7px 15px;border-radius:0;background-image:none}.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow{border-radius:0;background-image:none;width:34px;height:34px;line-height:34px;border-left:1px solid #dadada;position:absolute;background:0 0;pointer-events:none;z-index:10;font-family:icomoon;font-size:9px;text-align:center}.avada-select .select2-container .select2-choice .select2-arrow b,.avada-select .select2-container .select2-choice2 .select2-arrow b{pointer-events:none;z-index:10;font-family:icomoon;font-size:9px;text-align:center;background:0 0}.avada-select .select2-container .select2-choice .select2-arrow b:after,.avada-select .select2-container .select2-choice2 .select2-arrow b:after{display:none}.avada-select .select2-container .select2-choice .select2-arrow b:before,.avada-select .select2-container .select2-choice2 .select2-arrow b:before{content:\'\\e61f\'}.avada-select .select2-container.select2-dropdown-open .select2-choice,.avada-select .select2-container.select2-dropdown-open .select2-choices{background:inherit;background-image:inherit;background-image:linear-gradient(to top,#fff 0,#eee 50%);background-color:#eee}.avada-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow,.avada-select .select2-container.select2-dropdown-open .select2-choices .select2-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);line-height:28px;height:28px;border-left-color:transparent}.woocommerce-page .select2-search--dropdown .select2-search__field{height:27px;background-color:transparent}.avada-order-details{margin-bottom:20px}.avada-order-details .shop_table.order_details .product-total{text-align:right}.avada-order-details .shop_table.order_details tfoot{border-top:1px solid}.avada-order-details .shop_table.order_details tfoot tr{border:none}.avada-order-details .shop_table.order_details tfoot tr th{padding:10px 30px 10px 0;width:70%;border:none;text-align:right}.avada-order-details .shop_table.order_details tfoot tr td{text-align:right;padding:10px 0}.avada-order-details .shop_table.order_details tfoot tr:first-child td,.avada-order-details .shop_table.order_details tfoot tr:first-child th{padding-top:20px}.avada-order-details .shop_table.order_details tfoot tr:last-child td,.avada-order-details .shop_table.order_details tfoot tr:last-child th{padding-bottom:0}.avada-order-details .shop_table.order_details tfoot tr:last-child td{padding-top:20px}.avada-order-details .shop_table.order_details tfoot tr:last-child .amount{font-size:18px}.avada-order-details .order-again{margin:15px 0 0;text-align:right}.avada-customer-details .customer_details dd,.avada-customer-details .customer_details dt{display:inline-block;margin:0}.avada-customer-details .customer_details dt{font-weight:700}.avada-customer-details .customer_details dd{padding:0 3px}.avada-thank-you{margin-bottom:20px}.woocommerce .cart-empty{float:left;font-size:18px;border-top:1px solid;border-bottom:1px solid;width:50%;line-height:55px;height:55px}.woocommerce .return-to-shop{float:left;border-top:1px solid;border-bottom:1px solid;width:50%;text-align:right;line-height:55px;height:55px}.return-to-shop .wc-backward{padding-left:25px}.return-to-shop .wc-backward:before{position:absolute;content:\'\\f07a\';font-family:icomoon;margin-left:-25px;color:inherit}.woocommerce-MyAccount-navigation ul,.woocommerce-side-nav{list-style:none;margin:0;padding:0}.woocommerce-MyAccount-navigation,.woocommerce-side-nav{float:left;width:220px}.woocommerce-MyAccount-navigation ul,.woocommerce-side-nav{list-style:none;margin:0;padding:0}.woocommerce-MyAccount-navigation ul li a,.woocommerce-side-nav li a{display:block;padding:10px 0;border-bottom:1px solid}.woocommerce-MyAccount-navigation ul li.is-active a:after,.woocommerce-side-nav li.is-active a:after{position:absolute;font-family:icomoon;content:\'\\f105\';margin-left:5px}.woocommerce-MyAccount-content,.woocommerce-content-box{border:1px solid;padding:30px;margin-left:240px;overflow:hidden;box-sizing:border-box}.woocommerce-content-box.full-width{margin-left:0;width:100%}.woocommerce-content-box.no-bottom-space{padding-bottom:0}.woocommerce-content-box.one_half{margin-left:0;width:48%;margin-right:4%;float:left;margin-bottom:20px;position:relative}.woocommerce-content-box.avada-checkout{overflow:visible}.woocommerce-MyAccount-content form h3,.woocommerce-MyAccount-content h2,.woocommerce-content-box h2{border-bottom:1px solid;padding-bottom:10px;margin-bottom:30px}.woocommerce-MyAccount-content .order-total{border-top:none}.woocommerce-MyAccount-content .shop_table tr{height:auto}.woocommerce-MyAccount-content .woocommerce-Addresses{margin:0 -2%}.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{display:inline-block;vertical-align:top;width:48%;padding:0 2%}.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title{padding-bottom:5px;border-bottom:1px solid}.woocommerce-MyAccount-content .woocommerce-Addresses h3{display:inline-block;margin:0;font-weight:700}.woocommerce-MyAccount-content .woocommerce-Addresses .edit{padding:0 10px}.woocommerce-MyAccount-content .woocommerce-Addresses .edit:after{vertical-align:bottom;font-family:icomoon;content:\'\\f105\';margin-left:5px}.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset>legend{display:none}.woocommerce-MyAccount-content .woocommerce-address-fields p:first-of-type input.button{float:none}.woocommerce-MyAccount-content form .woocommerce-Button,.woocommerce-MyAccount-content form button,.woocommerce-MyAccount-content form input.button{float:right}.woocommerce-MyAccount-content .woocommerce-Pagination{margin-top:20px}.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--previous{margin-right:30px}.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--previous:before{font-family:icomoon;content:\'\\f104\';margin-right:5px;vertical-align:bottom}.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--next:after{font-family:icomoon;content:\'\\f105\';margin-left:5px;vertical-align:bottom}.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button{padding-right:10px}.woocommerce-MyAccount-content .woocommerce-notices-wrapper{clear:both;padding-top:20px}.woocommerce-MyAccount-content .woocommerce-notices-wrapper>ul{margin:0}.available-downloads{margin-bottom:50px}.my_account_orders{width:100%;text-align:left;margin:0}.my_account_orders.shop_table tr{border-bottom:1px solid}.my_account_orders tbody tr:last-child{border-bottom:0}.my_account_orders thead tr th{padding-bottom:12px;font-weight:700;font-size:13px}.my_account_orders thead tr th{height:auto;line-height:normal}.my_account_orders .woocommerce-orders-table__cell-order-number a{font-size:18px}.my_account_orders .woocommerce-orders-table__cell-order-actions a{display:block;text-shadow:none}.my_account_orders .woocommerce-orders-table__cell-order-actions a:after,.woocommerce-MyAccount-downloads .download-actions a:after{position:absolute;font-family:icomoon;content:\'\\f105\';margin-left:10px;vertical-align:bottom}#main .page-info{margin-bottom:10px}.woocommerce .addresses{margin-top:0;overflow:hidden}.woocommerce .address h4{font-weight:700;margin-top:0;border-bottom:1px solid;padding-bottom:5px}.woocommerce address{font-style:normal;margin-bottom:20px}.woocommerce .address .edit:after{position:absolute;font-size:14px;font-family:icomoon;content:\'\\f105\';margin-left:10px}.checkout .input-text{padding:8px 15px}.shop_table{width:100%;text-align:left;margin:0}.shop_table tr{border-bottom:1px solid}.shop_table td{padding:25px 0}.shop_table tbody tr:last-child{border-bottom:0}.shop_table thead tr th{padding-bottom:12px;font-weight:700;font-size:13px}.shop_table thead tr th{height:auto;line-height:normal}.shop_table tbody tr{height:140px}.shop_table.my_account_subscriptions tbody tr{height:auto}.fusion-product-name-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.shop_table .product-thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:90px;margin-right:25px;float:left}.shop_table .product-name{width:50%}.shop_table .product-info .variation{float:left;margin-top:5px;margin-bottom:0;width:100%}.shop_table .product-info .variation dt{clear:both;float:left}.shop_table .product-info .variation dd{float:left;margin:0 5px}.shop_table .product-remove a{font-size:24px;float:right}.shop_table .product-price{text-align:center}.shop_table .product-quantity{text-align:center}.checkout .shop_table .product-quantity{text-align:initial}.shop_table .product-quantity .quantity{margin:0 auto}.shop_table .product-subtotal{text-align:center}.shop_table .product-remove{width:5%}.shop_table .variation dd,.shop_table .variation dt{margin:0;display:inline-block}.shop_table .variation p{margin-bottom:5px}.one_half_container{float:left}.cart-collaterals{margin-top:30px;overflow:hidden}.cart-collaterals .one_half .woocommerce-content-box{margin-bottom:30px}.cart-collaterals .avada-select-parent input,.cart-collaterals .form-row input{padding:9px 15px;margin:0}.cart-collaterals .cross-sells{margin-bottom:30px;padding-bottom:20px}.shipping-calculator-form-nohide #calc_shipping_state{min-width:100%}.shipping-calculator-form-nohide .button{float:right}.coupon{overflow:hidden}.coupon .input-text{float:left;width:75%;padding:8px 15px;margin-left:0;margin-right:0}.coupon .fusion-button{float:right}.cart-totals-container .fusion-button{display:block}.shipping-coupon{float:left;width:48%;margin-right:4%}.cart-totals-buttons{float:left;width:48%}.cart-totals-buttons .shipping_method{max-width:230px}.woocommerce-shipping-calculator{margin-bottom:30px}.avada-coupon-fields{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.avada-shipping-calculator-form,.shipping-calculator-form{display:block}.avada-shipping-calculator-form .fusion-one-half{margin-top:0}.avada-shipping-calculator-form .fusion-one-half .avada-select-parent,.shipping-calculator-form .fusion-one-half .avada-select-parent{margin-bottom:0}.avada-shipping-calculator-button:hover,.shipping-calculator-button:hover{color:inherit;cursor:auto}.avada-shipping-calculator-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.avada-shipping-calculator-form .form-row-wide{width:100%}.avada-shipping-calculator-form .avada-select-parent{margin-bottom:0}.avada-shipping-calculator-form #calc_shipping_state_field{margin-bottom:20px}.avada-shipping-calculator-form .fusion-layout-column{margin-right:0}.avada-shipping-calculator-form p:last-of-type{margin-left:auto}.rtl .avada-shipping-calculator-form p:last-of-type{margin-right:auto;margin-left:0}.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_state{min-width:150px}.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_postcode{height:36px}.woocommerce p.one_half{margin-left:0;margin-right:4%}.order-total{border-top:1px solid;height:50px}.order-total td,.order-total th,.woocommerce-cart .cart_totals .shop_table .order-total td{padding-top:20px}.checkout .order-total{border:none;height:auto}.checkout .order-total td,.checkout .order-total th,.checkout .tax-rate td,.checkout .tax-rate th{padding-top:0}.cart_totals table{width:100%;text-align:left}.cart_totals table th{width:50%;padding-bottom:20px}.cart_totals table td{width:50%;padding-bottom:20px;text-align:right}.cart_totals table .total td,.cart_totals table .total th{padding-top:20px}.cart_totals .cart-subtotal td,.cart_totals .total td{text-align:right}.cart_totals .cart-subtotal td strong{font-weight:400}.cart_totals .total{border-top:1px solid;height:50px}#shipping_method{list-style:none;margin:0;padding:0;text-align:right}.cart-totals-buttons .fusion-button{float:right;display:block}.cart-totals-buttons .checkout-button{clear:both;margin-top:10px}#wrapper .custom_select_box .dd-container .dd-select,#wrapper .custom_select_box .dd-options li a{background:#fbfaf9;background-image:none}#wrapper .custom_select_box .dd-container .dd-selected{padding:0;text-indent:10px;padding-right:15px}#wrapper .custom_select_box .dd-options li a:hover{background-color:transparent}#wrapper .custom_select_box .dd-pointer{background-image:none;width:10px;border-left:1px solid;padding-left:10px}#wrapper .custom_select_box .dd-pointer-down:after{font-family:icomoon;content:\'\\e61f\';font-weight:700}#wrapper .custom_select_box .dd-options{position:absolute;top:auto;max-height:143px}#wrapper .custom_select_box .dd-pointer-down{border-color:#dadada}#billing_country_field>label,#shipping_country_field>label{padding-right:5px}.wc-terms-and-conditions input,.wc-terms-and-conditions label,.wc_payment_method input,.wc_payment_method label{vertical-align:middle;margin-top:0}.admin-bar p.woocommerce-store-notice{top:32px}p.woocommerce-store-notice{position:fixed;top:0;left:0;right:0;margin:0;font-size:16px;padding:10px;text-align:center;background:#a0ce4e;color:#fff;z-index:99997}.product .entry-summary .price{display:inline-block;margin-top:10px}.entry-summary .summary-container .avada-availability{display:none}.product-type-simple .entry-summary .summary-container .avada-availability{display:inline-block;margin:0 5px}.entry-summary .summary-container .avada-availability .stock{margin:0}.entry-summary .summary-container>.pre_order_single,.entry-summary .summary-container>.stock{display:none}.product .entry-summary .woocommerce-product-rating{display:inline-block;margin-left:20px;margin-top:11px}.product .entry-summary .woocommerce-product-rating .star-rating{display:inline-block}.product .entry-summary .woocommerce-product-rating .woocommerce-review-link{position:relative;top:-2px}#wrapper .chzn-container-single .chzn-single div b{background:0 0}#billing_country_field .select-arrow,#billing_state_field .select-arrow,#shipping_country_field .select-arrow,#shipping_state_field .select-arrow{height:33px;line-height:33px}#customer_login h2{margin-bottom:30px}#billing_country_field .avada-select-parent,#billing_state_field .avada-select-parent,#shipping_country_field .avada-select-parent,#shipping_state_field .avada-select-parent,.avada-shipping-calculator-form .avada-select-parent,.shipping-calculator-form .avada-select-parent{overflow:visible}.avada-shipping-calculator-form .avada-select-parent select,.shipping-calculator-form .avada-select-parent select{padding-top:10px}.woocommerce .lost_password{margin-top:7px}form.checkout #payment-container,form.checkout #shipping{display:none}form.checkout #billing_first_name_field,form.checkout #shipping_first_name_field{float:left;width:48%}form.checkout #billing_last_name_field,form.checkout #shipping_last_name_field{float:right;width:48%}form.checkout .continue-checkout{float:right}form.checkout label{margin-bottom:2px;display:inline-block}form.checkout .shop_table tbody .product-thumbnail{width:90px}.checkout .woocommerce-password-strength{margin-top:10px}.checkout .shop_table th.product-total{width:40%;text-align:right}.checkout .shop_table tbody .product-total{width:40%;text-align:right}.checkout .shop_table .product-thumbnail .product-info{float:none}.checkout .shop_table tfoot{border-top:1px solid;border-bottom:1px solid}.checkout .shop_table tfoot tr{border-bottom:0}.checkout .shop_table tfoot th{text-align:right;padding-right:30px;padding-bottom:20px;width:70%}.checkout .shop_table tfoot td{text-align:right;padding-top:0;padding-bottom:20px}.checkout .shop_table tfoot td label{display:inline}.checkout .shop_table tfoot tr:first-child td,.checkout .shop_table tfoot tr:first-child th{padding-top:20px}.checkout .shop_table tfoot .order-total .amount{font-size:18px;font-weight:400}.checkout .payment_methods{list-style:none;margin:0;padding:0;margin-top:40px}.checkout .payment_methods li{margin-bottom:30px}.about_paypal:after{display:block;clear:both;content:\"\"}.checkout .payment_methods .payment_box{clear:both;padding:20px;margin-top:10px}.payment_methods li img{float:right}.payment_methods li label{display:inline}.checkout #place_order{clear:both;float:right}#thank-you-box{margin-bottom:20px}#final-order-details .woocommerce-content-box{margin-bottom:20px}#final-order-details .shop_table{margin-bottom:30px}#final-order-details .shop_table .product-thumbnail .product-info{float:none}#final-order-details .shop_table .product-subtotal{text-align:right}#final-order-details .shop_table .product-total{text-align:right}#final-order-details .shop_table tr:last-child{border-bottom:1px solid}#final-order-details .mini-order-details{float:right;width:50%}#final-order-details .mini-order-details tr{border-bottom:0}#final-order-details .mini-order-details th{padding-bottom:10px;text-align:left}#final-order-details .mini-order-details td{text-align:right;padding-bottom:10px}#final-order-details .mini-order-details tr:last-child .amount{font-size:18px;font-weight:400}#final-order-details .mini-order-details tr:last-child{border-top:1px solid}#final-order-details .mini-order-details tr:last-child td,#final-order-details .mini-order-details tr:last-child th{padding-top:10px;padding-bottom:0}#final-order-details .customer_details{list-style:none;margin:0;padding:0}p.order-info{border-bottom:1px solid;border-top:1px solid;line-height:normal;margin-bottom:50px;padding:20px 0}p.order-info mark{background-color:transparent;font-weight:700}.product-images{position:relative}.cart-loading{display:none;z-index:100;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.cart-loading .fusion-icon-spinner{-webkit-animation:mask 3s infinite alternate;animation:mask 3s infinite alternate;display:inline-block;line-height:70px}.cart-loading .fusion-icon-check-square-o{display:inline-block;line-height:70px}.cart-loading i{display:inline-block;height:70px;width:70px;line-height:70px;border-radius:50%;background-clip:padding-box;background-color:rgba(0,0,0,.8);font-size:25px;color:#fff}.cart-loading .view-cart{margin-top:10px}.wc-nested-category-layout-category-title{margin-top:35px}.subcategory-term_description{float:left;margin-left:20px;width:80%}.subcategory-products{clear:both;padding-top:25px}@-webkit-keyframes mask{25%{-webkit-transform:rotate(270deg)}50%{-webkit-transform:rotate(90deg)}75%{-webkit-transform:rotate(360deg)}100%{-webkit-transform:rotate(180deg)}}@keyframes mask{25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}75%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.woocommerce .thumbnails .clients-carousel .es-carousel{padding:0}.added_to_cart{display:none}.fusion-grid-list-view{margin:0;padding:0;list-style:none;border:1px solid #ddd;box-sizing:content-box}.fusion-grid-list-view li{height:100%;width:39px;float:left;text-align:center;background-color:#fbfaf9}.fusion-grid-list-view li a:hover{color:#333}.fusion-grid-list-view li:hover{background-color:#fff;cursor:pointer}.fusion-grid-view,.fusion-list-view{display:block}.fusion-grid-view{position:relative;font-size:22px}.fusion-grid-view .fusion-icon-grid{display:block;margin-top:50%;position:absolute;top:-11px;width:100%}.fusion-list-view{font-size:14px}.fusion-grid-view-li{border-right:1px solid #ddd}.products .product-list-view .product-buttons,.products .product-list-view .product-details,.products .product-list-view .product-excerpt.product-list{max-width:73%;width:73%;float:left;display:inline-block;padding:0;margin:0 0 0 2%}.products .product-list-view{width:100%!important;display:table;padding-top:50px;padding-bottom:50px;margin:0;border:none;border-bottom:1px solid #efefef}.products .product-list-view>.product-images .crossfade-images{position:relative}.products .product-list-view a.product-images{display:inline-block;max-width:23%;width:23%;margin-right:2%;float:left}.products .product-list-view .product-details-container .clearfix{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.products .product-list-view .product-details-container .clearfix .star-rating{margin:0 15px}.products .product-list-view .product-buttons{border:none;padding-top:20px;margin:0}.products .product-list-view .product-buttons a{display:inline-block;float:left}.products .product-list-view .product-buttons a:first-of-type{margin-right:20px}.products .product-list-view .product-excerpt-container{padding-top:20px}.products .product-list-view .product-excerpt.product-list{padding-top:0}.fusion-grid-list-view li.active-view a i{color:rgba(51,51,51,.45)}.woocommerce .avada-select-parent select{width:100%}.woocommerce-checkout-payment .place-order{zoom:1}.woocommerce-checkout-payment .place-order:after,.woocommerce-checkout-payment .place-order:before{content:\" \";display:table}.woocommerce-checkout-payment .place-order:after{clear:both}.fusion-woo-product-design-clean .products .fusion-price-rating{display:block}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a{letter-spacing:1px}.fusion-woo-product-design-clean .products .product-details-container,.fusion-woo-product-design-clean .slides .product-details-container{text-align:center}.fusion-woo-product-design-clean .products .product-title,.fusion-woo-product-design-clean .slides .product-title{font-style:italic}.fusion-woo-product-design-clean .products .fusion-rollover .star-rating,.fusion-woo-product-design-clean .slides .fusion-rollover .star-rating{margin:0 auto}.fusion-woo-product-design-clean .products .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.fusion-woo-product-design-clean .slides .fusion-rollover .fusion-rollover-content .fusion-product-buttons a{padding:0}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a:hover,.fusion-woo-product-design-clean .slides .fusion-rollover-content .fusion-product-buttons a:hover{opacity:.6}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons .wc-forward,.fusion-woo-product-design-clean .slides .fusion-rollover-content .fusion-product-buttons .wc-forward{display:none}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-rollover-linebreak,.fusion-woo-product-design-clean .slides .fusion-rollover-content .fusion-rollover-linebreak{margin:0 10px}.fusion-woo-product-design-clean .products .fusion-product-buttons,.fusion-woo-product-design-clean .slides .fusion-product-buttons{margin-top:6px;text-transform:uppercase}.fusion-woo-product-design-clean .products .fusion-product-buttons a,.fusion-woo-product-design-clean .slides .fusion-product-buttons a{display:inline;float:none;margin-top:0;padding:0;letter-spacing:1px}.fusion-woo-product-design-clean .products .fusion-product-buttons a:after,.fusion-woo-product-design-clean .products .fusion-product-buttons a:before,.fusion-woo-product-design-clean .slides .fusion-product-buttons a:after,.fusion-woo-product-design-clean .slides .fusion-product-buttons a:before{display:none}.fusion-woo-product-design-clean .products .product-details-container .clearfix,.fusion-woo-product-design-clean .slides .product-details-container .clearfix{display:block}.fusion-woo-product-design-clean .products .product-list-view .product-details-container,.fusion-woo-product-design-clean .products .product-list-view .product-excerpt-container,.fusion-woo-product-design-clean .slides .product-list-view .product-details-container,.fusion-woo-product-design-clean .slides .product-list-view .product-excerpt-container{text-align:left}.fusion-woo-product-design-clean .products .product-list-view .onsale,.fusion-woo-product-design-clean .slides .product-list-view .onsale{top:70px}.fusion-woo-product-design-clean .products .product-list-view .price,.fusion-woo-product-design-clean .slides .product-list-view .price{font-style:normal}.fusion-woo-product-design-clean .products .product-list-view .fusion-clean-product-image-wrapper,.fusion-woo-product-design-clean .slides .product-list-view .fusion-clean-product-image-wrapper{display:inline-block;float:left;margin-right:2%;min-height:100px;width:23%;max-width:23%}.fusion-woo-product-design-clean .fusion-woo-slider .fusion-product-buttons a{letter-spacing:1px}.fusion-widget-cart-icon{display:inline-block}.fusion-widget-cart-icon:after{content:\'\\f07a\';font-family:IcoMoon}.fusion-widget-cart-number{display:inline-block;border-radius:100%;line-height:normal;text-align:center;padding:2px 7px}.product-type-variable .woocommerce-variation .woocommerce-variation-availability,.product-type-variable .woocommerce-variation .woocommerce-variation-price{display:none}.woocommerce-cart .cart_totals .shop_table .cart-subtotal{border-bottom:0}.woocommerce-cart .cart_totals .shop_table tr{height:auto}.woocommerce-cart .cart_totals .shop_table td{padding-top:0}.woocommerce-cart .cart_totals .shop_table .shipping td,.woocommerce-cart .cart_totals .shop_table .shipping th,.woocommerce-cart .cart_totals .shop_table .tax-rate td,.woocommerce-cart .cart_totals .shop_table .tax-rate th{padding-top:20px}.product-type-external .summary-container .cart{margin-top:40px}.fusion-clean-product-image-wrapper{position:relative}.fusion-clean-product-image-wrapper .cart-loading{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;top:auto;bottom:auto;right:auto;left:auto;margin:0 0 5px;height:100%;width:100%;border-radius:0;background-clip:padding-box;font-size:14px;line-height:normal;text-transform:uppercase}.fusion-clean-product-image-wrapper .cart-loading:hover{opacity:.6}#wrapper .fusion-clean-product-image-wrapper .cart-loading{background-color:transparent}.fusion-clean-product-image-wrapper .cart-loading i{font-size:32px;line-height:70px}.fusion-clean-product-image-wrapper .cart-loading .view-cart{display:none}.fusion-clean-product-image-wrapper.fusion-item-in-cart .cart-loading .view-cart{display:block}.fusion-item-in-cart .fusion-rollover-content .fusion-product-buttons,.fusion-item-in-cart .fusion-rollover-content .star-rating{display:none}.woocommerce.add_to_cart_inline .added_to_cart{display:inline-block}.woocommerce.add_to_cart_inline .add_to_cart_button{margin:0 7px}.woocommerce.add_to_cart_inline .add_to_cart_button:after{display:none!important;font-family:icomoon!important;color:inherit;margin-left:5px;vertical-align:middle}.woocommerce.add_to_cart_inline .add_to_cart_button.added:after{display:inline-block!important;content:\"\\f046\"!important}.woocommerce.add_to_cart_inline .add_to_cart_button.loading:after{display:inline-block!important;content:\"\\f110\"!important;-webkit-animation:mask 3s infinite alternate;animation:mask 3s infinite alternate}.wc-layered-nav-rating .star-rating{margin-right:5px}.widget_rating_filter .star-rating{vertical-align:middle}.widget_product_categories .product-categories li a{display:inline-block}.fusion-woocommerce-equal-heights ul.products{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.fusion-woocommerce-equal-heights .products .product.product-grid-view,.fusion-woocommerce-equal-heights .products.related .product{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.fusion-woocommerce-equal-heights .products .product.product-grid-view .product-buttons,.fusion-woocommerce-equal-heights .products.related .product .product-buttons{margin-top:auto}.summary .cart #product-addons-total,.summary .cart .product-addon{margin:0 20px 0 0}.summary .cart .product-addon-totals dt{width:auto}.summary .cart .product-addon-totals dd{margin:0;padding:0 5px}.single_variation_wrap .yith_wapo_groups_container{float:none}.product .product-buttons .variations select{display:none}.product .bundled_product_summary .bundled_product_images{width:auto;margin-right:0}.product .cart.bundle_data{width:100%}.product .bundle_button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-type-variable-subscription .variations_form .variations{position:relative}.product-type-variable-subscription .variations_form .reset_variations{position:absolute;right:0;margin-top:10px}.product-type-variable-subscription .variations_form .single_variation_wrap{margin-top:35px}.product-type-variable-subscription .variations_form .woocommerce-variation-price{margin-bottom:10px}.fusion-carousel-title-below-image .fusion-item-in-cart .fusion-rollover-content .fusion-product-buttons,.fusion-item-in-cart .fusion-rollover-content .fusion-rollover-categories,.fusion-item-in-cart .fusion-rollover-content .fusion-rollover-title,.fusion-item-in-cart .fusion-rollover-content .price,.products .product .fusion-item-in-cart .fusion-rollover-content .fusion-product-buttons{display:none}.woocommerce .avada-order-details .order-again .button,.woocommerce .avada-shipping-calculator-form .button,.woocommerce .cart-collaterals .checkout-button,.woocommerce .checkout #place_order,.woocommerce .checkout_coupon .button,.woocommerce .login .button,.woocommerce .register .button,.woocommerce .single_add_to_cart_button,.woocommerce button.button{font-weight:700}.fusion-menu-cart-items{line-height:1.5}.woo-tabs-horizontal .woocommerce-content-box.avada-checkout{margin:0;clear:both}.woo-tabs-horizontal .woocommerce-MyAccount-navigation{width:100%;margin:0;border-bottom:1px solid #ddd}.woo-tabs-horizontal .woocommerce-MyAccount-content{float:left;margin:0;width:100%;border-top:none}.woo-tabs-horizontal .woocommerce-tabs>.tabs{width:100%;margin:0;border-bottom:1px solid #ddd}.woo-tabs-horizontal .woocommerce-tabs>.tabs li{float:left}.woo-tabs-horizontal .woocommerce-tabs>.tabs li a{border:1px solid transparent!important;padding:10px 20px}.woo-tabs-horizontal .woocommerce-tabs>.tabs .active{border:1px solid #ddd;border-bottom:none;min-height:40px;margin-bottom:-1px}.woo-tabs-horizontal .woocommerce-tabs>.tabs .active:hover a{cursor:default}.woo-tabs-horizontal .woocommerce-tabs .entry-content{float:left;margin:0;width:100%;border-top:none}.fusion-show-pagination-text .woocommerce-pagination .next,.fusion-show-pagination-text .woocommerce-pagination .pagination-next,.fusion-show-pagination-text .woocommerce-pagination .pagination-prev,.fusion-show-pagination-text .woocommerce-pagination .prev{padding:0}body.fusion-hide-pagination-text .woocommerce-pagination .next,body.fusion-hide-pagination-text .woocommerce-pagination .prev{border-width:1px;border-style:solid}body.fusion-hide-pagination-text .woocommerce-pagination .prev{margin-left:0;margin-right:4px}body.fusion-hide-pagination-text .woocommerce-pagination .next{margin-left:4px;margin-right:0}body.fusion-hide-pagination-text .woocommerce-pagination .next:after,body.fusion-hide-pagination-text .woocommerce-pagination .prev:before{line-height:normal;position:static;margin:0;padding:0}.group{zoom:1}.group:after,.group:before{content:\" \";display:table}.group:after{clear:both}#bbpress-forums{overflow:visible}#bbpress-forums .wp-editor-container,#wp-bbp_reply_content-editor-container,#wp-bbp_topic_content-editor-container{border:1px solid #d2d2d2}#bbpress-forums div.bbp-search-form{float:none!important;text-align:right;margin-bottom:40px;margin-left:-3px}#bbpress-forums .bbp-search-form{font-size:0;clear:left}#bbpress-forums .bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums .bbp-search-form #bbp_search,.bbp-search-form #bbp_search{color:#aaa9a9;background-color:#fff;border:1px solid #d2d2d2;color:#747474;font-size:13px;width:100%;text-indent:0;box-sizing:border-box}.bbp-search-form input[type=submit]{font-size:14px!important}.bbp-search-form input[type=submit]:hover{background:#a0ce4e}#bbpress-forums .custom_select_box .dd-container .dd-selected{padding:0 15px 0 0!important;text-indent:5px}#bbpress-forums .custom_select_box .dd-options li a:hover{background:#eee!important}#bbpress-forums ul.bbp-forums{font-size:13px}#bbpress-forums li.bbp-header{border-top:none;background:#f6f6f6;padding:20px 20px 20px 30px;font-weight:700}#bbpress-forums li.bbp-header ul{font-size:15px}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{font-size:14px;padding:13px 20px 13px 30px}#bbpress-forums li.bbp-body ul.forum .bbp-forum-info,#bbpress-forums li.bbp-body ul.topic .bbp-forum-info,#bbpress-forums li.bbp-header ul .bbp-forum-info{width:52%}#bbpress-forums li.bbp-body ul.forum .bbp-forum-topic-count,#bbpress-forums li.bbp-body ul.topic .bbp-forum-topic-count,#bbpress-forums li.bbp-header ul .bbp-forum-topic-count{width:12%}#bbpress-forums li.bbp-body ul.forum .bbp-forum-reply-count,#bbpress-forums li.bbp-body ul.topic .bbp-forum-reply-count,#bbpress-forums li.bbp-header ul .bbp-forum-reply-count{width:12%}#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness,#bbpress-forums li.bbp-body ul.topic .bbp-forum-freshness,#bbpress-forums li.bbp-header ul .bbp-forum-freshness{width:24%}#bbpress-forums div.odd,#bbpress-forums ul.odd{background:0 0}#bbpress-forums div.even,#bbpress-forums ul.even{background:0 0}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness,#bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness,#bbpress-forums p.bbp-topic-meta{font-size:12px;line-height:18px}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{margin:3px 0}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0}#bbpress-forums fieldset.bbp-form p{margin-bottom:16px}#bbpress-forums fieldset select#bbp_forum_id{max-width:none}#bbpress-forums .avada-select-parent select{width:100%}.fusion-bbp-header{clear:both}.fusion-bbp-header #favorite-toggle,.fusion-bbp-header #subscription-toggle{margin-bottom:25px;float:none!important}.bbp-pagination{margin-bottom:25px}.bbp-pagination .bbp-pagination-links a:hover,.bbp-pagination .bbp-pagination-links span.current{opacity:1}.bbp-pagination .bbp-pagination-links a:hover{background:0 0}.top-pagination .bbp-pagination{margin-bottom:0}.top-pagination .bbp-pagination-links{display:none}.bbp-breadcrumb{display:none}.bbp-footer{display:none}#bbpress-forums .bbp-topics{margin-top:25px}.bbp-pagination{text-align:right}.bbp-pagination-count{float:none}#bbpress-forums fieldset.bbp-form{border:none;padding:0}#bbpress-forums fieldset.bbp-form legend{padding:0 0 10px;font-size:15px;font-weight:700}#bbpress-forums fieldset.bbp-form label{font-size:13px;margin-bottom:5px}#bbpress-forums .bbp-form input#bbp_reply_edit_reason,#bbpress-forums .bbp-form input#bbp_topic_edit_reason,#bbpress-forums .bbp-topic-reply #bbp_reply_move_destination_title,#bbpress-forums .bbp-topic-split #bbp_topic_split_destination_title,.bbp-login-form input[type=password],.bbp-login-form input[type=text],.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select{color:#aaa9a9;background-color:#fff;border:1px solid #d2d2d2;color:#747474;font-size:13px;padding:9px 2%;width:100%}.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select{width:100%}#bbpress-forums .bbp-forum-freshness .bbp-topic-freshness-author .avatar,#bbpress-forums .bbp-topic-freshness .bbp-topic-freshness-author .avatar,#bbpress-forums .bbp-topic-meta .bbp-topic-started-by .avatar,#bbpress-forums ul.bbp-topic-revision-log li .avatar,.widget_display_topics .topic-author .avatar{border:medium none;margin:0 2px;vertical-align:middle}.bbp-submit-wrapper button{cursor:pointer}.bbp-reply-form fieldset .notify,.bbp-topic-form fieldset .notify{float:right;margin-top:18px}div.bbp-submit-wrapper{clear:none;margin-top:10px;margin-left:30px}#bbpress-forums ul.bbp-replies{margin-bottom:0}#bbpress-forums .bbp-replies .bbp-header{display:none}#bbpress-forums div.bbp-topic-tags{float:left;font-size:13px;margin-left:-2px;margin-top:5px}#bbpress-forums div.bbp-reply-favs{float:right;margin:0;font-size:13px;font-weight:700}#bbpress-forums ul.bbp-replies{margin-top:30px;border:none}#bbpress-forums .even,#bbpress-forums .odd{overflow:visible}.bbp-forums .bbp-topic-meta .bbp-author-avatar,.bbp-topics .bbp-topic-meta .bbp-author-avatar{display:inline-block}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{margin-top:0;margin-bottom:10px}#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{font-size:13px}#bbpress-forums div.bbp-reply-author a.bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name{margin:10px 0 0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:13px;font-style:normal;margin-bottom:10px}#bbpress-forums div.bbp-reply-author .bbp-reply-post-date,#bbpress-forums div.bbp-topic-author .bbp-reply-post-date{padding:12px 0;border-top:1px solid #e6e5e6;border-bottom:1px solid #e6e5e6;margin-bottom:10px}#bbpress-forums div.bbp-reply-author .bbp-reply-ip,#bbpress-forums div.bbp-topic-author .bbp-reply-ip{display:none}#bbpress-forums div.bbp-reply-author .fusion-reply-id,#bbpress-forums div.bbp-topic-author .fusion-reply-id{display:block}li.bbp-body div.hentry{padding:0;margin-bottom:30px;background:0 0}#bbpress-forums div.even{background:0 0}#bbpress-forums div.bbp-reply-header{background:#f6f6f6;padding:15px 20px;font-size:12px;border-top:none;clear:none;border-bottom:1px solid #e6e5e6}#bbpress-forums .bbp-reply-header a.bbp-reply-permalink{padding-left:3px;font-size:12px}span.bbp-admin-links,span.bbp-admin-links a{font-size:11px;color:#747474}span.bbp-admin-links a{padding:0 2px!important}#bbpress-forums div.bbp-reply-content{border:1px solid #e6e5e6;padding:0;margin-left:150px;position:relative}#bbpress-forums div.bbp-reply-content .bbp-reply-entry{position:relative;padding:30px 20px}.bbp-arrow{border-bottom:1px solid #e6e5e6;border-left:1px solid #e6e5e6;background:#fff;content:\"\";height:14px;position:absolute;top:4px;left:-8px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:14px;z-index:100}#bbpress-forums .bbp-reply-form fieldset label{font-size:13px;margin-bottom:5px}.bbp-reply-form input#bbp_topic_tags{color:#aaa9a9;background-color:#fff;border:1px solid #d2d2d2;color:#747474;font-size:13px;padding:8px 2%;width:100%}#bbpress-forums input#bbp_reply_edit_reason,#bbpress-forums input#bbp_reply_move_destination_title,#bbpress-forums input#bbp_topic_edit_reason,#bbpress-forums input#bbp_topic_split_destination_title{color:#aaa9a9;background-color:#fff;border:1px solid #d2d2d2;color:#747474;font-size:13px;padding:8px 2%;width:95.5%}#bbpress-forums #bbp_topic_subscription{vertical-align:baseline}#bbpress-forums fieldset label[for=bbp_topic_subscription]{margin-left:5px;margin-right:5px}a.bbp-author-avatar{display:block}.fusion-alert a.bbp-author-avatar{display:inline}#bbpress-forums #bbp-user-wrapper #bbp-single-user-details{float:none;width:auto;padding-bottom:30px;border-bottom:1px solid #e6e5e6;margin-bottom:30px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{float:left;width:100px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{width:100px;height:100px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{margin-left:130px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{float:left;width:40%}#bbpress-forums #bbp-user-body{margin-left:0}#bbpress-forums .bbp-user-section .bold{font-weight:700}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#f6f6f6;opacity:1}#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:#999}.bbp-user-section .bbp-pagination{text-align:left}.bbp-user-section .pagination{float:none}#bbpress-forums .pagination{margin-top:20px}.bbp-topic-pagination .prev{margin-right:8px;font-size:12px}.bbp-topic-pagination .next{margin-left:8px;font-size:12px}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:transparent}#bbpress-forums .status-spam.odd .bbp-reply-content,#bbpress-forums .status-trash.odd .bbp-reply-content{background-color:#fdd}#bbpress-forums .status-spam.odd .bbp-arrow,#bbpress-forums .status-trash.odd .bbp-arrow{background-color:#fdd}div.bbp-template-notice,div.indicator-hint{padding:15px 20px}.bbp-forum{font-size:13px}.bbp-forum-title .bbp-forum-post-date{float:right}.bbp-forum-search a.bbp-reply-permalink{margin-left:0}#bbpress-forums .bbp-forum-search div.bbp-reply-content{margin:0}#bbpress-forums .bbp-search-results .bbp-forum-header{font-size:12px;padding:15px 20px;border:none}#bbpress-forums .bbp-search-results div.bbp-forum-title h3{margin:0;font-size:13px;line-height:20px}#bbpress-forums .bbp-search-results .bbp-forum-content{margin:0;padding:30px 20px;border:1px solid}#bbpress-forums .bbp-search-results .bbp-topic-header{margin-left:150px;padding:15px 20px;border:none}#bbpress-forums .bbp-search-results .bbp-topic-header .bbp-topic-post-date{display:none}#bbpress-forums .bbp-search-results .bbp-topic-header .bbp-topic-title{text-align:right}#bbpress-forums .bbp-search-results .bbp-topic-header .bbp-topic-title h3{display:inline;font-size:12px}#bbpress-forums .bbp-search-results .bbp-topic-header .bbp-topic-title .bbp-topic-title-meta{display:inline;float:none}#bbpress-forums .bbp-search-results .bbp-topic-author>br{display:none}#bbpress-forums .bbp-search-results .bbp-topic-content{position:relative;margin-left:150px;padding:30px 20px;border:1px solid}#bbpress-forums .bbp-search-results .bbp-meta{float:right}#bbpress-forums .bbp-search-results .bbp-meta .bbp-forum-permalink{margin-left:2px}#bbpress-forums .bbp-search-results .bbp-meta .bbp-forum-permalink:before{content:\"|\";margin-right:2px}.bbp-topic-title-meta{float:right}#bbpress-forums ul.bbp-search-results{margin-top:25px;border:none}.bbp-search-results .bbp-header{display:none}.bbp-reply-to{float:right}.bbp-no-topic{clear:both}.bbp-no-reply{clear:both}#bbpress-forums .read-more{position:static}.widget .bbp-search-form .screen-reader-text{display:none}.widget .bbp-search-form .search-field #bbp_search{padding:8px 15px}.widget.bbp_widget_login .bbp-logged-in h4{margin-bottom:5px}.widget.bbp_widget_login .bbp-logged-in .logout-link{margin:0}.widget.bbp_widget_login .bbp-login-form label{width:auto}#sidebar .widget.bbp_widget_login .bbp-login-form label{width:auto}.widget.widget_display_forums ul li,.widget.widget_display_replies ul li,.widget.widget_display_topics ul li,.widget.widget_display_views ul li{position:relative;padding:10px 10px 10px 12px;border-bottom:1px solid #e7e6e6}.widget.widget_display_forums ul li>a,.widget.widget_display_replies ul li>a,.widget.widget_display_topics ul li>a,.widget.widget_display_views ul li>a{padding:0;border:none}#slidingbar-area .widget.widget_display_forums ul li>a,#slidingbar-area .widget.widget_display_replies ul li>a,#slidingbar-area .widget.widget_display_topics ul li>a,#slidingbar-area .widget.widget_display_views ul li>a{padding:0;border:none}.widget.widget_display_forums ul li>a:first-child:before,.widget.widget_display_replies ul li>a:first-child:before,.widget.widget_display_topics ul li>a:first-child:before,.widget.widget_display_views ul li>a:first-child:before{content:\'\\f105\';position:absolute;margin-left:-12px;font-size:14px;font-family:icomoon}.widget.widget_display_replies ul li .bbp-reply-topic-title{display:block}.widget.widget_display_replies ul li>div{margin:0}.widget.widget_display_topics .bbp-forum-title{display:block}.widget.widget_display_topics .bbp-author-avatar,.widget.widget_display_topics .bbp-author-name{display:inline-block}.widget.widget_display_stats dd,.widget.widget_display_stats dt{margin:0;padding:10px 10px 10px 12px;border-bottom:1px solid #e7e6e6}.widget.widget_display_stats dt{display:block}.widget.widget_display_stats dt:before{content:\'\\f105\';position:absolute;margin-left:-12px;font-size:14px;font-family:icomoon}.widget .bbp-author-avatar .avatar{vertical-align:middle}.widget_display_stats dl dt{float:left;margin-right:10px}.widget_display_replies ul li>div{margin-left:16px}#bbpress-forums .bbp-reply-form .bbp-form>div>p:nth-child(3),single-forum #bbpress-forums .bbp-topic-form .bbp-form>div>p:nth-child(6){display:inline-block;margin-top:18px}.bbp-form .bbp-template-notice,.bbp-form .fusion-alert{display:none}#bbpress-forums .bbp-form .quicktags-toolbar{border-bottom-right-radius:0;border-bottom-left-radius:0}.quicktags-toolbar .button{font-weight:400!important;text-transform:none!important}.quicktags-toolbar input[value=\"b\"]{font-weight:700!important}.rtl #bbpress-forums div.bbp-reply-content,.rtl #bbpress-forums div.bbp-topic-content{margin-left:0;margin-right:150px}.rtl #bbpress-forums #bbp-single-user-details #bbp-user-navigation li{float:right}.rtl .bbp-pagination-links{float:left}.rtl #bbpress-forums .bbp-search-results .bbp-topic-header{margin-left:0;margin-right:150px}.rtl #bbpress-forums .bbp-search-results .bbp-topic-header .bbp-topic-title{text-align:left}.rtl #bbpress-forums .bbp-search-results .bbp-topic-content{margin-left:0}.rtl #bbpress-forums .bbp-search-results .bbp-meta{float:left}.rtl #bbpress-forums .bbp-search-results .bbp-meta .bbp-forum-permalink,.rtl #bbpress-forums .bbp-search-results .bbp-meta .bbp-topic-permalink{margin-left:0;margin-right:2px}.rtl #bbpress-forums .bbp-search-results .bbp-meta .bbp-forum-permalink:before,.rtl #bbpress-forums .bbp-search-results .bbp-meta .bbp-topic-permalink:before{content:\"|\";margin-left:2px;margin-right:0}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe8;opacity:1}#bbp_user_edit_submit{font-weight:700}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-header .bbp-meta,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,#bbpress-forums div.bbp-reply-author .fusion-reply-id,#bbpress-forums div.bbp-topic-author .fusion-reply-id,#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness,#bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness,#bbpress-forums p.bbp-topic-meta,#bbpress-forums span.bbp-admin-links,#bbpress-forums span.bbp-admin-links a,.bbp-pagination-count{line-height:1.5}body.fusion-hide-pagination-text .bbp-pagination-links .page-text{display:none}body.fusion-hide-pagination-text .bbp-pagination-links .pagination-next,body.fusion-hide-pagination-text .bbp-pagination-links .pagination-prev{border-width:1px;border-style:solid}body.fusion-hide-pagination-text .bbp-pagination-links .pagination-prev{margin-left:0;margin-right:4px}body.fusion-hide-pagination-text .bbp-pagination-links .pagination-next{margin-left:4px;margin-right:0}body.fusion-hide-pagination-text .bbp-pagination-links .pagination-next:after,body.fusion-hide-pagination-text .bbp-pagination-links .pagination-prev:before{line-height:normal;position:static;margin:0;padding:0}.group{zoom:1}.group:after,.group:before{content:\" \";display:table}.group:after{clear:both}.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text,.wpcf7-form textarea{float:none!important;width:100%!important;box-sizing:border-box}.wpcf7-form .wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text{border:1px solid #d2d2d2;width:28%;font-size:13px;color:#747474;padding:8px 15px;float:left;margin-right:1%}.wpcf7-form input[type=submit]{padding:5px 15px;font-weight:700}.wpcf7-form .wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text{float:none}.wpcf7-form .wpcf7-captchar,.wpcf7-form .wpcf7-date{width:100%;margin-right:0}.wpcf7-form .wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text,.wpcf7-form textarea{width:100%;margin-right:0;box-sizing:border-box}.wpcf7-form input{float:none}.wpcf7-form textarea{border:1px solid #d2d2d2;width:100%;height:150px;font-size:13px;color:#747474;padding:8px 15px;box-sizing:border-box;margin-right:0}.wpcf7-form input[type=submit]{width:auto;font-weight:700;cursor:pointer}.wpcf7-form .wpcf7-not-valid-tip{display:inline}.wpcf7-form .wpcf7-response-output{margin-left:0;margin-right:0;padding:25px}.wpcf7-form .wpcf7-mail-sent-ng,.wpcf7-form .wpcf7-validation-errors{background-color:#f2dede;border:1px solid #b94a48;color:#b94a48}.wpcf7-form .wpcf7-mail-sent-ok{background-color:#dff0d8;border:1px solid #468847;color:#468847}.sidebar .wpcf7-form .wpcf7-number,.sidebar .wpcf7-form .wpcf7-quiz,.sidebar .wpcf7-form .wpcf7-text{width:100%;margin-right:0}.wpcf7-select-parent{overflow:hidden;position:relative;width:100%}.wpcf7-select-parent .select-arrow{width:35px;height:33px;line-height:33px;border-left:1px solid #dadada;position:absolute;top:1px;right:1px;background:#fff;pointer-events:none;z-index:10;font-family:icomoon;font-size:9px;text-align:center}.wpcf7-select-parent .wpcf7-select{-webkit-appearance:none;-moz-appearance:none;text-overflow:\'\';background:#fbfaf9;border:1px solid #dadada;color:#333;cursor:pointer;display:block;font-size:13px;outline:0;height:auto;width:100%;padding:8px 15px;position:relative;text-indent:.01px;vertical-align:middle;z-index:5;margin:0;border-radius:0}.Avada_582{color:green;}.fusion-woo-product-design-clean .products .fusion-rollover .star-rating span:before, .fusion-woo-product-design-clean .products .fusion-rollover .star-rating:before{color:#ffffff;}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons, .fusion-woo-slider .fusion-product-buttons{color:rgba(178,7,126,0.02);}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a, .fusion-woo-slider .fusion-product-buttons a{color:rgba(178,7,126,0.02);}.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-rollover-linebreak, .fusion-woo-slider .fusion-product-buttons .fusion-rollover-linebreak{color:rgba(178,7,126,0.02);}.cross-sells .fusion-product-content,.product-category h2,.product-grid-view .fusion-product-content,.related.products .fusion-product-content,.up-sells .fusion-product-content{padding:20px 15px 15px 15px;}.product .product-buttons .fusion-content-sep{margin-bottom:15px;}.woocommerce-MyAccount-navigation > ul .is-active a,.woocommerce-checkout-nav .is-active a,.woocommerce-tabs > .tabs .active a,body,html,html body.custom-background{background-color:#ffffff;}#main,.fusion-footer-copyright-area,.fusion-footer-widget-area,.fusion-page-title-bar,.fusion-secondary-header,.fusion-sliding-bar-position-bottom .fusion-sliding-bar,.fusion-sliding-bar-position-top .fusion-sliding-bar,.header-v4 #small-nav,.header-v5 #small-nav,.sticky-header .sticky-shadow,.tfs-slider .slide-content-container{padding-left:30px;padding-right:30px;}.width-100 .fusion-fullwidth{margin-left:-30px;margin-right:-30px;}a:hover{color:#b2077e;}#final-order-details .mini-order-details tr:last-child .amount,#main .about-author .title a:hover,#main .post h2 a:hover,#wrapper .cart-checkout a:hover,#wrapper .cart-checkout a:hover:before,#wrapper .fusion-vertical-menu-widget .menu li.current-menu-item > a,#wrapper .fusion-vertical-menu-widget .menu li.current_page_ancestor > a,#wrapper .fusion-widget-area .current-menu-item > a,#wrapper .fusion-widget-area .current-menu-item > a:before,#wrapper .fusion-widget-area .current_page_item > a,#wrapper .fusion-widget-area .current_page_item > a:before,#wrapper .jtwt .jtwt_tweet a:hover,#wrapper .product-category a:hover h2.woocommerce-loop-category__title,.avada-order-details .shop_table.order_details tfoot tr:last-child .amount,.bbp-forum-content ul.sticky a:hover,.bbp-pagination .bbp-pagination-links .pagination-next:hover:after,.bbp-pagination .bbp-pagination-links .pagination-prev:hover:before,.bbp-topics ul.sticky a:hover,.bbp-topics ul.super-sticky a:hover,.bbp-topics-front ul.super-sticky a:hover,.cart_totals .order-total .amount,.checkout .shop_table tfoot .order-total .amount,.content-box-percentage,.fusion-carousel-title-below-image .fusion-carousel-meta .price .amount,.fusion-content-widget-area .widget .recentcomments:hover:before,.fusion-content-widget-area .widget li a:hover,.fusion-content-widget-area .widget li a:hover:before,.fusion-content-widget-area .widget_archive li a:hover:before,.fusion-content-widget-area .widget_categories li a:hover,.fusion-content-widget-area .widget_categories li a:hover:before,.fusion-content-widget-area .widget_links li a:hover:before,.fusion-content-widget-area .widget_nav_menu li a:hover:before,.fusion-content-widget-area .widget_pages li a:hover:before,.fusion-content-widget-area .widget_recent_entries li a:hover:before,.fusion-copyright-notice a:hover,.fusion-date-and-formats .fusion-format-box i,.fusion-footer-widget-area a:hover,.fusion-read-more:hover:after,.more a:hover:after,.my_account_orders .woocommerce-orders-table__cell-order-actions a:hover:after,.my_account_orders .woocommerce-orders-table__cell-order-number a,.pagination-next:hover:after,.pagination-prev:hover:before,.price > .amount,.price ins .amount,.project-content .project-info .project-info-box a:hover,.shop_table .product-subtotal .amount,.side-nav .arrow:hover:after,.side-nav li.current_page_ancestor > a,.side-nav ul > li.current_page_item > a,.single-navigation a[rel=next]:hover:after,.single-navigation a[rel=prev]:hover:before,.star-rating span:before,.star-rating:before,.widget_layered_nav li a:hover:before,.widget_product_categories li a:hover:before,.widget_shopping_cart_content .total .amount,.widget_shopping_cart_content a:hover:before,.woocommerce .address .edit:hover:after,.woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover,.woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover:after,.woocommerce-MyAccount-downloads .download-actions a:hover,.woocommerce-MyAccount-downloads .download-actions a:hover:after,.woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-MyAccount-navigation ul li.is-active a:after,.woocommerce-Pagination .woocommerce-Button:hover:after,.woocommerce-Pagination .woocommerce-Button:hover:before,.woocommerce-pagination .next:hover,.woocommerce-pagination .next:hover:after,.woocommerce-pagination .prev:hover,.woocommerce-pagination .prev:hover:before,.woocommerce-side-nav li.is-active a,.woocommerce-side-nav li.is-active a:after,.woocommerce-tabs .tabs a:hover .arrow:after,.woocommerce-tabs .tabs li.active a,.woocommerce-tabs .tabs li.active a .arrow:after,h5.toggle:hover a{color:#b2077e;}.star-rating span:before,.star-rating:before{color:#b2077e;}#bbpress-forums div.bbp-topic-tags a:hover,#nav ul li > a:hover,#sticky-nav ul li > a:hover,#wrapper .post-content blockquote,.bbp-pagination .bbp-pagination-links .current,.bbp-topic-pagination .page-numbers:hover,.comment-text blockquote,.fusion-hide-pagination-text .bbp-pagination .bbp-pagination-links .pagination-next:hover,.fusion-hide-pagination-text .bbp-pagination .bbp-pagination-links .pagination-prev:hover,.fusion-hide-pagination-text .pagination-next:hover,.fusion-hide-pagination-text .pagination-prev:hover,.pagination .current,.pagination a.inactive:hover,.progress-bar-content,.tagcloud a:hover,.woocommerce-pagination .current,.woocommerce-pagination .page-numbers.current,.woocommerce-pagination .page-numbers:hover{border-color:#b2077e;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a{border-top-color:#b2077e;background:#ffffff;}#wrapper .side-nav li.current_page_item a{border-right-color:#b2077e;border-left-color:#b2077e;}#wrapper .fusion-vertical-menu-widget .menu li.current_page_item > a{border-right-color:#b2077e;border-left-color:#b2077e;}#toTop:hover,.avada-myaccount-data .digital-downloads li:before,.avada-thank-you .order_details li:before,.bbp-pagination .bbp-pagination-links .current,.circle-yes ul li:before,.fusion-content-widget-area .widget_layered_nav li.chosen,.fusion-content-widget-area .widget_layered_nav_filters li.chosen,.fusion-date-and-formats .fusion-date-box,.fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-button input[type=\"submit\"]:hover,.onsale,.pagination .current,.price_slider_wrapper .ui-slider .ui-slider-range,.progress-bar-content,.table-2 table thead,.tagcloud a:hover,.woocommerce .social-share li a:hover i,.woocommerce-pagination .current,p.woocommerce-store-notice,ul.arrow li:before,ul.circle-yes li:before{background-color:#b2077e;}#fusion-gmap-container,#main,#sliders-container,#wrapper,.bbp-arrow,.fusion-separator .icon-wrapper,.woocommerce-MyAccount-navigation > ul .is-active a,.woocommerce-checkout-nav .is-active a,.woocommerce-tabs > .tabs .active a,body,html{background-color:#ffffff;}.fusion-footer-widget-area{background-color:#ffffff;border-color:#ffffff;border-top-width:12px;padding-top:43px;padding-bottom:40px;}.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li{border-color:#ffffff;}.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul{border:1px solid #505152;}.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul li{border-color:#505152;}.fusion-footer-copyright-area{background-color:#ffffff;border-color:#ffffff;border-top-width:1px;padding-top:25px;padding-bottom:25px;}.fusion-copyright-notice{color:#595f6b;font-size:12px;}.fusion-copyright-notice a{color:#261f1f;}.fusion-footer-copyright-area a:hover{color:#b2077e;}.fusion-footer footer .fusion-columns {margin:0 -15px;}.fusion-footer footer .fusion-columns .fusion-column{padding-right:15px;padding-left:15px;}.fusion-image-wrapper .fusion-rollover{background-image:linear-gradient(top, rgba(178,7,126,0.8) 0%, #b2077e 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(178,7,126,0.8)), color-stop(1, #b2077e));background-image:filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2077e, endColorstr=#b2077e), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);background-image:-webkit-linear-gradient(top, rgba(178,7,126,0.8) 0%, #b2077e 100%);background-image:-moz-linear-gradient(top, rgba(178,7,126,0.8) 0%, #b2077e 100%);background-image:-ms-linear-gradient(top, rgba(178,7,126,0.8) 0%, #b2077e 100%);background-image:-o-linear-gradient(top, rgba(178,7,126,0.8) 0%, #b2077e 100%);}.no-cssgradients .fusion-image-wrapper .fusion-rollover{background:#b2077e;}.fusion-image-wrapper:hover .fusion-rollover{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2077e, endColorstr=#b2077e), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);}.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link{background-color:rgba(178,7,126,0.02);width:calc(21px * 2.41);height:calc(21px * 2.41);background:rgba(178,7,126,0.02);}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price *,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-rollover .fusion-rollover-content .fusion-rollover-title{color:rgba(178,7,126,0.02);}.fusion-page-title-bar{border-color:#d2d3d4;background-color:#f6f6f6;height:90px;}#slidingbar-area .widget-title,#slidingbar-area h3,.fusion-footer-widget-area .widget-title,.fusion-footer-widget-area h3,.fusion-privacy-bar-full .column-title{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-size:20px;font-weight:400;line-height:1.5;letter-spacing:0px;font-style:normal;}.fusion-footer-copyright-area > .fusion-row,.fusion-footer-widget-area > .fusion-row{padding-left:0px;padding-right:0px;}#bbp_user_edit_submit,#nav ul li ul li a,#reviews #comments > h2,#sticky-nav ul li ul li a,#wrapper #nav ul li ul li > a,#wrapper #sticky-nav ul li ul li > a,.avada-container h3,.comment-form input[type=\"submit\"],.ei-title h3,.fusion-blog-shortcode .fusion-timeline-date,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-load-more-button,.fusion-main-menu .sub-menu,.fusion-main-menu .sub-menu li a,.fusion-megamenu-widgets-container,.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,.fusion-page-title-bar h3,.gform_page_footer input[type=button],.meta .fusion-date,.more,.post-content blockquote,.review blockquote div strong,.review blockquote q,.ticket-selector-submit-btn[type=submit],.widget.woocommerce .product-title,.woocommerce-success-message .button,.wpcf7-form input[type=\"submit\"],body{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;letter-spacing:0px;font-style:normal;}.post-content blockquote,.review blockquote q{font-style:italic;}#nav ul li ul li a,#reviews #comments > h2,#side-header .fusion-contact-info,#side-header .header-social .top-menu,#sticky-nav ul li ul li a,#wrapper #nav ul li ul li > a,#wrapper #sticky-nav ul li ul li > a,.avada-container h3,.comment-form input[type=\"submit\"],.ei-title h3,.fusion-accordian .panel-body,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-main-menu .sub-menu,.fusion-main-menu .sub-menu li a,.fusion-megamenu-widgets-container,.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,.fusion-page-title-bar h3,.gform_page_footer input[type=button],.meta .fusion-date,.more,.post-content blockquote,.review blockquote div strong,.review blockquote q,.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,.ticket-selector-submit-btn[type=submit],body{line-height:2;}#slidingbar-area .slide-excerpt h2,#slidingbar-area ul,.counter-box-content,.fusion-alert,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-footer-widget-area .slide-excerpt h2,.fusion-footer-widget-area ul,.fusion-progressbar .progress-title,.gform_wrapper .gfield_description,.gform_wrapper label,.jtwt .jtwt_tweet,.post-content blockquote,.project-content .project-info h4,.review blockquote q,.sidebar .jtwt .jtwt_tweet,.sidebar .slide-excerpt h2,body{font-size:14px;}#reviews #comments > h2,#wrapper .meta,.fusion-blog-timeline-layout .fusion-timeline-date,.fusion-body .tribe-block__tickets__registration__tickets__header,.fusion-main-menu .fusion-custom-menu-item-contents,.fusion-rollover .price .amount,.post .post-content,.post-content blockquote,.project-content .project-info h4,.quantity,.quantity .minus,.quantity .plus,.quantity .qty,.review blockquote div,.search input,.sidebar .jtwt,.sidebar .widget .recentcomments,.sidebar .widget_archive li,.sidebar .widget_categories li,.sidebar .widget_layered_nav li,.sidebar .widget_links li,.sidebar .widget_meta li,.sidebar .widget_nav_menu li,.sidebar .widget_pages li,.sidebar .widget_product_categories li,.sidebar .widget_recent_entries li,.title-row,body{color:#595f6b;}.fusion-page-title-bar .fusion-breadcrumbs,.fusion-page-title-bar .fusion-breadcrumbs li,.fusion-page-title-bar .fusion-breadcrumbs li a{font-size:12px;}#wrapper .side-nav li a{font-size:16px;}.sidebar .widget .widget-title{font-size:20px;}.fusion-main-menu > ul > li > a,.fusion-vertical-menu-widget ul.menu li a,.side-nav li a{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-size:16px;font-weight:600;letter-spacing:0px;font-style:normal;}.fusion-flyout-cart-wrapper .fusion-widget-cart-number,.fusion-main-menu-cart .fusion-widget-cart-number{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;}.fusion-menu-highlight-label{border-radius:0px;-webkit-border-radius:0px;}#slidingbar-area .widget-title,#slidingbar-area h3{font-size:20px;line-height:20px;}#main .fusion-row,#slidingbar-area .fusion-row,.fusion-footer-copyright-area .fusion-row,.fusion-footer-widget-area .fusion-row,.fusion-page-title-row,.tfs-slider .slide-content-container .slide-content{max-width:1170px;}#wrapper #main .fusion-portfolio-content > h1.fusion-post-title,#wrapper #main .fusion-portfolio-content > h2.fusion-post-title,#wrapper #main .fusion-post-content > .blog-shortcode-post-title,#wrapper #main .fusion-post-content > h1.fusion-post-title,#wrapper #main .fusion-post-content > h2.fusion-post-title,#wrapper #main .post > .fusion-post-title-meta-wrap > h1.fusion-post-title,#wrapper #main .post > .fusion-post-title-meta-wrap > h2.fusion-post-title,#wrapper #main .post > h1.fusion-post-title,#wrapper #main .post > h2.fusion-post-title,#wrapper .fusion-events-shortcode .fusion-events-meta h1,#wrapper .fusion-events-shortcode .fusion-events-meta h2,.single-product #main .product h1.product_title,.single-product #main .product h2.product_title{font-family:\"Shadows Into Light Two\", Arial, Helvetica, sans-serif;font-weight:400;line-height:32px;letter-spacing:0px;font-style:normal;font-size:25px;}#wrapper #main .fusion-portfolio-content > h1.fusion-post-title,#wrapper #main .fusion-portfolio-content > h2.fusion-post-title,#wrapper #main .fusion-post-content > .blog-shortcode-post-title,#wrapper #main .fusion-post-content > h1.fusion-post-title,#wrapper #main .fusion-post-content > h2.fusion-post-title,#wrapper #main .post > .fusion-post-title-meta-wrap > h1.fusion-post-title,#wrapper #main .post > .fusion-post-title-meta-wrap > h2.fusion-post-title,#wrapper #main .post > h1.fusion-post-title,#wrapper #main .post > h2.fusion-post-title,#wrapper .fusion-events-shortcode .fusion-events-meta h1,#wrapper .fusion-events-shortcode .fusion-events-meta h2{color:#b2077e;}#wrapper #main #comments .fusion-title h2,#wrapper #main #comments .fusion-title h3,#wrapper #main #respond .fusion-title h2,#wrapper #main #respond .fusion-title h3,#wrapper #main .about-author .fusion-title h2,#wrapper #main .about-author .fusion-title h3,#wrapper #main .related-posts .fusion-title h2,#wrapper #main .related-posts .fusion-title h3,#wrapper #main .related.products .fusion-title h2,#wrapper #main .related.products .fusion-title h3,.single-product .woocommerce-tabs h2,.single-product .woocommerce-tabs h3{font-family:\"Open Sans Condensed\", Arial, Helvetica, sans-serif;font-weight:0;line-height:1.5;letter-spacing:0px;font-size:25px;color:#595f6b;}.ei-title h2{font-size:42px;color:#333333;}.ei-title h3{font-size:20px;color:#747474;}#bbpress-forums,#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-form fieldset label,#bbpress-forums .bbp-reply-header .bbp-meta,#bbpress-forums .bbp-reply-header a.bbp-reply-permalink,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-reply-author .fusion-reply-id,#bbpress-forums div.bbp-reply-author span.bbp-author-ip,#bbpress-forums div.bbp-reply-favs,#bbpress-forums div.bbp-topic-author,#bbpress-forums div.bbp-topic-author .fusion-reply-id,#bbpress-forums fieldset.bbp-form label,#bbpress-forums fieldset.bbp-form legend,#bbpress-forums li.bbp-body .bbp-forum-reply-count,#bbpress-forums li.bbp-body .bbp-forum-title,#bbpress-forums li.bbp-body .bbp-forum-topic-count,#bbpress-forums li.bbp-body .bbp-topic-permalink,#bbpress-forums li.bbp-body .bbp-topic-reply-count,#bbpress-forums li.bbp-body .bbp-topic-voice-count,#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness,#bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness,#bbpress-forums li.bbp-header ul,#bbpress-forums p.bbp-topic-meta,#bbpress-forums span.bbp-admin-links,#bbpress-forums span.bbp-admin-links a,#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics,.bbp-pagination-count,div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px;}#bbpress-forums fieldset.bbp-form legend,#bbpress-forums li.bbp-body .bbp-forum-reply-count,#bbpress-forums li.bbp-body .bbp-forum-title,#bbpress-forums li.bbp-body .bbp-forum-topic-count,#bbpress-forums li.bbp-body .bbp-topic-permalink,#bbpress-forums li.bbp-body .bbp-topic-reply-count,#bbpress-forums li.bbp-body .bbp-topic-voice-count,#bbpress-forums li.bbp-header ul{font-size:15px;}#bbpress-forums .bbp-reply-form fieldset label,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-reply-favs,#bbpress-forums div.bbp-topic-author,#bbpress-forums fieldset.bbp-form label{font-size:13.2px;}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-header .bbp-meta,#bbpress-forums .bbp-reply-header a.bbp-reply-permalink,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,#bbpress-forums div.bbp-reply-author .fusion-reply-id,#bbpress-forums div.bbp-reply-author span.bbp-author-ip,#bbpress-forums div.bbp-topic-author .fusion-reply-id,#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness,#bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness,#bbpress-forums p.bbp-topic-meta,#bbpress-forums span.bbp-admin-links,#bbpress-forums span.bbp-admin-links a,.bbp-pagination-count{font-size:12px;}#wrapper .fusion-events-shortcode .fusion-events-meta h4,.fusion-carousel-meta,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-recent-posts .columns .column .meta,.fusion-single-line-meta{font-size:12px;}.fusion-carousel-meta,.fusion-meta,.fusion-meta-info,.fusion-recent-posts .columns .column .meta,.post .single-line-meta,.widget_recent_entries .post-date{font-size:12px;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.fusion-rollover-linebreak,.product-buttons a{font-size:12px;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.product-buttons a{padding-left:calc(12px + 2px);}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,.product-buttons a:before{margin-left:calc(-12px - 2px);}.bbp-pagination .bbp-pagination-links,.bbp-pagination .bbp-pagination-links .pagination-next,.bbp-pagination .bbp-pagination-links .pagination-prev,.page-links,.pagination,.pagination .pagination-next,.pagination .pagination-prev,.woocommerce-pagination .next,.woocommerce-pagination .page-numbers,.woocommerce-pagination .prev,.woocommerce-pagination--without-numbers .woocommerce-button{font-size:12px;}.fusion-show-pagination-text .woocommerce-pagination{margin-left:12px;margin-right:12px;}.fusion-page-title-bar h1{color:#595f6b;}.fusion-page-title-bar h3{color:#595f6b;font-size:14px;line-height:26px;}#main .post h2 a,#main .product .product_title,.about-author .title a,.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink,.fusion-content-widget-area .widget .recentcomments a,.fusion-content-widget-area .widget li a,.fusion-content-widget-area .widget_categories li,.fusion-hide-pagination-text .pagination-next:after,.fusion-hide-pagination-text .pagination-prev:before,.fusion-load-more-button,.fusion-rollover a,.fusion-woo-featured-products-slider .price .amount,.pagination .pagination-next:after,.pagination .pagination-prev:before,.project-content .project-info .project-info-box a,.shop_attributes tr th,.single-navigation a[rel=\"next\"]:after,.single-navigation a[rel=\"prev\"]:before,.widget_layered_nav li.chosen a,.widget_layered_nav li.chosen a:before,.widget_layered_nav_filters li.chosen a,.widget_layered_nav_filters li.chosen a:before,body a,body a:after,body a:before{color:#261f1f;}.pagination .pagination-next:hover:after,.pagination .pagination-prev:hover:before{color:#b2077e;}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:hover{color:rgba(38,31,31,0.8);}.fusion-page-title-bar .fusion-breadcrumbs,.fusion-page-title-bar .fusion-breadcrumbs a{color:#595f6b;}.fusion-page-title-bar .fusion-breadcrumbs a:hover{color:#595f6b;}#slidingbar-area .fusion-title > *,#slidingbar-area .widget-title,#slidingbar-area h3{color:#595f6b;}.sidebar .widget .heading h4,.sidebar .widget .widget-title{color:#333333;}.sidebar .widget .heading .widget-title,.sidebar .widget .widget-title{background-color:rgba(255,255,255,0);}.fusion-footer-widget-area .widget-title,.fusion-footer-widget-area h3,.fusion-footer-widget-column .product-title{color:#595f6b;}.fusion-footer-widget-area,.fusion-footer-widget-area .jtwt,.fusion-footer-widget-area .jtwt .jtwt_tweet,.fusion-footer-widget-area .widget li.recentcomments,.fusion-footer-widget-area .widget_archive li,.fusion-footer-widget-area .widget_categories li,.fusion-footer-widget-area .widget_layered_nav li,.fusion-footer-widget-area .widget_links li,.fusion-footer-widget-area .widget_meta li,.fusion-footer-widget-area .widget_nav_menu li,.fusion-footer-widget-area .widget_pages li,.fusion-footer-widget-area .widget_product_categories li,.fusion-footer-widget-area .widget_recent_entries li,.fusion-footer-widget-area article.col{color:#595f6b;}.fusion-footer-widget-area .fusion-accordian .panel-title a,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .post-holder a,.fusion-footer-widget-area .jtwt .jtwt_tweet a,.fusion-footer-widget-area .widget li a:before,.fusion-footer-widget-area .woocommerce-mini-cart__buttons a:before,.fusion-footer-widget-area a{color:#261f1f;}#wrapper .fusion-footer-widget-area .jtwt .jtwt_tweet a:hover,.fusion-footer-widget-area .fusion-accordian .panel-title a:hover,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .post-holder a:hover,.fusion-footer-widget-area .widget a:hover,.fusion-footer-widget-area .widget li a:hover:before,.fusion-footer-widget-area .widget li.recentcomments:hover:before,.fusion-footer-widget-area .widget_shopping_cart_content .total .amount,.fusion-footer-widget-area .woocommerce-mini-cart__buttons a:hover:before,.fusion-footer-widget-area ul li a:hover{color:#b2077e;}.fusion-footer-widget-area .tagcloud a:hover{background-color:#b2077e;}#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover,#wrapper .fusion-footer-widget-area .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a{border-color:#b2077e;}.fusion-footer-widget-area .fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#b2077e !important;}.fusion-load-more-button.fusion-blog-button{background-color:#b2077e;}.fusion-load-more-button.fusion-blog-button:hover{background-color:rgba(178,7,126,0.8);}.fusion-load-more-button.fusion-blog-button,.fusion-load-more-button.fusion-blog-button:hover{color:#fff;}.fusion-load-more-button.fusion-portfolio-button{background-color:#ebeaea;}.fusion-load-more-button.fusion-portfolio-button:hover{background-color:rgba(235,234,234,0.8);}.fusion-load-more-button.fusion-portfolio-button,.fusion-load-more-button.fusion-portfolio-button:hover{color:#333;}.fusion-portfolio-archive .fusion-load-more-button.fusion-portfolio-button{background-color:#ebeaea;}.fusion-portfolio-archive .fusion-load-more-button.fusion-portfolio-button:hover{background-color:rgba(235,234,234,0.8);}.fusion-portfolio-archive .fusion-load-more-button.fusion-portfolio-button,.fusion-portfolio-archive .fusion-load-more-button.fusion-portfolio-button:hover{color:#333;}.quantity .minus,.quantity .plus, .fusion-body .tribe-events-tickets .quantity .minus, .fusion-body .tribe-events-tickets .quantity .plus{background-color:#fbfaf9;}.quantity .minus:hover,.quantity .plus:hover, .fusion-body .tribe-events-tickets .quantity .minus:hover, .fusion-body .tribe-events-tickets .quantity .plus:hover{background-color:#ffffff;}.woocommerce .social-share li a:hover i{border-color:#b2077e;}.fusion-sb-toggle-wrapper .fusion-sb-toggle:after{color:#ffffff;}.fusion-sb-toggle-wrapper .fusion-sb-close:after{color:#ffffff;}.fusion-footer-widget-area .bbp-pagination .bbp-pagination-links a.inactive,.fusion-footer-widget-area .bbp-topic-pagination .page-numbers,.fusion-footer-widget-area .fusion-accordian .fusion-panel,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-classic,.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li,.fusion-footer-widget-area .product_list_widget li,.fusion-footer-widget-area .tagcloud a,.fusion-footer-widget-area .widget li.recentcomments,.fusion-footer-widget-area .widget.widget.widget_display_replies ul li,.fusion-footer-widget-area .widget.widget_display_forums ul li,.fusion-footer-widget-area .widget.widget_display_stats dd,.fusion-footer-widget-area .widget.widget_display_stats dt,.fusion-footer-widget-area .widget.widget_display_topics ul li,.fusion-footer-widget-area .widget.widget_display_views ul li,.fusion-footer-widget-area .widget_archive li,.fusion-footer-widget-area .widget_categories li,.fusion-footer-widget-area .widget_layered_nav li,.fusion-footer-widget-area .widget_links li,.fusion-footer-widget-area .widget_meta li,.fusion-footer-widget-area .widget_nav_menu li,.fusion-footer-widget-area .widget_pages li,.fusion-footer-widget-area .widget_product_categories li,.fusion-footer-widget-area .widget_recent_entries li,.fusion-footer-widget-area ul li{border-color:#505152;}#bbpress-forums .bbp-search-form #bbp_search,#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,#comment-input input,#comment-textarea textarea,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2,.bbp-login-form input,.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.fusion-body .avada-select-parent select,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.searchform .fusion-search-form-content .fusion-search-field input,.select2-container--default .select2-selection--single,.select2-dropdown,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,input.s,input[type=\"email\"],input[type=\"number\"],input[type=\"password\"],input[type=\"text\"],select,textarea{background-color:#ffffff;}#wrapper .select-arrow,.avada-select-parent .select-arrow,.fusion-modal-content .select-arrow{background-color:#ffffff;}#bbpress-forums .bbp-search-form #bbp_search,#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,#calc_shipping_state_field .select2-selection__placeholder,#comment-input .placeholder,#comment-input input,#comment-textarea .placeholder,#comment-textarea textarea,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2,.bbp-login-form input,.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.fusion-body .avada-select-parent select,.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-button input[type=\"submit\"],.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.searchform .fusion-search-form-content .fusion-search-field input,.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-results__option,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input.s .placeholder,input[type=\"email\"],input[type=\"number\"],input[type=\"password\"],input[type=\"text\"],select,textarea{color:#aaa9a9;font-size:13px;}#wrapper .select-arrow,.avada-select-parent .select-arrow,.fusion-modal-content .select-arrow,.gravity-select-parent .select-arrow,.select-arrow,.wpcf7-select-parent .select-arrow{font-size:9.75px;}#comment-input input::-webkit-input-placeholder,#comment-textarea textarea::-webkit-input-placeholder,.comment-form-comment textarea::-webkit-input-placeholder,.input-text::-webkit-input-placeholder,.post-password-form label input[type=\"password\"]::-webkit-input-placeholder,.searchform .s::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder,input#s::-webkit-input-placeholder,input::-webkit-input-placeholder{color:#aaa9a9;}#comment-input input:-moz-placeholder,#comment-textarea textarea:-moz-placeholder,.comment-form-comment textarea:-moz-placeholder,.input-text:-moz-placeholder,.post-password-form label input[type=\"password\"]:-moz-placeholder,.searchform .s:-moz-placeholder,.wpcf7-form textarea::-moz-input-placeholder,input#s:-moz-placeholder,input:-moz-placeholder{color:#aaa9a9;}#comment-input input::-moz-placeholder,#comment-textarea textarea::-moz-placeholder,.comment-form-comment textarea::-moz-placeholder,.input-text::-moz-placeholder,.post-password-form label input[type=\"password\"]::-moz-placeholder,.searchform .s::-moz-placeholder,input#s::-moz-placeholder,input::-moz-placeholder{color:#aaa9a9;}#comment-input input:-ms-input-placeholder,#comment-textarea textarea:-ms-input-placeholder,.comment-form-comment textarea:-ms-input-placeholder,.input-text:-ms-input-placeholder,.post-password-form label input[type=\"password\"]::-ms-input-placeholder,.searchform .s:-ms-input-placeholder,input#s:-ms-input-placeholder,input:-ms-input-placeholder{color:#aaa9a9;}#bbpress-forums .bbp-search-form #bbp_search,#bbpress-forums .quicktags-toolbar,#bbpress-forums .wp-editor-container,#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,#calc_shipping_state_field .select2-selection__arrow,#comment-input input,#comment-textarea textarea,#wp-bbp_reply_content-editor-container,#wp-bbp_topic_content-editor-container,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.bbp-login-form input,.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.fusion-body .avada-select-parent .select-arrow,.fusion-body .avada-select-parent select,.gravity-select-parent .select-arrow,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.searchform .fusion-search-form-content .fusion-search-field input,.select-arrow,.select2-container .select2-selection .select2-selection__arrow,.select2-container--default .select2-dropdown .select2-search,.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container--default .select2-selection--single,.select2-dropdown,.woocommerce-checkout .select2-drop-active,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input[type=\"email\"],input[type=\"number\"],input[type=\"password\"],input[type=\"text\"],select,textarea{border-color:#d2d2d2;}.avada-contact-form .grecaptcha-badge{box-shadow:0 0 3px #d2d2d2!important;-webkit-box-shadow:0 0 3px #d2d2d2!important;-moz-box-shadow:0 0 3px #d2d2d2!important;}#bbpress-forums .bbp-search-form #bbp_search:focus ,#bbpress-forums .quicktags-toolbar:focus ,#bbpress-forums .wp-editor-container:focus ,#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus ,#calc_shipping_state_field .select2-selection__arrow:focus ,#comment-input input:focus ,#comment-textarea textarea:focus ,#wp-bbp_reply_content-editor-container:focus ,#wp-bbp_topic_content-editor-container:focus ,.avada-select .select2-container .select2-choice .select2-arrow:focus ,.avada-select .select2-container .select2-choice2 .select2-arrow:focus ,.avada-select .select2-container .select2-choice:focus ,.bbp-login-form input:focus ,.bbp-reply-form input#bbp_topic_tags:focus ,.bbp-topic-form input#bbp_topic_tags:focus ,.bbp-topic-form input#bbp_topic_title:focus ,.bbp-topic-form select#bbp_stick_topic_select:focus ,.bbp-topic-form select#bbp_topic_status_select:focus ,.chzn-container .chzn-drop:focus ,.chzn-container-single .chzn-single:focus ,.comment-form-comment textarea:focus ,.fusion-body .avada-select-parent .select-arrow:focus ,.fusion-body .avada-select-parent select:focus ,.gravity-select-parent .select-arrow:focus ,.input-text:focus ,.main-nav-search-form input:focus ,.post-password-form label input[type=\"password\"]:focus ,.search-page-search-form input:focus ,.searchform .fusion-search-form-content .fusion-search-field input:focus ,.select-arrow:focus ,.select2-container .select2-selection .select2-selection__arrow:focus ,.select2-container .select2-selection:focus .select2-selection__arrow,.select2-container--default .select2-dropdown .select2-search:focus ,.select2-container--default .select2-search--dropdown .select2-search__field:focus ,.select2-container--default .select2-selection--single:focus ,.select2-container--default.select2-container--open .select2-dropdown,.select2-container--default.select2-container--open .select2-dropdown .select2-search,.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field,.select2-container--default.select2-container--open .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,.select2-dropdown:focus ,.woocommerce-checkout .select2-drop-active:focus ,.wpcf7-captchar:focus ,.wpcf7-form .wpcf7-date:focus ,.wpcf7-form .wpcf7-number:focus ,.wpcf7-form .wpcf7-quiz:focus ,.wpcf7-form .wpcf7-select:focus ,.wpcf7-form .wpcf7-text:focus ,.wpcf7-form textarea:focus ,.wpcf7-select-parent .select-arrow:focus ,input.s:focus ,input[type=\"email\"]:focus ,input[type=\"number\"]:focus ,input[type=\"password\"]:focus ,input[type=\"text\"]:focus ,select:focus ,select:focus + .select-arrow,select:focus + .select2-arrow,textarea:focus {border-color:#d2d2d2;}select:focus + .select-arrow,select:focus + .select2-arrow{color:#d2d2d2;}#bbpress-forums .bbp-search-form #bbp_search,#bbpress-forums .quicktags-toolbar,#bbpress-forums .wp-editor-container,#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,#calc_shipping_state_field .select2-selection__arrow,#comment-input input,#comment-textarea textarea,#wp-bbp_reply_content-editor-container,#wp-bbp_topic_content-editor-container,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.bbp-login-form input,.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.fusion-body .avada-select-parent .select-arrow,.fusion-body .avada-select-parent select,.fusion-body .tribe-events-tickets .quantity,.fusion-search-form-classic .searchform .fusion-search-form-content,.gravity-select-parent .select-arrow,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.quantity,.search-page-search-form input,.searchform .fusion-search-form-content .fusion-search-field input,.select-arrow,.select2-container .select2-selection .select2-selection__arrow,.select2-container--default .select2-dropdown .select2-search,.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container--default .select2-selection--single,.select2-dropdown,.woocommerce-checkout .select2-drop-active,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input[type=\"email\"],input[type=\"number\"],input[type=\"password\"],input[type=\"tel\"],input[type=\"text\"],select,textarea{border-radius:0px;-webkit-border-radius:0px;}#bbpress-forums .bbp-search-form #bbp_search,#bbpress-forums .quicktags-toolbar,#bbpress-forums .wp-editor-container,#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,#calc_shipping_state_field .select2-selection__arrow,#comment-input input,#comment-textarea textarea,#wp-bbp_reply_content-editor-container,#wp-bbp_topic_content-editor-container,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.bbp-login-form input,.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.fusion-body .avada-select-parent .select-arrow,.fusion-body .avada-select-parent select,.fusion-body .tribe-events-tickets .quantity,.fusion-search-form-classic .searchform .fusion-search-form-content,.gravity-select-parent .select-arrow,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.quantity,.quantity .qty,.quantity .tribe-ticket-quantity,.search-page-search-form input,.searchform .fusion-search-form-content .fusion-search-field input,.select-arrow,.select2-container .select2-selection .select2-selection__arrow,.select2-container--default .select2-dropdown .select2-search,.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container--default .select2-selection--single,.select2-dropdown,.woocommerce-checkout .select2-drop-active,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input[type=\"email\"],input[type=\"number\"],input[type=\"password\"],input[type=\"tel\"],input[type=\"text\"],select,textarea{border-width:1px;}.avada-select-parent .select-arrow,.gravity-select-parent .select-arrow,.select-arrow,.wpcf7-select-parent .select-arrow{bottom:1px;border-top-left-radius:0;border-bottom-left-radius:0;right:1px;}.fusion-search-form-classic #bbpress-forums .bbp-search-form #bbp_search,.fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-field input{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-top-color:#d2d2d2;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:#d2d2d2;}.select2-container--default .select2-selection--single:focus .select2-selection__arrow b{border-top-color:#d2d2d2;}.select2-container--default.select2-container--open .select2-selection--single:focus .select2-selection__arrow b{border-bottom-color:#d2d2d2;}#bbpress-forums .bbp-search-form #bbp_search,#comment-input input,.avada-select .select2-container .select2-choice,.avada-shipping-calculator-form .avada-select-parent select,.bbp-login-form input,.bbp-reply-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_tags,.bbp-topic-form input#bbp_topic_title,.bbp-topic-form select#bbp_stick_topic_select,.bbp-topic-form select#bbp_topic_status_select,.cart-collaterals .avada-select-parent input,.cart-collaterals .form-row input,.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_postcode,.checkout .input-text:not(textarea),.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.coupon .input-text,.fusion-body .avada-select-parent select,.fusion-login-box .fusion-login-form input[type=password],.fusion-login-box .fusion-login-form input[type=text],.input-text:not(textarea),.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.searchform .fusion-search-form-content .fusion-search-field input,.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__arrow,.shipping-calculator-form .avada-select-parent select,.woocommerce-checkout .select2-drop-active,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,input.s,input[type=\"email\"],input[type=\"number\"],input[type=\"password\"],input[type=\"text\"],select{height:45px;padding-top:0;padding-bottom:0;}.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.searchform .fusion-search-form-content .fusion-search-button input[type=\"submit\"]{height:45px;width:45px;line-height:45px;}.fusion-search-form-clean #bbpress-forums .bbp-search-form #bbp_search,.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-field input{padding-left:45px;}.select2-container .select2-choice > .select2-chosen,.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:45px;}.select-arrow,.select2-arrow{color:#d2d2d2;}.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents{width:calc(250px + 1.43 * 45px);}.fusion-page-title-bar .fusion-page-title-row h1{font-size:18px;line-height:1;}.fusion-portfolio-content-wrapper .fusion-portfolio-content{text-align:left;}.fusion-portfolio-boxed .fusion-portfolio-content{padding:25px 25px 25px 25px;}.fusion-portfolio-boxed.fusion-portfolio-element .fusion-portfolio-content{padding:25px 25px 25px 25px;}.fusion-portfolio-content .fusion-portfolio-meta{font-size:20px;}body.has-sidebar #content{width:calc(100% - 25% - 80px);}body.has-sidebar #main .sidebar{width:25%;}body.has-sidebar.double-sidebars #content{width:calc(100% - 22% - 22% - 40px - 40px);margin-left:calc(22% + 40px);}body.has-sidebar.double-sidebars #main #sidebar{width:22%;margin-left:calc(40px - 100% + 22%);}body.has-sidebar.double-sidebars #main #sidebar-2{width:22%;margin-left:40px;}#main .fusion-sticky-sidebar .fusion-sidebar-inner-content,#main .sidebar:not( .fusion-sticky-sidebar ){background-color:rgba(255,255,255,0);}#main .sidebar{padding:0;}#main .sidebar.fusion-sticky-sidebar .fusion-sidebar-inner-content{padding:0;}.fusion-single-sharing-box{background-color:#fdf9e2;}.fusion-blog-layout-masonry .fusion-post-content-wrapper{background-color:rgb(255,255,255);}.fusion-portfolio-layout-masonry{margin:-6px;;}.fusion-portfolio-layout-masonry .fusion-portfolio-content{padding:20px 0;background-color:rgb(255,255,255);}.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .post,.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,.products li.product{background-color:rgba(255,255,255,0);}.fusion-blog-layout-grid .post .flexslider,.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .fusion-timeline-arrow,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-layout-timeline .fusion-timeline-line,.fusion-blog-layout-timeline .post,.fusion-blog-layout-timeline .post .flexslider,.fusion-blog-timeline-layout .post,.fusion-blog-timeline-layout .post .flexslider,.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,.product-buttons,.product-buttons-container,.products li{border-color:#ebeaea;}.fusion-blog-layout-grid .post .fusion-content-sep,.fusion-blog-layout-timeline .post .fusion-content-sep,.fusion-blog-timeline-layout .post .fusion-content-sep,.fusion-body .product .fusion-content-sep,.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep{border-color:#e0dede;}.fusion-blog-layout-timeline .fusion-timeline-circle,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-timeline-layout .fusion-timeline-circle,.fusion-blog-timeline-layout .fusion-timeline-date{background-color:#ebeaea;}.fusion-blog-timeline-layout .fusion-timeline-arrow,.fusion-blog-timeline-layout .fusion-timeline-icon,.fusion-timeline-arrow,.fusion-timeline-icon{color:#ebeaea;}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,#bbpress-forums .bbp-search-results .bbp-forum-header,#bbpress-forums .bbp-search-results .bbp-topic-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums li.bbp-header,div.bbp-template-notice,div.indicator-hint{background:#ebeaea;}#bbpress-forums .forum-titles li,.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-search-results .bbp-forum-header .bbp-forum-permalink:before,.bbp-search-results .bbp-forum-header .bbp-forum-post-date,.bbp-search-results .bbp-forum-header .bbp-forum-title a,.bbp-search-results .bbp-forum-header .bbp-forum-title h3,.bbp-search-results .bbp-reply-header .bbp-reply-to,.bbp-search-results .bbp-reply-header .bbp-reply-to a,.bbp-search-results .bbp-reply-header .bbp-topic-title-meta,.bbp-search-results .bbp-reply-header .bbp-topic-title-meta a,.bbp-topic-header a.bbp-topic-permalink,span.bbp-admin-links,span.bbp-admin-links a{color:#747474;}#bbpress-forums .bbp-replies div.even{background:transparent;}#bbpress-forums #bbp-single-user-details,#bbpress-forums .bbp-search-results .bbp-forum-content,#bbpress-forums .bbp-search-results .bbp-topic-content,#bbpress-forums div.bbp-reply-author .bbp-reply-post-date,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-tags a,#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic,#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics,.bbp-arrow,div.bbp-template-notice,div.indicator-hint{border-color:#ebeaea;}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:rgba(178,7,126,0.2)!important;}#posts-container .fusion-blog-layout-grid{margin:-20px -20px 0 -20px;}#posts-container .fusion-blog-layout-grid .fusion-post-grid{padding:20px;}.quicktags-toolbar input{background:linear-gradient(to top, #ffffff, #ffffff ) #3E3E3E;background:-webkit-linear-gradient(to top, #ffffff, #ffffff ) #3E3E3E;background:-moz-linear-gradient(to top, #ffffff, #ffffff ) #3E3E3E;background:-ms-linear-gradient(to top, #ffffff, #ffffff ) #3E3E3E;background:-o-linear-gradient(to top, #ffffff, #ffffff ) #3E3E3E;background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);border:1px solid #d2d2d2;color:#aaa9a9;font-size:13px;}.quicktags-toolbar input:hover{background:#ffffff;}.ei-slider{width:100%;height:400px;}.woocommerce form.checkout #order_review,.woocommerce form.checkout #order_review_heading,.woocommerce form.checkout .col-2{display:none;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before{font-size:21px;line-height:2.41;color:#ffffff;}.fusion-modal h1,.fusion-page-title-bar h1,.fusion-title h1,.fusion-widget-area h1,.post-content h1,.search-page-search-form h1,.woocommerce-success-message .msg{font-family:\"Shadows Into Light Two\", Arial, Helvetica, sans-serif;font-weight:400;line-height:1;letter-spacing:-1px;font-style:normal;}.fusion-modal h1,.fusion-widget-area h1,.post-content h1,.search-page-search-form h1{font-size:60px;}.fusion-modal h1,.fusion-post-content h1,.fusion-widget-area h1,.post-content h1,.search-page-search-form h1,.title h1,.woocommerce-message,.woocommerce-success-message .msg{color:#b2077e;}#bbpress-forums #bbp-user-wrapper h2.entry-title,#main .post h2,#main .reading-box h2,#main h2,.cart-empty,.ei-title h2,.fusion-modal h2,.fusion-title h2,.fusion-widget-area h2,.main-flex .slide-content h2,.post-content h2,.title h2{font-family:\"Shadows Into Light Two\", Arial, Helvetica, sans-serif;font-weight:400;line-height:1;letter-spacing:-1px;font-style:normal;}#bbpress-forums #bbp-user-wrapper h2.entry-title,#main .fusion-portfolio h2,#main .post h2,#wrapper  #main .post h2,#wrapper #main .post-content .fusion-title h2,#wrapper #main .post-content .title h2,#wrapper .fusion-title h2,#wrapper .post-content h2,#wrapper .title h2,#wrapper .woocommerce .checkout h3,.fusion-modal h2,.fusion-widget-area h2,.woocommerce .checkout h3,h2.entry-title{font-size:48px;}#bbpress-forums #bbp-user-wrapper h2.entry-title,#main .post h2,.cart-empty,.fusion-modal h2,.fusion-post-content h2,.fusion-title h2,.fusion-widget-area h2,.post-content h2,.search-page-search-form h2,.title h2,.woocommerce .checkout h3,.woocommerce h2,.woocommerce-tabs h2{color:#b2077e;}.fusion-author .fusion-author-title,.fusion-header-tagline,.fusion-modal .modal-title,.fusion-modal h3,.fusion-pricing-table .pricing-row,.fusion-pricing-table .title-row,.fusion-title h3,.fusion-widget-area h3,.main-flex .slide-content h3,.post-content h3,.project-content h3,.related.products h3,.sidebar .widget h3,.upsells.products h3,.woocommerce-container .product-title,.woocommerce-tabs .entry-content h3,body #wrapper h2.woocommerce-loop-category__title{font-family:\"Open Sans Condensed\", Arial, Helvetica, sans-serif;font-weight:300;line-height:1.5;letter-spacing:0px;font-style:normal;}.fusion-author .fusion-author-title,.fusion-modal .modal-title,.fusion-modal h3,.fusion-widget-area h3,.post-content h3,.project-content h3,.woocommerce-container .product-title,body #wrapper h2.woocommerce-loop-category__title,p.woocommerce-store-notice{font-size:30px;}.fusion-author .fusion-author-title,.fusion-modal h3,.fusion-post-content h3,.fusion-title h3,.fusion-widget-area h3,.person-author-wrapper span,.post-content h3,.project-content h3,.related.products h3,.sidebar .widget h3,.title h3,.upsells.products h3,.woocommerce-container .product-title,.woocommerce-tabs .entry-content h3,body #wrapper h2.woocommerce-loop-category__title{color:#595f6b;}#tribe-events-content .tribe-events-tooltip .entry-title,#tribe-events-content .tribe-events-tooltip .tribe-event-title,.fusion-accordian .panel-heading a,.fusion-accordian .panel-title,.fusion-carousel-title,.fusion-flip-boxes .fusion-flip-box .flip-box-heading-back,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,.fusion-megamenu-title,.fusion-modal h4,.fusion-person .person-desc .person-author .person-author-wrapper,.fusion-tabs .nav-tabs  li .fusion-tab-heading,.fusion-tabs-widget .fusion-tabs-nav ul li a,.fusion-title h4,.fusion-widget-area h4,.popover .popover-title,.post-content h4,.project-content .project-info h4,.share-box h4,.tribe-block__tickets__registration__tickets__header,table th{font-family:\"Open Sans Condensed\", Arial, Helvetica, sans-serif;font-weight:300;line-height:1.5;letter-spacing:0px;font-style:normal;}#reviews #comments > h2,#tribe-events-content .tribe-events-tooltip .entry-title,#tribe-events-content .tribe-events-tooltip .tribe-event-title,.fusion-accordian .panel-title,.fusion-carousel-title,.fusion-flip-boxes .fusion-flip-box .flip-box-heading-back,.fusion-modal h4,.fusion-person .person-author-wrapper .person-name,.fusion-person .person-author-wrapper .person-title,.fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-sharing-box h4,.fusion-tabs .nav-tabs > li .fusion-tab-heading,.fusion-tabs-widget .fusion-tabs-nav ul li a,.fusion-widget-area h4,.person-author-wrapper,.popover .popover-title,.post-content h4,.tribe-block__tickets__registration__tickets__header{font-size:20px;}.fusion-accordian .panel-title a,.fusion-carousel-title,.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a,.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box,.fusion-modal h4,.fusion-post-content h4,.fusion-tabs .nav-tabs > li .fusion-tab-heading,.fusion-title h4,.fusion-widget-area h4,.post-content h4,.project-content .project-info h4,.share-box h4,.title h4{color:#595f6b;}.project-content .project-info .project-terms,.project-info-box span{line-height:1.5;}.fusion-modal h5,.fusion-title h5,.fusion-widget-area h5,.post-content h5{font-family:\"Open Sans Condensed\", Arial, Helvetica, sans-serif;font-weight:300;line-height:1.5;letter-spacing:0px;font-style:normal;}.fusion-modal h5,.fusion-widget-area h5,.post-content h5{font-size:12px;}.fusion-modal h5,.fusion-post-content h5,.fusion-title h5,.fusion-widget-area h5,.post-content h5,.title h5{color:#595f6b;}.fusion-modal h6,.fusion-title h6,.fusion-widget-area h6,.post-content h6{font-family:\"Open Sans Condensed\", Arial, Helvetica, sans-serif;font-weight:300;line-height:1.55;letter-spacing:0px;font-style:normal;}.fusion-modal h6,.fusion-widget-area h6,.post-content h6{font-size:11px;}.fusion-modal h6,.fusion-post-content h6,.fusion-title h6,.fusion-widget-area h6,.post-content h6,.title h6{color:#595f6b;}.fusion-title-size-one,h1{margin-top:0.67em;margin-bottom:0.67em;}.fusion-title-size-two,h2{margin-top:0em;margin-bottom:.25em;}.fusion-title-size-three,h3{margin-top:.5em;margin-bottom:.5em;}.fusion-title-size-four,h4{margin-top:1.33em;margin-bottom:0em;}.fusion-title-size-five,h5{margin-top:1.67em;margin-bottom:0em;}.fusion-title-size-six,h6{margin-top:2.33em;margin-bottom:0em;}.woocommerce-Address-title{margin-bottom:.5em;}#side-header .fusion-logo,.fusion-header .fusion-logo{margin-top:31px;margin-right:0px;margin-bottom:31px;margin-left:0px;}.fusion-header-wrapper .fusion-row{padding-left:0px;padding-right:0px;max-width:1170px;}.fusion-header-v2 .fusion-header,.fusion-header-v3 .fusion-header,.fusion-header-v4 .fusion-header,.fusion-header-v5 .fusion-header{border-bottom-color:#e5e0c5;}#side-header .fusion-secondary-menu-search-inner{border-top-color:#e5e0c5;}.fusion-header .fusion-row{padding-top:0px;padding-bottom:0px;}.fusion-secondary-header{background-color:#b2077e;font-size:16px;color:#747474;border-bottom-color:#e5e0c5;}.fusion-secondary-header a,.fusion-secondary-header a:hover{color:#747474;}.fusion-header-v2 .fusion-secondary-header{border-top-color:#b2077e;}.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft{border-bottom-color:#e5e0c5;}.fusion-header-tagline{font-size:16px;color:#595f6b;}.fusion-mobile-menu-sep,.fusion-secondary-main-menu{border-bottom-color:#e5e0c5;}#side-header{width:0px;}#side-header .side-header-background-image{width:0px;}#side-header .side-header-background-color{width:0px;}#side-header .side-header-border{width:0px;border-color:#e5e0c5;}.side-header-wrapper{padding-top:0px;padding-bottom:0px;}#side-header .side-header-content{padding-left:0px;padding-right:0px;}#side-header .fusion-main-menu > ul > li > a{padding-left:0px;padding-right:0px;border-top-color:#e5e0c5;border-bottom-color:#e5e0c5;text-align:left;min-height:149px;}.side-header-left .fusion-main-menu > ul > li > a > .fusion-caret{right:0px;}.side-header-right .fusion-main-menu > ul > li > a > .fusion-caret{left:0px;}#side-header .fusion-main-menu > ul > li > a.fusion-flex-link,#side-header .fusion-main-menu > ul > li.fusion-menu-item-button > a{justify-content:left;}#side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,#side-header .fusion-main-menu > ul > li.current-menu-item > a{color:#d5239f;border-right-color:#d5239f;border-left-color:#d5239f;}body.side-header-left #side-header .fusion-main-menu > ul > li > ul{left:-1px;}body.side-header-left #side-header .fusion-main-menu .fusion-custom-menu-item-contents{left:-1px;}#side-header .fusion-secondary-menu > ul > li > a,#side-header .side-header-content-1,#side-header .side-header-content-2{color:#747474;font-size:16px;}.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a{border-right-width:2px;}.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-item > a{border-left-width:2px;}.side-header-right #side-header .fusion-main-menu .fusion-menu-cart-items,.side-header-right #side-header .fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents,.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu,.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu li ul,.side-header-right #side-header .fusion-main-menu ul .fusion-menu-login-box .sub-menu{left:-180px;}.fusion-main-menu > ul > li{padding-right:45px;}.fusion-main-menu > ul > li > a{border-top:2px solid transparent;height:149px;line-height:147px;}.fusion-megamenu-icon img{max-height:16px;}.fusion-header-wrapper:not(.fusion-is-sticky) .fusion-main-menu > ul > li > a.fusion-flex-link{line-height:1 !important;}.fusion-is-sticky .fusion-main-menu>ul>li>a.fusion-flex-link{display:block;}.fusion-is-sticky .fusion-main-menu > ul > li > a > .fusion-megamenu-icon{font-size:14px;}.fusion-main-menu > ul > li > a > .fusion-megamenu-icon{padding-right:0.45em;font-size:16px;color:#595f6b;}.fusion-is-sticky .fusion-main-menu .current-menu-ancestor > a > .fusion-megamenu-icon,.fusion-is-sticky .fusion-main-menu .current-menu-item > a > .fusion-megamenu-icon,.fusion-is-sticky .fusion-main-menu .current-menu-parent > a > .fusion-megamenu-icon,.fusion-is-sticky .fusion-main-menu .current_page_item > a > .fusion-megamenu-icon,.fusion-is-sticky .fusion-main-menu > ul > li > a:hover > .fusion-megamenu-icon,.fusion-main-menu .current-menu-ancestor > a > .fusion-megamenu-icon,.fusion-main-menu .current-menu-item > a > .fusion-megamenu-icon,.fusion-main-menu .current-menu-parent > a > .fusion-megamenu-icon,.fusion-main-menu .current_page_item > a > .fusion-megamenu-icon,.fusion-main-menu > ul > li > a:hover > .fusion-megamenu-icon{color:#b2077e;}.fusion-main-menu > ul > li > a > .fusion-megamenu-image > img{width:26px;height:16px;}.fusion-main-menu .fusion-widget-cart-counter > a:before,.fusion-main-menu > ul > li > a{color:#333333;}.fusion-main-menu > ul > li > a .fusion-menu-description{font-size:12.8px;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;letter-spacing:0px;color:rgba(51,51,51,0.65);}.fusion-body .fusion-main-menu .current-menu-ancestor > a .fusion-menu-description,.fusion-body .fusion-main-menu .current-menu-item > a .fusion-menu-description,.fusion-body .fusion-main-menu .current-menu-parent > a .fusion-menu-description,.fusion-body .fusion-main-menu .current_page_item > a .fusion-menu-description,.fusion-body .fusion-main-menu > ul > li > a:hover .fusion-menu-description{color:rgba(213,35,159,0.65);}.fusion-is-sticky .fusion-main-menu > ul > li > a .fusion-menu-description{display:none;}.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:hover:before,.fusion-is-sticky .fusion-main-menu > ul > li > a:hover,.fusion-is-sticky .fusion-main-menu > ul > li.current-menu-item > a,.fusion-main-menu .fusion-widget-cart-counter > a:hover:before,.fusion-main-menu > ul > li > a:hover{color:#d5239f;}.fusion-main-menu > ul > li > a:hover{border-color:#d5239f;}.fusion-main-menu > ul > .fusion-menu-item-button > a:hover{border-color:transparent;}.fusion-widget-cart-number{background-color:#d5239f;color:#333333;}.fusion-widget-cart-counter a:hover:before{color:#d5239f;}.ua-ie-11 #side-header .fusion-main-menu > ul > li > .fusion-flex-link{height:149px;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;}.fusion-body .fusion-main-menu .current-menu-ancestor > a,.fusion-body .fusion-main-menu .current-menu-item > a,.fusion-body .fusion-main-menu .current-menu-item:not(.fusion-main-menu-cart) > a:before,.fusion-body .fusion-main-menu .current-menu-parent > a,.fusion-body .fusion-main-menu .current_page_item > a{color:#d5239f;border-color:#d5239f;}.fusion-main-menu .fusion-main-menu-icon:after,.fusion-main-menu .fusion-widget-cart-counter > a:before{color:#333333;}.fusion-main-menu .fusion-menu-cart-checkout-link a:hover,.fusion-main-menu .fusion-menu-cart-checkout-link a:hover:before,.fusion-main-menu .fusion-menu-cart-link a:hover,.fusion-main-menu .fusion-menu-cart-link a:hover:before{color:#d5239f;}.fusion-main-menu .fusion-main-menu-icon:after,.fusion-main-menu .fusion-widget-cart-counter > a .fusion-widget-cart-number,.fusion-main-menu .fusion-widget-cart-counter > a:before{height:16px;width:16px;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:hover:after,.fusion-main-menu .fusion-main-menu-icon:hover:after{color:#d5239f;}.fusion-body .fusion-main-menu .fusion-widget-cart-counter .fusion-main-menu-icon-active:before,.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon-active:after,.fusion-is-sticky .fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after,.fusion-is-sticky .fusion-main-menu .fusion-menu .fusion-main-menu-icon-active:after,.fusion-main-menu .fusion-icon-sliding-bar.fusion-main-menu-icon-active:before,.fusion-main-menu .fusion-main-menu-icon-active:after,.fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after,.woocommerce-cart .fusion-main-menu-cart .fusion-main-menu-icon:after,.woocommerce-cart .fusion-main-menu-cart .fusion-main-menu-icon:before{color:#d5239f;}.fusion-main-menu .sub-menu{background-color:#f2efef;width:180px;border-top:3px solid #d5239f;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;}.fusion-main-menu .sub-menu ul{top:-3px;left:180px;}.fusion-main-menu .fusion-dropdown-menu .sub-menu li a{border-bottom:1px solid #dcdadb;}.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,.fusion-main-menu .sub-menu li a,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled{padding-top:9px;padding-bottom:9px;color:#333333;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:16px;}.sub-menu .fusion-caret{top:9px;}.fusion-main-menu .fusion-main-menu-cart{font-size:16px;}.fusion-main-menu .sub-menu li a:hover{background-color:#f8f8f8;}.fusion-main-menu .fusion-menu-login-box-register{color:#333333;}.fusion-main-menu .sub-menu .current-menu-item > a,.fusion-main-menu .sub-menu .current-menu-parent > a,.fusion-main-menu .sub-menu .current_page_item > a{background-color:#f8f8f8;}.fusion-main-menu .fusion-custom-menu-item-contents{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;}.fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents,.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents,.fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents{background-color:#f2efef;border-color:#dcdadb;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons{font-size:20px;margin:0 -22.5px;}.fusion-header-has-flyout-menu .fusion-widget-cart-number{min-width:20px;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle{height:18px;width:30px;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon{height:18px;width:18px;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line{height:2px;width:30px;background-color:#333333;}.fusion-body .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line{height:2px;}.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line{width:24px;}.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line{width:24px;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper,.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle,.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-sliding-bar-toggle{padding:0 23px;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:before{color:#333333;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#a0ce4e;}.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#a0ce4e;}.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before{color:#333333;}.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#d5239f;}.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line{background-color:#333333;}.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#d5239f;}.fusion-header-has-flyout-menu .fusion-flyout-menu-bg{background-color:rgba(255,255,255,0.95);}#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s{color:#333333;border-color:#333333;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;}#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-webkit-input-placeholder{color:#333333;}#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-moz-placeholder{color:#333333;}#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s:-moz-placeholder{color:#333333;}#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s:-ms-input-placeholder{color:#333333;}.fusion-header-has-flyout-menu .fusion-flyout-menu > ul > li{padding:16px 0;}#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s{color:#333333;border-color:#333333;font-family:\"Open Sans\";}#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s::-webkit-input-placeholder{color:#333333;}#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s::-moz-placeholder{color:#333333;}#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s:-moz-placeholder{color:#333333;}#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s:-ms-input-placeholder{color:#333333;}.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before{color:#333333;}.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#b2077e;}.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#b2077e;}.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line{background-color:#333333;}.fusion-header-has-flyout-menu .fusion-flyout-menu,.fusion-header-has-flyout-menu .fusion-flyout-menu-bg,.fusion-header-has-flyout-menu .fusion-flyout-search{top:-1000%;transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-webkit-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-moz-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-ms-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-o-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;}.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg,.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu,.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search{top:0;transition:opacity 0.4s ease 0s, top 0s ease 0s;-webkit-transition:opacity 0.4s ease 0s, top 0s ease 0s;-moz-transition:opacity 0.4s ease 0s, top 0s ease 0s;-ms-transition:opacity 0.4s ease 0s, top 0s ease 0s;-o-transition:opacity 0.4s ease 0s, top 0s ease 0s;}.fusion-secondary-menu > ul > li{border-color:#efefef;}.fusion-secondary-menu > ul > li > a{height:20px;}.fusion-secondary-menu .sub-menu, .fusion-secondary-menu .fusion-custom-menu-item-contents{width:180px;}.fusion-secondary-menu .fusion-secondary-menu-icon{min-width:180px;}.fusion-secondary-menu .sub-menu{background-color:#ffffff;border-color:#e5e5e5;}.fusion-secondary-menu .sub-menu a{border-color:#e5e5e5;color:#747474;}.fusion-secondary-menu .sub-menu a:hover{background-color:#fafafa;color:#333333;}.fusion-secondary-menu > ul > li > .sub-menu .sub-menu{left:178px;}.fusion-secondary-menu .fusion-custom-menu-item-contents{background-color:#ffffff;border-color:#e5e5e5;color:#747474;}.fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-secondary-menu .fusion-secondary-menu-icon:hover{color:#333333;}.fusion-secondary-menu .fusion-menu-cart-items a{color:#747474;}.fusion-secondary-menu .fusion-menu-cart-item a{border-color:#e5e5e5;}.fusion-secondary-menu .fusion-menu-cart-item a:hover{background-color:#fafafa;color:#333333;}.fusion-secondary-menu .fusion-menu-cart-checkout{background-color:#fde044;}.fusion-secondary-menu .fusion-menu-cart-checkout a:before{color:#747474;}.fusion-secondary-menu .fusion-menu-cart-checkout a:hover,.fusion-secondary-menu .fusion-menu-cart-checkout a:hover:before{color:#333333;}.fusion-secondary-menu-icon{background-color:#fde044;color:#333333;}.fusion-secondary-menu-icon:after,.fusion-secondary-menu-icon:before{color:#333333;}.fusion-contact-info{line-height:20px;}.fusion-menu-cart-items{width:180px;font-size:12px;}.fusion-menu-cart-items a{color:#333333;}.fusion-menu-cart-item a{border-color:#dcdadb;}.fusion-menu-cart-item a:hover{background-color:#f8f8f8;}.fusion-menu-cart-checkout{background-color:#fde044;}.fusion-menu-cart-checkout a:before{color:#333333;}.fusion-megamenu-holder{border-top-width:3px;border-color:#d5239f;background-color:#f2efef;}.fusion-megamenu-wrapper .fusion-megamenu-border,.fusion-megamenu-wrapper .fusion-megamenu-submenu,.rtl .fusion-megamenu-wrapper .fusion-megamenu-submenu:last-child{border-color:#dcdadb;}.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a{padding-top:5px;padding-bottom:5px;}.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover{background-color:#f8f8f8;color:#333333;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:16px;}.fusion-megamenu-title{font-size:18px;color:#333333;}.fusion-megamenu-title a{color:#333333;}.fusion-megamenu-bullet{border-left-color:#333333;}.fusion-megamenu-widgets-container{color:#333333;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:16px;}.fusion-header-wrapper.fusion-is-sticky .fusion-header,.fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu{background-color:#ffffff;}.fusion-is-sticky .fusion-main-menu > ul > li{padding-right:45px;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:after,.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:before,.fusion-is-sticky .fusion-main-menu > ul > li > a,.fusion-is-sticky .fusion-main-menu > ul > li > a .fusion-menu-description{color:#595f6b;}.fusion-is-sticky .fusion-main-menu > ul > li > a{font-size:14px;}.fusion-mobile-nav-holder > ul li .fusion-icon-only-link .menu-text,.fusion-mobile-nav-holder > ul li a{font-family:\"Open Sans\";font-weight:400;font-style:normal;}.fusion-mobile-selector{background-color:#e6e5df;border-color:#f1f0ec;font-size:12px;height:45px;line-height:45px;color:#333333;}.fusion-body .fusion-mobile-nav-holder .fusion-selector-down{height:43px;line-height:43px;border-color:#f1f0ec;}.fusion-selector-down:before{color:#b2077e;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul,.fusion-mobile-nav-holder > ul{border-color:#f1f0ec;}.fusion-mobile-nav-item .fusion-open-submenu{color:#333333;}.fusion-mobile-nav-item a{color:#333333;line-height:45px;background-color:#e6e5df;border-color:#f1f0ec;height:45px;}.fusion-mobile-current-nav-item > a,.fusion-mobile-nav-item a:hover,.fusion-mobile-nav-item.current-menu-item > a{background-color:#ebeae5;color:#b2077e;}.fusion-mobile-nav-item.fusion-main-menu-sliding-bar a:after{color:#333333;}.fusion-mobile-nav-item a, .fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a{font-size:12px;letter-spacing:0px;}.fusion-mobile-nav-item a:before{color:#333333;}.fusion-mobile-menu-icons{margin-top:0px;}.fusion-header-has-flyout-menu .fusion-flyout-mobile-menu-icons{margin-top:0px;}.fusion-mobile-menu-icons a,.fusion-mobile-menu-icons a:after,.fusion-mobile-menu-icons a:before{color:#b2077e;}.fusion-open-submenu{font-size:12px;height:45px;line-height:45px;}.fusion-open-submenu:hover{color:#b2077e;}.fusion-sharing-box h4{color:#333333;}.fusion-social-links-header .fusion-social-networks a{font-size:18px;}.fusion-social-links-header .fusion-social-networks.boxed-icons a{padding:10px;width:calc(18px + (2 * 10px) + 2px);}.fusion-social-links-footer .fusion-social-networks a{font-size:16px;}.fusion-social-links-footer .fusion-social-networks.boxed-icons a{padding:8px;width:calc(16px + (2 * 8px) + 2px);}.order-dropdown{color:#333333;}.order-dropdown > li:after{border-color:#dbdbdb;}.order-dropdown a,.order-dropdown a:hover{color:#333333;}.order-dropdown .current-li,.order-dropdown ul li a{background-color:#fbfaf9;border-color:#dbdbdb;}.order-dropdown ul li a:hover{color:#333333;background-color:#ffffff;}.catalog-ordering .order li a{color:#333333;background-color:#fbfaf9;border-color:#dbdbdb;}.fusion-grid-list-view{border-color:#dbdbdb;}.fusion-grid-list-view li{background-color:#fbfaf9;border-color:#dbdbdb;}.fusion-grid-list-view a{color:#333333;}.fusion-grid-list-view li:hover{color:#333333;background-color:#ffffff;}.fusion-grid-list-view li.active-view{background-color:#ffffff;}.fusion-grid-list-view li.active-view a i{color:#333333;}.woocommerce-info:before,.woocommerce-message:before{margin-left:-17px;}.woocommerce-info,.woocommerce-message{padding-left:17px;background-color:#ffffff;border-top:1px solid rgba(128,128,128,1);border-bottom:1px solid rgba(128,128,128,1);color:rgba(128,128,128,1);}.ua-mobile .avada-not-responsive #slidingbar-area.fusion-sliding-bar-position-top{width:1170px;}.ua-mobile .avada-not-responsive #slidingbar-area.fusion-sliding-bar-position-bottom{width:1170px;}body,html{background-color:#ffffff;}.fusion-header{background-color:#ffffff;}.fusion-arrow-svg path{fill:#ffffff;}.fusion-secondary-main-menu{background-color:#ffffff;}.rev_slider_wrapper{position:relative;}.avada-skin-rev{border-top:1px solid #d2d3d4;border-bottom:1px solid #d2d3d4;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;}.tparrows{border-radius:0;-webkit-border-radius:0;}.tp-bullets .bullet.last{clear:none;}#main{padding-top:55px;padding-bottom:0px;}.width-100 .nonhundred-percent-fullwidth{margin-left:-30px;margin-right:-30px;}.woocommerce-invalid:after{content:Please enter correct details for this required field.;}.side-header-left .fusion-footer-parallax,body.side-header-left #wrapper{margin-left:325px;}.side-header-right .fusion-footer-parallax,body.side-header-right #wrapper{margin-right:325px;}body.side-header-left #side-header #nav .cart-contents,body.side-header-left #side-header #nav .login-box,body.side-header-left #side-header #nav .main-nav-search-form,body.side-header-left #side-header #nav > ul > li > ul{left:324px;}.layout-wide-mode .fusion-header-wrapper .fusion-row{max-width:100%;}body.avada-not-responsive{min-width:1170px;}.fusion-flexslider .flex-direction-nav a,.fusion-flexslider.flexslider-attachments .flex-direction-nav a,.fusion-flexslider.flexslider-posts .flex-direction-nav a,.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,.fusion-slider-sc .flex-direction-nav a,.woocommerce-product-gallery .flex-direction-nav a{width:30px;height:30px;line-height:30px;font-size:14px;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev{width:30px;width:30px;width:30px;height:30px;height:30px;height:30px;margin-top:-15px;margin-top:-15px;margin-top:-15px;background-color:rgba(0,0,0,.6);}.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before{line-height:30px;line-height:30px;line-height:30px;font-size:14px;font-size:14px;font-size:14px;}.bbp-pagination .bbp-pagination-links a.inactive,.bbp-topic-pagination .page-numbers,.page-links a,.pagination a.inactive,.woocommerce-pagination .page-numbers{padding:2px 6px;}.bbp-pagination .bbp-pagination-links .current,.page-links > .page-number,.pagination .current,.woocommerce-pagination .current{padding:2px 6px;}.bbp-pagination-links span.dots,.fusion-hide-pagination-text .bbp-pagination .bbp-pagination-links .pagination-next,.fusion-hide-pagination-text .bbp-pagination .bbp-pagination-links .pagination-prev,.fusion-hide-pagination-text .pagination .pagination-next,.fusion-hide-pagination-text .pagination .pagination-prev,.fusion-hide-pagination-text .woocommerce-pagination .next,.fusion-hide-pagination-text .woocommerce-pagination .prev{padding:2px 6px;}.wpcf7-form .wpcf7-mail-sent-ng,.wpcf7-form .wpcf7-validation-errors{background-color:#f2dede;border:1px solid rgba(166,66,66,1);color:rgba(166,66,66,1);}.wpcf7-form .wpcf7-mail-sent-ok{background-color:#dff0d8;border:1px solid rgba(92,163,64,1);color:rgba(92,163,64,1);}.woocommerce-error li{background-color:#f2dede;border:1px solid rgba(166,66,66,1);color:rgba(166,66,66,1);}.validate-required.woocommerce-invalid .select2-selection--single,.validate-required.woocommerce-invalid input{box-shadow:inset 3px 0 0 rgba(166,66,66,1)!important;-webkit-box-shadow:inset 3px 0 0 rgba(166,66,66,1)!important;-moz-box-shadow:inset 3px 0 0 rgba(166,66,66,1)!important;}.validate-required.woocommerce-validated .select2-selection--single,.validate-required.woocommerce-validated input{box-shadow:inset 3px 0 0 rgba(92,163,64,1)!important;-webkit-box-shadow:inset 3px 0 0 rgba(92,163,64,1)!important;-moz-box-shadow:inset 3px 0 0 rgba(92,163,64,1)!important;}div.bbp-template-notice,div.indicator-hint{background:#ffffff;border:1px solid rgba(128,128,128,1);}.fusion-alert.alert-info,.tribe-events-notices{background-color:#ffffff;border-color:rgba(128,128,128,1);color:rgba(128,128,128,1);}.alert-danger{background-color:#f2dede;border-color:rgba(166,66,66,1);color:rgba(166,66,66,1);}.alert-success{background-color:#dff0d8;border-color:rgba(92,163,64,1);color:rgba(92,163,64,1);}.alert-warning{background-color:#fcf8e3;border-color:rgba(217,185,23,1);color:rgba(217,185,23,1);}.fusion-faq-shortcode .fusion-accordian .panel-title a .fa-fusion-box{background-color:#333333;}.fusion-faq-shortcode .fusion-accordian .panel-title .active .fa-fusion-box{background-color:#b2077e;}.fusion-faq-shortcode .fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#b2077e !important;}.fusion-faq-shortcode .fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a,.fusion-faq-shortcode .fusion-accordian .panel-title a:hover{color:#b2077e;}.fusion-filters .fusion-filter.fusion-active a{color:#b2077e;color:#b2077e;color:#b2077e;border-color:#b2077e;border-color:#b2077e;border-color:#b2077e;}.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper{border-color:#ebeaea;}.fusion-counters-box .content-box-percentage{color:#b2077e;}.fusion-title .title-sep,.fusion-title.sep-underline{border-color:#b2077e;}.fusion-sharing-box .fusion-social-networks a{font-size:18px;}.fusion-sharing-box .fusion-social-networks.boxed-icons a{padding:10px;}.fusion-builder-row.fusion-row{max-width:1170px;}.fusion-scroll-section-nav{background-color:rgba(0,0,0,0.2);}.fusion-scroll-section-link-bullet{background-color:#eeeeee;}.fusion-flexslider .flex-direction-nav .flex-next,.fusion-flexslider .flex-direction-nav .flex-prev{background-color:rgba(0,0,0,.6);}.fusion-flexslider .flex-direction-nav .flex-next:hover,.fusion-flexslider .flex-direction-nav .flex-prev:hover{background-color:rgba(0,0,0,.7);}.fusion-flexslider .flex-direction-nav a,.fusion-flexslider.flexslider-attachments .flex-direction-nav a,.fusion-flexslider.flexslider-posts .flex-direction-nav a,.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,.fusion-slider-sc .flex-direction-nav a{width:30px;height:30px;line-height:30px;}.fusion-testimonials .author:after{border-top-color:rgba(255,255,255,0);}.fusion-testimonials .review blockquote q{background-color:rgba(255,255,255,0);color:#595f6b;}.fusion-reading-box-container .reading-box{background-color:#f6f6f6;border-color:#b2077e;}.fusion-social-links .boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon{width:calc(18px + (2 * 10px) + 2px);}.fusion-social-links .fusion-social-networks.boxed-icons a{padding:10px;}.fusion-social-links .fusion-social-networks a{font-size:18px;}.fusion-dropcap{color:#b2077e;}.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .post{background-color:rgba(255,255,255,0);}.fusion-blog-layout-grid .post .flexslider,.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .fusion-timeline-arrow,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-layout-timeline .fusion-timeline-line,.fusion-blog-layout-timeline .post,.fusion-blog-layout-timeline .post .flexslider,.fusion-blog-timeline-layout .post,.fusion-blog-timeline-layout .post .flexslider,.fusion-blog-timeline-layout .post .fusion-content-sep,.fusion-events-shortcode .fusion-events-thumbnail,.fusion-events-shortcode .fusion-layout-column,.product-buttons,.product-buttons-container,.products li{border-color:#ebeaea;}.fusion-body .product .fusion-content-sep{border-color:#e0dede;}#posts-container.fusion-blog-layout-grid{margin:-10px -10px 0 -10px;}#posts-container.fusion-blog-layout-grid .fusion-post-grid{padding:10px;}.fusion-blog-pagination .fusion-hide-pagination-text .pagination-next:hover,.fusion-blog-pagination .fusion-hide-pagination-text .pagination-prev:hover,.fusion-blog-pagination .pagination .current,.fusion-date-and-formats .fusion-date-box{background-color:#b2077e;border-color:#b2077e;}.fusion-blog-pagination .pagination .pagination-next:after,.fusion-blog-pagination .pagination .pagination-prev:before{color:#261f1f;}.fusion-blog-pagination .pagination a.inactive:hover, .fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-next:hover, .fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-prev:hover{border-color:#b2077e;}.fusion-blog-pagination .pagination a.inactive, .fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-next, .fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-prev{border-color:#e0dede;}.fusion-blog-pagination .pagination .pagination-next:hover:after,.fusion-blog-pagination .pagination .pagination-prev:hover:before,.fusion-date-and-formats .fusion-format-box{color:#b2077e;}.fusion-blog-pagination .pagination,.fusion-blog-pagination .pagination .current,.fusion-blog-pagination .pagination .pagination-next,.fusion-blog-pagination .pagination .pagination-prev,.fusion-blog-pagination .pagination a.inactive{font-size:12px;}.fusion-blog-pagination .pagination .current,.fusion-blog-pagination .pagination a.inactive,.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-next,.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-prev{padding:2px 6px;}.fusion-slider-sc .flex-direction-nav a{width:30px;height:30px;line-height:30px;}.fusion-separator.sep-dashed,.fusion-separator.sep-dotted,.fusion-separator.sep-double,.fusion-separator.sep-single{border-color:#e0dede;}.fusion-body .fusion-content-sep:not([class*=\"sep-\"]){border-top-width:1px;border-bottom-width:1px;}.tooltip-shortcode{color:#b2077e;}.full-boxed-pricing.fusion-pricing-table .standout .panel-heading h3,.fusion-pricing-table .panel-body .price .decimal-part,.fusion-pricing-table .panel-body .price .integer-part{color:#b2077e;}.sep-boxed-pricing .panel-heading{background-color:#b2077e;border-color:#b2077e;}.full-boxed-pricing.fusion-pricing-table .panel-heading h3{color:#333333;}.sep-boxed-pricing .panel-heading h3{color:#333333;}.table-2 table thead{background-color:#b2077e;border-color:#b2077e;}.fusion-content-boxes .content-box-heading{font-size:18px;color:#b2077e;}.fusion-content-boxes .content-container{color:#747474;}.fusion-content-boxes  .content-wrapper-background{background-color:rgba(255,255,255,0);}.fusion-content-boxes .link-type-button-bar .fusion-read-more{background:#b20e81;color:#ffffff;background-image:-webkit-gradient( linear, left bottom, left top, from( #b2077e ), to( #b20e81 ) );background-image:linear-gradient( to top, #b2077e, #b20e81 );background-image:-webkit-linear-gradient( to top, #b2077e, #b20e81 );background-image:-moz-linear-gradient( to top, #b2077e, #b20e81 );background-image:-ms-linear-gradient( to top, #b2077e, #b20e81 );background-image:-o-linear-gradient( to top, #b2077e, #b20e81 );}.fusion-content-boxes .link-type-button-bar .fusion-read-more:after,.fusion-content-boxes .link-type-button-bar .fusion-read-more:before{color:#ffffff;}.fusion-content-boxes .link-type-button-bar .fusion-read-more:hover,.fusion-content-boxes .link-type-button-bar.link-area-box:hover .fusion-read-more{background:#e4065c;color:#ffffff!important;background-image:-webkit-gradient( linear, left bottom, left top, from( #c1054a ), to( #e4065c ) );background-image:linear-gradient( to top, #c1054a, #e4065c );background-image:-webkit-linear-gradient( to top, #c1054a, #e4065c );background-image:-moz-linear-gradient( to top, #c1054a, #e4065c );background-image:-ms-linear-gradient( to top, #c1054a, #e4065c );background-image:-o-linear-gradient( to top, #c1054a, #e4065c );}.fusion-content-boxes .link-type-button-bar .fusion-read-more:hover:after,.fusion-content-boxes .link-type-button-bar .fusion-read-more:hover:before,.fusion-content-boxes .link-type-button-bar.link-area-box:hover .fusion-read-more:after,.fusion-content-boxes .link-type-button-bar.link-area-box:hover .fusion-read-more:before{color:#ffffff!important;}.fusion-tabs.classic .nav-tabs > li.active .tab-link,.fusion-tabs.classic .nav-tabs > li.active .tab-link:focus,.fusion-tabs.classic .nav-tabs > li.active .tab-link:hover,.fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link{border-color:#b2077e;}.fusion-tabs.icon-position-right .nav-tabs li .tab-link .fontawesome-icon{margin-right:0;margin-left:10px;}.fusion-tabs.icon-position-top .nav-tabs li .tab-link .fontawesome-icon{display:block;margin:0 auto;margin-bottom:10px;text-align:center;}.fusion-events-shortcode .fusion-layout-column{background-color:rgba(255,255,255,0);}.fusion-events-shortcode .fusion-events-thumbnail,.fusion-events-shortcode .fusion-layout-column .fusion-column-wrapper{border-color:#ebeaea;}.fusion-popover{color:#b2077e;}#bbp_user_edit_submit,#main #comment-submit,#main .comment-submit,#reviews input#submit,.bbp-submit-wrapper .button,.button-default,.button.default,.comment-form input[type=\"submit\"],.fusion-button-default,.fusion-portfolio-one .fusion-button,.post-password-form input[type=\"submit\"],.price_slider_amount button,.slidingbar-area .button-default,.ticket-selector-submit-btn[type=submit],.tml-submit-wrap input[type=\"submit\"],.woocommerce .avada-order-details .order-again .button,.woocommerce .avada-shipping-calculator-form .button,.woocommerce .cart-collaterals .checkout-button,.woocommerce .checkout #place_order,.woocommerce .checkout_coupon .button,.woocommerce .login .button,.woocommerce .lost_reset_password input[type=\"submit\"],.woocommerce .register .button,.woocommerce .single_add_to_cart_button,.woocommerce button.button,.woocommerce-MyAccount-content form .button,.woocommerce.add_to_cart_inline .button,.wpcf7-form input[type=\"submit\"],.wpcf7-submit,input.button-default{background:#b20e81;text-transform:uppercase;color:#ffffff;background-image:-webkit-gradient( linear, left bottom, left top, from( #b2077e ), to( #b20e81 ) );background-image:linear-gradient( to top, #b2077e, #b20e81 );background-image:-webkit-linear-gradient( to top, #b2077e, #b20e81 );background-image:-moz-linear-gradient( to top, #b2077e, #b20e81 );background-image:-ms-linear-gradient( to top, #b2077e, #b20e81 );background-image:-o-linear-gradient( to top, #b2077e, #b20e81 );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b20e81, endColorstr=#b2077e);transition:all .2s;border-width:0px;border-style:solid;border-color:#ffffff;border-radius:2px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;-webkit-border-radius:2px;}#bbp_user_edit_submit,#main #comment-submit,#main .comment-submit,#reviews input#submit,.bbp-submit-wrapper .button,.comment-form input[type=\"submit\"],.fusion-button-default-size,.fusion-portfolio-one .fusion-button,.post-password-form input[type=\"submit\"],.price_slider_amount button,.slidingbar-area .button-default,.ticket-selector-submit-btn[type=submit],.tml-submit-wrap input[type=\"submit\"],.woocommerce .avada-order-details .order-again .button,.woocommerce .avada-shipping-calculator-form .button,.woocommerce .cart-collaterals .checkout-button,.woocommerce .checkout #place_order,.woocommerce .checkout_coupon .button,.woocommerce .login .button,.woocommerce .lost_reset_password input[type=\"submit\"],.woocommerce .register .button,.woocommerce .single_add_to_cart_button,.woocommerce button.button,.woocommerce-MyAccount-content form .button,.woocommerce.add_to_cart_inline .button,.wpcf7-form input[type=\"submit\"],.wpcf7-submit{padding:13px 29px;line-height:17px;font-size:14px;}.fusion-body .tribe-events-tickets-rsvp .tribe-ticket.quantity input,.fusion-button-quantity,.quantity .minus,.quantity .plus,.quantity .qty,.quantity .tribe-ticket-quantity,.single-product .product .summary .cart .quantity .minus,.single-product .product .summary .cart .quantity .plus,.single-product .product .summary .cart .quantity .qty,.tribe-events-tickets .woocommerce .quantity input{line-height:17px;font-size:14px;height:40px;width:40px;}.quantity{width:122px;}#bbp_user_edit_submit,#main #comment-submit,#main .comment-submit,#reviews input#submit,.bbp-submit-wrapper .button,.button-default,.button.default,.comment-form input[type=\"submit\"],.fusion-button,.fusion-button-default,.fusion-portfolio-one .fusion-button,.post-password-form input[type=\"submit\"],.price_slider_amount button,.slidingbar-area .button-default,.ticket-selector-submit-btn[type=submit],.tml-submit-wrap input[type=\"submit\"],.woocommerce .avada-order-details .order-again .button,.woocommerce .avada-shipping-calculator-form .button,.woocommerce .cart-collaterals .checkout-button,.woocommerce .checkout #place_order,.woocommerce .checkout_coupon .button,.woocommerce .login .button,.woocommerce .lost_reset_password input[type=\"submit\"],.woocommerce .register .button,.woocommerce .single_add_to_cart_button,.woocommerce button.button,.woocommerce-MyAccount-content form .button,.woocommerce.add_to_cart_inline .button,.wpcf7-form input[type=\"submit\"],.wpcf7-submit,input.button-default{font-family:\"PT Sans\", Arial, Helvetica, sans-serif;font-weight:700;letter-spacing:0px;}#bbp_user_edit_submit:visited,#main #comment-submit:visited,#main .comment-submit:visited,#reviews input#submit:visited,.bbp-submit-wrapper .button:visited,.button-default:visited,.button.default:visited,.comment-form input[type=\"submit\"]:visited,.fusion-button-default:visited,.fusion-portfolio-one .fusion-button:visited,.post-password-form input[type=\"submit\"]:visited,.price_slider_amount button:visited,.slidingbar-area .button-default:visited,.ticket-selector-submit-btn[type=submit]:visited,.tml-submit-wrap input[type=\"submit\"]:visited,.woocommerce .avada-order-details .order-again .button:visited,.woocommerce .avada-shipping-calculator-form .button:visited,.woocommerce .cart-collaterals .checkout-button:visited,.woocommerce .checkout #place_order:visited,.woocommerce .checkout_coupon .button:visited,.woocommerce .login .button:visited,.woocommerce .lost_reset_password input[type=\"submit\"]:visited,.woocommerce .register .button:visited,.woocommerce .single_add_to_cart_button:visited,.woocommerce button.button:visited,.woocommerce-MyAccount-content form .button:visited,.woocommerce.add_to_cart_inline .button:visited,.wpcf7-form input[type=\"submit\"]:visited,.wpcf7-submit:visited,input.button-default:visited{color:#ffffff;}#bbp_user_edit_submit.button-3d.button-small,#main #comment-submit.button-3d.button-small,#main .comment-submit.button-3d.button-small,#reviews input#submit.button-3d.button-small,.bbp-submit-wrapper .button.button-3d.button-small,.button-default.button-3d.button-small,.button.default.button-3d.button-small,.comment-form input[type=\"submit\"].button-3d.button-small,.fusion-button-default.button-3d.button-small,.fusion-portfolio-one .fusion-button.button-3d.button-small,.post-password-form input[type=\"submit\"].button-3d.button-small,.price_slider_amount button.button-3d.button-small,.slidingbar-area .button-default.button-3d.button-small,.ticket-selector-submit-btn[type=submit].button-3d.button-small,.tml-submit-wrap input[type=\"submit\"].button-3d.button-small,.woocommerce .avada-order-details .order-again .button.button-3d.button-small,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-small,.woocommerce .cart-collaterals .checkout-button.button-3d.button-small,.woocommerce .checkout #place_order.button-3d.button-small,.woocommerce .checkout_coupon .button.button-3d.button-small,.woocommerce .login .button.button-3d.button-small,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-small,.woocommerce .register .button.button-3d.button-small,.woocommerce .single_add_to_cart_button.button-3d.button-small,.woocommerce button.button.button-3d.button-small,.woocommerce-MyAccount-content form .button.button-3d.button-small,.woocommerce.add_to_cart_inline .button.button-3d.button-small,.wpcf7-form input[type=\"submit\"].button-3d.button-small,.wpcf7-submit.button-3d.button-small,input.button-default.button-3d.button-small{box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #b2077e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #b2077e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #b2077e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-small:active,#main #comment-submit.button-3d.button-small:active,#main .comment-submit.button-3d.button-small:active,#reviews input#submit.button-3d.button-small:active,.bbp-submit-wrapper .button.button-3d.button-small:active,.button-default.button-3d.button-small:active,.button.default.button-3d.button-small:active,.comment-form input[type=\"submit\"].button-3d.button-small:active,.fusion-button-default.button-3d.button-small:active,.fusion-portfolio-one .fusion-button.button-3d.button-small:active,.post-password-form input[type=\"submit\"].button-3d.button-small:active,.price_slider_amount button.button-3d.button-small:active,.slidingbar-area .button-default.button-3d.button-small:active,.ticket-selector-submit-btn[type=submit].button-3d.button-small:active,.tml-submit-wrap input[type=\"submit\"].button-3d.button-small:active,.woocommerce .avada-order-details .order-again .button.button-3d.button-small:active,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-small:active,.woocommerce .cart-collaterals .checkout-button.button-3d.button-small:active,.woocommerce .checkout #place_order.button-3d.button-small:active,.woocommerce .checkout_coupon .button.button-3d.button-small:active,.woocommerce .login .button.button-3d.button-small:active,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-small:active,.woocommerce .register .button.button-3d.button-small:active,.woocommerce .single_add_to_cart_button.button-3d.button-small:active,.woocommerce button.button.button-3d.button-small:active,.woocommerce-MyAccount-content form .button.button-3d.button-small:active,.woocommerce.add_to_cart_inline .button.button-3d.button-small:active,.wpcf7-form input[type=\"submit\"].button-3d.button-small:active,.wpcf7-submit.button-3d.button-small:active,input.button-default.button-3d.button-small:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-medium,#main #comment-submit.button-3d.button-medium,#main .comment-submit.button-3d.button-medium,#reviews input#submit.button-3d.button-medium,.bbp-submit-wrapper .button.button-3d.button-medium,.button-default.button-3d.button-medium,.button.default.button-3d.button-medium,.comment-form input[type=\"submit\"].button-3d.button-medium,.fusion-button-default.button-3d.button-medium,.fusion-portfolio-one .fusion-button.button-3d.button-medium,.post-password-form input[type=\"submit\"].button-3d.button-medium,.price_slider_amount button.button-3d.button-medium,.slidingbar-area .button-default.button-3d.button-medium,.ticket-selector-submit-btn[type=submit].button-3d.button-medium,.tml-submit-wrap input[type=\"submit\"].button-3d.button-medium,.woocommerce .avada-order-details .order-again .button.button-3d.button-medium,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-medium,.woocommerce .cart-collaterals .checkout-button.button-3d.button-medium,.woocommerce .checkout #place_order.button-3d.button-medium,.woocommerce .checkout_coupon .button.button-3d.button-medium,.woocommerce .login .button.button-3d.button-medium,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-medium,.woocommerce .register .button.button-3d.button-medium,.woocommerce .single_add_to_cart_button.button-3d.button-medium,.woocommerce button.button.button-3d.button-medium,.woocommerce-MyAccount-content form .button.button-3d.button-medium,.woocommerce.add_to_cart_inline .button.button-3d.button-medium,.wpcf7-form input[type=\"submit\"].button-3d.button-medium,.wpcf7-submit.button-3d.button-medium,input.button-default.button-3d.button-medium{box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #b2077e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #b2077e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #b2077e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-medium:active,#main #comment-submit.button-3d.button-medium:active,#main .comment-submit.button-3d.button-medium:active,#reviews input#submit.button-3d.button-medium:active,.bbp-submit-wrapper .button.button-3d.button-medium:active,.button-default.button-3d.button-medium:active,.button.default.button-3d.button-medium:active,.comment-form input[type=\"submit\"].button-3d.button-medium:active,.fusion-button-default.button-3d.button-medium:active,.fusion-portfolio-one .fusion-button.button-3d.button-medium:active,.post-password-form input[type=\"submit\"].button-3d.button-medium:active,.price_slider_amount button.button-3d.button-medium:active,.slidingbar-area .button-default.button-3d.button-medium:active,.ticket-selector-submit-btn[type=submit].button-3d.button-medium:active,.tml-submit-wrap input[type=\"submit\"].button-3d.button-medium:active,.woocommerce .avada-order-details .order-again .button.button-3d.button-medium:active,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-medium:active,.woocommerce .cart-collaterals .checkout-button.button-3d.button-medium:active,.woocommerce .checkout #place_order.button-3d.button-medium:active,.woocommerce .checkout_coupon .button.button-3d.button-medium:active,.woocommerce .login .button.button-3d.button-medium:active,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-medium:active,.woocommerce .register .button.button-3d.button-medium:active,.woocommerce .single_add_to_cart_button.button-3d.button-medium:active,.woocommerce button.button.button-3d.button-medium:active,.woocommerce-MyAccount-content form .button.button-3d.button-medium:active,.woocommerce.add_to_cart_inline .button.button-3d.button-medium:active,.wpcf7-form input[type=\"submit\"].button-3d.button-medium:active,.wpcf7-submit.button-3d.button-medium:active,input.button-default.button-3d.button-medium:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-large,#main #comment-submit.button-3d.button-large,#main .comment-submit.button-3d.button-large,#reviews input#submit.button-3d.button-large,.bbp-submit-wrapper .button.button-3d.button-large,.button-default.button-3d.button-large,.button.default.button-3d.button-large,.comment-form input[type=\"submit\"].button-3d.button-large,.fusion-button-default.button-3d.button-large,.fusion-portfolio-one .fusion-button.button-3d.button-large,.post-password-form input[type=\"submit\"].button-3d.button-large,.price_slider_amount button.button-3d.button-large,.slidingbar-area .button-default.button-3d.button-large,.ticket-selector-submit-btn[type=submit].button-3d.button-large,.tml-submit-wrap input[type=\"submit\"].button-3d.button-large,.woocommerce .avada-order-details .order-again .button.button-3d.button-large,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-large,.woocommerce .cart-collaterals .checkout-button.button-3d.button-large,.woocommerce .checkout #place_order.button-3d.button-large,.woocommerce .checkout_coupon .button.button-3d.button-large,.woocommerce .login .button.button-3d.button-large,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-large,.woocommerce .register .button.button-3d.button-large,.woocommerce .single_add_to_cart_button.button-3d.button-large,.woocommerce button.button.button-3d.button-large,.woocommerce-MyAccount-content form .button.button-3d.button-large,.woocommerce.add_to_cart_inline .button.button-3d.button-large,.wpcf7-form input[type=\"submit\"].button-3d.button-large,.wpcf7-submit.button-3d.button-large,input.button-default.button-3d.button-large{box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #b2077e, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #b2077e, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #b2077e, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-large:active,#main #comment-submit.button-3d.button-large:active,#main .comment-submit.button-3d.button-large:active,#reviews input#submit.button-3d.button-large:active,.bbp-submit-wrapper .button.button-3d.button-large:active,.button-default.button-3d.button-large:active,.button.default.button-3d.button-large:active,.comment-form input[type=\"submit\"].button-3d.button-large:active,.fusion-button-default.button-3d.button-large:active,.fusion-portfolio-one .fusion-button.button-3d.button-large:active,.post-password-form input[type=\"submit\"].button-3d.button-large:active,.price_slider_amount button.button-3d.button-large:active,.slidingbar-area .button-default.button-3d.button-large:active,.ticket-selector-submit-btn[type=submit].button-3d.button-large:active,.tml-submit-wrap input[type=\"submit\"].button-3d.button-large:active,.woocommerce .avada-order-details .order-again .button.button-3d.button-large:active,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-large:active,.woocommerce .cart-collaterals .checkout-button.button-3d.button-large:active,.woocommerce .checkout #place_order.button-3d.button-large:active,.woocommerce .checkout_coupon .button.button-3d.button-large:active,.woocommerce .login .button.button-3d.button-large:active,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-large:active,.woocommerce .register .button.button-3d.button-large:active,.woocommerce .single_add_to_cart_button.button-3d.button-large:active,.woocommerce button.button.button-3d.button-large:active,.woocommerce-MyAccount-content form .button.button-3d.button-large:active,.woocommerce.add_to_cart_inline .button.button-3d.button-large:active,.wpcf7-form input[type=\"submit\"].button-3d.button-large:active,.wpcf7-submit.button-3d.button-large:active,input.button-default.button-3d.button-large:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #b2077e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-xlarge,#main #comment-submit.button-3d.button-xlarge,#main .comment-submit.button-3d.button-xlarge,#reviews input#submit.button-3d.button-xlarge,.bbp-submit-wrapper .button.button-3d.button-xlarge,.button-default.button-3d.button-xlarge,.button.default.button-3d.button-xlarge,.comment-form input[type=\"submit\"].button-3d.button-xlarge,.fusion-button-default.button-3d.button-xlarge,.fusion-portfolio-one .fusion-button.button-3d.button-xlarge,.post-password-form input[type=\"submit\"].button-3d.button-xlarge,.price_slider_amount button.button-3d.button-xlarge,.slidingbar-area .button-default.button-3d.button-xlarge,.ticket-selector-submit-btn[type=submit].button-3d.button-xlarge,.tml-submit-wrap input[type=\"submit\"].button-3d.button-xlarge,.woocommerce .avada-order-details .order-again .button.button-3d.button-xlarge,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-xlarge,.woocommerce .cart-collaterals .checkout-button.button-3d.button-xlarge,.woocommerce .checkout #place_order.button-3d.button-xlarge,.woocommerce .checkout_coupon .button.button-3d.button-xlarge,.woocommerce .login .button.button-3d.button-xlarge,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-xlarge,.woocommerce .register .button.button-3d.button-xlarge,.woocommerce .single_add_to_cart_button.button-3d.button-xlarge,.woocommerce button.button.button-3d.button-xlarge,.woocommerce-MyAccount-content form .button.button-3d.button-xlarge,.woocommerce.add_to_cart_inline .button.button-3d.button-xlarge,.wpcf7-form input[type=\"submit\"].button-3d.button-xlarge,.wpcf7-submit.button-3d.button-xlarge,input.button-default.button-3d.button-xlarge{box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #b2077e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #b2077e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #b2077e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit.button-3d.button-xlarge:active,#main #comment-submit.button-3d.button-xlarge:active,#main .comment-submit.button-3d.button-xlarge:active,#reviews input#submit.button-3d.button-xlarge:active,.bbp-submit-wrapper .button.button-3d.button-xlarge:active,.button-default.button-3d.button-xlarge:active,.button.default.button-3d.button-xlarge:active,.comment-form input[type=\"submit\"].button-3d.button-xlarge:active,.fusion-button-default.button-3d.button-xlarge:active,.fusion-portfolio-one .fusion-button.button-3d.button-xlarge:active,.post-password-form input[type=\"submit\"].button-3d.button-xlarge:active,.price_slider_amount button.button-3d.button-xlarge:active,.slidingbar-area .button-default.button-3d.button-xlarge:active,.ticket-selector-submit-btn[type=submit].button-3d.button-xlarge:active,.tml-submit-wrap input[type=\"submit\"].button-3d.button-xlarge:active,.woocommerce .avada-order-details .order-again .button.button-3d.button-xlarge:active,.woocommerce .avada-shipping-calculator-form .button.button-3d.button-xlarge:active,.woocommerce .cart-collaterals .checkout-button.button-3d.button-xlarge:active,.woocommerce .checkout #place_order.button-3d.button-xlarge:active,.woocommerce .checkout_coupon .button.button-3d.button-xlarge:active,.woocommerce .login .button.button-3d.button-xlarge:active,.woocommerce .lost_reset_password input[type=\"submit\"].button-3d.button-xlarge:active,.woocommerce .register .button.button-3d.button-xlarge:active,.woocommerce .single_add_to_cart_button.button-3d.button-xlarge:active,.woocommerce button.button.button-3d.button-xlarge:active,.woocommerce-MyAccount-content form .button.button-3d.button-xlarge:active,.woocommerce.add_to_cart_inline .button.button-3d.button-xlarge:active,.wpcf7-form input[type=\"submit\"].button-3d.button-xlarge:active,.wpcf7-submit.button-3d.button-xlarge:active,input.button-default.button-3d.button-xlarge:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #b2077e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #b2077e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #b2077e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);}#bbp_user_edit_submit:hover,#main #comment-submit:hover,#main .comment-submit:hover,#reviews input#submit:hover,.bbp-submit-wrapper .button:hover,.button-default:hover,.button.default:hover,.comment-form input[type=\"submit\"]:hover,.fusion-button-default:hover,.fusion-portfolio-one .fusion-button:hover,.post-password-form input[type=\"submit\"]:hover,.price_slider_amount button:hover,.slidingbar-area .button-default:hover,.ticket-selector-submit-btn[type=submit]:hover,.tml-submit-wrap input[type=\"submit\"]:hover,.woocommerce .avada-order-details .order-again .button:hover,.woocommerce .avada-shipping-calculator-form .button:hover,.woocommerce .cart-collaterals .checkout-button:hover,.woocommerce .checkout #place_order:hover,.woocommerce .checkout_coupon .button:hover,.woocommerce .login .button:hover,.woocommerce .lost_reset_password input[type=\"submit\"]:hover,.woocommerce .register .button:hover,.woocommerce .single_add_to_cart_button:hover,.woocommerce button.button:hover,.woocommerce-MyAccount-content form .button:hover,.woocommerce.add_to_cart_inline .button:hover,.wpcf7-form input[type=\"submit\"]:hover,.wpcf7-submit:hover,input.button-default:hover{background:#e4065c;color:#ffffff;background-image:-webkit-gradient( linear, left bottom, left top, from( #c1054a ), to( #e4065c ) );background-image:linear-gradient( to top, #c1054a, #e4065c );background-image:-webkit-linear-gradient( to top, #c1054a, #e4065c );background-image:-moz-linear-gradient( to top, #c1054a, #e4065c );background-image:-ms-linear-gradient( to top, #c1054a, #e4065c );background-image:-o-linear-gradient( to top, #c1054a, #e4065c );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4065c, endColorstr=#c1054a);border-color:#ffffff;}.no-cssgradients #bbp_user_edit_submit,.no-cssgradients #main #comment-submit,.no-cssgradients #main .comment-submit,.no-cssgradients #reviews input#submit,.no-cssgradients .bbp-submit-wrapper .button,.no-cssgradients .button-default,.no-cssgradients .button.default,.no-cssgradients .comment-form input[type=\"submit\"],.no-cssgradients .fusion-button-default,.no-cssgradients .fusion-portfolio-one .fusion-button,.no-cssgradients .post-password-form input[type=\"submit\"],.no-cssgradients .price_slider_amount button,.no-cssgradients .slidingbar-area .button-default,.no-cssgradients .ticket-selector-submit-btn[type=submit],.no-cssgradients .tml-submit-wrap input[type=\"submit\"],.no-cssgradients .woocommerce .avada-order-details .order-again .button,.no-cssgradients .woocommerce .avada-shipping-calculator-form .button,.no-cssgradients .woocommerce .cart-collaterals .checkout-button,.no-cssgradients .woocommerce .checkout #place_order,.no-cssgradients .woocommerce .checkout_coupon .button,.no-cssgradients .woocommerce .login .button,.no-cssgradients .woocommerce .lost_reset_password input[type=\"submit\"],.no-cssgradients .woocommerce .register .button,.no-cssgradients .woocommerce .single_add_to_cart_button,.no-cssgradients .woocommerce button.button,.no-cssgradients .woocommerce-MyAccount-content form .button,.no-cssgradients .woocommerce.add_to_cart_inline .button,.no-cssgradients .wpcf7-form input[type=\"submit\"],.no-cssgradients .wpcf7-submit,.no-cssgradients input.button-default{background:#b20e81;}.no-cssgradients #bbp_user_edit_submit:hover,.no-cssgradients #main #comment-submit:hover,.no-cssgradients #main .comment-submit:hover,.no-cssgradients #reviews input#submit:hover,.no-cssgradients .bbp-submit-wrapper .button:hover,.no-cssgradients .button-default:hover,.no-cssgradients .button.default:hover,.no-cssgradients .comment-form input[type=\"submit\"]:hover,.no-cssgradients .fusion-button-default:hover,.no-cssgradients .fusion-portfolio-one .fusion-button:hover,.no-cssgradients .post-password-form input[type=\"submit\"]:hover,.no-cssgradients .price_slider_amount button:hover,.no-cssgradients .slidingbar-area .button-default:hover,.no-cssgradients .ticket-selector-submit-btn[type=submit]:hover,.no-cssgradients .tml-submit-wrap input[type=\"submit\"]:hover,.no-cssgradients .woocommerce .avada-order-details .order-again .button:hover,.no-cssgradients .woocommerce .avada-shipping-calculator-form .button:hover,.no-cssgradients .woocommerce .cart-collaterals .checkout-button:hover,.no-cssgradients .woocommerce .checkout #place_order:hover,.no-cssgradients .woocommerce .checkout_coupon .button:hover,.no-cssgradients .woocommerce .login .button:hover,.no-cssgradients .woocommerce .lost_reset_password input[type=\"submit\"]:hover,.no-cssgradients .woocommerce .register .button:hover,.no-cssgradients .woocommerce .single_add_to_cart_button:hover,.no-cssgradients .woocommerce button.button:hover,.no-cssgradients .woocommerce-MyAccount-content form .button:hover,.no-cssgradients .woocommerce.add_to_cart_inline .button:hover,.no-cssgradients .wpcf7-form input[type=\"submit\"]:hover,.no-cssgradients .wpcf7-submit:hover,.no-cssgradients input.button-default:hover{background:#e4065c !important;}.fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a,.fusion-accordian .panel-title a:hover{color:#b2077e;}.fusion-accordian .panel-title a .fa-fusion-box{background-color:#333333;}.fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#b2077e !important;border-color:#b2077e !important;}.fusion-accordian .panel-title .active .fa-fusion-box{background-color:#b2077e;}.fusion-accordian .fusion-panel{border-color:#e0dede;}.fusion-login-box a:hover{color:#b2077e;}.fusion-progressbar-bar .progress-bar-content{background-color:#b2077e;border-color:#b2077e;}.fusion-progressbar-bar{background-color:#f6f6f6;border-color:#f6f6f6;}.widget .tribe-mini-calendar-event .list-date .list-dayname{background-color:#eef0f2;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content{background-color:#ffffff;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li{border-right-color:#ffffff;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul{border:1px solid #ebeaea;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul li{border-right-color:#ebeaea;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a{border-top-color:#ebeaea;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a,.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box{background:#ebeaea;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a:hover{background:#ffffff;border-top-color:#ffffff;}.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-classic,.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li{border-color:#ebeaea;}#wrapper .fusion-date-and-formats .fusion-format-box, .tribe-mini-calendar-event .list-date .list-dayname{background-color:#eef0f2;}.fusion-menu-item-button .menu-text{border-color:#ffffff;}.fusion-menu-item-button:hover .menu-text{border-color:#ffffff;}.fusion-secondary-menu .fusion-menu-cart-item img{border-color:#e0dede;}.product .product-border{border-color:#b2077e;}.product-images .crossfade-images{background:#b2077e;}.fusion-menu-cart-item img,.quantity,.quantity .minus,.quantity .plus,.woocommerce form.checkout #customer_details .col-1,.woocommerce form.checkout #customer_details .col-2{border-color:#e0dede;}.products .product-list-view{border-color:#ebeaea;}.fusion-content-widget-area .widget_layered_nav li.chosen .count,.fusion-content-widget-area .widget_layered_nav li.chosen a,.fusion-content-widget-area .widget_layered_nav li.chosen a:before,.fusion-content-widget-area .widget_layered_nav_filters li.chosen a,.fusion-content-widget-area .widget_layered_nav_filters li.chosen a:before{color:#ffffff;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover{background-color:rgba(0,0,0,.7);}.checkout .payment_methods .payment_box,.post-content blockquote,.review blockquote q{background-color:rgba(255,255,255,0);}.review blockquote q{color:#595f6b;}.fontawesome-icon.circle-yes{background-color:#b2077e;}.content-box-shortcode-timeline,.fontawesome-icon.circle-yes{border-color:#b2077e;}.avada-myaccount-data .digital-downloads li:after,.avada-myaccount-data .digital-downloads li:before,.avada-thank-you .order_details li:after,.avada-thank-you .order_details li:before,.fontawesome-icon,.fontawesome-icon.circle-yes{color:#ffffff;}#customer_login .col-1,#customer_login .col-2,#customer_login h2,#customer_login_box,#final-order-details .mini-order-details tr:last-child,#reviews li .comment-text,#small-nav,#wrapper .side-nav li a,#wrapper .side-nav li.current_page_item li a,.avada-skin-rev,.bbp-pagination .bbp-pagination-links a.inactive,.bbp-pagination-links span.dots,.bbp-topic-pagination .page-numbers,.chzn-container-single .chzn-single,.chzn-container-single .chzn-single div,.chzn-drop,.commentlist .the-comment,.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img,.fusion-author .fusion-author-social,.fusion-author-widget .fusion-author-widget-separator .fusion-author-widget-sep,.fusion-body .avada-myaccount-user,.fusion-body .avada-myaccount-user .avada-myaccount-user-column,.fusion-body .avada-order-details .shop_table.order_details tfoot,.fusion-body .cart-totals-buttons,.fusion-body .cart_totals,.fusion-body .cart_totals .total,.fusion-body .cart_totals h2,.fusion-body .checkout .shop_table tfoot,.fusion-body .coupon,.fusion-body .coupon h2,.fusion-body .my_account_orders tr,.fusion-body .order-info,.fusion-body .order-total,.fusion-body .shop_attributes tr,.fusion-body .shop_table tr,.fusion-body .woocommerce .address h4,.fusion-body .woocommerce .addresses .title,.fusion-body .woocommerce .cart-empty,.fusion-body .woocommerce .checkout #customer_details .col-1,.fusion-body .woocommerce .checkout #customer_details .col-2,.fusion-body .woocommerce .checkout h3,.fusion-body .woocommerce .cross-sells,.fusion-body .woocommerce .cross-sells h2,.fusion-body .woocommerce .return-to-shop,.fusion-body .woocommerce .social-share,.fusion-body .woocommerce .social-share li,.fusion-body .woocommerce-MyAccount-content,.fusion-body .woocommerce-MyAccount-content h2,.fusion-body .woocommerce-MyAccount-content h3,.fusion-body .woocommerce-MyAccount-navigation ul li a,.fusion-body .woocommerce-content-box,.fusion-body .woocommerce-content-box h2,.fusion-body .woocommerce-info,.fusion-body .woocommerce-message,.fusion-body .woocommerce-shipping-calculator,.fusion-body .woocommerce-shipping-calculator h2,.fusion-body .woocommerce-side-nav li a,.fusion-body .woocommerce-success-message,.fusion-body .woocommerce-tabs .tabs li a,.fusion-content-widget-area .product_list_widget li,.fusion-content-widget-area .widget .recentcomments,.fusion-content-widget-area .widget li a,.fusion-content-widget-area .widget li a:before,.fusion-content-widget-area .widget_archive li,.fusion-content-widget-area .widget_categories li,.fusion-content-widget-area .widget_layered_nav li,.fusion-content-widget-area .widget_links li,.fusion-content-widget-area .widget_meta li,.fusion-content-widget-area .widget_nav_menu li,.fusion-content-widget-area .widget_pages li,.fusion-content-widget-area .widget_product_categories li,.fusion-content-widget-area .widget_recent_entries li,.fusion-counters-box .fusion-counter-box .counter-box-border,.fusion-filters,.fusion-hide-pagination-text .bbp-pagination .bbp-pagination-links .pagination-next,.fusion-hide-pagination-text .bbp-pagination .bbp-pagination-links .pagination-prev,.fusion-hide-pagination-text .pagination-next,.fusion-hide-pagination-text .pagination-prev,.fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link,.input-radio,.ls-avada,.page-links a,.pagination a.inactive,.panel.entry-content,.post .fusion-meta-info,.price_slider_wrapper,.progress-bar,.project-content .project-info .project-info-box,.quantity .minus, .quantity .qty,.search-page-search-form,.side-nav,.side-nav li a,.side-nav-left .side-nav,.single-navigation,.table,.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th,.table-1 table,.table-1 table th,.table-1 tr td,.table-2 table thead,.table-2 tr td,.tabs-vertical .tabs-container .tab_content,.tabs-vertical .tabset,.tagcloud a,.tkt-slctr-tbl-wrap-dv table,.tkt-slctr-tbl-wrap-dv tr td,.widget.widget.widget_display_replies ul li,.widget.widget_display_stats dd,.widget.widget_display_stats dt,.widget.widget_display_topics ul li,.widget.widget_display_views ul li,.widget_layered_nav li,.widget_product_categories li,.woo-tabs-horizontal .woocommerce .woocommerce-MyAccount-navigation > ul .is-active,.woo-tabs-horizontal .woocommerce .woocommerce-checkout-nav .is-active,.woo-tabs-horizontal .woocommerce-MyAccount-navigation,.woo-tabs-horizontal .woocommerce-tabs > .tabs,.woo-tabs-horizontal .woocommerce-tabs > .tabs .active,.woo-tabs-horizontal .woocommerce-tabs > .wc-tab,.woocommerce .social-share,.woocommerce .social-share li,.woocommerce-pagination .page-numbers,h5.toggle.active + .toggle-content,tr td{border-color:#e0dede;}.price_slider_wrapper .ui-widget-content{background-color:#e0dede;}.fusion-blog-layout-grid .post .fusion-content-sep,.fusion-layout-timeline .post .fusion-content-sep,.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep{border-color:#e0dede;}@media only screen and (max-width: 1023px){#side-header,.side-header-background-color{background-color:rgb(241,240,236);}#side-header.fusion-is-sticky{background-color:#ffffff;}.fusion-mobile-menu-design-flyout .fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-mobile-menu-design-flyout .fusion-secondary-menu .fusion-secondary-menu-icon:hover,.fusion-mobile-menu-design-flyout .fusion-secondary-menu-icon:before,.fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon:hover,.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:before{color:#747474;}.fusion-header-v6.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle{display:none;}.fusion-header-wrapper .fusion-header,.fusion-header-wrapper .fusion-secondary-main-menu{background-color:rgb(241,240,236);}.fusion-secondary-header{background-color:#b2077e;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder{margin-bottom:-20px;}#side-header .fusion-mobile-logo-1 .fusion-standard-logo,.fusion-mobile-logo-1 .fusion-standard-logo{display:none;}#side-header .fusion-mobile-logo,.fusion-mobile-logo{display:inline-block;}}@media only screen and (min-width: 1023px){body.layout-boxed-mode.side-header-right #side-header .side-header-wrapper{width:325px;}}@media only screen and (max-width: 800px){.has-sidebar #content, .woocommerce-container{order:1;}.has-sidebar #sidebar{order:2;margin-top:50px;}.has-sidebar #sidebar-2{order:3;margin-top:50px;}.fusion-body .fusion-page-title-bar .fusion-breadcrumbs{display:none;}.fusion-body .fusion-page-title-bar{padding-top:5px;padding-bottom:5px;min-height:80px;height:auto;}.fusion-page-title-row{display:flex;align-items:center;width:100%;min-height:80px;}.ua-ie-11 .fusion-page-title-row{height:80px;}.ua-ie-10 .fusion-page-title-row{height:80px;}.ua-ie-11 .fusion-page-title-wrapper{height:auto;}.ua-ie-10 .fusion-page-title-wrapper{height:auto;}.fusion-page-title-bar-center .fusion-page-title-row{width:auto;}.fusion-page-title-captions{width:100%;}.shop_table_responsive .product-remove{background-color:#fbfaf9;right:0;}.product .entry-summary .summary-container{margin-top:20px;}.fusion-filters{border-bottom:0;border-bottom:0;border-bottom:0;}.fusion-filter{float:none;float:none;float:none;margin:0;margin:0;margin:0;border-bottom:1px solid #E7E6E6;border-bottom:1px solid #E7E6E6;border-bottom:1px solid #E7E6E6;}.fusion-counters-box .fusion-counter-box{margin-bottom:20px;padding:0 15px;}.fusion-counters-box .fusion-counter-box:last-child{margin-bottom:0;}.fusion-title{margin-top:0px !important;margin-bottom:20px !important;}.fusion-layout-column{margin-left:0 !important;margin-right:0 !important;width:100% !important;}.fusion-layout-column.fusion-spacing-no{margin-bottom:0;}.fusion-columns-1 .fusion-column:first-child,.fusion-columns-2 .fusion-column:first-child,.fusion-columns-3 .fusion-column:first-child,.fusion-columns-4 .fusion-column:first-child,.fusion-columns-5 .fusion-column:first-child{margin-left:0;}.fusion-columns .fusion-column{width:100% !important;float:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fusion-columns .fusion-column:not(.fusion-column-last){margin:0 0 50px;}.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-6,.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2{float:none;width:100%;}.fusion-countdown,.fusion-countdown .fusion-countdown-counter-wrapper,.fusion-countdown .fusion-countdown-heading-wrapper,.fusion-countdown .fusion-countdown-link-wrapper{display:block;}.fusion-countdown .fusion-countdown-heading-wrapper{text-align:center;}.fusion-countdown .fusion-countdown-counter-wrapper{margin-top:20px;margin-bottom:10px;}.fusion-countdown .fusion-dash-title{display:block;padding:0;font-size:16px;}.fusion-countdown .fusion-countdown-link-wrapper{text-align:center;}.fusion-reading-box-container .fusion-reading-box-flex{display:block;}.fusion-reading-box-container .fusion-desktop-button{display:none;}.fusion-reading-box-container .fusion-mobile-button{display:block;}.fusion-reading-box-container .fusion-mobile-button.continue-center{display:block;}.fusion-chart.legend-left .fusion-chart-inner,.fusion-chart.legend-right .fusion-chart-inner{flex-direction:column;}.fusion-chart.legend-left .fusion-chart-inner .fusion-chart-legend-wrap li,.fusion-chart.legend-right .fusion-chart-inner .fusion-chart-legend-wrap li{display:inline-block;}.fusion-chart.legend-left .fusion-chart-legend-wrap,.fusion-chart.legend-right .fusion-chart-legend-wrap{padding-top:20px;}.fusion-chart.legend-right .fusion-chart-legend-wrap{padding-left:0;}.fusion-chart.legend-left .fusion-chart-legend-wrap{padding-right:0;order:2;}.fusion-blog-layout-medium-alternate .fusion-post-content,.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content{margin:0;padding-top:20px;flex:1 0 100%;}.fusion-google-map{width:100% !important;}.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column,.fusion-content-boxes.content-boxes-clean-vertical .content-box-column{border-right-width:1px;}.fusion-content-boxes .content-box-shortcode-timeline{display:none;}.fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed{padding-bottom:20px;padding-left:3%;padding-right:3%;}.fusion-content-boxes .fusion-column{margin-bottom:55px;}.fusion-content-boxes .fusion-read-more-button{margin-top:8px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column,.fusion-content-boxes.content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-login-box.fusion-login-field-layout-floated .fusion-login-fields,.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-additional-content,.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-additional-content{display:block;}.fusion-login-box.fusion-login-field-layout-floated .fusion-login-links{margin:0 -10px;}.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-registration-confirm{margin:0 0 20px 0;}.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-submit-wrapper{margin-bottom:20px;}.fusion-progressbar{margin-bottom:10px !important;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.fusion-header-v1 .fusion-main-menu > ul > li,.fusion-header-v2 .fusion-main-menu > ul > li,.fusion-header-v3 .fusion-main-menu > ul > li,.fusion-header-v4 .fusion-main-menu > ul > li,.fusion-header-v5 .fusion-main-menu > ul > li,.fusion-header-v7 .fusion-main-menu > ul > li{padding-right:25px;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.fusion-header-v1 .fusion-main-menu > ul > li,.fusion-header-v2 .fusion-main-menu > ul > li,.fusion-header-v3 .fusion-main-menu > ul > li,.fusion-header-v4 .fusion-main-menu > ul > li,.fusion-header-v5 .fusion-main-menu > ul > li,.fusion-header-v7 .fusion-main-menu > ul > li{padding-right:25px;}.fusion-body .fusion-page-title-bar .fusion-breadcrumbs{display:none;}.fusion-body .fusion-page-title-bar{padding-top:5px;padding-bottom:5px;min-height:80px;height:auto;}.fusion-page-title-row{display:flex;align-items:center;width:100%;min-height:80px;}.fusion-page-title-bar-center .fusion-page-title-row{width:auto;}.fusion-page-title-captions{width:100%;}.product .entry-summary .summary-container{margin-top:20px;}.fusion-counters-box .fusion-counter-box{margin-bottom:20px;padding:0 15px;}.fusion-counters-box .fusion-counter-box:last-child{margin-bottom:0;}.fusion-title{margin-top:0px !important;margin-bottom:20px !important;}.fusion-columns-1 .fusion-column:first-child,.fusion-columns-2 .fusion-column:first-child,.fusion-columns-3 .fusion-column:first-child,.fusion-columns-4 .fusion-column:first-child,.fusion-columns-5 .fusion-column:first-child{margin-left:0;}.fusion-column,.fusion-column:nth-child(2n),.fusion-column:nth-child(3n),.fusion-column:nth-child(4n),.fusion-column:nth-child(5n){margin-right:0;}.columns .col{float:none;width:100% !important;margin:0 0 20px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fusion-columns-2 .fusion-column,.fusion-columns-2 .fusion-flip-box-wrapper,.fusion-columns-4 .fusion-column,.fusion-columns-4 .fusion-flip-box-wrapper{width:50% !important;float:left !important;}.fusion-columns-2 .fusion-column:nth-of-type(2n+1),.fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(2n+1),.fusion-columns-4 .fusion-column:nth-of-type(2n+1){clear:both;}.fusion-columns-3 .fusion-column,.fusion-columns-3 .fusion-flip-box-wrapper,.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2,.fusion-columns-5 .fusion-column,.fusion-columns-5 .fusion-flip-box-wrapper,.fusion-columns-6 .fusion-column,.fusion-columns-6 .fusion-flip-box-wrapper{width:33.33% !important;float:left !important;}.fusion-columns-3 .fusion-column:nth-of-type(3n+1),.fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(3n+1),.fusion-columns-5 .fusion-column:nth-of-type(3n+1),.fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(3n+1),.fusion-columns-6 .fusion-column:nth-of-type(3n+1),.fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(3n+1){clear:both;}.fusion-columns-5 .fusion-column:nth-of-type(5n+1),.fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(5n+1){clear:none;}.fusion-layout-column.fusion-five-sixth,.fusion-layout-column.fusion-four-fifth,.fusion-layout-column.fusion-one-fifth,.fusion-layout-column.fusion-one-fourth,.fusion-layout-column.fusion-one-half,.fusion-layout-column.fusion-one-sixth,.fusion-layout-column.fusion-one-third,.fusion-layout-column.fusion-three-fifth,.fusion-layout-column.fusion-three-fourth,.fusion-layout-column.fusion-two-fifth,.fusion-layout-column.fusion-two-third{position:relative;float:left;margin-right:4%;margin-bottom:20px;}.fusion-layout-column.fusion-one-sixth{width:13.3333%;}.fusion-layout-column.fusion-five-sixth{width:82.6666%;}.fusion-layout-column.fusion-one-fifth{width:16.8%;}.fusion-layout-column.fusion-two-fifth{width:37.6%;}.fusion-layout-column.fusion-three-fifth{width:58.4%;}.fusion-layout-column.fusion-four-fifth{width:79.2%;}.fusion-layout-column.fusion-one-fourth{width:22%;}.fusion-layout-column.fusion-three-fourth{width:74%;}.fusion-layout-column.fusion-one-third{width:30.6666%;}.fusion-layout-column.fusion-two-third{width:65.3333%;}.fusion-layout-column.fusion-one-half{width:48%;}.fusion-layout-column.fusion-spacing-no{margin-left:0;margin-right:0;}.fusion-layout-column.fusion-one-sixth.fusion-spacing-no{width:16.6666666667%;}.fusion-layout-column.fusion-five-sixth.fusion-spacing-no{width:83.333333333%;}.fusion-layout-column.fusion-one-fifth.fusion-spacing-no{width:20%;}.fusion-layout-column.fusion-two-fifth.fusion-spacing-no{width:40%;}.fusion-layout-column.fusion-three-fifth.fusion-spacing-no{width:60%;}.fusion-layout-column.fusion-four-fifth.fusion-spacing-no{width:80%;}.fusion-layout-column.fusion-one-fourth.fusion-spacing-no{width:25%;}.fusion-layout-column.fusion-three-fourth.fusion-spacing-no{width:75%;}.fusion-layout-column.fusion-one-third.fusion-spacing-no{width:33.33333333%;}.fusion-layout-column.fusion-two-third.fusion-spacing-no{width:66.66666667%;}.fusion-layout-column.fusion-one-half.fusion-spacing-no{width:50%;}.fusion-layout-column.fusion-column-last{clear:right;zoom:1;margin-left:0;margin-right:0;}.fusion-layout-column.fusion-one-full{clear:both;}.fusion-column.fusion-spacing-no{margin-bottom:0;width:100% !important;}.fusion-reading-box-container .fusion-mobile-button{display:none;float:none;}.fusion-reading-box-container .continue{display:block;}.fusion-blog-layout-grid-6 .fusion-post-grid{width:33.3333333333% !important;}.fusion-blog-layout-grid-6 .fusion-element-landscape{width:66.6666666666% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid{width:50% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,.fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,.fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape{width:100% !important;}.fusion-google-map{width:100% !important;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}.full-boxed-pricing .column,.sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed{padding-bottom:20px;padding-left:3%;padding-right:3%;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column,.fusion-content-boxes.content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-progressbar{margin-bottom:10px !important;}}@media only screen and (min-device-width: 320px) and (max-device-width: 640px){.fusion-columns .fusion-column{float:none;width:100% !important;margin:0 0 50px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fusion-google-map{width:100% !important;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}.full-boxed-pricing .column,.sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3% !important;padding-right:3% !important;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column,.fusion-content-boxes.content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-progressbar{margin-bottom:10px !important;}}@media only screen and (min-width: 800px){.fusion-reading-box-container .fusion-desktop-button{display:block;}.fusion-reading-box-container .fusion-mobile-button{display:none;}.fusion-reading-box-container .continue-center{display:inline-block;}.fusion-reading-box-container .reading-box.reading-box-center{text-align:center;}.fusion-reading-box-container .reading-box.reading-box-right{text-align:right;}.sep-boxed-pricing .panel-wrapper{padding:0 12px;margin:0;}.fusion-pricing-table .standout .panel-container{z-index:1000;}.fusion-pricing-table .standout .panel-footer, .fusion-pricing-table .standout .panel-heading{padding:20px;}.full-boxed-pricing{padding:0 9px;background-color:#F8F8F8;}.full-boxed-pricing .panel-container{padding:9px 0;}.full-boxed-pricing .panel-wrapper:last-child .fusion-panel{border-right:1px solid #E5E4E3;}.full-boxed-pricing .fusion-panel{border-right:none;}.full-boxed-pricing .standout .panel-container{position:relative;box-sizing:content-box;margin:-10px -9px;padding:9px;box-shadow:0 0 6px 6px rgba(0, 0, 0, 0.08);background-color:#F8F8F8;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-shadow:0 0 6px 6px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 0 6px 6px rgba(0, 0, 0, 0.08);}.full-boxed-pricing .standout .fusion-panel{border-right:1px solid #E5E4E3;}.full-boxed-pricing .standout .panel-heading h3{color:#A0CE4E;}.sep-boxed-pricing{margin:0 -15px 20px;}.sep-boxed-pricing .standout .panel-container{margin:-10px;box-shadow:0 0 15px 5px rgba(0, 0, 0, 0.16);-webkit-box-shadow:0 0 15px 5px rgba(0, 0, 0, 0.16);-moz-box-shadow:0 0 15px 5px rgba(0, 0, 0, 0.16);}.fusion-tabs .nav{display:block;}.fusion-tabs .fusion-mobile-tab-nav{display:none;}.fusion-tabs.clean .tab-pane{margin:0;}.fusion-tabs .nav-tabs{display:inline-block;vertical-align:middle;}.fusion-tabs .nav-tabs.nav-justified > li{display:table-cell;width:1%;}.fusion-tabs .nav-tabs li .tab-link{margin-right:1px;}.fusion-tabs .nav-tabs li:last-child .tab-link{margin-right:0;}.fusion-tabs.horizontal-tabs .nav-tabs{margin:0 0 -1px;}.fusion-tabs.horizontal-tabs .nav{border-bottom:1px solid #ebeaea;}.fusion-tabs.horizontal-tabs.clean .nav{border:none;text-align:center;}.fusion-tabs.horizontal-tabs.clean .nav-tabs{border:none;}.fusion-tabs.horizontal-tabs.clean .nav-tabs li{margin-bottom:0;}.fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link{margin-right:-1px;}.fusion-tabs.horizontal-tabs.clean .tab-content{margin-top:40px;}.fusion-tabs.nav-not-justified{border:none;}.fusion-tabs.nav-not-justified .nav-tabs li{display:inline-block;}.fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link{padding:14px 55px;}.fusion-tabs.vertical-tabs{display:flex;border:none;clear:both;zoom:1;}.fusion-tabs.vertical-tabs:before, .fusion-tabs.vertical-tabs:after{content:\" \";display:table;}.fusion-tabs.vertical-tabs:after{clear:both;}.fusion-tabs.vertical-tabs .nav-tabs{display:block;position:relative;left:1px;border:1px solid #ebeaea;border-right:none;}.fusion-tabs.vertical-tabs .nav-tabs > li .tab-link{margin-right:0;margin-bottom:1px;padding:10px 35px;white-space:nowrap;border-top:none;text-align:left;border-left:3px transparent solid;}.fusion-tabs.vertical-tabs .nav-tabs > li:last-child .tab-link{margin-bottom:0;}.fusion-tabs.vertical-tabs .nav-tabs > li.active > .tab-link{border-bottom:none;border-left:3px solid #b2077e;border-top:none;cursor:pointer;}.fusion-tabs.vertical-tabs .nav{width:auto;}.fusion-tabs.vertical-tabs .tab-content{width:84.5%;}.fusion-tabs.vertical-tabs .tab-pane{padding:30px;border:1px solid #ebeaea;}.fusion-tabs.vertical-tabs.clean .nav-tabs{background-color:transparent;border:none;}.fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link{margin:0;padding:10px 35px;white-space:nowrap;}.fusion-body .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link{border:1px solid;}.fusion-tabs.vertical-tabs.clean .nav{width:auto;}.fusion-tabs.vertical-tabs.clean .tab-content{margin:0;width:75%;padding-left:40px;}}@media only screen and (max-width: 640px){.fusion-counters-circle .counter-circle-wrapper{display:block;margin-right:auto;margin-left:auto;}.fusion-blog-layout-grid-6 .fusion-post-grid{width:100% !important;}.fusion-blog-layout-large .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-large .fusion-meta-info .fusion-alignright,.fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-medium .fusion-meta-info .fusion-alignright{display:block;float:none;margin:0;width:100%;}.fusion-blog-layout-medium .fusion-post-slideshow{margin:0 0 20px 0;height:auto;width:auto;flex:1 0 100%;}.fusion-blog-layout-medium .fusion-post-content{flex:0 1 100%;}.fusion-blog-layout-large-alternate .fusion-date-and-formats{margin-bottom:35px;}.fusion-blog-layout-large-alternate .fusion-post-content{margin:0;}.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow{display:inline-block;margin-right:0;max-width:197px;}.fusion-blog-layout-grid .fusion-post-grid{position:static;width:100%;}.fusion-blog-layout-timeline{padding-top:0;}.fusion-blog-layout-timeline .fusion-post-timeline{float:none;width:100%;}.fusion-blog-layout-timeline .fusion-timeline-date{margin-bottom:0;margin-top:2px;}.fusion-timeline-arrow,.fusion-timeline-circle,.fusion-timeline-icon,.fusion-timeline-line{display:none;}.full-boxed-pricing .column,.sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3% !important;padding-right:3% !important;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column,.fusion-content-boxes.content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h1{margin-top:-5px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h2{margin-top:-5px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h3{margin-top:-5px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h4{margin-top:-5px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h5{margin-top:-5px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h6{margin-top:-5px;}.fusion-content-boxes.content-boxes-icon-boxed .content-box-column .more{margin-top:12px;}.fusion-content-boxes.content-boxes-icon-boxed .col{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fusion-progressbar{margin-bottom:10px !important;}}@media only screen and (min-width: 1007.2px) and (max-width: 1099px){.fusion-blog-layout-grid-6 .fusion-post-grid{width:20% !important;}.fusion-blog-layout-grid-6 .fusion-element-landscape{width:40% !important;}.fusion-blog-layout-grid-5 .fusion-post-grid{width:25% !important;}.fusion-blog-layout-grid-5 .fusion-element-landscape{width:50% !important;}}@media only screen and (min-width: 915.4px) and (max-width: 1007.2px){.fusion-blog-layout-grid-6 .fusion-post-grid{width:20% !important;}.fusion-blog-layout-grid-6 .fusion-element-landscape{width:40% !important;}.fusion-blog-layout-grid-5 .fusion-post-grid{width:33.3333333333% !important;}.fusion-blog-layout-grid-5 .fusion-element-landscape{width:66.6666666666% !important;}.fusion-blog-layout-grid-4 .fusion-post-grid{width:33.3333333333% !important;}.fusion-blog-layout-grid-4 .fusion-element-landscape{width:66.6666666666% !important;}}@media only screen and (min-width: 823.6px) and (max-width: 915.4px){.fusion-blog-layout-grid-6 .fusion-post-grid{width:25% !important;}.fusion-blog-layout-grid-6 .fusion-element-landscape{width:50% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid{width:50% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,.fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,.fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape{width:100% !important;}}@media only screen and (min-width: 731.8px) and (max-width: 823.6px){.fusion-blog-layout-grid-6 .fusion-post-grid{width:33.3333333333% !important;}.fusion-blog-layout-grid-6 .fusion-element-landscape{width:66.6666666666% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid{width:50% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,.fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,.fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape{width:100% !important;}}@media only screen and (max-width: 731.8px){.fusion-blog-layout-grid .fusion-post-grid{width:100% !important;}.fusion-blog-layout-grid-6 .fusion-post-grid{width:50% !important;}.fusion-blog-layout-grid-6 .fusion-element-landscape{width:100% !important;}}@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}}@media screen and (min-width: 641px) and (max-width: 1024px){.fusion-no-medium-visibility{display:none !important;}}@media screen and (min-width: 1025px){.fusion-no-large-visibility{display:none !important;}}@font-face {font-family: \"icomoon\";src:url(\'https://www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.eot\');src:url(\'https://www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.eot?#iefix\') format(\'embedded-opentype\'),url(\'https://www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.woff\') format(\'woff\'),url(\'https://www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.ttf\') format(\'truetype\'),url(\'https://www.resettohappiness.com/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.svg#icomoon\') format(\'svg\');font-weight: normal;font-style: normal;}','no'),(59924,'_transient_timeout_wc_product_loopb5681551556209','1554148314','no'),(59925,'_transient_wc_product_loopb5681551556209','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(59515,'woocommerce_thumbnail_cropping','1:1','yes'),(59516,'woocommerce_thumbnail_cropping_custom_width','16','yes'),(59517,'woocommerce_thumbnail_cropping_custom_height','9','yes'),(59483,'_transient_timeout_fusion_dynamic_css_c736d73e328a7d8d1f9ff629062a2748','1551556310','no'),(46673,'woocommerce_version','3.5.5','yes'),(3594,'fusion_import_data','a:13:{s:4:\"post\";a:2:{i:0;s:12:\"classic_shop\";i:1;s:9:\"lifestyle\";}s:4:\"page\";a:3:{i:0;s:12:\"classic_shop\";i:1;s:9:\"lifestyle\";i:2;s:11:\"modern_shop\";}s:15:\"avada_portfolio\";a:1:{i:0;s:9:\"lifestyle\";}s:9:\"avada_faq\";a:0:{}s:10:\"attachment\";a:2:{i:0;s:12:\"classic_shop\";i:1;s:9:\"lifestyle\";}s:7:\"product\";a:1:{i:0;s:12:\"classic_shop\";}s:5:\"event\";a:0:{}s:5:\"forum\";a:0:{}s:7:\"sliders\";a:2:{i:0;s:12:\"classic_shop\";i:1;s:9:\"lifestyle\";}s:7:\"widgets\";a:2:{i:0;s:12:\"classic_shop\";i:1;s:9:\"lifestyle\";}s:13:\"theme_options\";a:2:{i:0;s:12:\"classic_shop\";i:1;s:9:\"lifestyle\";}s:12:\"general_data\";a:1:{i:0;s:9:\"lifestyle\";}s:3:\"all\";a:1:{i:0;s:9:\"lifestyle\";}}','no');
INSERT INTO `wpyz_options` VALUES (3593,'fusion_demo_history','a:2:{s:12:\"classic_shop\";a:6:{s:14:\"fusion_sliders\";a:2:{i:0;a:2:{s:7:\"term_id\";i:109;s:8:\"taxonomy\";s:10:\"slide-page\";}i:1;a:2:{s:7:\"term_id\";i:110;s:8:\"taxonomy\";s:10:\"slide-page\";}}s:11:\"rev_sliders\";a:1:{i:0;i:1;}s:13:\"theme_options\";a:884:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1170px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"None\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:5:\"100px\";s:6:\"bottom\";s:5:\"100px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"28%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1150\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:4:\"1.00\";s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"primary_color\";s:7:\"#009de2\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"1\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:4:\"1.5%\";s:5:\"right\";s:4:\"2.5%\";s:6:\"bottom\";s:4:\"2.5%\";s:4:\"left\";s:4:\"2.5%\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"1\";s:15:\"header_bg_color\";s:22:\"rgba(255,255,255,0.95)\";s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:19:\"rgba(255,255,255,0)\";s:19:\"header_top_bg_color\";s:7:\"#009de2\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"1\";s:20:\"header_sticky_mobile\";s:1:\"1\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:22:\"rgba(255,255,255,0.95)\";s:24:\"header_sticky_menu_color\";s:7:\"#009de2\";s:25:\"header_sticky_nav_padding\";s:2:\"37\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:10:\"nav_height\";s:3:\"197\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"0\";s:11:\"nav_padding\";s:2:\"35\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"0\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"225\";s:34:\"mainmenu_dropdown_vertical_padding\";s:2:\"14\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:4:\"none\";s:20:\"main_nav_search_icon\";s:1:\"1\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:14:\"rgba(0,0,0,.5)\";s:19:\"menu_bg_hover_color\";s:14:\"rgba(0,0,0,.7)\";s:18:\"menu_sub_sep_color\";s:19:\"rgba(255,255,255,0)\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:7:\"#ffffff\";}s:22:\"menu_hover_first_color\";s:7:\"#e2005f\";s:15:\"menu_text_align\";s:4:\"left\";s:14:\"menu_sub_color\";s:7:\"#ffffff\";s:22:\"nav_dropdown_font_size\";s:4:\"14px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"35\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"30\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#efefef\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"50\";s:22:\"mobile_menu_nav_height\";s:2:\"47\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:13:\"rgb(33,33,33)\";s:30:\"mobile_archive_header_bg_color\";s:13:\"rgb(33,33,33)\";s:28:\"mobile_menu_background_color\";s:7:\"#242424\";s:23:\"mobile_menu_hover_color\";s:7:\"#212121\";s:24:\"mobile_menu_border_color\";s:7:\"#212121\";s:24:\"mobile_menu_toggle_color\";s:7:\"#78bca1\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"47px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#747474\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:18:\"megamenu_max_width\";s:4:\"1170\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:2:\"14\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"15\";s:15:\"menu_icon_color\";s:7:\"#ffffff\";s:21:\"menu_icon_hover_color\";s:7:\"#78bca1\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"15px\";}s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"31px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-1X.png\";s:2:\"id\";s:4:\"1883\";s:6:\"height\";s:3:\"135\";s:5:\"width\";s:3:\"307\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-1X-150x135.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-2X.png\";s:2:\"id\";s:4:\"1884\";s:6:\"height\";s:3:\"270\";s:5:\"width\";s:3:\"614\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-2X-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-1X.png\";s:2:\"id\";s:4:\"1883\";s:6:\"height\";s:3:\"135\";s:5:\"width\";s:3:\"307\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-1X-150x135.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-2X.png\";s:2:\"id\";s:4:\"1884\";s:6:\"height\";s:3:\"270\";s:5:\"width\";s:3:\"614\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-2X-150x150.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-1X.png\";s:2:\"id\";s:4:\"1883\";s:6:\"height\";s:3:\"135\";s:5:\"width\";s:3:\"307\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-1X-150x135.png\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-2X.png\";s:2:\"id\";s:4:\"1884\";s:6:\"height\";s:3:\"270\";s:5:\"width\";s:3:\"614\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-2X-150x150.png\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:77:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/favicon-32x32.png\";s:2:\"id\";s:4:\"1888\";s:6:\"height\";s:2:\"32\";s:5:\"width\";s:2:\"32\";s:9:\"thumbnail\";s:77:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/favicon-32x32.png\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:80:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-57x57.png\";s:2:\"id\";s:4:\"1887\";s:6:\"height\";s:2:\"57\";s:5:\"width\";s:2:\"57\";s:9:\"thumbnail\";s:80:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-57x57.png\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-114x114.png\";s:2:\"id\";s:4:\"1889\";s:6:\"height\";s:3:\"114\";s:5:\"width\";s:3:\"114\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-114x114-66x66.png\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/android-icon-72x72.png\";s:2:\"id\";s:4:\"1886\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/android-icon-72x72-66x66.png\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-144x144.png\";s:2:\"id\";s:4:\"1890\";s:6:\"height\";s:3:\"144\";s:5:\"width\";s:3:\"144\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-144x144-66x66.png\";}s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:19:\"page_title_bar_text\";s:1:\"0\";s:20:\"page_title_100_width\";s:1:\"1\";s:17:\"page_title_height\";s:5:\"150px\";s:24:\"page_title_mobile_height\";s:5:\"100px\";s:19:\"page_title_bg_color\";s:7:\"#f0f0f0\";s:23:\"page_title_border_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:4:\"1.17\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:26:\"page_title_subheader_color\";s:7:\"#333333\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"1\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"14px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:24:\"slidingbar_divider_color\";s:7:\"#505152\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"17px\";s:25:\"slidingbar_headings_color\";s:7:\"#363636\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#777777\";s:27:\"slidingbar_link_color_hover\";s:7:\"#78bca1\";s:17:\"slidingbar_border\";s:4:\"35px\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"2\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"0\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:289:\"© Copyright 2012 - <script>document.write(new Date().getFullYear());</script>   |   Avada Theme by <a href=\'http://theme-fusion.com\' target=\'_blank\'>Theme Fusion</a>   |   All Rights Reserved   |   Powered by <a href=\'http://wordpress.org\' target=\'_blank\'>WordPress</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"1\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"43px\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:2:\"5%\";}s:15:\"footer_bg_color\";s:7:\"#212121\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#212121\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#1e1e1e\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#1e1e1e\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";s:7:\"#ffffff\";s:23:\"footer_link_color_hover\";s:7:\"#78bca1\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:26:\"copyright_link_color_hover\";s:7:\"#78bca1\";s:19:\"copyright_font_size\";s:4:\"13px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:4:\"30px\";s:16:\"sidebar_bg_color\";s:7:\"#f7f7f7\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:12:\"Blog Sidebar\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:12:\"Blog Sidebar\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:18:\"woo_global_sidebar\";s:1:\"0\";s:11:\"woo_sidebar\";s:4:\"None\";s:13:\"woo_sidebar_2\";s:4:\"None\";s:20:\"woo_sidebar_position\";s:5:\"Right\";s:27:\"woocommerce_archive_sidebar\";s:4:\"None\";s:29:\"woocommerce_archive_sidebar_2\";s:4:\"None\";s:22:\"bbpress_global_sidebar\";s:1:\"0\";s:15:\"ppbress_sidebar\";s:4:\"None\";s:17:\"ppbress_sidebar_2\";s:4:\"None\";s:24:\"bbpress_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#333333\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"1.17\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\"0.5em\";s:13:\"margin-bottom\";s:5:\"0.5em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.69\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:6:\"333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"1.56\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:4:\".5em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:4:\"1.76\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\".75em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.63\";s:14:\"letter-spacing\";s:3:\"2px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#999999\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"1.55\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:6:\"333333\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:7:\"#333333\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:19:\"blog_page_title_bar\";s:15:\"bar_and_content\";s:24:\"blog_show_page_title_bar\";s:15:\"bar_and_content\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:4:\"Grid\";s:20:\"blog_pagination_type\";s:16:\"load_more_button\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"23\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"12\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:5:\"below\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"no_text\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"23\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"17px\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"1\";s:29:\"header_social_links_box_color\";s:7:\"#78bca1\";s:32:\"header_social_links_boxed_radius\";s:3:\"50%\";s:33:\"header_social_links_boxed_padding\";s:4:\"12px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#78bca1\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:17:\"Share This Story!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f7f7f7\";s:30:\"sharing_social_links_font_size\";s:4:\"19px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#78bca1\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"50%\";s:34:\"sharing_social_links_boxed_padding\";s:4:\"16px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"0\";s:16:\"sharing_whatsapp\";s:1:\"0\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"0\";s:17:\"sharing_pinterest\";s:1:\"0\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"40px\";s:6:\"height\";s:5:\"130px\";}s:17:\"slider_arrow_size\";s:4:\"18px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:6:\"smooth\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.93\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:17:\"recaptcha_version\";s:2:\"v2\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#78bca1\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:5:\"Large\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:7:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";}s:22:\"privacy_embed_defaults\";a:0:{}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8C8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:4:\"full\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:12:\"center_horiz\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:18:\"rgba(34,36,42,0.9)\";s:27:\"image_gradient_bottom_color\";s:7:\"#22242a\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#78bca1\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:4:\"16px\";s:6:\"height\";s:4:\"10px\";}s:23:\"pagination_text_display\";s:1:\"0\";s:20:\"pagination_font_size\";s:4:\"12px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"form_input_height\";s:4:\"40px\";s:13:\"form_bg_color\";s:7:\"#eaeaea\";s:14:\"form_text_size\";s:4:\"13px\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_width\";s:1:\"1\";s:17:\"form_border_color\";s:19:\"rgba(255,255,255,0)\";s:18:\"form_border_radius\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:19:\"rgba(235,234,234,0)\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.0\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";a:0:{}s:28:\"fontawesome_v4_compatibility\";s:1:\"0\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:9:\"lazy_load\";s:1:\"0\";s:17:\"font_face_display\";s:5:\"block\";s:16:\"css_cache_method\";s:3:\"off\";s:19:\"media_queries_async\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"0\";s:24:\"bbp_forum_base_font_size\";s:4:\"12px\";s:19:\"bbp_forum_header_bg\";s:7:\"#ebeaea\";s:27:\"bbp_forum_header_font_color\";s:7:\"#747474\";s:22:\"bbp_forum_border_color\";s:7:\"#ebeaea\";s:9:\"woo_items\";s:2:\"12\";s:29:\"woocommerce_shop_page_columns\";s:1:\"3\";s:27:\"woocommerce_related_columns\";s:1:\"3\";s:32:\"woocommerce_archive_page_columns\";s:1:\"3\";s:19:\"disable_woo_gallery\";s:1:\"1\";s:31:\"woocommerce_single_gallery_size\";s:5:\"500px\";s:37:\"woocommerce_gallery_thumbnail_columns\";s:1:\"4\";s:23:\"enable_woo_gallery_zoom\";s:1:\"1\";s:26:\"woocommerce_avada_ordering\";s:1:\"1\";s:36:\"woocommerce_disable_crossfade_effect\";s:1:\"1\";s:29:\"woocommerce_one_page_checkout\";s:1:\"0\";s:30:\"woocommerce_enable_order_notes\";s:1:\"1\";s:29:\"woocommerce_acc_link_main_nav\";s:1:\"0\";s:30:\"woocommerce_cart_link_main_nav\";s:1:\"1\";s:24:\"woocommerce_cart_counter\";s:1:\"1\";s:28:\"woocommerce_acc_link_top_nav\";s:1:\"1\";s:29:\"woocommerce_cart_link_top_nav\";s:1:\"1\";s:24:\"woocommerce_social_links\";s:1:\"1\";s:28:\"woocommerce_toggle_grid_list\";s:1:\"1\";s:24:\"woocommerce_product_view\";s:4:\"grid\";s:13:\"woo_acc_msg_1\";s:49:\"Need Help? Call customer service at 888-555-5555.\";s:13:\"woo_acc_msg_2\";s:27:\"E-mail at info@yourshop.com\";s:30:\"woocommerce_product_box_design\";s:5:\"clean\";s:39:\"woocommerce_product_box_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:17:\"product_width_100\";s:1:\"0\";s:25:\"woocommerce_equal_heights\";s:1:\"0\";s:30:\"woocommerce_product_tab_design\";s:8:\"vertical\";s:12:\"qty_bg_color\";s:7:\"#fbfaf9\";s:18:\"qty_bg_hover_color\";s:7:\"#ffffff\";s:21:\"woo_dropdown_bg_color\";s:7:\"#78bca1\";s:23:\"woo_dropdown_text_color\";s:7:\"#ffffff\";s:25:\"woo_dropdown_border_color\";s:7:\"#78bca1\";s:17:\"woo_cart_bg_color\";s:7:\"#69ad92\";s:18:\"woo_icon_font_size\";s:4:\"12px\";s:10:\"custom_css\";s:315:\"/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n    .fusion-footer .textwidget { text-align: center; }\r\n\r\n    .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n        float: none;\r\n        text-align: center;\r\n    }\r\n}\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:6:\"Square\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:7:\"#78bca1\";s:28:\"button_gradient_bottom_color\";s:7:\"#78bca1\";s:31:\"button_gradient_top_color_hover\";s:7:\"#6fb297\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#6fb297\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#787878\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.5)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.6)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#78bca1\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#333333\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:7:\"#ffffff\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:7:\"#f7f7f7\";s:22:\"content_box_title_size\";s:4:\"22px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"40px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#78bca1\";s:38:\"content_box_icon_bg_inner_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"0\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:7:\"pulsate\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#78bca1\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:19:\"rgba(255,255,255,0)\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#ffffff\";s:28:\"countdown_counter_text_color\";s:7:\"#2b2e32\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#333333\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"15px\";s:24:\"counter_box_border_color\";s:7:\"#333333\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#78bca1\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#78bca1\";s:15:\"events_per_page\";s:1:\"4\";s:21:\"events_column_spacing\";s:2:\"-1\";s:22:\"events_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:21:\"events_content_length\";s:7:\"no_text\";s:21:\"excerpt_length_events\";s:2:\"55\";s:25:\"events_strip_html_excerpt\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:29:\"faq_accordion_title_font_size\";s:4:\"17px\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#78bca1\";s:19:\"flip_boxes_front_bg\";s:7:\"#f7f7f7\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#78bca1\";s:23:\"flip_boxes_back_heading\";s:7:\"#ffffff\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:1:\"0\";s:17:\"icon_circle_color\";s:7:\"#78bca1\";s:17:\"icon_border_color\";s:19:\"rgba(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#ffffff\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:14:\"modal_bg_color\";s:7:\"#f7f7f7\";s:18:\"modal_border_color\";s:7:\"#f7f7f7\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"23\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#78bca1\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#78bca1\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"12px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f7f7f7\";s:17:\"tabs_border_color\";s:7:\"#f7f7f7\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"testimonial_text_color\";s:7:\"#999999\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"title_style_type\";s:4:\"none\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"0\";s:25:\"accordion_title_font_size\";s:4:\"17px\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:20:\"accordion_icon_align\";s:4:\"left\";s:22:\"accordian_active_color\";s:7:\"#78bca1\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:4:\"17px\";s:23:\"widget_area_title_color\";s:7:\"#333333\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";s:19:\"reset_caches_button\";s:0:\"\";}s:7:\"widgets\";a:69:{i:0;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"336\";s:11:\"option_name\";s:24:\"widget_ad_125_125-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:1;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"99\";s:11:\"option_name\";s:15:\"widget_archives\";s:12:\"option_value\";s:94:\"a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:2;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"750\";s:11:\"option_name\";s:14:\"widget_authors\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:3;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"423\";s:11:\"option_name\";s:33:\"widget_avada-vertical-menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:4;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"404\";s:11:\"option_name\";s:24:\"widget_bbp_forums_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:5;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"401\";s:11:\"option_name\";s:23:\"widget_bbp_login_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:6;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"406\";s:11:\"option_name\";s:25:\"widget_bbp_replies_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:7;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"403\";s:11:\"option_name\";s:24:\"widget_bbp_search_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:8;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"407\";s:11:\"option_name\";s:23:\"widget_bbp_stats_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:9;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"405\";s:11:\"option_name\";s:24:\"widget_bbp_topics_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:10;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"402\";s:11:\"option_name\";s:23:\"widget_bbp_views_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:11;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"749\";s:11:\"option_name\";s:24:\"widget_blog_subscription\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:12;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"103\";s:11:\"option_name\";s:15:\"widget_calendar\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:13;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"78\";s:11:\"option_name\";s:17:\"widget_categories\";s:12:\"option_value\";s:206:\"a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:14;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"337\";s:11:\"option_name\";s:26:\"widget_contact_info-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:15;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"524\";s:11:\"option_name\";s:25:\"widget_convertplug_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:16;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"110\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:17;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"751\";s:11:\"option_name\";s:27:\"widget_eu_cookie_law_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:18;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"343\";s:11:\"option_name\";s:27:\"widget_facebook-like-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:19;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"752\";s:11:\"option_name\";s:23:\"widget_facebook-likebox\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:20;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"753\";s:11:\"option_name\";s:13:\"widget_flickr\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:21;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"341\";s:11:\"option_name\";s:20:\"widget_flickr-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:22;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"422\";s:11:\"option_name\";s:27:\"widget_fusion_author-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:23;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"755\";s:11:\"option_name\";s:30:\"widget_google_translate_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:24;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"756\";s:11:\"option_name\";s:23:\"widget_googleplus-badge\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:25;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"757\";s:11:\"option_name\";s:14:\"widget_grofile\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:26;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"758\";s:11:\"option_name\";s:37:\"widget_internet_defense_league_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:27;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"766\";s:11:\"option_name\";s:35:\"widget_jetpack_display_posts_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:28;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"761\";s:11:\"option_name\";s:27:\"widget_jetpack_my_community\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:29;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"763\";s:11:\"option_name\";s:34:\"widget_jetpack_widget_social_icons\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:30;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"389\";s:11:\"option_name\";s:25:\"widget_layerslider_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:31;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"104\";s:11:\"option_name\";s:18:\"widget_media_audio\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:32;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"106\";s:11:\"option_name\";s:20:\"widget_media_gallery\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:33;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"105\";s:11:\"option_name\";s:18:\"widget_media_image\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:34;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"107\";s:11:\"option_name\";s:18:\"widget_media_video\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:35;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"344\";s:11:\"option_name\";s:18:\"widget_menu-widget\";s:12:\"option_value\";s:272:\"a:2:{i:3;a:7:{s:8:\"nav_menu\";s:23:\"modern-shop-footer-menu\";s:12:\"menu_padding\";s:4:\"25px\";s:15:\"menu_link_color\";s:4:\"#fff\";s:21:\"menu_link_hover_color\";s:7:\"#78bca1\";s:8:\"sep_text\";s:1:\"|\";s:9:\"font_size\";s:4:\"14px\";s:9:\"alignment\";s:5:\"Right\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:36;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"100\";s:11:\"option_name\";s:11:\"widget_meta\";s:12:\"option_value\";s:59:\"a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:37;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"760\";s:11:\"option_name\";s:23:\"widget_milestone_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:38;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"109\";s:11:\"option_name\";s:15:\"widget_nav_menu\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:39;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"102\";s:11:\"option_name\";s:12:\"widget_pages\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:40;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"338\";s:11:\"option_name\";s:23:\"widget_pyre_tabs-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:41;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"339\";s:11:\"option_name\";s:26:\"widget_recent_works-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:42;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"98\";s:11:\"option_name\";s:22:\"widget_recent-comments\";s:12:\"option_value\";s:76:\"a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:43;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"97\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:12:\"option_value\";s:142:\"a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:44;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"605\";s:11:\"option_name\";s:24:\"widget_rev-slider-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:45;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"80\";s:11:\"option_name\";s:10:\"widget_rss\";s:12:\"option_value\";s:6:\"a:0:{}\";s:8:\"autoload\";s:3:\"yes\";}i:46;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"762\";s:11:\"option_name\";s:16:\"widget_rss_links\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:47;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"96\";s:11:\"option_name\";s:13:\"widget_search\";s:12:\"option_value\";s:88:\"a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:48;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"342\";s:11:\"option_name\";s:26:\"widget_social_links-widget\";s:12:\"option_value\";s:1052:\"a:2:{i:2;a:37:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"15px\";s:10:\"icon_color\";s:4:\"#fff\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#eaeaea\";s:17:\"boxed_icon_radius\";s:3:\"50%\";s:18:\"boxed_icon_padding\";s:4:\"18px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:1:\"#\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:10:\"vimeo_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:1:\"#\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:1:\"#\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:1:\"#\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:10:\"color_type\";s:6:\"custom\";s:9:\"xing_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:49;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"108\";s:11:\"option_name\";s:16:\"widget_tag_cloud\";s:12:\"option_value\";s:89:\"a:2:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:50;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"79\";s:11:\"option_name\";s:11:\"widget_text\";s:12:\"option_value\";s:899:\"a:4:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<img src=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/modern_logo_1x.png\" alt=\"Footer Logo\"/>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:51;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"340\";s:11:\"option_name\";s:20:\"widget_tweets-widget\";s:12:\"option_value\";s:552:\"a:2:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:19:\"access_token_secret\";s:0:\"\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:13:\"twitter_style\";s:5:\"width\";s:3:\"268\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#333333\";s:12:\"border_color\";s:11:\"transparent\";s:11:\"show_header\";N;s:11:\"show_footer\";N;s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:52;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"764\";s:11:\"option_name\";s:23:\"widget_twitter_timeline\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:53;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"765\";s:11:\"option_name\";s:29:\"widget_upcoming_events_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:54;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"759\";s:11:\"option_name\";s:40:\"widget_widget_mailchimp_subscriber_popup\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:55;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"128\";s:11:\"option_name\";s:30:\"widget_woocommerce_layered_nav\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:56;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"127\";s:11:\"option_name\";s:38:\"widget_woocommerce_layered_nav_filters\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:57;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"129\";s:11:\"option_name\";s:31:\"widget_woocommerce_price_filter\";s:12:\"option_value\";s:75:\"a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:58;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"130\";s:11:\"option_name\";s:37:\"widget_woocommerce_product_categories\";s:12:\"option_value\";s:200:\"a:2:{i:2;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";s:1:\"1\";s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:59;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"131\";s:11:\"option_name\";s:33:\"widget_woocommerce_product_search\";s:12:\"option_value\";s:59:\"a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:60;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"132\";s:11:\"option_name\";s:36:\"widget_woocommerce_product_tag_cloud\";s:12:\"option_value\";s:72:\"a:2:{i:2;a:1:{s:5:\"title\";s:12:\"Product Tags\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:61;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"133\";s:11:\"option_name\";s:27:\"widget_woocommerce_products\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:62;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"137\";s:11:\"option_name\";s:32:\"widget_woocommerce_rating_filter\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:63;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"136\";s:11:\"option_name\";s:33:\"widget_woocommerce_recent_reviews\";s:12:\"option_value\";s:95:\"a:2:{i:2;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:64;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"134\";s:11:\"option_name\";s:43:\"widget_woocommerce_recently_viewed_products\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:65;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"135\";s:11:\"option_name\";s:37:\"widget_woocommerce_top_rated_products\";s:12:\"option_value\";s:168:\"a:3:{i:3;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:66;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"126\";s:11:\"option_name\";s:30:\"widget_woocommerce_widget_cart\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:67;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"754\";s:11:\"option_name\";s:22:\"widget_wpcom-goodreads\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:68;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"125\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}}s:16:\"sidebars_widgets\";a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:13:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:32:\"woocommerce_top_rated_products-3\";i:11;s:12:\"categories-3\";i:12;s:15:\"tweets-widget-2\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:21:\"avada-footer-widget-2\";a:2:{i:0;s:6:\"text-6\";i:1;s:13:\"menu-widget-3\";}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:13:\"array_version\";i:3;s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}}s:12:\"sbg_sidebars\";a:1:{s:4:\"Shop\";s:4:\"Shop\";}}s:9:\"lifestyle\";a:11:{s:5:\"terms\";a:14:{i:0;a:2:{s:7:\"term_id\";i:132;s:8:\"taxonomy\";s:8:\"category\";}i:1;a:2:{s:7:\"term_id\";i:133;s:8:\"taxonomy\";s:8:\"category\";}i:2;a:2:{s:7:\"term_id\";i:134;s:8:\"taxonomy\";s:8:\"category\";}i:3;a:2:{s:7:\"term_id\";i:135;s:8:\"taxonomy\";s:8:\"category\";}i:4;a:2:{s:7:\"term_id\";i:136;s:8:\"taxonomy\";s:8:\"category\";}i:5;a:2:{s:7:\"term_id\";i:137;s:8:\"taxonomy\";s:8:\"post_tag\";}i:6;a:2:{s:7:\"term_id\";i:138;s:8:\"taxonomy\";s:8:\"post_tag\";}i:7;a:2:{s:7:\"term_id\";i:139;s:8:\"taxonomy\";s:8:\"post_tag\";}i:8;a:2:{s:7:\"term_id\";i:140;s:8:\"taxonomy\";s:8:\"post_tag\";}i:9;a:2:{s:7:\"term_id\";i:141;s:8:\"taxonomy\";s:8:\"post_tag\";}i:10;a:2:{s:7:\"term_id\";i:142;s:8:\"taxonomy\";s:8:\"post_tag\";}i:11;a:2:{s:7:\"term_id\";i:143;s:8:\"taxonomy\";s:8:\"post_tag\";}i:12;a:2:{s:7:\"term_id\";i:144;s:8:\"taxonomy\";s:8:\"post_tag\";}i:13;a:2:{s:7:\"term_id\";i:145;s:8:\"taxonomy\";s:8:\"nav_menu\";}}s:14:\"fusion_sliders\";a:4:{i:0;a:2:{s:7:\"term_id\";i:146;s:8:\"taxonomy\";s:10:\"slide-page\";}i:1;a:2:{s:7:\"term_id\";i:147;s:8:\"taxonomy\";s:10:\"slide-page\";}i:2;a:2:{s:7:\"term_id\";i:148;s:8:\"taxonomy\";s:10:\"slide-page\";}i:3;a:2:{s:7:\"term_id\";i:149;s:8:\"taxonomy\";s:10:\"slide-page\";}}s:13:\"theme_options\";a:881:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1100px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"None\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"55px\";s:6:\"bottom\";s:4:\"40px\";}s:16:\"hundredp_padding\";s:4:\"20px\";s:13:\"sidebar_width\";s:3:\"23%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"19%\";s:17:\"sidebar_2_2_width\";s:3:\"19%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1100\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:4:\"0.90\";s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"primary_color\";s:7:\"#009de2\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Social Links\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:20:\"Insert Headline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"0\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:19:\"header_border_color\";s:7:\"#e1e1e1\";s:19:\"header_top_bg_color\";s:7:\"#009de2\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"1\";s:20:\"header_sticky_mobile\";s:1:\"1\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:7:\"#ffffff\";s:24:\"header_sticky_menu_color\";s:7:\"#333333\";s:25:\"header_sticky_nav_padding\";s:2:\"27\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:10:\"nav_height\";s:3:\"117\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"5\";s:11:\"nav_padding\";s:2:\"27\";s:18:\"mobile_nav_padding\";s:2:\"22\";s:15:\"megamenu_shadow\";s:1:\"1\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"215\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"9\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:6:\"parent\";s:20:\"main_nav_search_icon\";s:1:\"1\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#edecec\";s:19:\"menu_bg_hover_color\";s:7:\"#f5f5f5\";s:18:\"menu_sub_sep_color\";s:7:\"#e3e2e3\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#333333\";}s:22:\"menu_hover_first_color\";s:7:\"#b2077e\";s:15:\"menu_text_align\";s:4:\"left\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:22:\"nav_dropdown_font_size\";s:4:\"13px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"27\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"26\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#ffffff\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e0dfdf\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#ffffff\";s:25:\"header_top_menu_sub_color\";s:7:\"#333333\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"5\";s:22:\"mobile_menu_nav_height\";s:2:\"40\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:16:\"rgb(255,255,255)\";s:30:\"mobile_archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:28:\"mobile_menu_background_color\";s:7:\"#ffffff\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#b2077e\";s:24:\"mobile_menu_toggle_color\";s:7:\"#b2077e\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#b2077e\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"7\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"13\";s:15:\"menu_icon_color\";s:7:\"#333333\";s:21:\"menu_icon_hover_color\";s:7:\"#009de2\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"13px\";}s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"21px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"21px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75.png\";s:2:\"id\";s:5:\"19651\";s:6:\"height\";s:2:\"75\";s:5:\"width\";s:3:\"176\";s:9:\"thumbnail\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75-150x75.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:76:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-150.png\";s:2:\"id\";s:5:\"19654\";s:6:\"height\";s:3:\"150\";s:5:\"width\";s:3:\"352\";s:9:\"thumbnail\";s:84:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-150-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75.png\";s:2:\"id\";s:5:\"19651\";s:6:\"height\";s:2:\"75\";s:5:\"width\";s:3:\"176\";s:9:\"thumbnail\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75-150x75.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:76:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-150.png\";s:2:\"id\";s:5:\"19654\";s:6:\"height\";s:3:\"150\";s:5:\"width\";s:3:\"352\";s:9:\"thumbnail\";s:84:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-150-150x150.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75.png\";s:2:\"id\";s:5:\"19651\";s:6:\"height\";s:2:\"75\";s:5:\"width\";s:3:\"176\";s:9:\"thumbnail\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75-150x75.png\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:76:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-150.png\";s:2:\"id\";s:5:\"19654\";s:6:\"height\";s:3:\"150\";s:5:\"width\";s:3:\"352\";s:9:\"thumbnail\";s:84:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-150-150x150.png\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:77:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/favicon-32x32.png\";s:2:\"id\";s:4:\"1888\";s:6:\"height\";s:2:\"32\";s:5:\"width\";s:2:\"32\";s:9:\"thumbnail\";s:77:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/favicon-32x32.png\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:80:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-57x57.png\";s:2:\"id\";s:4:\"1887\";s:6:\"height\";s:2:\"57\";s:5:\"width\";s:2:\"57\";s:9:\"thumbnail\";s:80:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-57x57.png\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-114x114.png\";s:2:\"id\";s:4:\"1889\";s:6:\"height\";s:3:\"114\";s:5:\"width\";s:3:\"114\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-114x114-66x66.png\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/android-icon-72x72.png\";s:2:\"id\";s:4:\"1886\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/android-icon-72x72-66x66.png\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:82:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-144x144.png\";s:2:\"id\";s:4:\"1890\";s:6:\"height\";s:3:\"144\";s:5:\"width\";s:3:\"144\";s:9:\"thumbnail\";s:88:\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apple-icon-144x144-66x66.png\";}s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"87px\";s:24:\"page_title_mobile_height\";s:4:\"70px\";s:19:\"page_title_bg_color\";s:7:\"#f4e8e8\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:4:\"1.45\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"10px\";s:26:\"page_title_subheader_color\";s:7:\"#333333\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"1\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"11px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#b2077e\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"1\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"3\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#505152\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#a0ce4e\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"3\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:253:\"© Copyright 2018 - <script>document.write(new Date().getFullYear());</script>   |   Reset To Happiness    |   All Rights Reserved   |   Site Designed by <a href=\'https://beckymyhre.com\' target=\'_blank\'>Becky Myhre Design Services</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:75:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/footer-bgrd.jpg\";s:2:\"id\";s:5:\"19753\";s:6:\"height\";s:3:\"973\";s:5:\"width\";s:4:\"2500\";s:9:\"thumbnail\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/footer-bgrd-150x150.jpg\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:8:\"top left\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"60px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"55px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#f4e8e8\";s:18:\"footer_border_size\";s:1:\"6\";s:19:\"footer_border_color\";s:7:\"#eae4d6\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"25px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"copyright_bg_color\";s:7:\"#671c4c\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:21:\"rgba(255,255,255,0.5)\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#b2077e\";}s:17:\"footer_text_color\";s:7:\"#636161\";s:17:\"footer_link_color\";s:7:\"#636161\";s:23:\"footer_link_color_hover\";s:7:\"#b2077e\";s:20:\"copyright_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:20:\"copyright_link_color\";s:21:\"rgba(255,255,255,0.8)\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"12px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:1:\"0\";s:16:\"sidebar_bg_color\";s:7:\"#ffffff\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"15px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:12:\"Blog Sidebar\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:18:\"woo_global_sidebar\";s:1:\"0\";s:11:\"woo_sidebar\";s:4:\"None\";s:13:\"woo_sidebar_2\";s:4:\"None\";s:20:\"woo_sidebar_position\";s:5:\"Right\";s:27:\"woocommerce_archive_sidebar\";s:4:\"None\";s:29:\"woocommerce_archive_sidebar_2\";s:4:\"None\";s:22:\"bbpress_global_sidebar\";s:1:\"0\";s:15:\"ppbress_sidebar\";s:4:\"None\";s:17:\"ppbress_sidebar_2\";s:4:\"None\";s:24:\"bbpress_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.69\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#b2077e\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"42px\";s:11:\"line-height\";s:4:\"1.45\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#b2077e\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:4:\".7em\";s:5:\"color\";s:7:\"#b2077e\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"1.41\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"1.43\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"1.38\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"1.42\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#333333\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:22:\"Shadows Into Light Two\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#333333\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:14:\"museo-slab-300\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:85:\"https://avada.theme-fusion.com/wp-content/uploads/2016/04/Museo_Slab_300-webfont.woff\";s:2:\"id\";s:5:\"17406\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:67:\"https://avada.theme-fusion.com/wp-includes/images/media/default.png\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:84:\"https://avada.theme-fusion.com/wp-content/uploads/2016/04/Museo_Slab_300-webfont.ttf\";s:2:\"id\";s:5:\"17405\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:67:\"https://avada.theme-fusion.com/wp-includes/images/media/default.png\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:84:\"https://avada.theme-fusion.com/wp-content/uploads/2016/04/Museo_Slab_300-webfont.svg\";s:2:\"id\";s:5:\"17404\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:67:\"https://avada.theme-fusion.com/wp-includes/images/media/default.png\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:84:\"https://avada.theme-fusion.com/wp-content/uploads/2016/04/Museo_Slab_300-webfont.eot\";s:2:\"id\";s:5:\"17403\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:67:\"https://avada.theme-fusion.com/wp-includes/images/media/default.png\";}}}s:19:\"blog_page_title_bar\";s:15:\"bar_and_content\";s:24:\"blog_show_page_title_bar\";s:15:\"bar_and_content\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:4:\"Grid\";s:19:\"blog_archive_layout\";s:4:\"Grid\";s:20:\"blog_pagination_type\";s:10:\"Pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"54\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"1\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:11:\"author_info\";s:1:\"1\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"1\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"2\";s:32:\"portfolio_archive_column_spacing\";s:2:\"12\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:5:\"below\";s:23:\"portfolio_archive_items\";s:1:\"5\";s:29:\"portfolio_archive_text_layout\";s:7:\"no_text\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"58\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:15:\"infinite_scroll\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"14px\";s:16:\"portfolio_pn_nav\";s:1:\"1\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"0\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:6:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}i:5;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:6:{i:0;s:9:\"instagram\";i:1;s:8:\"facebook\";i:2;s:9:\"pinterest\";i:3;s:3:\"rss\";i:4;s:5:\"email\";i:5;s:0:\"\";}s:3:\"url\";a:6:{i:0;s:43:\"https://www.instagram.com/resettohappiness/\";i:1;s:41:\"https://www.facebook.com/RestToHappiness/\";i:2;s:57:\"https://www.pinterest.com/04fz66i1jkdm5skisg23ctzys9ikik/\";i:3;s:43:\"https://theme-fusion.com/support/blog/feed/\";i:4;s:22:\"hello@resettohappiness\";i:5;s:0:\"\";}s:12:\"custom_title\";a:6:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}s:13:\"custom_source\";a:6:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:2;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:3;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:4;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:5;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"18px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"footer_social_links_boxed\";s:1:\"0\";s:29:\"footer_social_links_box_color\";s:7:\"#222222\";s:32:\"footer_social_links_boxed_radius\";s:3:\"4px\";s:33:\"footer_social_links_boxed_padding\";s:3:\"8px\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f6f6f6\";s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#b2077e\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#ffffff\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"4px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"8px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"1\";s:16:\"sharing_whatsapp\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"0\";s:14:\"sharing_tumblr\";s:1:\"0\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"0\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"550px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"200\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:10:\"horizontal\";s:24:\"lightbox_animation_speed\";s:4:\"Fast\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.97\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"0\";s:15:\"lightbox_social\";s:1:\"0\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"0\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1920px\";s:6:\"height\";s:6:\"1080px\";}s:13:\"email_address\";s:17:\"noreply@email.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:17:\"recaptcha_version\";s:2:\"v2\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:46:\"New York City, NY | Flemington, NJ | Islip, NY\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"9\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:6:\"custom\";s:17:\"map_overlay_color\";s:7:\"#70b260\";s:19:\"map_infobox_styling\";s:6:\"custom\";s:19:\"map_infobox_content\";s:222:\"Jason At New York City Office Park 555 West Street, New York City 12345|Allison At The Flemington Office Park 555 East Street, New York City 12345|Johnathan At The Islips Office Park 555 South Street, New York City 12345\r\n\";s:20:\"map_infobox_bg_color\";s:14:\"rgba(0,0,0,.5)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:224:\"https://avada.theme-fusion.com/wp-content/uploads/2014/06/map_avatar_2.png|https://avada.theme-fusion.com/wp-content/uploads/2014/06/map_avatar_1.png|https://avada.theme-fusion.com/wp-content/uploads/2014/06/map_avatar_3.png\";s:13:\"search_layout\";s:4:\"Grid\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:1:\"8\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:1:{i:0;s:5:\"gmaps\";}s:22:\"privacy_embed_defaults\";a:0:{}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8C8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"0\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"1\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"1\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"17px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:22:\"rgba(160,206,78,0.925)\";s:27:\"image_gradient_bottom_color\";s:7:\"#a0ce4e\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"8px\";s:6:\"height\";s:3:\"4px\";}s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"form_input_height\";s:4:\"40px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:14:\"form_text_size\";s:4:\"13px\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_width\";s:1:\"1\";s:17:\"form_border_color\";s:7:\"#d2d2d2\";s:18:\"form_border_radius\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:7:\"#ebeaea\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.0\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:28:\"fontawesome_v4_compatibility\";s:1:\"1\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:9:\"lazy_load\";s:1:\"0\";s:17:\"font_face_display\";s:5:\"block\";s:16:\"css_cache_method\";s:4:\"file\";s:19:\"media_queries_async\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"0\";s:24:\"bbp_forum_base_font_size\";s:4:\"12px\";s:19:\"bbp_forum_header_bg\";s:7:\"#ebeaea\";s:27:\"bbp_forum_header_font_color\";s:7:\"#747474\";s:22:\"bbp_forum_border_color\";s:7:\"#ebeaea\";s:9:\"woo_items\";s:2:\"12\";s:29:\"woocommerce_shop_page_columns\";s:1:\"4\";s:27:\"woocommerce_related_columns\";s:1:\"4\";s:32:\"woocommerce_archive_page_columns\";s:1:\"3\";s:19:\"disable_woo_gallery\";s:1:\"1\";s:31:\"woocommerce_single_gallery_size\";s:5:\"500px\";s:37:\"woocommerce_gallery_thumbnail_columns\";s:1:\"4\";s:23:\"enable_woo_gallery_zoom\";s:1:\"1\";s:26:\"woocommerce_avada_ordering\";s:1:\"1\";s:36:\"woocommerce_disable_crossfade_effect\";s:1:\"1\";s:29:\"woocommerce_one_page_checkout\";s:1:\"0\";s:30:\"woocommerce_enable_order_notes\";s:1:\"1\";s:29:\"woocommerce_acc_link_main_nav\";s:1:\"0\";s:30:\"woocommerce_cart_link_main_nav\";s:1:\"1\";s:24:\"woocommerce_cart_counter\";s:1:\"0\";s:28:\"woocommerce_acc_link_top_nav\";s:1:\"1\";s:29:\"woocommerce_cart_link_top_nav\";s:1:\"1\";s:24:\"woocommerce_social_links\";s:1:\"1\";s:28:\"woocommerce_toggle_grid_list\";s:1:\"1\";s:24:\"woocommerce_product_view\";s:4:\"grid\";s:13:\"woo_acc_msg_1\";s:55:\"Need Assistance? Call customer service at 888-555-5555.\";s:13:\"woo_acc_msg_2\";s:32:\"E-mail them at info@yourshop.com\";s:30:\"woocommerce_product_box_design\";s:7:\"classic\";s:39:\"woocommerce_product_box_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"15px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"15px\";}s:17:\"product_width_100\";s:1:\"0\";s:25:\"woocommerce_equal_heights\";s:1:\"0\";s:30:\"woocommerce_product_tab_design\";s:8:\"vertical\";s:12:\"qty_bg_color\";s:7:\"#fbfaf9\";s:18:\"qty_bg_hover_color\";s:7:\"#ffffff\";s:21:\"woo_dropdown_bg_color\";s:7:\"#fbfaf9\";s:23:\"woo_dropdown_text_color\";s:7:\"#333333\";s:25:\"woo_dropdown_border_color\";s:7:\"#dbdbdb\";s:17:\"woo_cart_bg_color\";s:7:\"#fafafa\";s:18:\"woo_icon_font_size\";s:4:\"12px\";s:10:\"custom_css\";s:3664:\".fusion-cs-privacy-heading h2,\r\n.fusion-cs-privacy-subheading h3 {\r\n    color: #a0ce4e;   \r\n}\r\n.post-27611 .fusion-text p:last-child {\r\n    margin-bottom: 0;\r\n}\r\n\r\n/* builder promo page */\r\n.post-19168 .fusion-fullwidth {\r\n    margin-top: -1px;\r\n}\r\n\r\n/* 52 promo page */\r\n.post-23228 .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a {\r\n    color: #ffffff;\r\n    font-size: 18px;\r\n}\r\n\r\n.post-23228 .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a {\r\n    display: none;\r\n}\r\n\r\n.post-23228 .fusion-image-wrapper .fusion-rollover {\r\n    background-image: linear-gradient(top,rgba(236, 72, 88,0.75) 0%,rgba(236, 72, 88,0.75) 100%);\r\n    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(236, 72, 88,0.75)),color-stop(1,rgba(3, 179, 208,0.75)));\r\n    background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ec4858,endColorstr=#ec4858),progid: DXImageTransform.Microsoft.Alpha(Opacity=0);\r\n    background-image: -webkit-linear-gradient(top,rgba(236, 72, 88, 0.75) 0%,rgba(236, 72, 88,0.75) 100%);\r\n    background-image: -moz-linear-gradient(top,rgba(236, 72, 88,0.75) 0%,rgba(236, 72, 88,0.75) 100%);\r\n    background-image: -ms-linear-gradient(top,rgba(236, 72, 88,0.75) 0%,rgba(236, 72, 88,0.75) 100%);\r\n    background-image: -o-linear-gradient(top,rgba(236, 72, 88,0.75) 0%,rgba(236, 72, 88,0.75) 100%);\r\n}\r\n\r\n/* button spacing */\r\n.page-id-9801 .fusion-two-third  .fusion-button-wrapper {\r\n    padding: 0 1.5px;\r\n}\r\n\r\n/*custom button height*/\r\n.customButton {padding: 90px; font-size: 26px; font-weight: 400 !important;}\r\n\r\n/*custom button height*/\r\n.customButton2 {padding: 70px; font-size: 26px; font-weight: 400 !important;}\r\n\r\n/*custom button height*/\r\n.customButton3 {padding: 50px; font-size: 20px; font-weight: 700 !important;}\r\n\r\n/*52 button height*/\r\n.colButton {padding: 40px; font-size: 18px;}\r\n\r\n.sidebar.fusion-portfolio { margin-bottom: 0; }\r\n\r\n/*remove with 385, bottom margin for titles*/\r\ndiv.fusion-title.title.fusion-title-size-two { margin-bottom: 20px; }\r\n\r\n/*styles for no color link*/\r\na.noColor {color: #fff;}\r\n\r\n/*remove iframe border on videos in rev slider*/\r\n.rev_slider_wrapper iframe { border: none; }\r\n\r\n/*styles for pricing table shortcode page*/\r\n.fusion-pricing-table.myTable .panel-heading .title-row,\r\n.fusion-pricing-table.myTable .pricing-row .price .currency,\r\n.fusion-pricing-table.myTable .pricing-row .price .integer-part,\r\n.fusion-pricing-table.myTable .pricing-row .price .decimal-part,\r\n.fusion-pricing-table.myTable .pricing-row .price .time { color: #fff !important; }\r\n\r\n/*style for one page - larger menu, hide shop icon*/\r\n@media only screen and (min-width: 800px){\r\n.page-id-8255 #menu-one-page li {padding-right: 32px !important; }\r\n}\r\n.page-id-8255 #menu-one-page  > li > a { font-size: 15px !important; }\r\n.page-id-8255 #menu-one-page .fusion-main-menu-cart {  display: none; }\r\n\r\n/* button styles just for demo page */\r\n@media only screen and (max-width: 800px){\r\n.page-id-9801 .fusion-button { margin: 2px !important;  }\r\n.page-id-9801 .fusion-button.button-3d { margin-bottom: 11px !important;  }\r\n}\r\n\r\n/*  logo padding for mobile */\r\n@media only screen and (max-width: 800px){\r\n    #wrapper .fusion-header .fusion-logo {\r\n        margin-top: 3px !important;\r\n        margin-bottom: 8px !important;\r\n    }\r\n}\r\n\r\n/*sticky header desktop resizing disabled */\r\n@media only screen and (max-width: 1060px){\r\n#header-sticky.sticky-header{ display: none !important; }\r\n}\r\n\r\n@media only screen and (min-width: 800px){\r\n    .mobile-nav-holder, .mobile-topnav-holder {\r\n        display: none;\r\n    }\r\n}\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:17:\"blog_grid_columns\";s:1:\"2\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:1:\"0\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:7:\"#b2067e\";s:28:\"button_gradient_bottom_color\";s:7:\"#b2067e\";s:31:\"button_gradient_top_color_hover\";s:7:\"#96216d\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#96216d\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#54770F\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:15:\"rgba(0,0,0,0.6)\";s:20:\"carousel_hover_color\";s:15:\"rgba(0,0,0,0.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#a0ce4e\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:2:\"21\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#a0ce4e\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"60px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#a0ce4e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#a0ce4e\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#a0ce4e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#a0ce4e\";s:15:\"events_per_page\";s:1:\"4\";s:21:\"events_column_spacing\";s:2:\"-1\";s:22:\"events_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:21:\"events_content_length\";s:7:\"no_text\";s:21:\"excerpt_length_events\";s:2:\"55\";s:25:\"events_strip_html_excerpt\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:29:\"faq_accordion_title_font_size\";s:4:\"14px\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#a0ce4e\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#a0ce4e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:17:\"icon_border_color\";s:7:\"#333333\";s:10:\"icon_color\";s:7:\"#ffffff\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:3:\"0px\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"20\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"10\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#a0ce4e\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#a0ce4e\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"0\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"4px\";s:26:\"social_links_boxed_padding\";s:3:\"8px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#ebeaea\";s:17:\"tabs_border_color\";s:7:\"#ebeaea\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#747474\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"title_style_type\";s:0:\"\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"1\";s:25:\"accordion_title_font_size\";s:4:\"14px\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:20:\"accordion_icon_align\";s:4:\"left\";s:22:\"accordian_active_color\";s:7:\"#a0ce4e\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:4:\"14px\";s:23:\"widget_area_title_color\";s:7:\"#333333\";}s:7:\"widgets\";a:69:{i:0;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"336\";s:11:\"option_name\";s:24:\"widget_ad_125_125-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:1;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"99\";s:11:\"option_name\";s:15:\"widget_archives\";s:12:\"option_value\";s:94:\"a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:2;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"750\";s:11:\"option_name\";s:14:\"widget_authors\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:3;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"423\";s:11:\"option_name\";s:33:\"widget_avada-vertical-menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:4;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"404\";s:11:\"option_name\";s:24:\"widget_bbp_forums_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:5;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"401\";s:11:\"option_name\";s:23:\"widget_bbp_login_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:6;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"406\";s:11:\"option_name\";s:25:\"widget_bbp_replies_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:7;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"403\";s:11:\"option_name\";s:24:\"widget_bbp_search_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:8;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"407\";s:11:\"option_name\";s:23:\"widget_bbp_stats_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:9;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"405\";s:11:\"option_name\";s:24:\"widget_bbp_topics_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:10;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"402\";s:11:\"option_name\";s:23:\"widget_bbp_views_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:11;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"749\";s:11:\"option_name\";s:24:\"widget_blog_subscription\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:12;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"103\";s:11:\"option_name\";s:15:\"widget_calendar\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:13;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"78\";s:11:\"option_name\";s:17:\"widget_categories\";s:12:\"option_value\";s:294:\"a:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:14;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"337\";s:11:\"option_name\";s:26:\"widget_contact_info-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:15;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"524\";s:11:\"option_name\";s:25:\"widget_convertplug_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:16;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"110\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:12:\"option_value\";s:1521:\"a:2:{i:3;a:10:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:1162:\"<div class=\"fusion-button-wrapper\"><style type=\"text/css\" scoped=\"scoped\">.fusion-button.button-3 .fusion-button-text, .fusion-button.button-3 i {color:#ffffff;}.fusion-button.button-3 {border-width:0px;border-color:#ffffff;}.fusion-button.button-3 .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-3:hover .fusion-button-text, .fusion-button.button-3:hover i,.fusion-button.button-3:focus .fusion-button-text, .fusion-button.button-3:focus i,.fusion-button.button-3:active .fusion-button-text, .fusion-button.button-3:active{color:#ffffff;}.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active{border-width:0px;border-color:#ffffff;}.fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:active .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-3{width:auto;}</style><a class=\"fusion-button button-flat fusion-button-round button-large button-default button-3\" target=\"_self\" href=\"https://www.resettohappiness.com/amazing-cards/\"><span class=\"fusion-button-text\">Let\'s Play</span></a></div>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:17;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"751\";s:11:\"option_name\";s:27:\"widget_eu_cookie_law_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:18;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"343\";s:11:\"option_name\";s:27:\"widget_facebook-like-widget\";s:12:\"option_value\";s:287:\"a:2:{i:2;a:7:{s:5:\"title\";s:19:\"Find us on Facebook\";s:8:\"page_url\";s:58:\"https://www.facebook.com/pages/Themefusion/101565403356430\";s:5:\"width\";s:3:\"268\";s:10:\"show_faces\";s:2:\"on\";s:11:\"show_stream\";N;s:11:\"show_header\";s:2:\"on\";s:12:\"small_header\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:19;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"752\";s:11:\"option_name\";s:23:\"widget_facebook-likebox\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:20;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"753\";s:11:\"option_name\";s:13:\"widget_flickr\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:21;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"341\";s:11:\"option_name\";s:20:\"widget_flickr-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:22;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"422\";s:11:\"option_name\";s:27:\"widget_fusion_author-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:23;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"755\";s:11:\"option_name\";s:30:\"widget_google_translate_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:24;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"756\";s:11:\"option_name\";s:23:\"widget_googleplus-badge\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:25;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"757\";s:11:\"option_name\";s:14:\"widget_grofile\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:26;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"758\";s:11:\"option_name\";s:37:\"widget_internet_defense_league_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:27;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"766\";s:11:\"option_name\";s:35:\"widget_jetpack_display_posts_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:28;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"761\";s:11:\"option_name\";s:27:\"widget_jetpack_my_community\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:29;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"763\";s:11:\"option_name\";s:34:\"widget_jetpack_widget_social_icons\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:30;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"389\";s:11:\"option_name\";s:25:\"widget_layerslider_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:31;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"104\";s:11:\"option_name\";s:18:\"widget_media_audio\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:32;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"106\";s:11:\"option_name\";s:20:\"widget_media_gallery\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:33;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"105\";s:11:\"option_name\";s:18:\"widget_media_image\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:34;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"107\";s:11:\"option_name\";s:18:\"widget_media_video\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:35;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"344\";s:11:\"option_name\";s:18:\"widget_menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:36;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"100\";s:11:\"option_name\";s:11:\"widget_meta\";s:12:\"option_value\";s:59:\"a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:37;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"760\";s:11:\"option_name\";s:23:\"widget_milestone_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:38;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"109\";s:11:\"option_name\";s:15:\"widget_nav_menu\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:39;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"102\";s:11:\"option_name\";s:12:\"widget_pages\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:40;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"338\";s:11:\"option_name\";s:23:\"widget_pyre_tabs-widget\";s:12:\"option_value\";s:254:\"a:2:{i:2;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:13:\"Highest Views\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:41;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"339\";s:11:\"option_name\";s:26:\"widget_recent_works-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:42;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"98\";s:11:\"option_name\";s:22:\"widget_recent-comments\";s:12:\"option_value\";s:76:\"a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:43;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"97\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:12:\"option_value\";s:472:\"a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}i:4;a:11:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:4;s:9:\"show_date\";b:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:44;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"605\";s:11:\"option_name\";s:24:\"widget_rev-slider-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:45;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"80\";s:11:\"option_name\";s:10:\"widget_rss\";s:12:\"option_value\";s:6:\"a:0:{}\";s:8:\"autoload\";s:3:\"yes\";}i:46;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"762\";s:11:\"option_name\";s:16:\"widget_rss_links\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:47;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"96\";s:11:\"option_name\";s:13:\"widget_search\";s:12:\"option_value\";s:117:\"a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:48;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"342\";s:11:\"option_name\";s:26:\"widget_social_links-widget\";s:12:\"option_value\";s:1052:\"a:2:{i:2;a:37:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"15px\";s:10:\"icon_color\";s:4:\"#fff\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#eaeaea\";s:17:\"boxed_icon_radius\";s:3:\"50%\";s:18:\"boxed_icon_padding\";s:4:\"18px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:1:\"#\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:10:\"vimeo_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:1:\"#\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:1:\"#\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:1:\"#\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:10:\"color_type\";s:6:\"custom\";s:9:\"xing_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:49;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"108\";s:11:\"option_name\";s:16:\"widget_tag_cloud\";s:12:\"option_value\";s:148:\"a:3:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:50;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"79\";s:11:\"option_name\";s:11:\"widget_text\";s:12:\"option_value\";s:5634:\"a:11:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:2;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<img class=\"alignnone size-full wp-image-19651\" src=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/RTH-LOGO-75.png\" alt=\"Reset to Happiness Logo\" width=\"176\" height=\"75\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/sidebar_promotion_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:491:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/men/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/promotion_men_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:495:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/women/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/promotion_women_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/accessories/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/promotion_accessories_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/sidebar_promotion_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:12;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/12/sidebar_promotion_img.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:13;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"get happy, stay happy,\r\nand watch the magic of life unfold\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}i:14;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<img class=\"alignnone size-full wp-image-19755\" src=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_footer.png\" alt=\"You Are Amazing Card\" width=\"200\" height=\"117\" />\r\n\r\nCreating more happiness </br>in the world one card at a time.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:6:\"center\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:51;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"340\";s:11:\"option_name\";s:20:\"widget_tweets-widget\";s:12:\"option_value\";s:552:\"a:2:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:19:\"access_token_secret\";s:0:\"\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:13:\"twitter_style\";s:5:\"width\";s:3:\"268\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#333333\";s:12:\"border_color\";s:11:\"transparent\";s:11:\"show_header\";N;s:11:\"show_footer\";N;s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:52;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"764\";s:11:\"option_name\";s:23:\"widget_twitter_timeline\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:53;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"765\";s:11:\"option_name\";s:29:\"widget_upcoming_events_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:54;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"759\";s:11:\"option_name\";s:40:\"widget_widget_mailchimp_subscriber_popup\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:55;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"128\";s:11:\"option_name\";s:30:\"widget_woocommerce_layered_nav\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:56;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"127\";s:11:\"option_name\";s:38:\"widget_woocommerce_layered_nav_filters\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:57;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"129\";s:11:\"option_name\";s:31:\"widget_woocommerce_price_filter\";s:12:\"option_value\";s:75:\"a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:58;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"130\";s:11:\"option_name\";s:37:\"widget_woocommerce_product_categories\";s:12:\"option_value\";s:371:\"a:3:{i:2;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";s:1:\"1\";s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}i:3;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:5:\"order\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:59;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"131\";s:11:\"option_name\";s:33:\"widget_woocommerce_product_search\";s:12:\"option_value\";s:104:\"a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:15:\"Search products\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:60;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"132\";s:11:\"option_name\";s:36:\"widget_woocommerce_product_tag_cloud\";s:12:\"option_value\";s:105:\"a:3:{i:2;a:1:{s:5:\"title\";s:12:\"Product Tags\";}i:3;a:1:{s:5:\"title\";s:4:\"Tags\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:61;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"133\";s:11:\"option_name\";s:27:\"widget_woocommerce_products\";s:12:\"option_value\";s:545:\"a:4:{i:3;a:7:{s:5:\"title\";s:16:\"On-Sale Products\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:6:\"onsale\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:4;a:7:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:8:\"featured\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:5;a:7:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:6:\"onsale\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:62;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"137\";s:11:\"option_name\";s:32:\"widget_woocommerce_rating_filter\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:63;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"136\";s:11:\"option_name\";s:33:\"widget_woocommerce_recent_reviews\";s:12:\"option_value\";s:145:\"a:3:{i:2;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"5\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:64;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"134\";s:11:\"option_name\";s:43:\"widget_woocommerce_recently_viewed_products\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:65;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"135\";s:11:\"option_name\";s:37:\"widget_woocommerce_top_rated_products\";s:12:\"option_value\";s:287:\"a:5:{i:3;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:5;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"3\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:66;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"126\";s:11:\"option_name\";s:30:\"widget_woocommerce_widget_cart\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:67;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"754\";s:11:\"option_name\";s:22:\"widget_wpcom-goodreads\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:68;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"125\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}}s:16:\"sidebars_widgets\";a:19:{s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:19:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:32:\"woocommerce_top_rated_products-3\";i:11;s:12:\"categories-3\";i:12;s:15:\"tweets-widget-2\";i:13;s:8:\"search-4\";i:14;s:18:\"pyre_tabs-widget-2\";i:15;s:12:\"categories-4\";i:16;s:6:\"text-9\";i:17;s:22:\"facebook-like-widget-2\";i:18;s:11:\"tag_cloud-4\";}s:21:\"avada-footer-widget-1\";a:2:{i:0;s:6:\"text-2\";i:1;s:7:\"text-13\";}s:21:\"avada-footer-widget-2\";a:2:{i:0;s:7:\"text-14\";i:1;s:13:\"custom_html-3\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:14:\"recent-posts-4\";}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:24:\"avada-custom-sidebar-men\";a:1:{i:0;s:6:\"text-7\";}s:26:\"avada-custom-sidebar-women\";a:1:{i:0;s:6:\"text-8\";}s:32:\"avada-custom-sidebar-accessories\";a:1:{i:0;s:7:\"text-10\";}s:36:\"avada-custom-sidebar-productssidebar\";a:6:{i:0;s:28:\"woocommerce_product_search-3\";i:1;s:7:\"text-11\";i:2;s:32:\"woocommerce_top_rated_products-5\";i:3;s:32:\"woocommerce_product_categories-3\";i:4;s:22:\"woocommerce_products-3\";i:5;s:31:\"woocommerce_product_tag_cloud-3\";}s:35:\"avada-custom-sidebar-contentwidget1\";a:1:{i:0;s:22:\"woocommerce_products-4\";}s:35:\"avada-custom-sidebar-contentwidget2\";a:1:{i:0;s:22:\"woocommerce_products-5\";}s:35:\"avada-custom-sidebar-contentwidget3\";a:1:{i:0;s:32:\"woocommerce_top_rated_products-6\";}s:35:\"avada-custom-sidebar-contentwidget4\";a:1:{i:0;s:28:\"woocommerce_recent_reviews-3\";}s:30:\"avada-custom-sidebar-promotion\";a:1:{i:0;s:7:\"text-12\";}s:13:\"array_version\";i:3;}s:12:\"sbg_sidebars\";a:9:{s:3:\"Men\";s:3:\"Men\";s:5:\"Women\";s:5:\"Women\";s:11:\"Accessories\";s:11:\"Accessories\";s:15:\"ProductsSidebar\";s:16:\"Products Sidebar\";s:14:\"ContentWidget1\";s:16:\"Content Widget 1\";s:14:\"ContentWidget2\";s:16:\"Content Widget 2\";s:14:\"ContentWidget3\";s:16:\"Content Widget 3\";s:14:\"ContentWidget4\";s:16:\"Content Widget 4\";s:9:\"Promotion\";s:9:\"Promotion\";}s:8:\"blogname\";s:18:\"Reset to Happiness\";s:13:\"page_on_front\";s:5:\"16546\";s:13:\"show_on_front\";s:4:\"page\";s:18:\"nav_menu_locations\";a:5:{s:15:\"main_navigation\";i:106;s:17:\"mobile_navigation\";i:106;s:9:\"404_pages\";i:106;s:17:\"sticky_navigation\";i:106;s:14:\"top_navigation\";i:108;}s:12:\"general_data\";s:8:\"imported\";}}','no'),(13011,'_transient_timeout_fusion_dynamic_css_ed4cd06f206d9e02f9f344271365f601','1548727539','no'),(46676,'woocommerce_db_version','3.5.5','yes'),(28617,'portfolio_category_children','a:0:{}','yes'),(28618,'portfolio_skills_children','a:0:{}','yes'),(28619,'faq_category_children','a:0:{}','yes'),(28621,'element_category_children','a:0:{}','yes'),(28622,'template_category_children','a:0:{}','yes'),(28623,'jetpack-portfolio-type_children','a:0:{}','yes'),(61387,'woocommerce_ppec_payer_id_live_b06bea110c47d8ffbbc9a0762a6b2af4','4NPW3TNDGPWVA','yes'),(61388,'woocommerce_ppec_paypal_settings','a:51:{s:11:\"environment\";s:4:\"live\";s:12:\"api_username\";s:31:\"becky_api1.resettohappiness.com\";s:12:\"api_password\";s:16:\"ZCZ76PUJSBK3AWB3\";s:13:\"api_signature\";s:56:\"AzwltlIYYy2c7RDl2SxFGTLXN6jxAYSRC-1uyo29nI1HGKO5xcDrJbgK\";s:15:\"api_certificate\";s:0:\"\";s:11:\"api_subject\";s:0:\"\";s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:23:\"sandbox_api_certificate\";s:0:\"\";s:19:\"sandbox_api_subject\";s:0:\"\";s:10:\"brand_name\";s:18:\"Reset to Happiness\";s:14:\"logo_image_url\";s:5:\"20386\";s:16:\"header_image_url\";s:0:\"\";s:10:\"page_style\";s:0:\"\";s:12:\"landing_page\";s:5:\"Login\";s:5:\"debug\";s:2:\"no\";s:14:\"invoice_prefix\";s:4:\"RTH-\";s:15:\"require_billing\";s:2:\"no\";s:20:\"require_phone_number\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:16:\"instant_payments\";s:3:\"yes\";s:26:\"subtotal_mismatch_behavior\";s:4:\"drop\";s:7:\"use_spb\";s:3:\"yes\";s:12:\"button_color\";s:4:\"gold\";s:12:\"button_shape\";s:4:\"rect\";s:13:\"button_layout\";s:8:\"vertical\";s:11:\"button_size\";s:6:\"medium\";s:20:\"hide_funding_methods\";a:1:{i:0;s:6:\"CREDIT\";}s:14:\"credit_enabled\";s:3:\"yes\";s:21:\"cart_checkout_enabled\";s:3:\"yes\";s:25:\"mini_cart_settings_toggle\";s:2:\"no\";s:23:\"mini_cart_button_layout\";s:8:\"vertical\";s:21:\"mini_cart_button_size\";s:10:\"responsive\";s:30:\"mini_cart_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:24:\"mini_cart_credit_enabled\";s:3:\"yes\";s:34:\"checkout_on_single_product_enabled\";s:3:\"yes\";s:30:\"single_product_settings_toggle\";s:3:\"yes\";s:28:\"single_product_button_layout\";s:10:\"horizontal\";s:26:\"single_product_button_size\";s:10:\"responsive\";s:35:\"single_product_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:29:\"single_product_credit_enabled\";s:2:\"no\";s:12:\"mark_enabled\";s:3:\"yes\";s:20:\"mark_settings_toggle\";s:2:\"no\";s:18:\"mark_button_layout\";s:8:\"vertical\";s:16:\"mark_button_size\";s:10:\"responsive\";s:25:\"mark_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:19:\"mark_credit_enabled\";s:3:\"yes\";}','yes'),(61389,'woo_pp_admin_error','a:1:{i:0;a:1:{s:7:\"success\";s:59:\"Success!  Your PayPal account has been set up successfully.\";}}','yes'),(62287,'_transient_wc_related_20156','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=20156\";a:5:{i:0;s:5:\"20138\";i:1;s:5:\"20149\";i:2;s:5:\"20151\";i:3;s:5:\"20155\";i:4;s:5:\"20158\";}}','no'),(62303,'_transient_timeout_wc_related_19557','1551834816','no'),(62304,'_transient_wc_related_19557','a:1:{s:53:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=19557\";a:17:{i:0;s:5:\"19533\";i:1;s:5:\"19536\";i:2;s:5:\"19537\";i:3;s:5:\"19540\";i:4;s:5:\"19542\";i:5;s:5:\"19544\";i:6;s:5:\"19545\";i:7;s:5:\"19546\";i:8;s:5:\"19547\";i:9;s:5:\"19549\";i:10;s:5:\"19550\";i:11;s:5:\"19548\";i:12;s:5:\"19553\";i:13;s:5:\"19554\";i:14;s:5:\"19555\";i:15;s:5:\"19556\";i:16;s:5:\"19558\";}}','no'),(62958,'_transient_jetpack_jitm_02e7aba98b52835aac29787bcf0f608','a:1:{s:18:\"last_response_time\";i:1551799497;}','no'),(62961,'_transient_timeout_77e0ba0047bba831d713b759c121e0b6_version_data','1551885936','no'),(62962,'_transient_77e0ba0047bba831d713b759c121e0b6_version_data','a:4:{s:4:\"date\";s:22:\"2019-02-03 10:25pm GMT\";s:7:\"version\";s:5:\"1.6.9\";s:6:\"update\";s:5092:\"<h4>1.6.9 &#8211; 2019-02-03</h4>\n<ul>\n<li>Fix &#8211; Avoid SPB render error by tweaking &#8216;allowed&#8217; funding methods&#8217; empty value</li>\n</ul>\n<h4>1.6.8 &#8211; 2019-01-25</h4>\n<ul>\n<li>Fix &#8211; Guard against themes applying filter with too few params</li>\n</ul>\n<h4>1.6.7 &#8211; 2019-01-25</h4>\n<ul>\n<li>Fix &#8211; Error 10413 when using coupons</li>\n<li>Fix: All variation details when using buttons on product pages are kept</li>\n<li>Fix: Always render the PayPal buttons in the mini cart</li>\n</ul>\n<h4>1.6.6 &#8211; 2019-01-09</h4>\n<ul>\n<li>Fix &#8211; Discount items were not being included</li>\n<li>Add &#8211; Filter for order details to accept decimal quantities of products</li>\n<li>Fix &#8211; Unable to buy variation from product page</li>\n<li>Fix &#8211; Can use PayPal from product page without inputting required fields</li>\n<li>Add &#8211; Display PayPal fees under the totals on the order admin page</li>\n<li>Add &#8211; Prefill name, phone, and email info in PayPal Guest Checkout from checkout screen</li>\n</ul>\n<h4>1.6.5 &#8211; 2018-10-31</h4>\n<ul>\n<li>Fix &#8211; Truncate the line item descriptions to avoid exceeding PayPal character limits.</li>\n<li>Update &#8211; WC 3.5 compatibility.</li>\n<li>Fix &#8211; checkout.js script loading when not needed.</li>\n<li>Fix &#8211; Missing shipping total and address when starting from checkout page.</li>\n</ul>\n<h4>1.6.4 &#8211; 2018-09-27</h4>\n<ul>\n<li>Fix &#8211; Billing address from Checkout form not being passed to PayPal via Smart Payment Button.</li>\n<li>Fix &#8211; Checkout form not being validated until after Smart Payment Button payment flow.</li>\n</ul>\n<h4>1.6.3 &#8211; 2018-08-15</h4>\n<ul>\n<li>Fix &#8211; Fatal error caused by a fix for Smart Payment Buttons.</li>\n</ul>\n<h4>1.6.2 &#8211; 2018-08-15</h4>\n<ul>\n<li>Fix &#8211; Tax not applied on the (Confirm your PayPal order) page at the checkout.</li>\n</ul>\n<h4>1.6.1 &#8211; 2018-07-04</h4>\n<ul>\n<li>Fix &#8211; GDPR Fatal error exporting user data when they have PPEC subscriptions.</li>\n<li>Fix &#8211; PayPal Credit still being disabled by default.</li>\n<li>Update &#8211; Rename &#8216;PayPal Express Checkout&#8217; to &#8216;PayPal Checkout&#8217;.</li>\n<li>Fix &#8211; Missing PayPal branding in &#8220;Buy Now&#8221; Smart Payment Button.</li>\n<li>Fix &#8211; PHP warning when PayPal Credit not supported and no funding methods hidden.</li>\n<li>Fix &#8211; Smart Payment Buttons gateway not inheriting IPN and subscription handling.</li>\n<li>Fix &#8211; Single product Smart Payment Button failing without existing session.</li>\n<li>Fix &#8211; When cart is empty, JS error on cart page and mini-cart payment buttons showing.</li>\n<li>Add &#8211; Locale filter.</li>\n</ul>\n<h4>1.6.0 &#8211; 2018-06-27</h4>\n<ul>\n<li>Add &#8211; Smart Payment Buttons mode as alternative to directly embedded image links for all instances of PayPal button.</li>\n<li>Fix &#8211; Help tip alignment for image settings.</li>\n<li>Update &#8211; Enable PayPal Credit by default, and restrict its support by currency.</li>\n<li>Update &#8211; Omit &#8216;Express Checkout&#8217; portion of default payment method title.</li>\n<li>Update &#8211; Enable Express Checkout on regular checkout page by default.</li>\n<li>Update &#8211; Enable Express Checkout on single product page by default.</li>\n</ul>\n<h4>1.5.6 &#8211; 2018-06-06</h4>\n<ul>\n<li>Fix    &#8211; Virtual products cause issues with billing details validation.</li>\n</ul>\n<h4>1.5.5 &#8211; 2018-05-23</h4>\n<ul>\n<li>Update &#8211; WC 3.4 compatibility</li>\n<li>Update &#8211; Privacy policy notification.</li>\n<li>Update &#8211; Export/erasure hooks added.</li>\n</ul>\n<h4>1.5.4 &#8211; 2018-05-08</h4>\n<ul>\n<li>Add &#8211; Hook to make billing address not required <code>woocommerce_paypal_express_checkout_address_not_required</code> (bool).</li>\n<li>Fix &#8211; Duplicate checkout settings when PP Credit option is enabled.</li>\n<li>Fix &#8211; Impossible to open API credentials after saving Settings.</li>\n<li>Fix &#8211; Prevent filtering if PPEC is not enabled.</li>\n<li>Fix &#8211; Single Product checkout: Quantity being duplicated due to multiple AJAX calls.</li>\n<li>Fix &#8211; When returning from PayPal, place order buttons says &#8220;proceed to payment&#8221;.</li>\n<li>Tweak &#8211; Default billing address to be required.</li>\n</ul>\n<h4>1.5.3 &#8211; 2018-03-28</h4>\n<ul>\n<li>Fix &#8211; wp_enqueue_media was not correctly loaded causing weird behavior with other parts of system wanting to use it.</li>\n<li>Fix &#8211; Typo in activation hook.</li>\n</ul>\n<h4>1.5.2 &#8211; 2018-02-20</h4>\n<ul>\n<li>Tweak &#8211; Express checkout shouldn&#8217;t display &#8220;Review your order before the payment&#8221;.</li>\n<li>Fix &#8211; Compatibility with Subscriptions and Checkout from Single Product page.</li>\n<li>Fix &#8211; Make sure session object exists before use to prevent fatal error.</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-paypal-express-checkout/master/changelog.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:9:\"changelog\";s:5092:\"<h4>1.6.9 &#8211; 2019-02-03</h4>\n<ul>\n<li>Fix &#8211; Avoid SPB render error by tweaking &#8216;allowed&#8217; funding methods&#8217; empty value</li>\n</ul>\n<h4>1.6.8 &#8211; 2019-01-25</h4>\n<ul>\n<li>Fix &#8211; Guard against themes applying filter with too few params</li>\n</ul>\n<h4>1.6.7 &#8211; 2019-01-25</h4>\n<ul>\n<li>Fix &#8211; Error 10413 when using coupons</li>\n<li>Fix: All variation details when using buttons on product pages are kept</li>\n<li>Fix: Always render the PayPal buttons in the mini cart</li>\n</ul>\n<h4>1.6.6 &#8211; 2019-01-09</h4>\n<ul>\n<li>Fix &#8211; Discount items were not being included</li>\n<li>Add &#8211; Filter for order details to accept decimal quantities of products</li>\n<li>Fix &#8211; Unable to buy variation from product page</li>\n<li>Fix &#8211; Can use PayPal from product page without inputting required fields</li>\n<li>Add &#8211; Display PayPal fees under the totals on the order admin page</li>\n<li>Add &#8211; Prefill name, phone, and email info in PayPal Guest Checkout from checkout screen</li>\n</ul>\n<h4>1.6.5 &#8211; 2018-10-31</h4>\n<ul>\n<li>Fix &#8211; Truncate the line item descriptions to avoid exceeding PayPal character limits.</li>\n<li>Update &#8211; WC 3.5 compatibility.</li>\n<li>Fix &#8211; checkout.js script loading when not needed.</li>\n<li>Fix &#8211; Missing shipping total and address when starting from checkout page.</li>\n</ul>\n<h4>1.6.4 &#8211; 2018-09-27</h4>\n<ul>\n<li>Fix &#8211; Billing address from Checkout form not being passed to PayPal via Smart Payment Button.</li>\n<li>Fix &#8211; Checkout form not being validated until after Smart Payment Button payment flow.</li>\n</ul>\n<h4>1.6.3 &#8211; 2018-08-15</h4>\n<ul>\n<li>Fix &#8211; Fatal error caused by a fix for Smart Payment Buttons.</li>\n</ul>\n<h4>1.6.2 &#8211; 2018-08-15</h4>\n<ul>\n<li>Fix &#8211; Tax not applied on the (Confirm your PayPal order) page at the checkout.</li>\n</ul>\n<h4>1.6.1 &#8211; 2018-07-04</h4>\n<ul>\n<li>Fix &#8211; GDPR Fatal error exporting user data when they have PPEC subscriptions.</li>\n<li>Fix &#8211; PayPal Credit still being disabled by default.</li>\n<li>Update &#8211; Rename &#8216;PayPal Express Checkout&#8217; to &#8216;PayPal Checkout&#8217;.</li>\n<li>Fix &#8211; Missing PayPal branding in &#8220;Buy Now&#8221; Smart Payment Button.</li>\n<li>Fix &#8211; PHP warning when PayPal Credit not supported and no funding methods hidden.</li>\n<li>Fix &#8211; Smart Payment Buttons gateway not inheriting IPN and subscription handling.</li>\n<li>Fix &#8211; Single product Smart Payment Button failing without existing session.</li>\n<li>Fix &#8211; When cart is empty, JS error on cart page and mini-cart payment buttons showing.</li>\n<li>Add &#8211; Locale filter.</li>\n</ul>\n<h4>1.6.0 &#8211; 2018-06-27</h4>\n<ul>\n<li>Add &#8211; Smart Payment Buttons mode as alternative to directly embedded image links for all instances of PayPal button.</li>\n<li>Fix &#8211; Help tip alignment for image settings.</li>\n<li>Update &#8211; Enable PayPal Credit by default, and restrict its support by currency.</li>\n<li>Update &#8211; Omit &#8216;Express Checkout&#8217; portion of default payment method title.</li>\n<li>Update &#8211; Enable Express Checkout on regular checkout page by default.</li>\n<li>Update &#8211; Enable Express Checkout on single product page by default.</li>\n</ul>\n<h4>1.5.6 &#8211; 2018-06-06</h4>\n<ul>\n<li>Fix    &#8211; Virtual products cause issues with billing details validation.</li>\n</ul>\n<h4>1.5.5 &#8211; 2018-05-23</h4>\n<ul>\n<li>Update &#8211; WC 3.4 compatibility</li>\n<li>Update &#8211; Privacy policy notification.</li>\n<li>Update &#8211; Export/erasure hooks added.</li>\n</ul>\n<h4>1.5.4 &#8211; 2018-05-08</h4>\n<ul>\n<li>Add &#8211; Hook to make billing address not required <code>woocommerce_paypal_express_checkout_address_not_required</code> (bool).</li>\n<li>Fix &#8211; Duplicate checkout settings when PP Credit option is enabled.</li>\n<li>Fix &#8211; Impossible to open API credentials after saving Settings.</li>\n<li>Fix &#8211; Prevent filtering if PPEC is not enabled.</li>\n<li>Fix &#8211; Single Product checkout: Quantity being duplicated due to multiple AJAX calls.</li>\n<li>Fix &#8211; When returning from PayPal, place order buttons says &#8220;proceed to payment&#8221;.</li>\n<li>Tweak &#8211; Default billing address to be required.</li>\n</ul>\n<h4>1.5.3 &#8211; 2018-03-28</h4>\n<ul>\n<li>Fix &#8211; wp_enqueue_media was not correctly loaded causing weird behavior with other parts of system wanting to use it.</li>\n<li>Fix &#8211; Typo in activation hook.</li>\n</ul>\n<h4>1.5.2 &#8211; 2018-02-20</h4>\n<ul>\n<li>Tweak &#8211; Express checkout shouldn&#8217;t display &#8220;Review your order before the payment&#8221;.</li>\n<li>Fix &#8211; Compatibility with Subscriptions and Checkout from Single Product page.</li>\n<li>Fix &#8211; Make sure session object exists before use to prevent fatal error.</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-paypal-express-checkout/master/changelog.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";}','no'),(62261,'_transient_timeout_wc_product_loopb5681551640713','1554338332','no'),(62262,'_transient_wc_product_loopb5681551640713','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(62625,'_transient_timeout_jetpack_is_single_user','1551836996','no'),(62626,'_transient_jetpack_is_single_user','1','no'),(60571,'_transient_timeout_wc_cbp_43686df5cdc8e8ae53f9fe4370f43ded','1554162475','no'),(60572,'_transient_wc_cbp_43686df5cdc8e8ae53f9fe4370f43ded','a:4:{i:0;i:20158;i:1;i:20158;i:2;i:20158;i:3;i:20158;}','no'),(52687,'_transient_timeout_wc_shipping_method_count_1_1548679280','1553873599','no'),(52688,'_transient_wc_shipping_method_count_1_1548679280','0','no'),(56213,'_transient_timeout_wc_product_loopa1781550706595','1553920852','no'),(56214,'_transient_wc_product_loopa1781550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:19556;i:1;i:19555;i:2;i:19554;i:3;i:19552;i:4;i:19547;i:5;i:19546;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(56962,'_transient_timeout_wc_product_loopb5681551368224','1553960496','no'),(56963,'_transient_wc_product_loopb5681551368224','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(57181,'_transient_timeout_wc_product_loopb5681551369662','1553961713','no'),(57182,'_transient_wc_product_loopb5681551369662','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(62284,'_transient_timeout_avada_googlefonts_contents_en','1551834248','no'),(62285,'_transient_avada_googlefonts_contents_en','@font-face {font-display: block;\n  font-family: \'Open Sans\';\n  font-style: italic;\n  font-weight: 400;\n  src: local(\'Open Sans Italic\'), local(\'OpenSans-Italic\'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdcg.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'Open Sans\';\n  font-style: italic;\n  font-weight: 700;\n  src: local(\'Open Sans Bold Italic\'), local(\'OpenSans-BoldItalic\'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhnIqY.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  src: local(\'Open Sans Regular\'), local(\'OpenSans-Regular\'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0e.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 600;\n  src: local(\'Open Sans SemiBold\'), local(\'OpenSans-SemiBold\'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhs.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 700;\n  src: local(\'Open Sans Bold\'), local(\'OpenSans-Bold\'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhs.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'Open Sans Condensed\';\n  font-style: normal;\n  font-weight: 300;\n  src: local(\'Open Sans Condensed Light\'), local(\'OpenSansCondensed-Light\'), url(https://fonts.gstatic.com/s/opensanscondensed/v13/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDunMQg.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'PT Sans\';\n  font-style: normal;\n  font-weight: 700;\n  src: local(\'PT Sans Bold\'), local(\'PTSans-Bold\'), url(https://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh0O6tKA.ttf) format(\'truetype\');\n}\n@font-face {font-display: block;\n  font-family: \'Shadows Into Light Two\';\n  font-style: normal;\n  font-weight: 400;\n  src: local(\'Shadows Into Light Two\'), local(\'ShadowsIntoLightTwo-Regular\'), url(https://fonts.gstatic.com/s/shadowsintolighttwo/v6/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpAzHHA.ttf) format(\'truetype\');\n}\n','no'),(57726,'_transient_timeout_wc_product_loope98f1551369662','1553972262','no'),(57727,'_transient_wc_product_loope98f1551369662','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19558;i:1;i:19557;i:2;i:19556;i:3;i:19554;i:4;i:19550;i:5;i:19547;i:6;i:19546;i:7;i:19544;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(59215,'_transient_timeout_wc_product_loopcab01551369662','1554118587','no'),(59216,'_transient_wc_product_loopcab01551369662','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19555;i:1;i:19553;i:2;i:19552;i:3;i:19548;i:4;i:19551;i:5;i:19550;i:6;i:19549;i:7;i:19543;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(43128,'_transient_timeout_wc_product_loopb4e31550615300','1553221065','no'),(43129,'_transient_wc_product_loopb4e31550615300','O:8:\"stdClass\":5:{s:3:\"ids\";a:1:{i:0;i:20138;}s:5:\"total\";i:1;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(62613,'_transient_timeout_feed_mod_636a1eae994b1deb9d704cdb777d2ebb','1551836995','no'),(62614,'_transient_feed_mod_636a1eae994b1deb9d704cdb777d2ebb','1551793795','no'),(62841,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:5:\"trash\";s:1:\"5\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(62842,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:5:\"trash\";s:1:\"5\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(62631,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1551837016','no'),(62632,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1551793816','no'),(62633,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1551837017','no'),(62634,'_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:63:\"WPTavern: Global WordPress Translation Day Set for May 11, 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87768\";s:7:\"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://wptavern.com/global-wordpress-translation-day-set-for-may-11-2019\";s: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:2290:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/WordPress-Translation-Day4.jpeg?ssl=1\"><img /></a></p>\n<p>One of the the most important factors in WordPress&#8217; growth is the software&#8217;s availability in <a href=\"https://make.wordpress.org/polyglots/teams/\" rel=\"noopener\" target=\"_blank\">186 languages</a>. Its vibrant community of translation volunteers, known as the <a href=\"https://make.wordpress.org/polyglots\" rel=\"noopener\" target=\"_blank\">Polyglots team</a>, continually update the translations to ensure access for millions of non-English speakers around the world. In 2016, the team began hosting their own events dedicated to educational sessions and topics that affect the translation community, along with coordinated translation sprints.  </p>\n<p>The 4th edition of the <a href=\"https://wptranslationday.org\" rel=\"noopener\" target=\"_blank\">Global WordPress Translation Day</a> (GWTD) has been set for Saturday, May 11, 2019. It is a 24-hour virtual and in-person event that brings together new and experienced translators. The most recent event was held in 2017 with 71 local events in 29 countries. More than 1,300 people RSVP&#8217;d for local events and volunteers around the world translated 93,179 strings in core, themes, and plugins. The event was also successful at growing the local translation communities, adding 217 new translators to the project.</p>\n<p>It&#8217;s hard to overstate the importance of events like this that support and grow WordPress&#8217; vital translation community. This colorful chart shows the <a href=\"https://wordpress.org/about/stats/\" rel=\"noopener\" target=\"_blank\">percentage of users running the software in different locales</a>. WordPress has a diverse global user base, thanks in large part to the efforts of volunteer translators.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-01-at-3.17.50-PM.png?ssl=1\"><img /></a></p>\n<p>If you want to get involved in the next Global WordPress Translation Day, mark your calendar for May 11, 2019. For more information, check out the <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\" rel=\"noopener\" target=\"_blank\">#GWTD4</a> tag on the Polyglots blog and join in on the #polyglots-events Slack channel. </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 Mar 2019 23:53:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: Freemius Patches Severe Vulnerability in Library Used by Popular WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/freemius-patches-severe-vulnerability-in-library-used-by-popular-wordpress-plugins\";s: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:5480:\"<p><a href=\"https://freemius.com/\" rel=\"noopener\" target=\"_blank\">Freemius</a>, a monetization, analytics, and marketing library for WordPress plugin and theme developers, <a href=\"https://github.com/Freemius/wordpress-sdk/commit/50a7ca3d921d59e1d2b39bb6ab3c6c7efde494b8\" rel=\"noopener\" target=\"_blank\">patched</a> an authenticated option update vulnerability in its wordpress-sdk four days ago. The library is included with many popular plugins, such as NextGEN Gallery (1,000,000+ installs), 404 &#8211; 301 (100,000+ installs), WP Security Audit Log (80,000+ installs), and FooGallery (100,000 installs+). Freemius CEO Vova Feldman said he would classify it as &#8220;a severe vulnerability.&#8221; </p>\n<p>Feldman had planned to wait to publish anything about the vulnerability until more plugin authors had updated, but the security team at PluginVulnerabilities.com published a <a href=\"https://www.pluginvulnerabilities.com/2019/02/26/hackers-are-probably-already-exploiting-this-authenticated-option-update-vulnerability-just-fixed-in-freemius/\" rel=\"noopener\" target=\"_blank\">detailed explanation of the vulnerability</a> within 24 hours of plugin developers getting notified about the patch: </p>\n<blockquote><p>The vulnerability, an authenticated option update vulnerability, would allow anyone with access to a WordPress account to take complete control of the website. That is a type of vulnerability that hackers will try to exploit if there is significant usage of a plugin. Anyone that allows untrusted individuals access to WordPress accounts and is using a plugin with this library is at a pretty significant risk if they haven&#8217;t updated the plugin to a version that fixes this or deactivated the plugin.</p></blockquote>\n<p>Plugin developers using the library have already been notified by Freemius, the team at pluginvulnerabilities.com, and will soon be contacted by the WordPress.org plugin team. A full list of the plugins impacted by this vulnerability is not available yet, but Freemius has a page on its website <a href=\"https://includewp.com/freemius/#focus\" rel=\"noopener\" target=\"_blank\">showcasing 96 WordPress.org plugins and nine themes that use it</a>.</p>\n<p>&#8220;More than 60% of the developers who are using our SDK have already upgraded to the patched version,&#8221; Feldman said. As of today, Feldman said he has not received any reports of the vulnerability having been exploited.</p>\n<p>Feldman published a <a href=\"https://freemius.com/blog/sdk-security-vulnerability/\" rel=\"noopener\" target=\"_blank\">summary of his company&#8217;s actions on the security issue</a> and described how Freemius is working to mitigate exposure and try to give users more time to update. The company requested two things from developers using its wordpress-sdk library: </p>\n<ul>\n<li>If this security upgrade will be included in your changelog, please only use generic wording like “Security fix”.</li>\n<li>Even after updating and releasing the patched versions, please do not disclose this issue during the next 30 days, allowing enough time for all our partners and their users to update.</li>\n</ul>\n<p>It is in a company&#8217;s best interest to keep the details of a product&#8217;s security issue under wraps for as long as possible, but that may leave some users exposed when the vulnerability has already been published on the web. Any user who sees an update for a plugin using Freemius is advised to act on that update immediately, regardless of whatever generic note appears in the changelog. </p>\n<p>As a company providing a security service, PluginVulnerabilities.com had different priorities in publishing details about the vulnerability, according to a representative who identified himself as John:</p>\n<blockquote><p>In this case where we are not the discoverers. The biggest issue is that vulnerability looks to have already been being exploited when we came across it, so hiding the situation from the public seems highly irresponsible. Our customers pay us to warn them about vulnerabilities in their plugin, so we would need to warn them right away once we became aware of this. If we only warned our customers that obviously raises some serious questions since others in WordPress community would be left in the dark.</p></blockquote>\n<p>In cases like this, where developers are including a third-party library in their plugins, it can take longer for users to receive an update that fixes the vulnerability, since the need for a patch has to be communicated to multiple parties. The situation is similar to the <a href=\"https://wptavern.com/bootstrap-patches-xss-vulnerability-in-versions-4-3-1-and-3-4-1\" rel=\"noopener\" target=\"_blank\">recent vulnerability that Bootstrap patched</a> two weeks ago. Bootstrap announced the vulnerability in the same week it was reported and fixed, instead of trying to delay disclosure, even though thousands of products across the web use the Bootstrap framework.</p>\n<p>WordPress.org doesn&#8217;t currently have a mechanism to flag certain plugin updates as security updates, but if a security update is severe enough, the plugin team can push updates out faster with cooperation from plugin authors. That route has not yet been pursued in this case, but we will continue monitoring the situation. In the meantime, if you are using a plugin that includes Freemius and the author has not updated, you may want to consider turning the plugin off temporarily until a patch is available.</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 Mar 2019 19:47:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\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:47:\"Dev Blog: The Month in WordPress: February 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\";s: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:7523:\"<p>A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.1</h2>\n\n\n\n<p>Near the end of the month, <a href=\"https://wordpress.org/news/2019/02/betty/\">WordPress 5.1 was released</a>, featuring significant stability and performance enhancements as well as the first of the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> mechanisms that are in active development. Most prominent is the new warning for sites running long-outdated versions of PHP.<br /></p>\n\n\n\n<p>You can check out <a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">the Field Guide for this release</a> for a detailed look at all the new features and improvements. The next release <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">is already in development</a> with plans to improve the Site Health features, PHP compatibility, and a number of other things.<br /></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues </h2>\n\n\n\n<p>The block editor that is now a part of WordPress core started out as a project named <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> with the lofty goal of creating a whole new site-building experience for all WordPress users. The first phase of Gutenberg resulted in the block editor that was included in WordPress 5.0, but development didn’t stop there &#8211; <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">phase 2 of the project is well underway</a>.<br /></p>\n\n\n\n<p>This month, one of the initial goals for this phase was reached with <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\">all of the core WordPress widgets being converted to blocks</a> &#8211; this will go a long way to allowing full sites to be built using blocks, rather than simply post or page content.<br /></p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Editor Comes to the Mobile Apps</h2>\n\n\n\n<p>As Gutenberg development continues, the Mobile team has been working hard to integrate the new block editor into <a href=\"https://wordpress.org/mobile/\">the WordPress mobile apps</a>. Near the end of February, <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">the team shipped a complete integration in the beta versions of the apps</a> &#8211; this a significant milestone and a big step towards unifying the mobile and desktop editing experiences.<br /></p>\n\n\n\n<p>Both the iOS and Android apps are open for beta testers, so if you would like to experience the block editor on mobile today, then <a href=\"https://apps.wordpress.com/contribute/\">join the beta program</a>.<br /></p>\n\n\n\n<p>Want to get involved in developing the WordPress mobile apps? Follow <a href=\"https://make.wordpress.org/mobile/\">the Mobile team blog</a>, and join the #mobile channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br /></p>\n\n\n\n<h2>WordPress Triage Team Announced</h2>\n\n\n\n<p>One of the goals for 2019 that Matt Mullenweg (<a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a>) announced in his <a href=\"https://2018.us.wordcamp.org/state-of-the-word/\">State of the Word</a> address last year was to form a team who would work to manage the ever-increasing number of tickets in <a href=\"https://core.trac.wordpress.org/\">Trac</a>, the bug tracker that WordPress Core employs.</p>\n\n\n\n<p>This team, known as the Triage Team, <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">has been announced</a>. Their work will involve coordinating with component maintainers, release leads, project leadership, contributors, and other WordPress related projects with issue trackers outside of Trac to ensure that everyone is empowered to focus on contributing.</p>\n\n\n\n<p>The team was formed based on nominations of volunteers to take part and will be led by Jonathan Desrosiers (<a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>). The other members of the team are Chris Christoff (<a href=\"https://profiles.wordpress.org/chriscct7/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chriscct7</a>), Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>karmatosed</a>), Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergey/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergey</a>), and Sheri Bigelow (<a href=\"https://profiles.wordpress.org/designsimply/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>designsimply</a>) &#8211; all of whom have a strong track record of contributing to WordPress, have exhibited good triaging practices, and are overall good community members.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>In this year alone, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress meetup program</a> has hosted 800 events across the world, all organized by local community members.</li><li><a href=\"https://make.wordpress.org/community/2019/02/21/discussion-how-could-we-improve-the-wordpress-community-summit/\">An important discussion has been opened</a> regarding the future of the WordPress Community Summit.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">has started planning the fourth Global WordPress Translation Day</a> to take place on 11 May 2019.</li><li>The Theme Review team <a href=\"https://make.wordpress.org/themes/2019/02/26/theme-sniffer-plugin-v1-0-0-rc1-version/\">is working on a useful tool named Theme Sniffer</a> to assist theme developers and reviewers in making sure their code is standards-compliant.</li><li>The first <a href=\"https://2019.nordic.wordcamp.org/\">WordCamp Nordic</a> is coming up on March 7-8.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2019/02/13/wordcamp-pwa-plugin-proposal-and-designs/\">is looking for feedback</a> on their designs for a Progressive Web Application (PWA) for WordCamp.org.</li><li>The Design team has been working hard on designing the new Navigation Menu block and are <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\">looking for feedback</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 here</em></a><em>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2019 10:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\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: WordPress Designers Seek Feedback on Navigation Menu Block Prototype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87642\";s:7:\"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:89:\"https://wptavern.com/wordpress-designers-seek-feedback-on-navigation-menu-block-prototype\";s: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:2677:\"<p>Creating a block for navigation menus is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener\" target=\"_blank\">nine projects</a> Matt Mullenweg identified as a priority for 2019, and the future of WordPress menus is starting to take shape. Designers working on the new Navigation Menu block have <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\" rel=\"noopener\" target=\"_blank\">published a prototype</a> this week with detailed notes on how users will interact with the block.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/navigation-menu-prototype.png?ssl=1\"><img /></a></p>\n<p>The proposed solution would automatically generate a menu and users would able to delete menu items using the keyboard or block settings ellipsis menu. Individual menu items can be moved right or left and more advanced options for reordering or nesting would be hidden behind the block inspector.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/navigation-menu-block-advanced.png?ssl=1\"><img /></a></p>\n<p>Adding a menu item opens a search bar that would give quick access to all the content in the site. From here users can create a new page or use advanced mode to bulk add more pages. The designs aim to hide most of the more complex tasks behind the block inspector.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/navigation-block-add-new-item.png?ssl=1\"><img /></a></p>\n<p>Reading through the list of interactions this design is expected to cover, it&#8217;s clear that navigation menus are one of the most challenging interfaces to bring into the block editor. One of the principles the designs are based on is that &#8220;The editing state of the block itself should mimic as closely as possible the front-end output.&#8221; However, it&#8217;s difficult to fully visualize how this will work. Navigation menus are most likely to be used in the header and/or footer of a website, but it&#8217;s not yet clear how themes will reveal a navigation area to Gutenberg.</p>\n<p>There are still many questions to be answered and the design team is seeking feedback on the prototype. Comments are open on the <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\" rel=\"noopener\" target=\"_blank\">post</a> and feedback on more specific interactions can be left on the relevant GitHub tickets or in Figma. The tickets related to the navigation block discussion are listed in the proposal. The design team is currently working on usability testing and aims to have a final design by the end of March.</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 Mar 2019 04:55:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: WPWeekly Episode 347 –  Chair Buying, Pressing Issues, and Block Management\";s:7:\"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:59:\"https://wptavern.com/?p=87718&preview=true&preview_id=87718\";s:7:\"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://wptavern.com/wpweekly-episode-347-chair-buying-pressing-issues-and-block-management\";s: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:2347:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start off by discussing the office chair purchasing process. I recently needed to buy a new chair and was surprised by some of the features that were highlighted.</p>\n<p>We talked about block managers and some of the pitfalls that will need to be overcome. For example, what should WordPress do if a user disables a block that&#8217;s already used in a post?</p>\n<p>We wrap up the show by sharing some of the most pressing issues people are having with WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/yoast-ceo-responds-to-yoastcon-twitter-controversy-calls-for-change-in-the-seo-industry\">Yoast CEO Responds to #YoastCon Twitter Controversy, Calls for Change in the SEO Industry</a></p>\n<p><a href=\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\">WordPress 5.1 Improves Editor Performance, Encourages Users to Update Outdated PHP Versions</a></p>\n<p><a href=\"https://wptavern.com/block-management-features-proposed-for-wordpress-5-2\">Block Management Features Proposed for WordPress 5.2</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">5.2 Proposed Scope and Release Schedule </a></p>\n<p><a href=\"https://twitter.com/ClorithMJ/status/1100342470431391744\">UI/UX Changes for the Site Health Check Plugin </a></p>\n<p><a href=\"https://twitter.com/jeffr0/status/1098306572030279680\">Jeffrey Zeldman Promoted to Automattic Employee</a></p>\n<p><a href=\"https://twitter.com/jeffr0/status/1097603348977586178\">The Most Pressing Issues People Have with WordPress These Days</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 6th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #347:</strong><br />\n</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, 28 Feb 2019 22:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: WordPress Contributors Propose Shorter, Time-based Release Cycles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87336\";s:7:\"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://wptavern.com/wordpress-contributors-propose-shorter-time-based-release-cycles\";s: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:5299:\"<p>WordPress release cycles may soon take a more predictable cadence, as contributors are considering moving to a time-based approach. The discussion began during a recent core dev chat in mid-February when Gutenberg phase 2 lead Riad Benguella proposed the project move to shorter, automated release cycles. </p>\n<p>The Gutenberg team has successfully been releasing a new version of the plugin every two weeks on schedule and any features that aren&#8217;t ready are postponed to the next releases automatically. Benguella contends that this type of release schedule has the potential to bring several benefits to WordPress:</p>\n<ul>\n<li>Less stress for contributors</li>\n<li>Predictability: People can plan around the release timelines easily</li>\n<li>No delays as releases are not feature-based</li>\n</ul>\n<p>Shortening major releases may prove more challenging for WordPress, which is at a much larger scale than the Gutenberg plugin. The plugin also has the added advantage of being able to manage releases and development on GitHub. </p>\n<p>&#8220;I think there are a lot of infrastructure problems that need to be solved for WordPress before we could move to a fast, automated release cycle,&#8221; Gary Pendergast said. </p>\n<p>&#8220;Having a major release once a month is achievable, it’s something I’d like us to get to, but the release process is too manual to have multiple releases running at the same time at the moment.&#8221;</p>\n<p>Jonathan Desrosiers drafted a <a href=\"https://make.wordpress.org/core/2019/02/27/major-and-minor-version-release-cadence/\" rel=\"noopener\" target=\"_blank\">proposal</a> that summarizes this discussion and  outlines some of the manual tasks required for getting a major release out the door. These include time-consuming tasks like Trac gardening, creating a Field Guide, blog posts for the betas, RCs, and official release, documentation updates, videos, dev notes, and other items that are often completed by volunteers. </p>\n<p>The 3-4 month release cycles that WordPress had from versions 3.9 &#8211; 4.7 allowed for all of the administrative overhead outlined above to be completed in a reasonable amount of time, but the general consensus is that some of these tasks could be more simplified and/or automated. </p>\n<p>Desrosiers highlighted several benefits of moving to a shorter major release cycle, including less drastic change for users that might ultimately result in more users being comfortable enabling automatic updates for major releases. Detriments to shortening the release cycle are the increased burden it puts on volunteers as well as theme and plugin developers who need to push compatibility releases. It would also introduce more backporting work for security releases. </p>\n<p>Several contributors have left feedback on the post with insight gleaned from other projects&#8217; release scheduling. Jeremy Felt reviewed <a href=\"https://wiki.mozilla.org/Release_Management/Release_owners\" rel=\"noopener\" target=\"_blank\">Firefox&#8217;s release owner table</a> that assigns leadership and dates for several releases in advance.</p>\n<p>&#8220;I think getting to a shorter release cycle in general will involve scheduling multiple releases and assigning their release leads in advance,&#8221; Felt said. &#8220;So far most of our scheduling is done as soon as the last release has been shipped.&#8221;</p>\n<p>Joe McGill examined <a href=\"https://github.com/Microsoft/vscode/wiki/Development-Process\" rel=\"noopener\" target=\"_blank\">VS Code&#8217;s development process</a> and found several similarities to the process he thinks WordPress could adopt in the future: </p>\n<ol>\n<li>A long term roadmap (theirs is 6–12 months) outlining major themes and features.</li>\n<li>A monthly release cadence based on 4 week sprints which begin with milestone planning and always results in a release of whatever was completed in that monthly iteration.</li>\n<li>Regular project triage, with release priorities managed at the team (i.e. Component) level.</li>\n<li>Documentation integrated into the development process.</li>\n<li>Automated testing of releases and upgrades.</li>\n<li>Only important regressions and security issues are handled in minor releases between monthly milestones, everything else is moved forward to the next release (or reprioritized in the backlog).</li>\n</ol>\n<p>Several of these points echo feedback from other contributors who have identified documentation integrated into development and automated testing as ways to speed up major release cycles.</p>\n<p>&#8220;If we don’t have the infrastructure and tooling to support a 1 month cycle, then I think we could attempt a 2 month cycle with a goal towards moving to shorter cycles,&#8221; McGill said.</p>\n<p>The Gutenberg plugin&#8217;s relentless pace of iteration and predictable release cycles have opened up a world of new ideas for improving the process for WordPress core. Discussion around moving the project to shorter, time-based release cycles is still in the preliminary stages. No major changes have been agreed upon yet, but the process of exploring different ideas has put the spotlight on tasks that could afford to be tightened up in the release process. This falls in line with WordPress&#8217; 2019 theme of &#8220;tightening up.&#8221; </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Feb 2019 18:21:39 +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: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:56:\"Post Status: Branching out: An interview with Peter Suhm\";s:7:\"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=55639\";s:7:\"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://poststatus.com/branching-out-an-interview-with-peter-suhm/\";s: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:7073:\"<p>In Peter’s words, “the most basic way to think of WP Pusher is that it replaces FTP with a flow where updates come directly from GitHub/Bitbucket” through the WordPress core auto-updater.</p>\n<p>You may <em>not</em> know Peter built the first version of <a href=\"https://wppusher.com/\">WP Pusher</a> in a shopping mall in Thailand while traveling the globe for four years. Originally from Copenhagen, today Peter is settled down in Glasgow and has just launched <a href=\"https://usebranch.co/\">Branch</a>, a Docker-based build and deployment tool for WordPress developers that goes quite a bit further than WP Pusher. Branch is a continuous integration service for WordPress that adds “the ‘build’ and ‘test’ steps” before deployment.</p>\n<p><strong>DK: You’ve launched Branch with a manifesto that declares “WordPress developers are developers too” before outlining the well-known lack of modern tools for WordPress development. Why do you think that has been such a long-lamented situation and was there something unique in your experience that drove you to do something about it?</strong></p>\n<p><strong>PS: </strong>One of the things that makes WordPress really special is its low barrier of entry. The 5-minute install and all of that. The WordPress community proudly consists of a large percentage of amateurs and hobbyists. A lot of people have their first experience with programming because of WordPress, which is great and something WordPress should be really proud of. Most development frameworks exist to make the developer more productive, but I think WordPress has another purpose. The purpose of WordPress is to democratize publishing (which is something user facing), not to be an awesome tool for developers. There are obviously some political decisions behind this lack as well. Religiously supporting outdated versions of PHP is just one of them. Not having any sort of dependency management, so everyone has to reinvent the wheel on each project is another one.</p>\n<p>Every WordPress developer is asking the same questions. “How do I manage my dependencies?” or “how do I migrate changes to the database?” These are questions people literally ask me because I sell WordPress developer tools. Personally, I didn’t get into programming because of WordPress. I have been doing PHP development since my early teens, and my first job was as a Ruby on Rails junior developer. “Growing up” as a developer, I was raised very strictly! My co-workers would write failing unit tests for me, and I’d have to implement the code. This made me pretty religious about best practices, testing etc. After RoR I discovered Laravel in 2013 and helped build the Laravel community in Copenhagen. However, during high school, I had built quite a few different projects using WordPress for myself and my clients. Once in a while, I’d have to update these old WordPress sites, which always involved installing an FTP client. This was rough after five years of continuous deployment using Git and automated tests. I hate FTP with a passion. It’s an error-prone and outdated way to deploy your code.</p>\n<p>Inspired by some of the tooling I knew from RoR and Laravel, I set out to build a better way to deploy WordPress code. After a lot of experimentation, I landed on WP Pusher. However, WP Pusher only moves the code. It doesn’t run your build scripts or your unit tests. It just blindly moves your code from a Git repository to WordPress. I was intentionally ignoring this problem for a while, being kind of intimidated by it I guess. However, people kept asking me the questions I described earlier, so I started experimenting again and believe I found a really cool solution with Branch. Branch is built on top of Docker, so everything you can imagine doing inside of Docker containers will eventually be available within Branch. A major part of building Branch is to make this great, but highly technical, stack available to WordPress developers.</p>\n<div id=\"attachment_55795\" class=\"wp-caption aligncenter\"><img class=\"wp-image-55795 size-full\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/02/branch_screen.png\" alt=\"\" width=\"4152\" height=\"2305\" /><p class=\"wp-caption-text\">The Branch Dashboard showing the configuration options for a theme&#8217;s build steps.</p></div>\n<p><strong>DK: Does Branch build on or incorporate WP Pusher, or are these totally separate technologies? As SaaS businesses, will they remain separate or merge? I imagine some of your agency customers for WP Pusher might want to move up to Branch, if they don’t lose anything in the process.</strong></p>\n<p><strong>PS:</strong> The best way to understand Branch, and why it’s different from WP Pusher, is to imagine it as two separate parts: The build + test part (continuous integration) and the deployment part (continuous deployment). The deployment part of Branch very much builds upon WP Pusher. The build part is what’s new. It’s the missing link between developing on your local machine and shipping to production.</p>\n<p>One of the things that excite me the most about Branch is that it’s a hosted SaaS, compared to WP Pusher which is “just” a WordPress plugin. That allows me to add a much more advanced feature set and ship much faster. With a SaaS, you are in control of the environment in which the software runs. That gives you a lot more flexibility and opportunity. I want WP Pusher to stay around for everyone to keep using. However, I want to make Branch so good that everyone wants to switch eventually. But WP Pusher will stay around. That’s for sure.</p>\n<p><strong>DK: What did you learn from life as a digital nomad? Have you given it up for good now, or do you plan to do more traveling?</strong></p>\n<p><strong>PS:</strong> That’s a good question, I should probably spend some more time thinking about! I came into the “nomadic” lifestyle sort of by accident. It wasn’t very purposeful. I think on a personal level the number one lesson has been how important for me it is to have a base. Traveling for a long time, you become very aware of your roots. You spend a lot of time thinking about the good and the bad parts of being back home. I think ideally it allows you to go “home” and have a better idea of which parts of settled life you like, and which ones you’d rather be without.</p>\n<p>On a business level, WP Pusher was born on the road and has a very different nature than most businesses. From day one it’s been a premise that I wasn’t always around 24/7. It’s never been a problem, because it’s never been an expectation. I’ve never had to change anything about WP Pusher to allow me to travel, because I was already traveling when I built it. Now I’m pretty settled, and I live with my fiancé and only travel for smaller trips. I’ll never stop traveling, hopefully, but I don’t think I’ll ever live on the road again! <img src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/cropped-logo-blue-192x192.png\" width=\"16px\" height=\"16px\" /></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, 27 Feb 2019 22: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:10:\"Dan Knauss\";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:100:\"WPTavern: Gatsby WordPress Themes Project Partners with Theme Shops to Port Popular Themes to Gatsby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/gatsby-wordpress-themes-project-partners-with-theme-shops-to-port-popular-themes-to-gatsby\";s: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:6696:\"<p><a href=\"https://gatsbywpthemes.com/\" rel=\"noopener\" target=\"_blank\">Gatsby WordPress Themes</a> is a new collaborative project led by Zac Gordon with help from Jason Bahl, Rich Tabor, Muhammad Muhsin, and Alexandra Spalato. The group is working together to port popular themes for use with <a href=\"https://www.gatsbyjs.org/\" rel=\"noopener\" target=\"_blank\">Gatsby</a>, the React-based static site generator that uses GraphQL for its data layer.</p>\n<p>Known for its performance and ease of deployment, Gatsby has captured developers&#8217; attention and was <a href=\"https://risingstars.js.org/2018/\" rel=\"noopener\" target=\"_blank\">one of the rising stars</a> of the React ecosystem throughout 2018. Using WordPress as a headless CMS, developers can pull data into Gatsby and enjoy the scalability, speed, and security that comes with serving static files. </p>\n<p>Although static site generators have been around for awhile, the current Gatsby craze seems to be rooted in the fact that the project uses React, Webpack, and modern JavaScript and CSS. </p>\n<p>&#8220;WordPress devs love Gatsby because it lets them throw away the entire old school PHP based WordPress theming system and built sites with React and GraphQL,&#8221; Gordon said.</p>\n<p>&#8220;Gatsby devs are finding a new interest in WordPress because by default you have to edit Gatsby content in Markdown.  WordPress gives a much richer editing experience.&#8221;</p>\n<p><a href=\"https://twitter.com/jasonbahl\" rel=\"noopener\" target=\"_blank\">Jason Bahl</a>, creator of the <a href=\"https://www.wpgraphql.com/\" rel=\"noopener\" target=\"_blank\">WPGraphQL</a> project, is a technical advisor for the Gatsby WP Themes project. He was inspired to collaborate with the team because he thinks Gatsby has a lot of benefits for WordPress sites.</p>\n<p>&#8220;The end result of a Gatsby site is a static site with no live Database connection,&#8221; Bahl said. &#8220;Just HTML and JavaScript files, so performance is better than even the most highly cached WordPress sites, and security is better because there&#8217;s no live database connection to be compromised.</p>\n<p>&#8220;Also, Gatsby is fully React. With Gutenberg in core, WordPress developers are writing a LOT more React. Using Gatsby as the presentation layer for a site allows for components to be re-used across the admin and the theme, where now developers need to create React components for Gutenberg and PHP template partials for the &#8216;regular&#8217; theme rendering.&#8221;</p>\n<p>Regular WordPress theme are not immediately compatible with Gatsby, since the entire theme has to be built with React, but developers can use the same styles. </p>\n<p>&#8220;We are taking a distinctly different direction than the WordPress themes on the Gatsby themes repo currently,&#8221; Gordon said. &#8220;We are going to base all of our themes on the WP GraphQL plugin. The default Gatsby themes now work on a wrapper on top of the REST API and don&#8217;t have live GraphQL endpoints, so they are limited.&#8221;</p>\n<h3>Gatsby WordPress Themes Project Partners with Theme Shops to Offer Free and Commercial Gatsby Themes</h3>\n<p>The Gatsby WordPress Themes project will offer a combination of free and commercial Gatsby themes. Gordon is partnering with theme shops that are open to his team doing the heavy lifting of porting popular themes over to Gatsby.</p>\n<p>&#8220;The first two theme partners are Rich Tabor of <a href=\"https://coblocks.com/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a> and <a href=\"https://themebeans.com/\" rel=\"noopener\" target=\"_blank\">ThemeBeans</a>, who is licensing us his super clean and Gutenberg perfect &#8216;Tabor&#8217; premium theme,&#8221; Gordon said. &#8220;Then we have Leland Fiegel, a fellow DC WP chap and long time friend, from <a href=\"https://themetry.com/\" rel=\"noopener\" target=\"_blank\">Themetry</a>. They specialize in themes on WordPress.com, which means they are also battle tested.  They have licensed us their great business theme Belmont.&#8221;</p>\n<p>Gordon said the first versions of the Gatsby themes are targeted towards business and brochure sites that might have a couple pages laid out in Gutenberg and possibly a news/blog section and contact page.</p>\n<p>&#8220;Since headless sites don&#8217;t work with a lot of plugins by default, the V1 of all the themes will be super opinionated and focused (but 100% extendable),&#8221; Gordon said.</p>\n<p>&#8220;The final set of themes are from the WordPress default themes collection.  We will have a detailed article showing how we ported the Twenty Nineteen theme over to a Gatsby theme and that will be the first of the default themes we do.&#8221;</p>\n<p>Although this initiative is aimed at simpler WordPress sites, creating and maintaining a Gatsby site isn&#8217;t necessarily going to be well-suited to beginners.</p>\n<p>&#8220;As far as the target audience, I think any WordPress site that doesn&#8217;t have super fast moving content &#8211; like the average marketing site or documentation site is perfect for Gatsby,&#8221; Bahl said.</p>\n<p>&#8220;Gatsby does have a &#8216;Build&#8217; step, where it collects ALL the data needed for the entire site, then outputs the content in the static Gatsby site. So even changing a typo on a post would require the ENTIRE SITE to rebuild, which can take anywhere from a few seconds to several minutes, which may not be acceptable for sites that need content live FAST (like a newspaper).</p>\n<p>&#8220;But for your average WordPress site, waiting two minutes for your changes to be live in production is acceptable. Many heavily cached WordPress sites already experience a delay in content being live anyway.&#8221;</p>\n<p>Gordon said he doesn&#8217;t believe Gatsby is the right fit for all WordPress sites but for certain projects it &#8220;can be a really cool approach both in terms of development experience and gains in speed and security.&#8221;</p>\n<p>The group is aiming to have its first themes released for WordCamp Miami in mid-March and plans to release more as they make new partnerships and see an actual demand. Gordon is actively looking for more theme shops to bring on board.</p>\n<p>&#8220;Zac will be primarily maintaining the Gatsby themes, though I’ll help where I’m needed,&#8221; ThemeBeans founder Rich Tabor said. &#8220;We’re still in the very initial stages of development. </p>\n<p>&#8220;Overall, it’s a super interesting idea. Static site generators are increasing in popularity and Gatsby is pretty much leading the pack in terms of performance and ease-of-use — both of which WordPress is not particularly well-known for (but is making strides to improve).&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Feb 2019 19:50:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\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:38:\"HeroPress: Know That You Are Not Alone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2692\";s:7:\"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:128:\"https://heropress.com/essays/know-that-you-are-not-alone/#utm_source=rss&utm_medium=rss&utm_campaign=know-that-you-are-not-alone\";s: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:9625:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/022719-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress for me has been a life skill that has brought be wealth.\" /><p>I remember when I was about 10 years and my mom got our first ever computer. She went to the store and got a bunch of CD’s which I was hyped about because I knew some of them were games. She gave me a yellow box that had “Microsoft FrontPage” on the front and said, “Here, learn this”. She saw my confused face and said “It shows you how to build websites. The web is huge right now. If you have this skill, one day you can make a lot of money.” I did go through the course and was pretty good at HTML and CSS but never stuck with it.</p>\n<blockquote><p>Besides, no one else I knew was doing it and what do moms know anyway?</p>\n<p>Everything. They know everything.</p></blockquote>\n<p>This was my first taste of coding. But it definitely wasn’t the last.</p>\n<h3>Growing Out</h3>\n<p>2016 was a bad year. I was still living in my hometown Philly, constantly working overtime at my low paying job, constantly stressed, trying to prove myself to a company that only viewed me as a number. That combined with the two hour commute both ways daily and I eventually burned myself out severely. I was so depressed that I would go to sleep crying and then wake back up crying again willing myself to get out of bed so that I could go to work. Eventually, I saw a therapist who diagnosed me with depression and she recommended that I take a break from work to recover. I was out of work for three months still recovering when my job called not to check on me, but to see when I was coming back. I ended up quitting over the phone, and never looked back.</p>\n<p>But I knew I needed to find out what I wanted to do career-wise. I decided to start teaching myself HTML and CSS again to see what I could do with that skill. I took the CodeAcademy courses and was surprised at how much I remembered.</p>\n<blockquote><p>I eventually found someone who wanted me to do maintenance on their site for really cheap. I was excited because in just a couple of months I landed a client! But it was also a HUGE mistake.</p></blockquote>\n<p>He was constantly nagging me daily on fixing his site, and every time I would fix it he would find something else wrong. Worse part is that went on for months without me collecting any extra money from him. I didn’t have him sign a contract (BIG Mistake) and he would contact me at various hours which I always responded right away because I felt I had to (Another mistake). Eventually, it got to be too much and I had to cut him off completely. I learned quite a bit about the business of web development and knew I needed to do more research before jumping head first into this again.</p>\n<h3>A Leap Of Faith</h3>\n<p>Fast forward to December 2017, I got offered an IT Management job in DC and moved within a couple of weeks with only $50 in my pocket which no place to live. But I made it work.  I stayed in a hostel for two weeks while I found an apartment. My mom helped with getting the funds for my apartment and without her support, I don’t know think I would be here now. I stopped my web stuff for a while so I can focus on my transition. I’m not gonna lie, as much as I was happy to move here, I was also very lonely. The folks at my job were older and they were all family people, and I knew no one out here. But the biggest challenge was trying to run a whole IT department by myself and the upper-management C-Suite folks not having a clue about tech or why it costs so much. It also didn’t help that there were folks that had a huge dislike of IT and therefore transferred that dislike to me. I knew about a month into this job that this wasn’t going to be the path that I was going an needed to do something else.</p>\n<p>I searched online for a web course that would help me learn front-end development and eventually I came across Skillcrush. They were offering a course to teach WordPress development and all you needed to know was HTML and CSS. They offered the course for $150 a month for 3 months. After researching and seeing how many companies were using WordPress and the value in it I decided to take the plunge and take the course. I started in May and completed it in August.</p>\n<blockquote><p>While taking the course I joined their Slack and met a group of amazing women, some who were alumni and found success from freelancing building websites with WordPress. They shared advice and tips on how to find clients and freelance and how they made the transition.</p></blockquote>\n<p>I took all the knowledge I saw and absorbed it like a sponge. Then in September, I took the plunge and quit my job.</p>\n<h3>Finding Community</h3>\n<p>Now, this was reckless of me. While I did have some savings to keep me afloat for a minute I never planned this out. If you’re going to freelance I highly recommend you don’t go this route. I started looking everywhere I could to get gigs. Upwork was the most successful platform especially for finding WordPress gigs. I was able to find a few successful gigs and luckily got to work with a web agency which gave me a steady stream of income for a while. I learned how to do contracts, set rates and expectations and through these methods and more was able to secure quality clients that I still work with today. One client referred me to others who needed work, which brought in even more income. While I was doing this I also decided to join Twitter and found a community of other black folks who were also starting their tech journey. I was able to help others and well as ask for advice when I needed it. Finally, I no longer felt alone.</p>\n<p>But then in February, the agency jobs started to slow down. I could have gone a little longer without a proper job but I decided to go back into the workforce because I wanted to build back up my savings faster and also invest in other parts of my business. So I decided to get back into the job world and got a contract job with the federal government. The job was good and I did so well that after 2 months they offered me a full-time position. I still work at this job to this day.</p>\n<p>As for my WordPress websites, I still do work for existing clients if they really need it. In addition, I run a blog called #WordPressWednesday (now named #WordPressWisdom) where I share tips and tricks on all things WordPress. But my journey isn’t over. I recently got accepted into Flatiron Software Development Bootcamp where I will be diving into more backend development. I also have a lot of other things coming which I can’t share just yet. It took a lot of work to get to this point.</p>\n<blockquote><p>I don’t think I would have ever gotten to this point without the support of the tech community on Twitter and most notably the Digital Empire community that I’m a part of.</p></blockquote>\n<p>Having a place to share resources, tips and jokes daily have kept me motivated and going for the past year.</p>\n<p>WordPress for me has been a life skill that has brought wealth. It has given me the ability to generate a whole other means of income as well and give resources to other people who are looking for a place to start in the coding world. But it wasn’t an easy journey to get this point. And if you feel stuck like I was, know that there are people here for you. Start your journey today. Get on Twitter and introduce yourself to the community. Ask for help. And most importantly, know that you are not alone.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Know That You Are Not Alone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Know%20That%20You%20Are%20Not%20Alone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fknow-that-you-are-not-alone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Know That You Are Not Alone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fknow-that-you-are-not-alone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fknow-that-you-are-not-alone%2F&title=Know+That+You+Are+Not+Alone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Know That You Are Not Alone\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/know-that-you-are-not-alone/&media=https://heropress.com/wp-content/uploads/2019/02/022719-min-150x150.jpg&description=Know That You Are Not Alone\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Know That You Are Not Alone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/know-that-you-are-not-alone/\" title=\"Know That You Are Not Alone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/know-that-you-are-not-alone/\">Know That You Are Not Alone</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Feb 2019 12:00:39 +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:\"Sarah Williams\";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:60:\"WPTavern: Block Editor Now in Beta for WordPress Mobile Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/block-editor-now-in-beta-for-wordpress-mobile-apps\";s: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:2369:\"<p>The new Gutenberg block editor that arrived in WordPress 5.0 is <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\" rel=\"noopener\" target=\"_blank\">now in beta testing on the mobile apps</a>. The editor will be available in version 11.9, which is planned to be released to the public on March 11.</p>\n<p>&#8220;For this first version, our main focus was to build a pleasant writing experience with support for the most basic types of content,&#8221; WordPress mobile engineer Jorge Bernal said.</p>\n<p>&#8220;Our data showed that 90%+ of the posts created on the mobile apps consisted of basic text and images, so we decided to focus on supporting the Paragraph, Image, and Heading blocks on this version.&#8221;</p>\n<p>The interface looks similar to using Gutenberg on desktop, but it has been pared back to allow for only the most commonly used blocks and access to simple block settings. </p>\n<p><a href=\"https://cloudup.com/c37PVQ3lpgK\"><img src=\"https://i2.wp.com/cldup.com/p1TdZhszqp.gif?resize=606%2C454&ssl=1\" alt=\"Block editor v1 0 demo FINAL 2019 02 26 08 29 03\" width=\"606\" height=\"454\" /></a></p>\n<p>The block editor in the Android app feels noticeably slower on mobile than the previous editor. It&#8217;s not yet an improvement on the existing mobile editor but it&#8217;s still in beta. Even though it&#8217;s still rough around the edges, the posting interface is more consistent with what users experience on the desktop. During this transition time, users will retain the ability to use either editor, since the Gutenberg implementation just provides the basics for now.</p>\n<p>After version 11.9 rolls out to the apps, users can choose if they want to use the block editor. The app detects which editor a post was created with and will automatically open it when a user attempts to edit a post. Users can manually switch back to the old editor for posts that have blocks by selecting “Switch to Classic Editor” under the ellipses menu. New posts will still use the Classic Editor by default but users can change the default to the block editor by going to Me > App Settings and enabling the &#8220;Use Block Editor&#8221; option. </p>\n<p>After 11.9 is released the team plans to work on UX improvements and bug fixes before moving on to add support for the most common blocks and use cases.</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, 27 Feb 2019 01:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: Gumroad Plugin for WordPress Adds Gutenberg Block for Embedding Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87606\";s:7:\"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:93:\"https://wptavern.com/gumroad-plugin-for-wordpress-adds-gutenberg-block-for-embedding-products\";s: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:2290:\"<p><a href=\"https://gumroad.com/\">Gumroad</a> has updated its WordPress <a href=\"https://wordpress.org/plugins/gumroad/\">plugin</a> to include a Gutenberg block for embedding a product in any page or post. The online platform enables creators, artists, educators, writers, and anyone else to sell their products without having to manage their own e-commerce setup. Gumroad&#8217;s WordPress plugin has been available for several years and is now compatible with the new Gutenberg editor.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f4e2.png\" alt=\"📢\" class=\"wp-smiley\" /> Re-introducing: Gumroad for WordPress.<br /><br />• automatically includes our JS if we detect a link to a Gumroad product<br />• support for Gutenberg blocks<br /><br />Get it now: <a href=\"https://t.co/DW87xf1f8K\">https://t.co/DW87xf1f8K</a> <a href=\"https://t.co/wRHy0pI5I0\">pic.twitter.com/wRHy0pI5I0</a></p>&mdash; Gumroad (@gumroad) <a href=\"https://twitter.com/gumroad/status/1098968154380808192?ref_src=twsrc%5Etfw\">February 22, 2019</a></blockquote>\n</div>\n\n\n\n<p>I tested the block and it works as advertised. It would be nice if the block also provided an optional button style, instead of just a plain link on the frontend. </p>\n\n\n\n<p>Gumroad founder and CEO Sahil Lavingia recently published a post titled &#8220;<a href=\"https://medium.com/s/story/reflecting-on-my-failure-to-build-a-billion-dollar-company-b0c31d7db0e7\">Reflecting on My Failure to Build a Billion-Dollar Company</a>&#8221; about his journey building Gumroad. The post gained a lot of attention due to Lavingia&#8217;s honest and inspiring account of the failures and painful changes he experienced throughout the company&#8217;s history. Last year he decided to embrace transparency and began publishing the company&#8217;s monthly financials. The post also included a nod to WordPress with Gumroad&#8217;s plans to go open source.</p>\n\n\n\n<p>&#8220;Soon, we’re also planning to open-source the whole product, WordPress-style,&#8221; Lavingia said. &#8220;Anyone will be able to deploy their own version of Gumroad, make the changes they want, and sell the content they want, without us being the middleman.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Feb 2019 16:23:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:62:\"WPTavern: Block Management Features Proposed for WordPress 5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87478\";s:7:\"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://wptavern.com/block-management-features-proposed-for-wordpress-5-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7394:\"<p>WordPress 5.1 has been <a href=\"https://wordpress.org/download/counter/\" rel=\"noopener\" target=\"_blank\">downloaded</a> more than 3.6 million times since its release last week and work on 5.2 is now underway. The upcoming release will be led by Matt Mullenweg with Josepha Haden acting as Release Coordinator. Gary Pendergast posted a <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\" rel=\"noopener\" target=\"_blank\">proposed scope and schedule</a> that would have 5.2 arriving April 23, 2019. </p>\n<p>One of the proposed features is block management, the ability for users to hide or turn off blocks that they are not using. An avalanche of blocks is pouring into the WordPress ecosystem, especially with the push to convert core widgets to blocks. Users&#8217; expectations will soon become firmly rooted in the concept of the block interface as widgets slowly become a relic of the past. It&#8217;s also quite common for users to install block collections that introduce a dozen or more new blocks when they really only have use for a handful of blocks.</p>\n<p>Several standalone plugins already provide block management features, such as <a href=\"https://wordpress.org/plugins/manager-for-gutenberg/\" rel=\"noopener\" target=\"_blank\">Gutenberg Manager</a> and <a href=\"https://wordpress.org/plugins/disable-gutenberg-blocks/\" rel=\"noopener\" target=\"_blank\">Disable Gutenberg Blocks</a>. They all have different UI&#8217;s and approaches to letting users turn off blocks. For example, Gutenberg Manager uses a tabbed interface with checkboxes for disabling core blocks. The Disable Gutenberg Blocks plugin offers an admin screen that is similar to plugin management:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/disable-gutenberg-blocks.jpg?ssl=1\"><img /></a></p>\n<p>A few block collections have also implemented their own block management features, including <a href=\"https://wordpress.org/plugins/advanced-gutenberg-blocks/\" rel=\"noopener\" target=\"_blank\">Advanced Gutenberg Blocks</a> and <a href=\"https://wordpress.org/plugins/coblocks/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a>. Advanced Gutenberg Blocks adds a screen under its own top level menu for disabling blocks.  </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/advanced-gutenberg-blocks-disable-blocks.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://coblocks.com/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a> recently introduced a block management feature that is one of the more elegant implementations currently available. It adds the block management interface inline with the editor in a modal window, instead of relegating it to its own admin page. It also offers the ability to turn entire categories on/off.  </p>\n<p></p>\n<p>After CoBlocks announced its block management feature, Nick Hamze contended that this should be replicated for WordPress core. His comments received a bit of pushback from Gutenberg technical lead Riad Benguella who sees it as a feature for more advanced users.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yeah, nice plugin. It feels like something for advanced WordPress users / developers / agencies&#8230; and not something that should be baked in initially but happy to discuss.</p>\n<p>&mdash; Riad Benguella (@riadbenguella) <a href=\"https://twitter.com/riadbenguella/status/1096382553521602560?ref_src=twsrc%5Etfw\">February 15, 2019</a></p></blockquote>\n<p></p>\n<p>&#8220;The ability to disable blocks seems pretty basic,&#8221; Hamze <a href=\"https://twitter.com/NickHamze/status/1096400194311254017\" rel=\"noopener\" target=\"_blank\">responded</a>. &#8220;Rich didn&#8217;t make this feature for fun. Regular users (not advanced ones or developers) asked for this. He made it to solve a problem that real users are having. You are telling me that more regular users will use the Amazon Kindle Embed Block (that is being baking into 5.1) than would like the ability to turn off blocks they don&#8217;t want to use.&#8221;</p>\n<p>Last week when I spoke to Benguella about the possibility of block management capabilities being included in core sometime in the future, he said it wasn&#8217;t an immediate priority for the project.</p>\n<p>&#8220;Block management is not an immediate focus in the Gutenberg roadmap and is considered plugin territory, but we keep close attention to the work done in the community and adapt in case user research and suggestions that bring value for the majority of users,&#8221; Benguella said. &#8220;My personal opinion for the moment is that, these are advanced features not required by every user of WordPress.</p>\n<p>&#8220;That said, it&#8217;s important to enable plugin developers to implement more block management features, and one important piece of the puzzle here is the work we&#8217;re doing right now to <a href=\"https://github.com/WordPress/gutenberg/pull/13693\" rel=\"noopener\" target=\"_blank\">improve the block registration and discovery both using REST APIs, PHP helpers and JavaScript APIs</a>.&#8221;</p>\n<p>The project&#8217;s priorities seem to have changed since that time, as block management is now a strong consideration for WordPress 5.2. Thousands of users have already installed a plugin that includes these kinds of capabilities, a good indication that there is a demand for this. As everything in the plugin ecosystem gradually moves towards blocks, it will be easy for users to get inundated by the many blocks available in the editor. Plugins are currently answering users&#8217; needs with many different UI&#8217;s for turning blocks on/off. It&#8217;s clear that WordPress core needs to lead the way by providing a standard UI for block management.</p>\n<p>In recent #core-editor chats Benguella said he has some concerns regarding the short time frame for the newly proposed block management feature, but is starting initial explorations of what the first iteration may look like in WordPress 5.2.</p>\n<p>&#8220;So in addition to the currently shipped enhancements and the work done on the widget blocks, there has been a bunch of requests and feedback suggesting the need for a block management solution and block directory work,&#8221; Benguella said. &#8220;This is actually proposed for 5.2 and something we need to start thinking about and exploring the existing possibilities.&#8221; </p>\n<p>Pendergast referenced CoBlocks&#8217; implementation in his <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\" rel=\"noopener\" target=\"_blank\">5.2 scope and schedule post</a> as an example of how plugin developers have approached block management.</p>\n<p>&#8220;We weren’t the first by far, but I’d argue it’s clearly the best experience,&#8221; CoBlocks author Rich Tabor said. &#8220;I built it because folks have been asking for just that, and I wanted to deliver a much better experience than asking them to go to a WP admin page elsewhere. I’d love to see something like the Block Manager in core and am available to help out in any way I can.&#8221;</p>\n<p>Other proposed features for WordPress 5.2 include the <a href=\"https://wordpress.org/plugins/health-check/\" rel=\"noopener\" target=\"_blank\">Site Health Check</a> plugin, PHP error protection, and package signing for updates. The first beta is expected March 14, 2019, and RC 1 is slated for April 10, 2019.</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, 25 Feb 2019 17:22:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\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:113:\"WPTavern: Ecwid E-Commerce Plugin Adds Gutenberg Support, Focuses on Small Businesses to Compete with WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/ecwid-e-commerce-plugin-adds-gutenberg-support-focuses-on-small-businesses-to-compete-with-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5542:\"<p><a href=\"https://wordpress.org/plugins/ecwid-shopping-cart/\" rel=\"noopener\" target=\"_blank\">Ecwid&#8217;s e-commerce plugin for WordPress</a> is now fully integrated with the Gutenberg editor. The cloud-based store builder, pronounced &#8220;eck-wid,&#8221; is short for e-commerce widgets, but the service has fully embraced blocks in its latest releases. </p>\n<p>The new default Storefront block comes pre-installed and embeds the entire Ecwid store on a page, including product listing, filters, navigation, and checkout. It provides a quick way for a new seller to get everything working without having to do anything besides add the plugin. Inside the block sidebar, the seller can tweak the storefront&#8217;s appearance, including thumbnails, page layout, colors, and other settings. The short screencast below shows the block in action and part of it was featured during Matt Mullenweg&#8217;s State of the Word address in December 2018.</p>\n<p></p>\n<p>Ecwid also has a new Single Product block with a buy now button. It enables sellers to select a product and display it as a card with an image, title, and buy now button. This is convenient for using inside a blog post without having to open the whole storefront.  </p>\n<p>The team behind Ecwid is working on adding more Gutenberg blocks, despite having only a small fraction of their customers using WordPress. The company has more than 1.5 million customers running stores in 175 countries, but only 1.3% (20,000) are using WordPress. Even with so few active installations of the company&#8217;s WordPress plugin, Ecwid has its sights set on competing with WooCommerce, the most dominant player in this spacee. Last year at <a href=\"https://2018.moscow.wordcamp.org\" rel=\"noopener\" target=\"_blank\">WordCamp Moscow</a>, Ecwid Product Manager Matvey Kuritsyn gave a presentation titled “Why does anyone need a WooCommerce alternative?” Much of the company&#8217;s strategy is outlined in the <a href=\"https://docs.google.com/presentation/d/1ElElYLGav9tJ1u99GidbSsfd5sVr-h7hsMrw5WTU-Ok/edit#slide=id.g3ecb0d6708_0_11\" rel=\"noopener\" target=\"_blank\">slides from that presentation</a>.</p>\n<p>&#8220;We are focusing on small businesses and resolving their problems — where WooCommerce is weak,&#8221; Ecwid Marketing Manager Kseniya Pinkova said. She identified a few ways that Ecwid is working to differentiate itself from competitors:</p>\n<ul>\n<li>Ecwid is easy-to-use. Developers can set it up very quickly, but also the end users can do that themselves. 75% of Ecwid installations on WordPress are made by the end users, not developers.</li>\n<li>With Ecwid, everything is in the cloud, which means we handle updates, security patches, backups, huge loads ourselves (with no actions required on the user side).</li>\n<li>Ecwid is secure, it’s PCI DSS Level 1 certified &#8211; a bank level of security.</li>\n<li>Ecwid works with any hosting (even the cheapest and crappiest ones) even if you have 10,000 products in your store.</li>\n<li>Ecwid provides customers support by email, chat, and phone.</li>\n</ul>\n<p>This level of security, support, and maintenance is only available for WooCommerce via a managed solution like <a href=\"https://wordpress.com/ecommerce/\" rel=\"noopener\" target=\"_blank\">WordPress.com</a> or <a href=\"https://www.liquidweb.com/products/managed-woocommerce-hosting/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, but sellers may still struggle with setup and customization due to the vast number of options and integrations available. Ecwid is focusing on its strengths as a SaaS-only solution to target small businesses in the WordPress space, instead of trying to replicate all the features that the dominant plugins already have.</p>\n<p>The company started in 2009 and has a distributed team of 160 people who work in development, IT, operations, support, content, and business development.</p>\n<p>&#8220;The WordPress plugin is technically a separate application (because Ecwid is a cloud solution, SaaS), and it appeared in 2009 as well,&#8221; Pinkova said. &#8220;But everything is interconnected — when a new featured is released in Ecwid, WordPress plugin users see it appear in their stores as well and can use it even without updating their WordPress plugin. For example, we rolled out new in-house Product Filters last week and they are now available for all Ecwid users, including those using WordPress. Some other features touch the WordPress plugin code — for example, some SEO enhancements involve both robust cloud part (API) and changes on the plugin side. The Gutenberg block is a good example of a third kind of Ecwid feature — it mostly resides in the plugin and it’s great to see how it improves the experience of our WordPress user base segment specifically.&#8221;</p>\n<p>Ecwid&#8217;s roadmap for 2019 includes tighter integration with Facebook and Instagram, an in-house multilingual catalog, and marketing features to help small businesses find their customers. Because the WordPress plugin essentially hooks up the cloud-based solution, many of the features and improvements on Ecwid&#8217;s general roadmap for all platforms will be automatically available whenever they roll out. </p>\n<p>&#8220;Regarding our WordPress plugin, the main thing for us is Gutenberg,&#8221; Pinkova said. &#8220;We’re very excited about it, we’re looking forward to new features Gutenberg is going to provide, and working on our plugin to make sure we’re making those available and easy-to-use for Ecwid sellers.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Feb 2019 19:57:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:101:\"WPTavern: WordPress 5.1 Improves Editor Performance, Encourages Users to Update Outdated PHP Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87494\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\";s: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:2420:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/betty-carter.jpg?ssl=1\"><img /></a>image credit: <a href=\"http://jazzmuseuminharlem.org/events/the-hall-of-fame-singer-betty-carter/\" target=\"_blank\">National Jazz Museum in Harlem</a></p>\n<p>WordPress 5.1 &#8220;Betty&#8221; was released today, honoring American jazz singer <a href=\"https://en.wikipedia.org/wiki/Betty_Carter\" rel=\"noopener\" target=\"_blank\">Betty Carter</a>. This is the first major release since Gutenberg came into core. As part of WordPress&#8217; 2019 &#8220;<a href=\"https://www.youtube.com/watch?v=Wro3bqi4Eb8\" rel=\"noopener\" target=\"_blank\">tighten up</a>&#8221; theme, this release was focused on improving performance in the editor and helping users update outdated versions of PHP.</p>\n<p>WordPress 5.0 had been downloaded more than 35 million times prior to 5.1&#8217;s release. Users who have adopted the block editor will notice that it is much more responsive and writing posts should feel smoother. WordPress 5.1 includes the performance improvements from Gutenberg 4.8 &#8211; faster page initialization time, improved typing performance, and optimization of various background processes.</p>\n<p>This release introduces new features from the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\" rel=\"noopener\" target=\"_blank\">Site Health</a> project. WordPress will now detect if a site is running on an insecure, outdated version of PHP and display a notice in the dashboard with information about how to update PHP. It also includes checks for PHP version compatibility with plugins. WordPress 5.1+ will prevent users from installing plugins that require newer versions of PHP than they have running.</p>\n<p>This release also introduces a medley of miscellaneous improvements under the hood for developers, including (but not limited to) the following:</p>\n<ul>\n<li>New database table to store metadata associated with multisite networks</li>\n<li>Updated Cron API with new functions to assist with returning data, new filters for modifying cron storage </li>\n<li>New JavaScript build processes</li>\n<li>Updates to values for the WP_DEBUG_LOG constant</li>\n<li>Improved taxonomy metabox sanitization</li>\n</ul>\n<p>WordPress 5.1 was led by Matt Mullenweg with help from Gary Pendergast and 561 contributors. Approximately 41% (231 people) were new contributors to the project.</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, 22 Feb 2019 00:29:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:35:\"Dev Blog: WordPress 5.1 “Betty”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6589\";s:7:\"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/2019/02/betty/\";s: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:42734:\"<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>A Little Better Every Day</h2>\n\n\n\n<img src=\"https://s.w.org/images/core/5.1/update.svg\" alt=\"\" />\n\n\n\n<p>Version 5.1 of WordPress, named &#8220;Betty&#8221; in honour of acclaimed jazz vocalist Betty Carter, is available for download or update in your WordPress dashboard.</p>\n\n\n\n<p>Following <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0</a> — a major release which introduced the new block editor — 5.1 focuses on polish, in particular by improving the overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Site Health</h2>\n\n\n\n<div class=\"wp-block-image inline-svg\"><img src=\"https://s.w.org/images/core/5.1/site-health.svg\" alt=\"\" width=\"191\" height=\"168\" /></div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>When you install new plugins, WordPress&#8217;s Site Health features will check them against the version of PHP you&#8217;re running. If the plugin requires a version that won’t work with your site, WordPress will keep you from installing that plugin.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Editor Performance</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://s.w.org/images/core/5.1/editor-performance.svg\" alt=\"\" width=\"182\" height=\"182\" /></div>\n\n\n\n<p>Introduced in WordPress 5.0, the new block editor continues to improve. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. </p>\n\n\n\n<p>Expect more performance improvements in the next couple of releases.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Developer Happiness</h2>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/\">Multisite Metadata</a></h3>\n\n\n\n<p>5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/cron-api-changes-in-wordpress-5-1/\">Cron API</a></h3>\n\n\n\n<p>The Cron API has been updated with new functions to assist with returning data and includes new filters for modifying cron storage. Other changes in behavior affect cron spawning on servers running FastCGI and PHP-FPM versions 7.0.16 and above.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/\">New JS Build Processes</a></h3>\n\n\n\n<p>WordPress 5.1 features a new JavaScript build option, following the large reorganisation of code that started in the 5.0 release.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/\">Other Developer Goodness</a></h3>\n\n\n\n<p>Miscellaneous improvements include:</p>\n\n\n\n<ul><li>Updates to values for the <code>WP_DEBUG_LOG</code> constant</li><li>New test config file constant in the test suite, new plugin action hooks </li><li>Short-circuit filters for  <code>wp_unique_post_slug()</code>, <code>WP_User_Query</code>, and <code>count_users()</code></li><li>A new <code>human_readable_duration</code> function</li><li>Improved taxonomy metabox sanitization</li><li>Limited <code>LIKE</code> support for meta keys when using <code>WP_Meta_Query</code></li><li>A new “doing it wrong” notice when registering REST API endpoints</li></ul>\n\n\n\n<p>&#8230;and more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, along with <a href=\"https://pento.net/\">Gary Pendergast</a> as <a href=\"https://core.trac.wordpress.org/changeset/42343\">Senior Code Reshuffler</a> and <a href=\"https://core.trac.wordpress.org/changeset/43309\">Poet</a>. They received wonderful assistance from the following 561 contributors for this release, 231 of whom were making their first ever contribution! Pull up some Betty Carter on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0x6f0\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/1265578519-1\">1265578519</a>, <a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/360zen\">360zen</a>, <a href=\"https://profiles.wordpress.org/aardrian\">aardrian</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/abhayvishwakarma\">Abhay Vishwakarma</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</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/aldavigdis\">aldavigdis</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/alexstine\">Alex</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/xyfi\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexgso\">alexgso</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/acirujano\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/anantajitjg\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andr&#233;s</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/andrei0x309\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/andrewza\">Andrew Lima</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/antaltettinger\">Antal Tettinger</a>, <a href=\"https://profiles.wordpress.org/antipole\">antipole</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonioeatgoat\">antonioeatgoat</a>, <a href=\"https://profiles.wordpress.org/aranwer104\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/ayubadiputra\">Ayub Adiputra</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/drywallbmb\">Ben Byrne</a>, <a href=\"https://profiles.wordpress.org/benhuberman\">benhuberman</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/benvaassen\">benvaassen</a>, <a href=\"https://profiles.wordpress.org/bhargavmehta\">Bhargav Mehta</a>, <a href=\"https://profiles.wordpress.org/bikecrazyy\">bikecrazyy</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/bramheijmink\">bramheijmink</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/bruceallen\">bruceallen</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes\">Bytes.co</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/campusboy1987\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/ccismaru\">ccismaru</a>, <a href=\"https://profiles.wordpress.org/chasewg\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/claudiu\">claudiu</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/munklefish\">Code Clinic</a>, <a href=\"https://profiles.wordpress.org/codegrau\">codegrau</a>, <a href=\"https://profiles.wordpress.org/coleh\">coleh</a>, <a href=\"https://profiles.wordpress.org/conner_bw\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/croce\">croce</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danimalbrown\">danimalbrown</a>, <a href=\"https://profiles.wordpress.org/dannycooper\">Danny Cooper</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/darko-a7\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/desertsnowman\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dfangstrom\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhruvin\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/dontstealmyfish\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dschalk\">dschalk</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/eamax\">eamax</a>, <a href=\"https://profiles.wordpress.org/eartboard\">eArtboard</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/ericmeyer\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/etoledom\">etoledom</a>, <a href=\"https://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"https://profiles.wordpress.org/dyrer\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</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/fclaussen\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fuchsws\">fuchsws</a>, <a href=\"https://profiles.wordpress.org/fullyint\">fullyint</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/garetharnold\">Gareth</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/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gm_alex\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/gnif\">gnif</a>, <a href=\"https://profiles.wordpress.org/graymouser\">graymouser</a>, <a href=\"https://profiles.wordpress.org/greg\">greg</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz (Greg) Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guido07111975\">Guido</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev</a>, <a href=\"https://profiles.wordpress.org/hafiz\">Hafiz Rahman</a>, <a href=\"https://profiles.wordpress.org/hailite\">Hai@LiteSpeed<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /></a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/harsh175\">Harsh Patel</a>, <a href=\"https://profiles.wordpress.org/haruharuharuby\">haruharuharuby</a>, <a href=\"https://profiles.wordpress.org/idea15\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda\">Hitendra Chopda</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ibantxillo\">ibantxillo</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/igorsch\">Igor</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ionvv\">ionvv</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel104\">isabel104</a>, <a href=\"https://profiles.wordpress.org/ishitaka\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/meatman89fs\">Ivan Mudrik</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janalwin\">janalwin</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janthiel\">janthiel</a>, <a href=\"https://profiles.wordpress.org/jaswrks\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny</a>, <a href=\"https://profiles.wordpress.org/jeremeylduvall\">Jeremey</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/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jesperher\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/professor44\">Jesse Friedman</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jirihon\">Jiri Hon</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joanrho\">joanrho</a>, <a href=\"https://profiles.wordpress.org/jobthomas\">Job</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/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /></a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</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/johnalarcon\">johnalarcon</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnschulz\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jpurdy647\">jpurdy647</a>, <a href=\"https://profiles.wordpress.org/jrdelarosa\">jrdelarosa</a>, <a href=\"https://profiles.wordpress.org/jryancard\">jryancard</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jamosova\">Julia Amosova</a>, <a href=\"https://profiles.wordpress.org/juliemoynat\">juliemoynat</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidkbr\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kapteinbluf\">kapteinbluf</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kelvink\">kelvink</a>, <a href=\"https://profiles.wordpress.org/khaihong\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">kjellr</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/kmeze\">kmeze</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/konainm\">konainm</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/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/krutidugade\">krutidugade</a>, <a href=\"https://profiles.wordpress.org/laghee\">laghee</a>, <a href=\"https://profiles.wordpress.org/lakenh\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lisannekluitmans\">lisannekluitmans</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasrolff\">LucasRolff</a>, <a href=\"https://profiles.wordpress.org/luciano-croce\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luminus\">Luminus</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/maartenleenders\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/macbookandrew\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manuel_84\">manuel_84</a>, <a href=\"https://profiles.wordpress.org/zottto\">Marc Nilius</a>, <a href=\"https://profiles.wordpress.org/marcelo2605\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcomartins\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcomarsala\">marco.marsala</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marcwieland95\">marcwieland95</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvw\">mariusvw</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/iceable\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/lonelyvegan\">Matthew Riley MacPherson</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcmwebsol\">mcmwebsol</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/michielatyoast\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom\">Migrated to @sebastienserre</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikegillihan\">Mike Gillihan</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/lanche86\">Milan Ivanovic</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirkoschubert\">mirkoschubert</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrmadhat\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/xpertone\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/lorenzone92\">MultiformeIngegno</a>, <a href=\"https://profiles.wordpress.org/mmaumio\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadim0988\">nadim0988</a>, <a href=\"https://profiles.wordpress.org/nandorsky\">nandorsky</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/nataliashitova\">nataliashitova</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ndavison\">ndavison</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nick_thegeek\">Nick the Geek</a>, <a href=\"https://profiles.wordpress.org/nahuelmahe\">Nicolas Figueira</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">Nicolle Helgers</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/mrtortai\">Noam Eppel</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/omarreiss\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/codestor\">Omkar Bhagat</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</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/panchen\">panchen</a>, <a href=\"https://profiles.wordpress.org/parbaugh\">parbaugh</a>, <a href=\"https://profiles.wordpress.org/xparham\">Parham Ghaffarian</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa\">Pascal Casier</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/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/pputzer\">Peter Putzer</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/pskli\">Pierre Sa&#239;kali</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter Daalder</a>, <a href=\"https://profiles.wordpress.org/piyush9100\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/poena\">poena</a>, <a href=\"https://profiles.wordpress.org/promz\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pmbaldha\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/presstigers\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordpress.org/qcmiao\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/cthreelabs\">Raja Mohammed</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravanh\">RavanH</a>, <a href=\"https://profiles.wordpress.org/redcastor\">redcastor</a>, <a href=\"https://profiles.wordpress.org/remyvv\">remyvv</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/rhetorical\">rhetorical</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rishishah\">Rishi Shah</a>, <a href=\"https://profiles.wordpress.org/robbie505\">Robbie</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/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/robinvandervliet\">Robin van der Vliet</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/othellobloke\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/sebastienserre\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/sagarnasit\">sagarnasit</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebakurzyn\">Sebastian Kurzynoswki</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shaneeckert\">Shane Eckert</a>, <a href=\"https://profiles.wordpress.org/sharaz\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/sherwood\">sherwood</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/sjardo\">Sjardo</a>, <a href=\"https://profiles.wordpress.org/skoldin\">skoldin</a>, <a href=\"https://profiles.wordpress.org/slilley\">slilley</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/sonjaleix\">Sonja Leix</a>, <a href=\"https://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spartank\">spartank</a>, <a href=\"https://profiles.wordpress.org/spyderbytes\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stazdotio\">stazdotio</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/strategio\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swift\">swift</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/teddytime\">teddytime</a>, <a href=\"https://profiles.wordpress.org/terriann\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themezee\">ThemeZee</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/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timhavinga\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titodevera\">titodevera</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tferry\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/torontodigits\">TorontoDigits</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Toshihiro Kanai</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/usmankhalid\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/utsav72640\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/uttam007\">uttam007</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valer1e\">Val&#233;rie Galassi</a>, <a href=\"https://profiles.wordpress.org/valchovski\">valchovski</a>, <a href=\"https://profiles.wordpress.org/vishaldodiya\">vishaldodiya</a>, <a href=\"https://profiles.wordpress.org/vnsavage\">vnsavage</a>, <a href=\"https://profiles.wordpress.org/voneff\">voneff</a>, <a href=\"https://profiles.wordpress.org/warmlaundry\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/wbrubaker\">wbrubaker</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/kwonye\">Will Kwon</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/wpzinc\">wpzinc</a>, <a href=\"https://profiles.wordpress.org/xhezairi\">xhezairi</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuriv\">YuriV</a>, <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">zebulan</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.1. Their efforts bring WordPress 5.1 fully translated to 34 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 22:48: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:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: WPWeekly Episode 346 – Cancer Sucks\";s:7:\"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:59:\"https://wptavern.com/?p=87497&preview=true&preview_id=87497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wptavern.com/wpweekly-episode-346-cancer-sucks\";s: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:1211:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I reflect on Alex Mill&#8217;s latest blog post where he announced that he&#8217;s ending his battle with Leukemia. We highlight some of the impacts he&#8217;s had on people&#8217;s lives and the contributions he&#8217;s made to open-source software.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\">Leukemia Has Won</a></p>\n<p><a href=\"https://profiles.wordpress.org/viper007bond/#content-plugins\">Alex’s WordPress Plugins</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 27th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #346:</strong><br />\n</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, 21 Feb 2019 20:56:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\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: Gutenberg 5.1 Released with All Core Widgets Now Ported to 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:29:\"https://wptavern.com/?p=87437\";s:7:\"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:86:\"https://wptavern.com/gutenberg-5-1-released-with-all-core-widgets-now-ported-to-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:2601:\"<p>Gutenberg development continues ploughing ahead with new blocks and steady improvements to performance and accessibility. <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\" rel=\"noopener\" target=\"_blank\">Version 5.1</a> was released this week with new Search, Calendar, and Tag Cloud blocks. All widgets have now been <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\" rel=\"noopener\" target=\"_blank\">ported over to blocks</a>, a major Phase 2 milestone. The next phase of that project will explore how the widgets screen will change in response to core widgets becoming blocks.</p>\n<p>Version 5.1 also brings more polishes to existing blocks, introducing micro-animations for a smoother experience when <a href=\"https://github.com/WordPress/gutenberg/pull/13617\" rel=\"noopener\" target=\"_blank\">hovering over menus</a> or <a href=\"https://github.com/WordPress/gutenberg/pull/13635\" rel=\"noopener\" target=\"_blank\">accessing the sidebar</a> in the editor.</p>\n<p><a href=\"https://cloudup.com/ceCaS-RNWKi\"><img src=\"https://i2.wp.com/cldup.com/XkGFmONOUH.gif?resize=627%2C408&ssl=1\" alt=\"New menus\" width=\"627\" height=\"408\" /></a></p>\n<p>This release includes dozens of small stylistic improvements to blocks for a more consistent display, improvements to CSS specificity of styles, more options for the Quote block styling, improvements to using the editor on mobile devices, and lots of bug fixes. Documentation is also progressing with a new tutorial for working with editor notices, expanded JavaScript build tools documentation, and enhanced block edit/save documentation and code examples.</p>\n<p>Gutenberg phase 2 technical lead Riad Benguella also included a table of benchmarks, showing the editor&#8217;s performance improvements since it was first released in WordPress 5.0. Each release of the plugin since then has significantly cut the loading time, and this is a noteworthy improvement to continue tracking. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-21-at-1.33.43-PM.png?ssl=1\"><img /></a></p>\n<p>These benchmarks compare performance for a post with approximately 36,000 words and 1,000 blocks. This isn&#8217;t an average post but large amounts of content help to reveal performance issues. </p>\n<p>Gutenberg 5.1 had 51 contributors. For more details, check out the full list of enhancements and fixes in the <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\" rel=\"noopener\" target=\"_blank\">release post</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, 21 Feb 2019 20: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: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: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:50:\"WPTavern: The State of CSS 2019 Survey is Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87339\";s:7:\"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:61:\"https://wptavern.com/the-state-of-css-2019-survey-is-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2663:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-6.30.27-PM.png?ssl=1\"><img /></a></p>\n<p>The makers of the annual <a href=\"https://stateofjs.com/\" rel=\"noopener\" target=\"_blank\">State of JavaScript</a> survey have launched a <a href=\"https://stateofcss.com/\" rel=\"noopener\" target=\"_blank\">new survey for developers who work with CSS</a>. In September 2018, Sacha Greif and his collaborators sent out the State of JS survey for the third year running but dropped the CSS libraries category in favor of keeping it from getting too long. The new <a href=\"https://stateofcss.com/\" rel=\"noopener\" target=\"_blank\">State of CSS</a> survey takes up this category and expands upon it.</p>\n<p>The success of the State of JS survey has brought valuable information to the industry for developers, employers, startups, project maintainers, and even those who are just beginning their coding journey and wondering which frameworks are worth learning. The 2018 State of JS survey received more than 20,000 responses. Results showed that React was once again the most popular front-end framework and Vue.js received the highest satisfaction rating. The detailed results are influential in helping framework maintainers know how the development community perceives their projects.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think Vue got the highest satisfaction rating among frameworks in State of JS this year (91.2%) &#8211; thanks to our users, and we aim to do even better! Hope we can change the mind of the 568 people who don’t want to use it again ;) <a href=\"https://t.co/7MrM8Y4ekq\">https://t.co/7MrM8Y4ekq</a></p>\n<p>&mdash; Evan You (@youyuxi) <a href=\"https://twitter.com/youyuxi/status/1064659533975429120?ref_src=twsrc%5Etfw\">November 19, 2018</a></p></blockquote>\n<p></p>\n<p>The new survey for CSS developers was created to help identify the latest trends in the rapidly changing CSS landscape. It includes the following topics:</p>\n<ul>\n<li>CSS Features – Grid, Flexbox…</li>\n<li>Tools – preprocessors, frameworks…</li>\n<li>Environments – Browsers, devices…</li>\n<li>Resources – Blogs, podcasts…</li>\n<li>Opinions – How you feel about CSS</li>\n<li>About You – Experience, salary…</li>\n</ul>\n<p>The <a href=\"https://stateofcss.com/\" rel=\"noopener\" target=\"_blank\">State of CSS Survey</a> is powered by <a href=\"http://typeform.com\" rel=\"noopener\" target=\"_blank\">Typeform</a> and all questions are optional. It is quick to scroll through and can take as little as 10 minutes to complete. Participants can leave their email to be notified when results are published.</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, 21 Feb 2019 04:35: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\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:\"WPTavern: New Wapuu Dashboard Pet Plugin Displays WordPress Site Health\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87379\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/new-wapuu-dashboard-pet-plugin-displays-wordpress-site-health\";s: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:3333:\"<p><a href=\"https://wordpress.org/plugins/wapuu-dashboard-pet/\" rel=\"noopener\" target=\"_blank\">Wapuu Dashboard Pet</a> is a new plugin from <a href=\"https://twitter.com/kayleighthorpe\" rel=\"noopener\" target=\"_blank\">Kayleigh Thorpe</a> and the team at WordPress hosting company <a href=\"http://34SP.com\" rel=\"noopener\" target=\"_blank\">34SP.com</a>. It is essentially a WordPress Tamagotchi, or digital pet, that resides in your dashboard and monitors the health of the site. </p>\n<p>The plugin checks to make sure WordPress has been updated (plugins, themes, and core) and backups have run. Wapuu&#8217;s appearance will change based on these factors. Thorpe used her illustration skills to create the images, which indicate if wapuu is feeling <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/dead.png\" rel=\"noopener\" target=\"_blank\">dead</a>, <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/happy.png\" rel=\"noopener\" target=\"_blank\">happy</a>, <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/sad.png\" rel=\"noopener\" target=\"_blank\">sad</a>, <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/sick.png\" rel=\"noopener\" target=\"_blank\">sick</a>, or <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/verysick.png\" rel=\"noopener\" target=\"_blank\">very sick</a>. The threshold for a dead wapuu is 10+ updates. The example below is a &#8220;very sick&#8221; wapuu on a site with five or more updates pending. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-12.19.12-PM.png?ssl=1\"><img /></a></p>\n<p>After updating, the happy and healthy wapuu is displayed, as shown below.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-12.30.11-PM.png?ssl=1\"><img /></a></p>\n<p>The Wapuu Dashboard Pet is featured at the bottom of every page in the admin. It also comes with an option to enable weekly email notifications that will only send if wapuu is feeling sick (has one or more updates available). This feature can help site administrators who don&#8217;t log into their dashboards very often, resulting in more updated and secure WordPress sites.</p>\n<p>The plugin is currently very effective in its simplicity but there are a lot of interesting features that its authors could add. It could be set up to check for PHP and MySQL versions, similar to what the Health Check plugin offers. It would also be useful if wapuu could detect whether or not any of the necessary updates are security-related, which might inspire administrators to act faster on the emails. There may be other useful applications for forks of this plugin, such as a wapuu that helps bloggers stay on track with their monthly posting goals.</p>\n<p>When wapuu is feeling unwell, the image displayed is a pathetic-looking creature that appears to have been left out in the rain. Wapuu-conscious site admins will not be able to look at that image in the dashboard without feeling the need to improve wapuu&#8217;s condition. These visual indicators of site health may be just the type of prompt necessary for admins who have become desensitized to WordPress&#8217; many update notifications.</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, 20 Feb 2019 19:33:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:61:\"BuddyPress: BuddyPress 4.2.0 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=302991\";s:7:\"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:81:\"https://buddypress.org/2019/02/buddypress-4-2-0-maintenance-and-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1196:\"<p>BuddyPress 4.2.0 is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 4.2.0 release addresses two security issues:</p>\n\n\n\n<ul><li>A cross-site scripting (XSS) vulnerability was fixed that could allow users to send malicious code in the content of private messages. Discovered and reported independently by <a href=\"http://www.klmunday.com/\">Kieran Munday</a> and <a href=\"https://security-consulting.icu/\">Tim Coen</a>.</li><li>A privilege escalation vulnerability was fixed that could allow users to reply to unauthorized private message threads. Discovered by <a href=\"http://www.klmunday.com/\">Kieran Munday.</a></li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporters for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 4.2.0 also fixes 4 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-4-2-0/\">4.2.0 changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Feb 2019 16:00: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:12:\"Boone Gorges\";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:99:\"WPTavern: Yoast CEO Responds to #YoastCon Twitter Controversy, Calls for Change in the SEO Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87389\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/yoast-ceo-responds-to-yoastcon-twitter-controversy-calls-for-change-in-the-seo-industry\";s: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:7233:\"<p>Yoast CEO Marieke van de Rakt published a <a href=\"https://marieke.blog/lets-create-a-more-female-friendly-world/\" rel=\"noopener\" target=\"_blank\">post</a> yesterday, addressing the <a href=\"https://wptavern.com/yoastcon-overshadowed-by-twitter-storm-joost-de-valk-seo-industry-leaders-called-out-for-objectifying-women\" rel=\"noopener\" target=\"_blank\">controversy that dominated the #YoastCon hashtag on Twitter</a> in the days leading up the the event. Several parties from the SEO industry began circulating old tweets, along unsavory videos depicting Joost de Valk partying with promotional models. de Valk issued a public apology on Twitter before YoastCon officially kicked off.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think and act differently now, though I know that doesn\'t change the past. If anyone felt harmed by this: I\'m truly sorry.</p>\n<p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1093253924256137217?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>In her post, titled &#8220;<a href=\"https://marieke.blog/lets-create-a-more-female-friendly-world/\" rel=\"noopener\" target=\"_blank\">Let’s create a more female-friendly world</a>!&#8221;, van de Rakt characterized the incident as an attack and cited examples of how Yoast is actively working to improve the position of women:</p>\n<blockquote><p>We were all hurt. We really don’t understand why the company Yoast is being attacked, why the #yoastcon is being used for something the person Joost did 10 years ago. Our company and our company culture is nothing like the tweets imply.</p></blockquote>\n<p>van de Rakt also referenced <a href=\"https://medium.com/@gisele_navarro/dear-seo-industry-we-need-to-talk-about-elitism-and-sexual-harassment-23a338e56e73\" rel=\"noopener\" target=\"_blank\">a post from Gisele Navarro</a>, a woman who has been working in the SEO industry for 10 years.  </p>\n<p>&#8220;I totally agree with Gisele that the SEO industry was not welcoming to women ten years ago,&#8221; van de Rakt said. &#8220;And although some things may have changed, I still think that the SEO industry has a long way to go. I also think that the problem is much bigger than the SEO industry.&#8221;</p>\n<p>After the tweets and videos began circulating on the #YoastCon hashtag, the @yoast Twitter account was quietly scrubbed of potentially offensive tweets. The total tweet count for the account was 44.1K on January 31, 2019.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-19-at-2.26.36-PM.png?ssl=1\"><img /></a></p>\n<p>On February 8, 2019, the account&#8217;s total tweets were slashed to 10.7K. Approximately 33,000 tweets have been deleted in the wake of this controversy.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-19-at-2.25.49-PM.png?ssl=1\"><img /></a></p>\n<p>Some of the tweets were still available via the Internet Archive Wayback Machine during the height of the controversy and screenshots were shared widely.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No seriously, fucking don’t try and excuse behaviour like this. (9/41) <a href=\"https://t.co/DoK1zOl3p2\">pic.twitter.com/DoK1zOl3p2</a></p>\n<p>&mdash; Tom Rayner (@tjprayner) <a href=\"https://twitter.com/tjprayner/status/1093500855771426816?ref_src=twsrc%5Etfw\">February 7, 2019</a></p></blockquote>\n<p></p>\n<p>One recipient of the tweets, Lisa Barone, <a href=\"https://twitter.com/LisaBarone/status/1093260184133210112\" rel=\"noopener\" target=\"_blank\">dismissed them as &#8220;friends being stupid</a>,&#8221; but de Valk&#8217;s wife, Marieke van de Rakt, admitted in her recent post that the tweets and videos were hurtful to her. Since the tweets were public, many onlookers said they felt uncomfortable reading these types of interactions within a professional context. </p>\n<p>Navarro&#8217;s post described how the tweets made her feel as an outside onlooker working in the male-dominated SEO industry: </p>\n<blockquote><p>I don’t know the story behind the &#8216;friendly and consensual sexual banter&#8217; (as someone called it) of those tweets so I’ve got zero context on how the conversations led to Joost saying things like:</p>\n<p><i><strong>&#8216;I bet you’d look good, even when pregnant ;-)&#8217;</p>\n<p>&#8216;Ahem, why are you not naked indeed?&#8217;</p>\n<p>&#8216;Nothing beats a yummy young mummy :)&#8217;</strong></i></p>\n<p>When I read those tweets, that was all I could think of &#8211; Decades of obscenities been pushed on me by men who thought that was normal, acceptable behavior.</p>\n<p>I thought about how much it would have crushed me back then if someone I respected were to have said something like that to me. I wondered if I would still be part of the SEO community had that happened.</p>\n<p>I imagined how would I have felt if before or after that tweet, I were to have been an attendee at SEOktoberfest surrounded by Playboy escorts who touched themselves looking at the camera while I was having a beer in a corner, trying to network my way to a job interview at an agency I loved.</p></blockquote>\n<p>After the tweets and videos began to get attention on the #YoastCon hashtag, many in the SEO industry dismissed the content as an attack orchestrated by trolls who they alleged are also guilty of harassment. Several spoke out against David Cohen in particular, who had originally started the controversy by unearthing the old content, describing him as the person behind other troll accounts known for sending harassing tweets. </p>\n<p>Regardless of how the old content came to light on Twitter, both Joost de Valk and Yoast CEO Marieke van de Rakt have admitted that the tweets and videos are indefensible and not representative of their company&#8217;s current push to empower women.</p>\n<p>Navarro&#8217;s post calls readers to look at the tweets and videos from the perspective of someone working in the SEO industry, wondering if they should attend conferences after seeing leaders and role models behaving this way:</p>\n<blockquote><p>To those of you who are defending the SEO personality that is Joost: remove the so-called SEO trolls and #YoastCon from the picture, go through the tweets and ask yourself how would YOU feel if someone you look up to says those things to you on a public forum. Would you feel comfortable attending a conference knowing this person would be there? Would you want him to be your boss? Would you feel safe around this person? Would you have anybody to talk to about what happened and how you felt? Would you even bring it up?</p></blockquote>\n<p>The #YoastCon Twitter controversy has had the positive effect of highlighting behavior and public communication styles that need to be addressed in order to create a more welcoming and diverse SEO industry. In spite of the recent challenges, van de Rakt said she is hopeful that her company can continue working towards creating &#8220;an atmosphere at conferences that is friendly for all people, regardless of their gender.&#8221; On this Navarro and van de Rakt both agree &#8211; the conditions for women working in the SEO industry are ripe for improvement.</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, 20 Feb 2019 05:22:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\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:50:\"WPTavern: Alex Mills Ends His Battle With Leukemia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87400\";s:7:\"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:61:\"https://wptavern.com/alex-mills-ends-his-battle-with-leukemia\";s: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:5232:\"<p>Today, we are reminded that life is fleeting and that plugins, themes, and WordPress itself is built and maintained by humans. Alex (Viper007Bond) Mills <a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\">announced</a> that he is ending his fight with Leukemia. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Due to liver inflammation and<a href=\"https://en.wikipedia.org/wiki/Graft-versus-host_disease\"> GvHD,</a>  the liver is too damaged to continue with treatment and there are no further options. I don’t want to spend the rest of my time in the hospital so I am choosing to remain at home where I can be comfortable with family and friends.</p><cite>Alex Mills</cite></blockquote>\n\n\n\n<p>Mills is encouraging members of the WordPress community to fork and maintain <a href=\"https://profiles.wordpress.org/viper007bond/#content-plugins\">his open-source plugins</a>. Mills thanked his co-workers, members of the WordPress community, and his car friends for enriching his life. It&#8217;s a somber read knowing it&#8217;s coming from a person who is still alive but knows that their time is near.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I want to thank everyone who has given me moral support through these difficult times. It has meant a lot hearing all of the love and support pour in from my friends and colleagues from around the world. I have been so grateful for all of the opportunities that have been given to me in my life, professionally and personally. </p><p>Automatticians have really helped me grow professionally by giving me an amazing career for the past nine years. My car friends have helped me grow socially and provided me so many good memories and life experiences. The people that I have gotten to know in the WordPress community have been very supportive as well. I am amazed by how many friends I have made and how much they have been there for me. They all have enriched my life and helped me grow as a person. </p><cite>Alex Mills</cite></blockquote>\n\n\n\n<p>Mills is the author of the <a href=\"https://alex.blog/wordpress-plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a> plugin, has been a long-standing member of the WordPress community, and is the founder of <a href=\"https://forums.finalgear.com/\">FinalGear</a>, a forum community fan site devoted to <a href=\"https://www.topgear.com/\">Top Gear</a>. The community may have played a role in bringing the show to the US.  </p>\n\n\n\n<p>Members of the FinalGear community are <a href=\"https://forums.finalgear.com/threads/cancer-sucks.3555473/page-2\">weighing in</a> on the news. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>FinalGear has been a big part of my life for just over 13 years now, that&#8217;s damn near half of my life. It&#8217;s an incredible community that we&#8217;ve built up over the years, spawned from Viper&#8217;s work. </p><p>I&#8217;m really thankful that I stumbled across the community all that time ago and was able to get to know him, even having the pleasure of spending a weekend with him at the Ringmeet in 2015. Thanks to him, petrolheads who would otherwise probably never have met are regularly traveling the world together and he&#8217;ll always be there.</p><p>Fuck. Cancer.</p><cite><a href=\"https://forums.finalgear.com/threads/cancer-sucks.3555473/post-3557852\">Matt2000</a></cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A huge number of us owe Alex a massive &#8216;thank you&#8217; for the FG Community. I speak from the heart when I say I have made lifelong friends from across the globe and enjoyed trips and experiences that I couldn&#8217;t have dreamed of 10 years ago. None of that would have happened had I not been searching for an obscure piece of music from a TG episode and stumbled into this place. </p><cite><a href=\"https://forums.finalgear.com/threads/cancer-sucks.3555473/post-3557853\">MWF</a></cite></blockquote>\n\n\n\n<p>Some of you may remember the <a href=\"https://alex.blog/2016/07/04/vipers-video-quicktags-wordpress-plugin-discontinued/\">Viper&#8217;s Video Quicktags</a> plugin created more than 10 years ago. It was essentially the precursor to native oEmbed support that arrived in WordPress in 2016. </p>\n\n\n\n<p>If you have benefited from Mill&#8217;s code, work, or have been positively impacted by him in any way, please let him know by commenting on <a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\">this blog post</a>. Mills is in a unique position to see, read, and hear how much of an impact he&#8217;s had on so many people throughout his life and we&#8217;re in a unique position to tell him. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Alex, thank you for your contributions to open-source, for being an early member of the WPTavern forum, and a supporter of the site. Throughout all of these years, I pronounced your nickname as Viperbond007 instead of Viper007Bond. It rolled off the tongue easier heh. I wish I could have gotten a ride in that sweet Viper you picked up a few years ago. Getting that Viper is something that I know was a lifelong dream of yours. </p>\n\n\n\n<p>Please enjoy the time you have left with as little pain as possible and I&#8217;ll meet you on the other side. Please leave the light on for me. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Feb 2019 00:24:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: Bootstrap Patches XSS Vulnerability in Versions 4.3.1 and 3.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87368\";s:7:\"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://wptavern.com/bootstrap-patches-xss-vulnerability-in-versions-4-3-1-and-3-4-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2290:\"<p>Bootstrap has released <a href=\"https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/\" rel=\"noopener\" target=\"_blank\">versions 4.3.1 and 3.4.1</a> to patch an XSS vulnerability (CVE-2019-8331) that was reported to the <a href=\"https://www.drupal.org/project/bootstrap\" rel=\"noopener\" target=\"_blank\">Bootstrap Drupal project</a> by a developer and then responsibly disclosed to the Bootstrap development team. The vulnerability specifically affects usage of the tooltip and popover features: </p>\n<blockquote><p>Earlier this week a developer reported an XSS issue similar to the data-target vulnerability that was fixed in v4.1.2 and v3.4.0: the data-template attribute for our tooltip and popover plugins lacked proper XSS sanitization of the HTML that can be passed into the attribute’s value.</p></blockquote>\n<p>The fix includes a new JavaScript sanitizer that allows only whitelisted HTML elements in the data attribute. Developers can modify Bootstrap&#8217;s sanitization implementation or customize their own function. In addition to patching the vulnerability, Bootstrap has published new sanitizer documentation for versions <a href=\"https://getbootstrap.com/docs/4.3/getting-started/javascript/#sanitizer\" rel=\"noopener\" target=\"_blank\">4.3</a> and <a href=\"https://getbootstrap.com/docs/3.4/javascript/#js-sanitizer\" rel=\"noopener\" target=\"_blank\">3.4</a>. </p>\n<p>According to data from <a href=\"https://trends.builtwith.com/docinfo/Twitter-Bootstrap\" rel=\"noopener\" target=\"_blank\">BuiltWith</a>, Bootstrap is used by approximately 16% of the internet. It is also used widely in WordPress plugins and themes. There are <a href=\"https://wordpress.org/plugins/search/bootstrap/\" rel=\"noopener\" target=\"_blank\">hundreds of listings in the WordPress.org Plugin Directory that implement Bootstrap</a> in one way or another. Many of them have not been updated for months or even longer than a year. It&#8217;s tough to say which ones may be affected by this vulnerability, as it depends on how the plugin author has implemented Bootstrap and, in some cases, what the users have decided to output to the frontend. If you have a plugin or theme that uses Bootstrap, it may be worth getting in touch with the author to see if a security update will be necessary.</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, 19 Feb 2019 19:54:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dev Blog: WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s: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:3060:\"<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking &#8220;Reply&#8221; on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote>\n</div>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br /> It&#8217;s so slick, shiny, and new.<br /> Lands in a few days!</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, 19 Feb 2019 02:58:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:82:\"Post Status: Children say his superpower is love: an interview with Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=54809\";s:7:\"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:92:\"https://poststatus.com/children-say-his-superpower-is-love-an-interview-with-topher-derosia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18910:\"<p>Topher may be best known for HeroPress, which has published autobiographical essays from members of the WordPress community every month since March 2015. He took some time to reflect on HeroPress and recount his own path to WordPress, the long and winding road of freelancing, and his role as a developer evangelist for BigCommerce.</p>\n<p><strong>DK: How did you first got into programming, the web, and WordPress?</strong></p>\n<p><strong>TD:</strong> Getting into programming is a long slow story. Someone mentioned the other day how they learned HTML through View Source, and I did that as well, but then it occurred to me that I learned how to do <em>that</em> through WordPerfect&#8217;s &#8220;View Codes.&#8221; Same idea, different platform.</p>\n<p>The college that I went to had a VAX/VMS computer network for the whole campus. Dumb terminals with either green or orange letters hooked up to a computer that was probably five feet tall, eight feet long, and about four feet wide. It could do email so that we could send an Electronic Message all the way across campus!  It was incredible. Then I was told we were going to be connected to The Internet. I remember where I was standing, and who I was talking to when I said the words &#8220;What&#8217;s the Internet?&#8221;</p>\n<p>A year later we got a World Wide Web client installed, called Lynx. It took me a while to figure out why it was better than Gopher, but then I loved it. One day a friend said, &#8220;Hey, look what I made!&#8221; and he had made his own web page. I was floored.  He said, &#8220;You should do it too!&#8221;  I said &#8220;No, I could never figure that out&#8221; to which he responded, &#8220;Sure, let me show you.&#8221;  That right there summarizes how I&#8217;ve tried to treat new people in my profession.</p>\n<p>He showed me how HTML worked, and I learned every single HTML tag in about an hour.  There were only about 30 tags, and the H tags were six of them.</p>\n<p>Within a year people were paying me to build web pages.  (Here&#8217;s <a href=\"https://topher1kenobe.com/wp-content/uploads/2015/02/cornerstone_college_website_lynx.png\">a screenshot of my first paid web gig</a>.)</p>\n<p>I did plain HTML for a number of years. <a href=\"https://en.wikipedia.org/wiki/Server_Side_Includes\">Server Side Includes</a> came and went. In 1997 someone asked me to build a site with <a href=\"https://en.wikipedia.org/wiki/PHP#Early_history\">PHP/FI 2.0</a>, so I went home from work, went to <a href=\"http://devshed.com/\">devshed.com</a> and looked up an article on how to do that, thus starting my career as a PHP developer.</p>\n<p>A couple of years later &#8220;cascading style sheets&#8221; looked like they were here to stay and I picked those up and became a &#8220;full stack developer&#8221; though no-one used that phrase back then.  I was a Webmaster.</p>\n<p>When WordPress was first released, I was working at a University, teaching a class on the side for fun.  It was Intro to Web Development. Each student had to do a project, so I decided to take one on as well.  I built a blogging system to compete with WordPress. To my knowledge, one other person used it, ever. But I used it for about ten years. I didn&#8217;t really like WordPress back then because it really WAS &#8220;just for blogging.&#8221; Trying to make it do other things was hard.</p>\n<p>But then came WordPress 3.0 with Custom Post Types, and everything changed. WordPress morphed into a real CMS with that one version.</p>\n<p>In 2010 I went freelance (on purpose!) about the same time 3.0 came out, and I immediately started using it, and haven&#8217;t really used anything else since.</p>\n<p><strong>DK: I&#8217;m curious, how did you come by the nickname &#8220;Topher?&#8221; Is there a good story there?</strong></p>\n<p><strong>TD:</strong> When I was three, my Aunt was babysitting, and she asked me if I knew what my middle name was.  I knew my first name was Chris, last name DeRosia, and full name Christopher DeRosia, so I assumed Topher was my middle name. She laughed and wrote it on the fridge notebook and called my Grandma etc. I still have the paper she wrote it on. People called me Topher very occasionally until college when there were four Chris&#8217; on my dorm floor. We each picked something, and I&#8217;ve been 100% Topher ever since. When I was young and vain, I considered making it a mononym, but&#8230; such a nerd.</p>\n<p><strong>DK: What have you learned from HeroPress over time? Did it surprise you in any way, what people had to say? What do you think about people and groups on the &#8220;fringe&#8221; of the WordPress community today? Who/what are we (North Americans) least attentive to/aware of?</strong></p>\n<p><strong>TD:</strong> I read your question about what I&#8217;ve learned from HeroPress over time and then sat in my chair for a good ten minutes just thinking about everything. HeroPress has become so pervasive in my personal relationships with people that it&#8217;s hard for me to separate these days. I never thought I would be such close friends with people so far away. People I laugh with, cry with, talk long into the night, have days-long conversations on Twitter.</p>\n<p>Most times when I approach someone about being a contributor I have some idea of their background, so while surprises happen they&#8217;re not usually too big. One time that really blew my mind though was at WCUS in Philly. A speaker looked like a good candidate, and so without knowing anything about her, I approached her in the hall and introduced myself. I asked if I could tell her about my project, HeroPress, and she agreed.  About 20 seconds into my pitch she started sobbing. Deeply and loudly. I was literally speechless. As it turns out she had a story that needed to be told, a story that started with a family leaving her country of origin when she was very young, and all the things that happened to her after that. I cried then with her, and I&#8217;m crying a little bit now as I write it. I will always say that HeroPress has affected me personally more than anyone else in the world.</p>\n<p>I&#8217;ve learned that people are diverse, so I can&#8217;t say anyone is like X or wants Y because of my perception of where they live. Some poor people want money.  Some don&#8217;t. Some people want freedom. Some never think about it. It doesn&#8217;t matter where they live or what they have; I can never assume about them.</p>\n<p>I have noticed that wealthier people tend to forget they&#8217;re wealthy and take it for granted. They usually don&#8217;t feel wealthy. One WordPress person might say &#8220;I&#8217;m a little short on cash this year, I&#8217;ll only go to one WordCamp.&#8221;  Another WordPress person might say &#8220;I wish attending WordCamp didn&#8217;t cost two years salary.&#8221; Or perhaps &#8220;I wish people I don&#8217;t know didn&#8217;t think I was a terrorist, so I could go learn.&#8221; I feel so flippant sometimes. I want to learn something, so I spend $100 on an online class. My friend wants to learn the same thing, and $100 is six months salary. Even in wealthy nations like America, where our poorest are among the richest internationally, WordCamp is a couple of months rent, or gas, or electricity.</p>\n<p>I could write for a long time, but it has been impressed upon me the difference in life choices between the haves and the have nots.</p>\n<p><strong>DK: How do you look at your freelance career now? What kind of work did you do? And how did that path lead to Sandhills, Modern Tribe, and now BigCommerce?</strong></p>\n<p><strong>TD:</strong> I started freelancing in college, though I didn&#8217;t know that&#8217;s what it was called, or even that people actually did it for a living. I was just picking up odd jobs. After I graduated, rather than get a Real Job, I just kept taking contracts. A few months after graduation I took a three-month contract with Kellogg&#8217;s and built their first intranet web site. Netscape 3 was the hotness at the time.</p>\n<p>After that, I took a real job at a hosting company of sorts, and I was there until 2000 when I took a job at my old university running their radio station websites for ten years.  I never quit freelancing on the side though. Always there was someone emailing me saying &#8220;Hey, my brother&#8217;s wife&#8217;s uncle&#8217;s nephew says you do internet. Can you help?&#8221; Or worse &#8220;Hi there, someone told me you know web stuff, my username and password are *****. Can you help?&#8221;</p>\n<p>Over Christmas break in 2009, my wife and I were talking, and I realized I had spent all of every evening working on side work for two years <em>solid</em>. I was spending eight hours a day at work making $25/hr (granted, with benefits etc.) and three hours every evening making $65/hr. We reasoned that if I got that day job out of the way and managed four billable hours a day, we&#8217;d be in about the same position.  Except I wouldn&#8217;t be at the office eight hours a day (nine if you include driving) and I&#8217;d get my evenings back.  What&#8217;s not to like? <a href=\"https://topher1kenobe.com/freelance-freedom/\">So in February 2010, I was done</a>.</p>\n<p>People often ask me &#8220;How do you know when it&#8217;s time to freelance?&#8221; The answer is, start now, on the side.  When you&#8217;re making enough that the day job is getting in the way, fire it.</p>\n<p>As for what kind of work I did, there&#8217;s some irony. Before 2010 I did all custom PHP/MySQL/HTML/CSS stuff. 2010 is when WordPress 3.0 came out and changed everything. I did only WordPress after that. So the metric I had based my freelance career on changed as soon as I started full time.  But it worked out.</p>\n<p>I wasn&#8217;t very good with WordPress when I started, but I was a very good PHP dev, so I quickly learned how to mess with custom post types. Most implementors didn&#8217;t know how but needed them, so I did a <i>lot</i> of work for other WordPress devs. I would say the majority of my freelance work since 2010 has been building doodads for other WordPress developers, as opposed to building websites.</p>\n<p>Somewhere around 2011, a client talked me into joining their startup. I become CTO, and it was sort of a Real Job.  Then we took investment and became a really Real Job. <a href=\"https://www.crunchbase.com/organization/varsity-news-network\">Varsity News Network</a> is still going today. While there I built a monolithic plugin that did everything I could think of — it was ridiculous.  It was my first plugin, and it showed. It was decently secure and whatnot, but I didn&#8217;t fully understand hooks and filters, and the whole thing was a bit of a mess.  But who doesn&#8217;t look at their code from eight years ago and cringe?</p>\n<p>I didn&#8217;t really enjoy my time there, and my partner knew it, so in the summer of 2013 he took me out to breakfast and fired me. It was awkward because that meant I didn&#8217;t have a job or insurance anymore, but he was right, I didn&#8217;t want to be there. It also meant I had to go tell my wife that we were out of work.</p>\n<p>There were some upsides, however. My partner went to bat for me with the board and got me my stock options, without having to work six more months to vest them. Also, there was a New Thing in the WordPress world: agencies. I&#8217;d been hearing about one called 10up, and I knew there were others. By this time I knew some people in the WordPress world, and I felt pretty confident I could get a job fast. I emailed a friend at 10up, and he said, &#8220;You need to talk to Jake.&#8221; So a few minutes later I was talking Jake at 10up.  He gave me some advice and gave me a test to take to see if I&#8217;d fit in there. I&#8217;m going to skip ahead here, because the next few months are an interesting story in and of themselves, and it would make this tome even more epic.</p>\n<p>Long story short, <a href=\"https://topher1kenobe.com/new-job/\">I started a trial with X-Team in November of 2013</a> and went full time in January. I worked there until the fall of 2013 when Dave Rosen, the owner of X-Team/XWP approached me about <a href=\"https://heropress.com/about/\">starting HeroPress</a>. HeroPress took about four months to fail, and during that time several people approached me and said &#8220;If this doesn&#8217;t work out, come see me,&#8221; which was a very nice safety net.</p>\n<p>Of course, it did fail. <a href=\"https://topher1kenobe.com/moving-forward/\">I went and saw Pippin Williamson</a> and worked for him writing docs for about a year and a half. In the spring of 2016, I wasn&#8217;t very happy writing docs. Pippin was great, the company was great, but I just didn&#8217;t fit well. I heard Peter Chester from Modern Tribe talk about how they work, and getting back to coding sounded like just the thing to me. <a href=\"https://topher1kenobe.com/a-new-job-at-modern-tribe/\">I worked there for about five months</a>. Some miscommunication during hiring put me in a position I was ill-suited for, and it wasn&#8217;t good for either of us.</p>\n<p>After that, <a href=\"https://topher1kenobe.com/a-grand-experiment/\">I joined with Tanner Moushey for about a year</a> to spin up a WordPress agency. In typical startup fashion it was a lot of hard work and not quite enough pay for either of us, so we ended that at the beginning of 2018, and I had to decide what I wanted to do next.</p>\n<p>I freelanced for about six months. What I really wanted was a community job — something where I did a lot of shaking hands and kissing babies.</p>\n<p>Then at 11:33 PM on June 11th, my friend Luke sent me this in Slack:</p>\n<p><img class=\"aligncenter size-full wp-image-54974\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/02/topher-sms.png\" alt=\"\" width=\"1294\" height=\"152\" /></p>\n<p>This may come as a surprise to you, but I WAS interested. A week later they made an offer, and I accepted. <a href=\"https://topher1kenobe.com/a-dream-job/\">I started at BigCommerce on my birthday, 17 July</a>.</p>\n<p><strong>DK: So do you get to do a lot of shaking hands and kissing babies as a WordPress Developer Evangelist?</strong></p>\n<p><strong>TD:</strong> A lot of shaking hands, not too many babies yet, which is sad, I love babies.  <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /> I&#8217;ve been tasked with going to twenty WordCamps in 2019, and I travel in person to at least one Meetup per month. On top of that, I spend a ton of time talking with people on Slack, Twitter, Hangouts, etc.</p>\n<p><strong>DK: Tell us about the good news of headless eCommerce.</strong></p>\n<p><strong>TD:</strong> The joys of headless eCommerce are many.</p>\n<ul>\n<li>You build the presentation layer of your store in whatever language you&#8217;re most comfortable with. With a good enough API, the language really doesn&#8217;t matter. PHP, .Net, React, Rails, whatever you want. If you change your mind two years later, fine, your store is all still there with everything important still configured.</li>\n<li>It makes your website much more modular. By this, I mean that you can build a website and connect it to your store.  Then you can build <em>another</em> website and also connect it to your store.  Then a mobile app. Then Amazon, or eBay, or Facebook.</li>\n<li>It leaves the hardest parts of eCommerce to people who do nothing else but that. They know all the intricacies of PCI compliance, they have entire teams dedicated to security, and there&#8217;s 24/7 support</li>\n<li>A SaaS typically has quite a bit of leverage with third-party services like shippers and credit card processors. This means they can not only get solid integrations but also at prices you can afford. For example, BigCommerce has a deal with Braintree to offer the lowest PayPal rates anywhere. A SaaS has the power of volume when negotiating on your behalf with third-party services.  There&#8217;s huge value in that.</li>\n</ul>\n<p><strong>DK: Is BigCommerce unique in the WordPress space?</strong></p>\n<p><strong>TD:</strong> Depends on how you define it.  <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" />  There are other eCommerce plugins, and there are other SaaS plugins.  There&#8217;s even a Shopify plugin that works over API just like BigCommerce. That said, Shopify&#8217;s API handles two requests per second out of the box, whereas BigCommerce&#8217;s does 400 per second.  I think if you want to look at the purely SaaS angle, plugins like OptinMonster and Kraken.io started the movement.  I think larger companies like BigCommerce are going to help turn the tide toward heavy SaaSification (<a href=\"https://twitter.com/mor10/status/1084887261471072257\">that&#8217;s a @Mor10 term</a>).</p>\n<p><strong>DK: Are developers or site owners hesitant to move inventory to an API-first service where pricing is based on fixed API call limits?  Or is this what the future of WordPress looks like, as a Digital Experience Platform?</strong></p>\n<p><strong>TD:</strong> We haven&#8217;t seen that with the developers who use our platform most. The most traffic we&#8217;ve ever gotten is a small fraction of what our theoretical limits are on the API, so there hasn&#8217;t been any concern there. Mostly what we&#8217;ve seen is excitement about being able to break out of our built-in Stencil framework and build without limits, while keeping the core power of the eCommerce platform. (Here&#8217;s <a href=\"https://firewiresurfboards.com/\">a simple example</a>.) There&#8217;s a simple form where you can put in your weight and skill level, and it will tell you your surfboard volume. In WordPress, that&#8217;s ridiculously simple, but in Stencil, on BigCommerce it would be really hard.  Putting WordPress on the front end of BigCommerce gives the benefits of both platforms.</p>\n<p>Something that has really surprised me is the excitement of agencies that have been working in Stencil on BigCommerce for years. Most of them also do WordPress sites, and they are <em>thrilled</em> at the possibilities. I know of more than one agency that is giving up all other eCommerce options (like Magento or Shopify) to go exclusively BigCommerce on WordPress. It&#8217;s very exciting.</p>\n<p><strong>DK: What do you do when you&#8217;re not working to relax or to decompress when you&#8217;re off work?</strong></p>\n<p><strong>TD:</strong> I typically spend time with my family watching TV or playing games. I do have a personal vice; I play a few video games. I don&#8217;t consider myself a gamer, but there are a few I like, and I&#8217;ll occasionally take a few hours in the evening and play. <img src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/cropped-logo-blue-192x192.png\" width=\"16px\" height=\"16px\" /></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, 18 Feb 2019 22:30: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:10:\"Dan Knauss\";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:87:\"WPTavern: Amazon Introduces Blog Blueprint to Deliver WordPress Posts as Audio on Alexa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/amazon-introduces-blog-blueprint-to-deliver-wordpress-posts-as-audio-on-alexa\";s: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:4326:\"<p>Last week Amazon launched <a href=\"https://blueprints.amazon.com/\" rel=\"noopener\" target=\"_blank\">Alexa Skill Blueprints</a> that allow anyone to publish new skills to the Alexa Skills Store without having to have any coding knowledge. The blueprints are templates that provide a starting point where users can create a new skill by filling in the blanks and then publish it to the store for US customers. </p>\n<p>This first round of blueprints is targeted at content creators, bloggers, and organizations. It includes blueprints for personal trainers, flashcards, facts, quizzes, and a fable blueprint for storytellers. There are also new blueprints available called University and Spiritual Talks for live and recorded audio content from institutions and organizations.</p>\n<p>Amazon has also created a blueprint specifically for WordPress blogs. It works in connection with the <a href=\"https://wordpress.org/plugins/amazon-polly/\" rel=\"noopener\" target=\"_blank\">Amazon AI Plugin for WordPress</a> to read blogs aloud on Alexa-enabled devices. Setup is not trivial but it is much easier for users than having to create their own blueprints from scratch.</p>\n<h3>How to Get Alexa to Read Your WordPress Blog Aloud</h3>\n<p>According to Amazon&#8217;s announcement, the new <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.560100e2-ff88-496b-846c-6fb44445d5d0\" rel=\"noopener\" target=\"_blank\">WordPress blog blueprint</a> converts posts into speech and creates an audio RSS feed:</p>\n<blockquote><p>The Amazon AI Plugin for WordPress is a sample application that enables WordPress bloggers to easily convert their blog posts into speech by leveraging Text-to-Speech (TTS) and translation tools provided by Amazon. Bloggers can generate an audio feed (RSS feed) for text-based blog content, and simply add this to the new Blog blueprint to create and publish their own Alexa skill.</p></blockquote>\n<p>If you want to get this working for your WordPress blog, the first step is to install the official <a href=\"https://wordpress.org/plugins/amazon-polly/\" rel=\"noopener\" target=\"_blank\">Amazon AI Plugin for WordPress</a>. Follow the instructions on the <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.560100e2-ff88-496b-846c-6fb44445d5d0\" rel=\"noopener\" target=\"_blank\">Blog skill blueprint</a> page. The plugin will generate an RSS feed that you will enter into your skill content section. It also needs to be configured with the AWS access key, secret key, and AWS region. There are options available for specifying a post type, enable logging, audio player settings, the ability to exclude certain tags from generating audio, translations, audio excerpts, and more.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/amazon-plugin-for-wp.png?ssl=1\"><img /></a></p>\n<p>After setting up the plugin, you can complete the blueprint by customizing the welcome messages, naming the skill, and publishing it to the Alexa Skills Store, as demonstrated in the video below. Anyone with an Alexa-enabled device can then have Alexa read your RSS feed to them.</p>\n<p></p>\n<p>Amazon also introduced a new blueprint for creating flash briefing skills, which include short-form content in the form of an audio feed. This format lends itself well to local weather reports, news and sports updates, and other information that can be quickly communicated via an audio update. This may be another option that WordPress news site owners may want to consider. The <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.0758a769-9b10-4089-9679-1791ee6bfa5f\" rel=\"noopener\" target=\"_blank\">flash briefing skills</a> page has instructions for creating one and there is also an unofficial WordPress plugin called <a href=\"https://wordpress.org/plugins/wp-alexa-flash-briefing/\" rel=\"noopener\" target=\"_blank\">WP Alexa Flash Briefing</a> that has its own Alexa skill already set up.</p>\n<p>If you want to go one step further and manage your WordPress blog with Alexa, the unofficial <a href=\"https://wptavern.com/blog-helper-an-alexa-skill-for-managing-a-wordpress-blog-with-your-voice\" rel=\"noopener\" target=\"_blank\">Blog Helper skill</a> will enable you to log new drafts and moderate comments. It&#8217;s available on <a href=\"https://github.com/cfinke/Blog-Helper\" rel=\"noopener\" target=\"_blank\">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:\"Mon, 18 Feb 2019 21:46:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:114:\"WPTavern: Matt Mullenweg Publishes TED Talk on the Future of Work, Prepares to Launch New Distributed.blog Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87306\";s:7:\"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:124:\"https://wptavern.com/matt-mullenweg-publishes-ted-talk-on-the-future-of-work-prepares-to-launch-new-distributed-blog-website\";s: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:3617:\"<p>Matt Mullenweg is teasing out a new website at <a href=\"https://distributed.blog/\" rel=\"noopener\" target=\"_blank\">distributed.blog</a> with the tagline &#8220;The future of work is here.&#8221; It&#8217;s not clear yet whether subscribers to the mystery blog will be on board for blog posts, a new podcast, or a book promotion, but the site has piqued curiosity.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This should be fun&#8230; (take 2 with working form) <a href=\"https://t.co/RpAfb8jvg5\">https://t.co/RpAfb8jvg5</a></p>\n<p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1095843491077214208?ref_src=twsrc%5Etfw\">February 14, 2019</a></p></blockquote>\n<p></p>\n<p>Mullenweg recently recorded a talk for TED’s new video series, <a href=\"https://www.facebook.com/watch/?v=294277961234005\" rel=\"noopener\" target=\"_blank\">The Way We Work</a>. Over the past 14 years since founding Automattic, he has become an expert and an industry advocate for distributed work, having grown the company to more than 800 employees. In the video he said he prefers the term &#8220;distributed&#8221; over &#8220;remote,&#8221; as remote implies there are some people who are central and some who are not.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<div id=\"fb-root\"></div>\n<p>&version;</p>\n<div class=\"fb-video\">\n<blockquote cite=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\" class=\"fb-xfbml-parse-ignore\"><p><a href=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\">Why Working from Home Is Better for Business</a></p>\n<p>This company is so dedicated to remote working that they literally don&#039;t have an office. Here&#039;s why a \"distributed\" workforce is better for business — and employees:</p>\n<p>Posted by <a href=\"https://www.facebook.com/TEDsTheWayWeWork/\">The Way We Work</a> on Monday, January 14, 2019</p></blockquote>\n</div>\n</div>\n\n<p>When I first started working as a developer from home in 2008, many of my friends and family didn&#8217;t believe I had &#8220;a real job.&#8221; People would often say things like, &#8220;Remind me what it is that you do at home all day&#8230;?&#8221; Sometimes I would even receive honest questions from incredulous friends, asking, &#8220;Why don&#8217;t you go find a real job?&#8221; The culture of remote and distributed work is still not widely understood 11 years later but it is slowly improving.</p>\n<p>&#8220;I think a distributed work force is the most effective way to build a company,&#8221; Mullenweg said. &#8220;The key is that you have to approach it consciously. I believe that talent and intelligence are equally distributed throughout the world but opportunity is not.&#8221; Large tech companies, along with more traditional style companies, still struggle to get on board with this way of working. </p>\n<p>Mullenweg&#8217;s TED talk explains a few advantages of distributed work. He also anticipates responses from managers in traditional work environments, who might say, &#8220;Sure, that may work for all you fancy tech folks but not for us.&#8221; Mullenweg outlines a few tips for getting started, such as documenting everything, increasing communication online, and experimenting with collaboration tools. </p>\n<p>Automattic was the first WordPress company to operate a completely distributed workforce. Many other product companies, hosts, and agencies have followed suit. Remote and distributed teams have now become so common in the WordPress ecosystem that many who have experienced this way of working can never return to their old way of life.</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, 14 Feb 2019 19:02: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\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:82:\"WPTavern: WPBrigade Patches Critical Vulnerability in Simple Social Buttons 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:29:\"https://wptavern.com/?p=87279\";s:7:\"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:93:\"https://wptavern.com/wpbrigade-patches-critical-vulnerability-in-simple-social-buttons-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:1750:\"<p><a href=\"https://wpbrigade.com\" rel=\"noopener\" target=\"_blank\">WPBrigade</a>, the developers behind the <a href=\"https://wordpress.org/plugins/simple-social-buttons/\" rel=\"noopener\" target=\"_blank\">Simple Social Buttons</a> plugin, have patched a critical privilege escalation vulnerability. The security issue was discovered by the team at WebARX. Developer and researcher Luka Šikić summarized the vulnerability in a <a href=\"https://www.webarxsecurity.com/wordpress-plugin-simple-social-buttons/\" rel=\"noopener\" target=\"_blank\">post</a> published this week:</p>\n<blockquote><p>Improper application design flow, chained with lack of permission check resulted in privilege escalation and unauthorized actions in WordPress installation allowing non-admin users, even subscriber user type to modify WordPress installation options from the wp_options table.</p></blockquote>\n<p>Simple Social Buttons is a plugin that makes it easy for users to add social buttons to posts, pages, archives,  and, popups, fly-ins, and custom post types. More than 40,000 users have the free version of the plugin active on their sites. A commercial version is also available through the developer&#8217;s website.</p>\n<p>The plugin&#8217;s authors released version 2.0.22 the day after WebARX disclosed the vulnerability, but some site owners and agencies may not have heard about the security issue. Not everyone checks for updates automatically or even once per month. WPBrigade has not yet alerted users to the vulnerability on their blog or Twitter account. The only mention is in the plugin&#8217;s changelog, which states: &#8220;Enhancement: Fix security issue.&#8221; Users who see an update notice in their dashboards are advised to update immediately.</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, 14 Feb 2019 06:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:99:\"WPTavern: WPWeekly Episode 345 – The Relationship Between Corporate Cash and Open Source Software\";s:7:\"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:59:\"https://wptavern.com/?p=87276&preview=true&preview_id=87276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-345-the-relationship-between-corporate-cash-and-open-source-software\";s: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:2844:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://mor10.com/on-the-corporate-takeover-of-the-cathedral-and-the-bazaar/\">thought-provoking post</a> published by Morten Rand-Hendriksen that takes a deep look at equity in open source software. Morten suggests that the mantra of <em>decisions are made by those who show up</em> be changed to <em>decisions are made by those who <strong>can afford</strong> to show up</em>.</p>\n<p>We talk about the relationship and influence money from businesses can  have on open source software, especially if they&#8217;re employing someone to contribute to that project full-time. We discuss the pros and cons of financial contributions and whether or not WordPress could fall victim to progressing only at the whims of corporate sponsors.</p>\n<p>Near the end of the show, John provides an overview of what&#8217;s new in Sugar Calendar 2.0.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://twitter.com/benUNC/status/1092778708174286848\">PetersenMediaGroup is Relaunched </a></p>\n<p><a href=\"https://www.petersenmediagroup.com/\">https://www.petersenmediagroup.com/</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-5-0-adds-new-rss-block-amazon-kindle-embed-block-and-focalpointpicker-component\">Gutenberg 5.0 Adds New RSS Block, Amazon Kindle Embed Block, and FocalPointPicker Component</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-blocks-design-library-offers-pre-built-page-designs-using-existing-core-blocks\">Gutenberg Blocks Design Library Offers Pre-Built Page Designs Using Existing Core Blocks</a></p>\n<p><a href=\"https://www.seroundtable.com/google-search-console-notifications-to-remove-google-plus-27107.html\">Google+ is shutting down in April with some APIs shutting down in March</a></p>\n<p><a href=\"https://sugarcalendar.com/version-2-0-beta-1-now-available-for-testing/\">Sugar Calendar 2.0 Beta Released</a></p>\n<p>The <a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode plugin</a> developed by Daniel James is no longer a featured plugin.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #345:</strong><br />\n</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 Feb 2019 23: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\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:65:\"WPTavern: Ultimate Blocks Plugin Adds Schema-Enabled Review Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/ultimate-blocks-plugin-adds-schema-enabled-review-block\";s: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:2191:\"<p><a href=\"https://ultimateblocks.io/\">Ultimate Blocks</a>, one of the many Gutenberg block collections that have sprouted up, launched before WordPress 5.0 with eight blocks. The collection has since doubled in size, adding features like accordions, social sharing buttons, tabbed content, a progress bar, and star-ratings. Many block collections are loosely organized around serving a specific user demographic. This one is aimed at bloggers and marketers.</p>\n\n\n\n<p>Ultimate Blocks&#8217; latest release includes Reviews, a new Gutenberg block that is unique to this plugin. It allows users to easily add rows of review criteria and will automatically calculate the cumulative star rating. Users can also edit the title of the review, author name, review summary, and call-to-action button.</p>\n\n\n\n<img />\n\n\n\n<p>One of the most interesting features of the plugin is that it is schema-enabled, which means that the reviews use a standard <a href=\"https://schema.org/\">schema for structured data</a> that can be easily read by applications like Google, Microsoft, Pinterest, and others. For example, when Google finds a schema-enabled review, it can display it as a rich <a href=\"https://developers.google.com/search/docs/data-types/review-snippet\">review snippet</a> with stars and other summary info. These snippets may appear in search results or in Google Knowledge Cards.</p>\n\n\n\n<p>It&#8217;s important to clarify that this block is for the site owner to write their own reviews. It&#8217;s not a block that adds a frontend form for visitors to leave reviews. It&#8217;s more useful for site owners who want a nice way to display their own reviews for books, movies, restaurants, or any other type of information.</p>\n\n\n\n<p>After testing the plugin, I was impressed by how the star rating calculations all work live inside Gutenberg while setting up the block. The back and frontend styles also match fairly well. The Reviews block is generic enough to be used for virtually any type of review a user wants to display. It would even more useful if the author expanded it to support frontend review submissions, which would allow users to create their own community review sites. </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 Feb 2019 20:34:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:108:\"WPTavern: Speaker Applications Now Open for 2nd Annual JavaScript for WordPress Conference, July 11-13, 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87220\";s:7:\"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:117:\"https://wptavern.com/speaker-applications-now-open-for-2nd-annual-javascript-for-wordpress-conference-july-11-13-2019\";s: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:2477:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/JS-for-WP-conf-2019.jpg?ssl=1\"><img /></a></p>\n<p>Last year Zac Gordon organized a free virtual <a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener\" target=\"_blank\">JavaScript for WordPress conference</a> and the event drew 1,200 live attendees. With attendance numbers higher than most WordPress conferences and hundreds more views on the videos published afterwards, Gordon considered it a success and committed to organize another event this year.</p>\n<p>The next edition is set for July 11-13, 2019, and has been expanded to feature three free days of talks, workshops, and contribution focused on JavaScript and WordPress. The goal for the event&#8217;s contributor day is to improve Gutenberg documentation. Applications for speakers and sponsors are now open and attendees can reserve their seats by signing up on the event&#8217;s <a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener\" target=\"_blank\">website</a>.</p>\n<p>&#8220;The conference aims to cover intermediate and advanced topics (not so much beginner),&#8221; Gordon said. &#8220;Most of the talks are about latest trends of how JS and WP can be used together. Accessibility is really important, as is diversity in speakers. I&#8217;d love to have more folks share about cool things they do at work.&#8221; He said topics like headless WP, Gatsby, React, state management, Gutenberg, and blockchain are a few examples that seem to be popular in this space right now. Testing and internationalization are two topics that still need speakers.</p>\n<p>Gordon teaches both beginner and more advanced <a href=\"https://javascriptforwp.com/\" rel=\"noopener\" target=\"_blank\">courses</a> on JavaScript and Gutenberg development, giving him a unique window into the landscape of JavaScript education. After Gutenberg made its way into core, Gordon said folks &#8220;finally have a tangible reason to learn JavaScript.&#8221; </p>\n<p>&#8220;Also, I think folks are finding it easier than first thought,&#8221; he said. &#8220;A lot of folks have taken my Gutenberg Development Course with zero React or tooling experience and that served as a good introduction to it all.</p>\n<p>&#8220;At first Matt said, &#8216;Learn JavaScript Deeply.&#8217; But at the last WCUS he said, &#8216;Learn Blocks Deeply.&#8217; Luckily, I think it is becoming easier to learn what we need to know with JS and React and tools to get by.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Feb 2019 03:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:62:\"WPTavern: WordCamp Nordic to Host Workshop for Kids on March 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87229\";s:7:\"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://wptavern.com/wordcamp-nordic-to-host-workshop-for-kids-on-march-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4786:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/kids-workshop-belgrade.jpg?ssl=1\"><img /></a>photo credit: Ivan Gatić</p>\n<p><a href=\"https://2019.nordic.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Nordic</a>, a new regional WordCamp taking place in Helsinki, is just 23 days away. Organizers have <a href=\"https://2019.nordic.wordcamp.org/sessions/\" rel=\"noopener\" target=\"_blank\">published a list of 26 speakers and their sessions</a> this week. Topics include content design, entrepreneurship, security, leveraging AMP, WooCommerce, internationalization, Gutenberg, and general WordPress development.</p>\n<p>The event&#8217;s organizers are also embracing a growing trend of hosting a kids&#8217; camp alongside the WordCamp to introduce younger attendees to the software. WordCamp Nordic is planning a <a href=\"https://2019.nordic.wordcamp.org/contributor-day/wordpress-workshop-for-kids/\" rel=\"noopener\" target=\"_blank\">free WordPress workshop for 20 kids</a> aged 8-14 that will be held Thursday, March 7, from 13:00 to 17:00. It will run at the same time and in the same venue as the WordCamp&#8217;s Contributor Day. Attendees will learn how to set up their own WordPress websites, choose a theme, and learn how to add text, galleries, videos, and other elements to the their sites.</p>\n<p>WordPress veteran Petya Raykovska is leading the kids&#8217; workshop. She has <a href=\"http://petya.in/wordpress-workshop-for-kids-an-organiser-kit/\" rel=\"noopener\" target=\"_blank\">led similar workshops all over the world</a>, first in Bangkok 2017, followed by events in Belgrade, Sofia, Varna, and other locations. Demand for the kids&#8217; workshops has grown in the past two years and Raykovska started receiving requests from other European WordCamp organizers to lead events at their camps. As a result, she has created an <a href=\"https://paper.dropbox.com/doc/WordPress-Workshop-for-Kids-organiser-kit-kxmOjjycWysa3jFYoaBTv\" rel=\"noopener\" target=\"_blank\">organizer kit</a> for others wanting to host their own WordPress workshops for kids.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Thank you to all the kids workshop volunteers at <a href=\"https://twitter.com/hashtag/WCSOF?src=hash&ref_src=twsrc%5Etfw\">#WCSOF</a> and to all the kids who created their first <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> sites today. You rock! <img src=\"https://s.w.org/images/core/emoji/11/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f64c-1f3fb.png\" alt=\"🙌🏻\" class=\"wp-smiley\" /> <a href=\"https://t.co/qaT3l7VSSL\">pic.twitter.com/qaT3l7VSSL</a></p>\n<p>&mdash; Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/929704157560393729?ref_src=twsrc%5Etfw\">November 12, 2017</a></p></blockquote>\n<p></p>\n<h3>WordPress can be a gateway to the open web for the next generation</h3>\n<p>Workshops for kids are starting to become more common at WordCamps, as there is a growing demographic of WordPress users with children and technology is more accessible than ever before. <a href=\"https://2019.miami.wordcamp.org/kids/\" rel=\"noopener\" target=\"_blank\">WordCamp Miami</a> and <a href=\"https://central.wordcamp.org/news/2011/02/10/wordpress-for-kids/\" rel=\"noopener\" target=\"_blank\">WordCamp Phoenix</a> were some of the first camps to offer kids&#8217; workshops and since then <a href=\"https://wptavern.com/wordcamp-st-louis-mo-march-14th-15-will-have-a-kids-camp\" rel=\"noopener\" target=\"_blank\">St. Louis</a>, <a href=\"https://2018.capetown.wordcamp.org/2018/09/11/youth-camp/\" rel=\"noopener\" target=\"_blank\">Cape Town</a>, and many other WordPress communities have hosted their own.</p>\n<p>These workshops are important events that will foster the next generation of bloggers, business owners, and contributors to WordPress. Facebook (and soon to be Snapchat) is widely regarded as an &#8220;app for old people&#8221; and its <a href=\"https://www.newsweek.com/facebook-officially-old-people-803196\" rel=\"noopener\" target=\"_blank\">users under the age of 24 are rapidly declining</a>. WordPress is in a better position, because an influx of older users doesn&#8217;t affect the overall experience of the app the same way. However, if WordPress usage isn&#8217;t growing among the school age population, it is in danger of suffering the same fate as Facebook &#8211; becoming an application that will live and die with its current generation of users. Onboarding new young WordPressers doesn&#8217;t just help to ensure the software&#8217;s future but it also gives kids a tool that can help them find their place on the open web, a home for their content that will outlast all the ephemeral social networking apps. </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 Feb 2019 23:38:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\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:98:\"WPTavern: Gutenberg Blocks Design Library Offers Pre-Built Page Designs Using Existing Core 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:29:\"https://wptavern.com/?p=87200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/gutenberg-blocks-design-library-offers-pre-built-page-designs-using-existing-core-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:2845:\"<p><a href=\"https://wordpress.org/plugins/design/\">Gutenberg Blocks Design Library</a> is a new plugin that provides pre-built page designs, including demo content, using only the default core blocks that come with WordPress. The free version comes with 50 different designs that users can import from the growing Gutenberg Blocks Design Library. These include simple designs for all kinds of page building items, such as text with images, columns with headers, call-to-action sections, team member listings, testimonials, contact page layouts, and more.</p>\n\n\n\n<img />\n\n\n\n<p>The plugin is fully compatible with other Gutenberg themes and plugins, since it simply adds styles to existing core blocks. It can be used in combination with block collections, such as Atomic Blocks, Editor Blocks, CoBlocks, Caxton, Kadence, GhostKit, WooCommerce blocks, and many others.</p>\n\n\n\n<p>There are a few major advantages to this approach. Simply adding styles to core blocks means that the plugin doesn&#8217;t introduce a bunch of new blocks for users to scroll through in the block inserter. It also ensures data portability. If a user ends up deactivating and removing the plugin for any reason, the content is still there in the default block design.</p>\n\n\n\n<p>Although Gutenberg Blocks Design Library is compatible with any WordPress theme that works with the new editor, the appearance of the the pre-made designs vary somewhat across themes. I tested various blocks with different themes and found that it seems to adapt to the active theme&#8217;s look and feel. This can be a positive feature or a negative one if the user is hoping for the designs to match the demo exactly.</p>\n\n\n\n<p>After installing the plugin, the design library is available by toggling the carrot icon in the menu at the top of the editor. The user is then prompted to import 50 free designs.</p>\n\n\n\n<p>The creators of the Gutenberg Blocks Design Library have also built a commercial subscription service to sell &#8220;<a href=\"https://wpdesignhub.com/pro/\">pro designs</a>.&#8221; Pricing during the beta period starts at $9/year for a single site.  The company aims to have 1,000 commercial designs available to subscribers by November 2019. They plan to release new designs every other week.</p>\n\n\n\n<p>The Gutenberg Blocks Design Library is helpful for users who don&#8217;t need the more advanced capabilities of a full-featured page builder plugin but still want some simple, pre-built page elements. The placeholder content makes it easy for users to know where to insert their own content. It is much more intuitive than importing an XML file for demo content. This plugin is a great example of the interesting new product opportunities that Gutenberg has introduced by replacing tools that previously might have been built with widgets or cumbersome shortcodes.</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 Feb 2019 21:55:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"WPTavern: Open Source Initiative Calls Organizations to Reaffirm Support for Its Definition of Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87165\";s:7:\"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:117:\"https://wptavern.com/open-source-initiative-calls-organizations-to-reaffirm-support-for-its-definition-of-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5611:\"<p>The Open Source Initiative (OSI) took a strong, unequivocal stance on its <a href=\"https://opensource.org/osd-annotated\" rel=\"noopener\" target=\"_blank\">definition of open source</a> this week, encouraging organizations to sign a <a href=\"https://opensource.org/node/966\" rel=\"noopener\" target=\"_blank\">public affirmation</a> of its role in maintaining and stewarding the definition. The organization has been instrumental in combatting issues caused by license proliferation, as many open source licenses cannot be legally combined and this can be detrimental to the open source ecosystem.</p>\n<p>The affirmation published this week explains the need for a standard definition of open source: </p>\n<blockquote><p>Without this single, standard definition of &#8220;open source,&#8221; software development as we know it would not be possible. There is no trust in a world where anyone can invent their own definition for open source, and without trust there is no community, no collaboration, and no innovation.</p></blockquote>\n<p>Recent controversy surrounding Redis Labs licensing some of its modules under the <a href=\"https://redislabs.com/community/commons-clause/\" rel=\"noopener\" target=\"_blank\">Apache 2.0 modified with a Commons Clause</a> has highlighted the need for an authoritative definition of open source. Salil Deshpande, who helped create the Commons Clause (written by open-source lawyer <a href=\"https://heathermeeker.com/\" rel=\"noopener\" target=\"_blank\">Heather Meeker</a>), wrote an <a href=\"https://techcrunch.com/2018/11/29/the-crusade-against-open-source-abuse/\" rel=\"noopener\" target=\"_blank\">article</a> for TechCrunch two months ago about how he perceives large cloud infrastructure providers, such as AWS in this case, to be a threat to the viability of open source. He explained why he and collaborators commissioned the Commons Clause:</p>\n<blockquote><p>We wished to define a license that prevents cloud infrastructure providers from running certain software as a commercial service, while at the same time making that software effectively open source for everyone else, i.e. everyone not running that software as a commercial service.</p>\n<p>With our first proposal, Commons Clause, we took the most straightforward approach: we constructed one clause, which can be added to any liberal open-source license, preventing the licensee from “Selling” the software  —  where “Selling” includes running it as a commercial service. (Selling other software made with Commons Clause software is allowed, of course.) Applying Commons Clause transitions a project from open source to source-available.</p></blockquote>\n<p>In referencing MongoDB&#8217;s <a href=\"https://www.mongodb.com/licensing/server-side-public-license\" rel=\"noopener\" target=\"_blank\">Server Side Public License (SSPL)</a>, Deshpande questioned the authority and relevance of OSI:</p>\n<blockquote><p>OSI, which has somehow anointed itself as the body that will “decide” whether a license is open source, has a habit of myopically debating what’s open source and what’s not. With the submission of SSPL to OSI, MongoDB has put the ball in OSI’s court to either step up and help solve an industry problem, or put their heads back in the sand.</p></blockquote>\n<p>The Commons Clause, which has no chance of being approved by OSI, was a reaction to cloud-based services making a profit from open source software without contributing much back to the software&#8217;s creators. This is a common issue encountered by maintainers of popular open source projects. However, the Commons Clause isn&#8217;t a good solution for this problem, because it effectively neuters open source software, removing the vital freedoms identified in the open source definition, including free distribution and no discrimination against a specific field of endeavor. OSI President Simon Phipps called the Commons Clause an &#8220;abrogation of software freedom&#8221; after Redis changed its license.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Redis just went proprietary, which sucks.<a href=\"https://t.co/CfIN99Cz5q\">https://t.co/CfIN99Cz5q</a></p>\n<p>No, this is not just \"a limitation concerning fair use\", it is an abrogation of software freedom.</p>\n<p>&mdash; Simon Phipps (@webmink) <a href=\"https://twitter.com/webmink/status/1032016976170967040?ref_src=twsrc%5Etfw\">August 21, 2018</a></p></blockquote>\n<p></p>\n<p>In light of these recent conversations, OSI is calling organizations to band together in recognition of its authority to maintain a single, standard definition of open source:</p>\n<blockquote><p>Recently there have been efforts to undermine the integrity of open source by claiming there is no need for a single, authoritative definition. These efforts are motivated by the interests of a few rather than the benefit of all, and are at odds with the principles that have so demonstratively served us  well in the past decades. If allowed to continue, these efforts will erode the trust of both users and contributors, and hinder the innovation that is enabled by open source software, just as surely as having multiple definitions of a kilogram would erode and undermine commerce.</p></blockquote>\n<p>OSI reached out first to its <a href=\"https://opensource.org/affiliates\" rel=\"noopener\" target=\"_blank\">Affiliate Members</a>, which includes the WordPress open source project, but not all members have responded in time for the publication of the post this week. The organization is still welcoming new signatories and will add more names to the list as it receives them.</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 Feb 2019 00:18:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:119:\"WPTavern: YoastCon Overshadowed by Twitter Storm: Joost de Valk, SEO Industry Leaders Called Out for Objectifying Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87084\";s:7:\"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:128:\"https://wptavern.com/yoastcon-overshadowed-by-twitter-storm-joost-de-valk-seo-industry-leaders-called-out-for-objectifying-women\";s: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:9849:\"<p>The third edition of <a href=\"https://yoast.com/yoastcon/\" rel=\"noopener\" target=\"_blank\">YoastCon</a> kicked off today in Nijmegen, the Netherlands, but for those following remotely the conference has been overshadowed by a discussion that erupted on the <a href=\"https://twitter.com/hashtag/YoastCon\" rel=\"noopener\" target=\"_blank\">#yoastcon</a> hashtag prior to the event. Several parties began circulating tweets and unsavory videos involving Joost de Valk, for which he has since publicly apologized.</p>\n<p>The story was complicated and confusing to follow, as many of these decade-old tweets were deleted and the videos made private by the websites that are hosting them. The parties who were publishing screenshots from archive.org alleged that de Valk was sexually harassing women in the SEO industry.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/yoast?ref_src=twsrc%5Etfw\">@yoast</a> can scrub <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> history of thirsty sexual harassment tweets but The Wayback Machine knows all. If it\'s not harassment why was it deleted yesterday? <a href=\"https://twitter.com/hashtag/YoastCon?src=hash&ref_src=twsrc%5Etfw\">#YoastCon</a> <a href=\"https://t.co/amctSWHqEw\">pic.twitter.com/amctSWHqEw</a></p>\n<p>&mdash; Dan Leibson (@DanLeibson) <a href=\"https://twitter.com/DanLeibson/status/1093186880927977472?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Looks like somebody whose name rhymes with toast has been busy deleting tweets ahead of <a href=\"https://twitter.com/hashtag/YoastCon?src=hash&ref_src=twsrc%5Etfw\">#YoastCon</a> &#8230; wonder if any of them are in <a href=\"https://t.co/7s6vq2FNXD\">https://t.co/7s6vq2FNXD</a>? <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f35e.png\" alt=\"🍞\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f62d.png\" alt=\"😭\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f921.png\" alt=\"🤡\" class=\"wp-smiley\" /> <a href=\"https://t.co/Oi7uAexukv\">pic.twitter.com/Oi7uAexukv</a></p>\n<p>&mdash; David Cohen (@explorionary) <a href=\"https://twitter.com/explorionary/status/1093186660546809857?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No seriously, fucking don’t try and excuse behaviour like this. (9/41) <a href=\"https://t.co/DoK1zOl3p2\">pic.twitter.com/DoK1zOl3p2</a></p>\n<p>&mdash; Tom Rayner (@tjprayner) <a href=\"https://twitter.com/tjprayner/status/1093500855771426816?ref_src=twsrc%5Etfw\">February 7, 2019</a></p></blockquote>\n<p></p>\n<p>One of the women to whom some of the tweets were directed has publicly stated that she did not perceive them as harassment and that the tweets were taken out of context.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Hi. I didn\'t want to do this but now I have to. The tweets you\'re reading were sent to me from <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> when SEO Twitter was smaller, more close-knit, and frankly, dumber. It wasn\'t harassment. It was friends being stupid. Calling it more is unfair and out of context. <a href=\"https://twitter.com/hashtag/yoastcon?src=hash&ref_src=twsrc%5Etfw\">#yoastcon</a></p>\n<p>&mdash; Lisa Barone (@LisaBarone) <a href=\"https://twitter.com/LisaBarone/status/1093260184133210112?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>de Valk responded yesterday with a public apology, acknowledging the tweets and videos.  </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think and act differently now, though I know that doesn\'t change the past. If anyone felt harmed by this: I\'m truly sorry.</p>\n<p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1093253924256137217?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>He also provided a statement to the Tavern with more context on the after party videos. </p>\n<p>&#8220;The videos are of an event I&#8217;ve attended over the last decade called SEOktoberfest, which is an SEO conference at Oktoberfest,&#8221; de Valk said. &#8220;I&#8217;m honestly ashamed of those videos when I see them now&#8230; It looks bad and I wouldn&#8217;t behave like that now, but I don&#8217;t think anything I did myself at those events was ever out of line.&#8221; </p>\n<p>Marieke van de Rakt, who recently took on the role of CEO of Yoast, said she thought the tweets were brought to public attention in retaliation for the company announcing a project to empower women working at Yoast. de Valk left the CEO role to focus on product development at Yoast and his new role of <a href=\"https://wptavern.com/wordpress-names-josepha-haden-new-executive-director-joost-de-valk-marketing-and-communications-lead\" rel=\"noopener\" target=\"_blank\">Marketing and Communications Lead at WordPress.org</a>.</p>\n<blockquote><p>I feel like it started after I was announced CEO and later on talked about a project to empower women working at Yoast. I got some really upsetting tweets. After that it started focusing on #yoastcon. It seems like they want to show the hypocrisy in our statements about women. I never spoke at SEO events before, though I have been to SEOktoberfest. It felt totally welcoming back then. That being said, the pictures and movies aren’t something I particularly enjoy watching. I do think they&#8217;re bad, but also a bit out of context. The environment at Yoast is nothing like that. And although my husband likes to party (as do I), I feel he’s always been a strong believer in equal rights and opportunities. I think we all make mistakes and learn from them. At Yoast, we’re really trying to improve inequality with both the diversity fund and my empowerment project.</p></blockquote>\n<p>For those watching the #yoastcon hashtag, the way the situation unfolded it almost seemed like a coordinated personal attack on de Valk, especially given how the SEOktoberfest videos were spliced together with the YoastCon promotional videos. <a href=\"https://twitter.com/explorionary\" rel=\"noopener\" target=\"_blank\">David Cohen</a>, a Philadelphia-based Digital Marketing Director who previously worked at a large SEO agency, started the conversation by publishing de Valk&#8217;s old tweets that he had found years ago when researching Yoast and its founder.</p>\n<p>&#8220;As far as the tweets from Joost are concerned, I&#8217;ve known about them since 2014,&#8221; Cohen said. &#8220;I just never knew what to do with them or how to proceed questioning why that behavior was perfectly acceptable for him.</p>\n<p>&#8220;As far as the harassment and abuse in the SEO industry, particularly at the SEO conferences, I&#8217;ve known about this since 2011 after seeing it firsthand while working at a large SEO agency in Philly, Seer Interactive.&#8221;</p>\n<p>Cohen said that he began publicly criticizing people he calls &#8220;SEO celebs&#8221; in 2014, for &#8220;saying they are against the SEO harassment and abuse, claiming to be &#8216;male feminists,&#8217; yet knowingly covering up the abuse and enabling the abusers who happen to also be their friends, peers, colleagues, etc.&#8221;</p>\n<p>While the discussion on the #yoastcon hashtag seems centered around de Valk&#8217;s admitted indiscretions, Cohen said his objective in publicizing the old tweets goes beyond de Valk. He&#8217;s calling out other leaders in the industry who he alleges have harassed and abused women for years. </p>\n<p>&#8220;This started a solo mission to take action as a messenger of questions for the group of SEOs most prominent figures who hold the power of influence over the industry about the 10+ year ongoing issue of alleged harassment and abuse of women in the SEO world, particularly at SEO conferences between 2009 and 2012 era.&#8221;</p>\n<p>Cohen said the timing with YoastCon was &#8220;a mission looking for direct and public answers on this topic once and for all while they were all gathered together at the event.&#8221; He began tweeting about these issues well before the event and was using the #yoastcon hashtag to call out other SEO industry leaders for the past few months. </p>\n<p>When asked about his motive, Cohen said he simply wants answers from de Valk, Rand Fishkin, his wife Geraldine, John Doherty, Martin MacDonald, Marcus Tandler, and others regarding what he perceives to be hypocrisy in the SEO industry.</p>\n<p>&#8220;Why has it been totally cool for the SEO celebs, rock stars, ninjas, and conference speakers to be misogynists, to objectify and sexualize women, to hire Playmates for their SEO events, and to engage in behavior that would easily be classified as &#8216;toxic masculinity?\'&#8221; Cohen said. He claims that industry leaders have been covering up harassment and abuse that they have known about and have refused to help the women who have been abused. Cohen and several others who have been circulating the tweets claim that victims of this abuse have been contacting them to share their stories but have not yet gone public with them.</p>\n<p>&#8220;I chose to act on this now because I wanted answers to two questions from specific people: 1. Do you know of alleged harassment or abuse because someone went to you directly and told their story? And if so, did you refuse to use your power and influence to help them at the risk of your own professional and personal interests?&#8221; Cohen said.</p>\n<p>&#8220;As for Joost, going with the &#8216;if I offended anyone&#8217; apology approach is empty and lacks personal accountability for behaviors that are completely misaligned with words. He had to respond publicly. But the question remains open &#8211; why?&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 04:42:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:41:\"Dev Blog: WordPress 5.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3950:\"<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a>&nbsp;(zip).</p>\n\n\n\n<h2>What&#8217;s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell &amp; The Drells, WordPress&#8217;s theme for 2019 is to &#8220;tighten up&#8221;, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress&#8217;s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</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.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote>\n</div>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak 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> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve 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’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">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<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br /> candidate. There are many<br /> like it. This is mine.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:101:\"WPTavern: Gutenberg 5.0 Adds New RSS Block, Amazon Kindle Embed Block, and FocalPointPicker Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/gutenberg-5-0-adds-new-rss-block-amazon-kindle-embed-block-and-focalpointpicker-component\";s: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:2675:\"<p><a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\" rel=\"noopener\" target=\"_blank\">Version 5.0</a> of the Gutenberg plugin was released yesterday with a new RSS block. Riad Benguella, the project&#8217;s technical lead for phase 2, published a demo of the block and its settings. Users can set the number of items displayed and also toggle on/off the author, date, and excerpt.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/rss-block.gif?ssl=1\"><img /></a></p>\n<p>RSS is still relevant today as one of the linchpins of the open web and Gutenberg makes it possible to easily place a feed inside a post or page. (This feature was previously limited to widgetized areas.) The creation of this block is part of a larger effort to <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener\" target=\"_blank\">port all of WordPress&#8217; existing core widgets over to blocks</a>.</p>\n<p>Version 5.0 also introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/13510\" rel=\"noopener\" target=\"_blank\">Amazon Kindle embed block</a>, providing an <a href=\"https://www.amazon.com/b?ie=UTF8&node=13489836011\" rel=\"noopener\" target=\"_blank\">instant preview</a> from an Amazon Kindle URL. WordPress already has oembed support of Amazon Kindle URLs but it was missing from the Embeds section of the accordion in the block inserter.</p>\n<p>One of the most exciting additions in this release is a new <a href=\"https://github.com/WordPress/gutenberg/pull/10925\" rel=\"noopener\" target=\"_blank\">FocalPointPicker for the Cover block</a>. It allows users to visually select the ideal center point of an image and returns it as a pair of coordinates that are converted into &#8216;background-position&#8217; attributes. The result is that the user has more control over how the image is cropped. This feature solves so many problems users have experienced in cropping and displaying images in their WordPress themes and content. The FocalPointPicker was created as a reusable component so that developers can use it to build other blocks with the same capabilities, providing an experience that is consistent with core.</p>\n<p><a href=\"https://cloudup.com/cV33J4yy5Il\"><img src=\"https://i1.wp.com/cldup.com/aJ-h5zq4wa.gif?resize=627%2C423&ssl=1\" alt=\"Focal point picker\" width=\"627\" height=\"423\" /></a></p>\n<p>The changes included in Gutenberg 5.0 are immediately available for those running the plugin on their sites but only for WordPress 5.0+. This release drops support for earlier versions of WordPress. The updates in Gutenberg 5.0 are planned to be rolled into WordPress 5.2.</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 Feb 2019 18:32:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"Post Status: Building Multidots, with Anil Gupta\";s:7:\"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=55213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/building-multidots-with-anil-gupta/\";s: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:1562:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>In this episode of Draft, I talk to Anil Gupta, the founder of <a href=\"https://www.multidots.com/\">Multidots</a>. Multidots is a 100+ person company, and Anil has established a very people-first environment there. We discuss his journey and what he&#8217;s learned about building a company.</p>\n<p>I met Anil at <a href=\"https://cabopress.com/\">CaboPress</a>. We had a great chat there, and we did again at WordCamp US, where we recorded this episode. Anil has a great story and a lot of insight. I hope you enjoy it.</p>\n<p></p>\n<h3>Sponsor: Jilt</h3>\n<p><a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Jilt</a> offers powerful email marketing built for eCommerce. Join thousands of stores that have already earned tens of millions of dollars extra sales using Jilt. <a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Try Jilt for free</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 Feb 2019 17:04: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:15:\"Brian Krogsgard\";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:52:\"WPTavern: Transcript of WordPress Weekly Episode 344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/transcript-of-wordpress-weekly-episode-344\";s: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:2214:\"<p>Based on requests from listeners, I purchased a transcription of episode 344 of WordPress Weekly where we discussed the <a href=\"https://wpgovernance.com/\">WordPress Governance Project</a>. I purchased the transcription from <a href=\"http://rev.com/\">Rev</a>, a well-known service devoted to captions, subtitles, and audio transcriptions.</p>\n\n\n\n<p>For an 87 minute podcast, the turn-around time was 25 hours and cost $87. The transcription came out better than I expected considering the way I speak. </p>\n\n\n\n<p>The following is a sample of the conversation that took place during the show.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WordPress Governance Project is an effort that we booted up to surface all the conversations that are happening behind the scenes around WordPress Governance. If you&#8217;ve been around the WordPress Project for more than a couple of months, you would know there&#8217;s a lot of ongoing conversations internally in the community around who makes decisions, how are decisions made, who are the leaders, who appoints leaders, where is the direction going and who decides on the direction of this project and so on and so on.</p><p>And both Rachel and I have been part of this community for awhile and we&#8217;ve seen these conversations crop up repeatedly, and they never go anywhere, but they are really important conversations. And here&#8217;s a need in our community to surface those conversations because we are in a position now where we need to start acting, taking on the responsibility of being 34.7% of the web and actually using that responsibility for something other than just saying it as a marketing campaign.</p><cite>Morten Rand-Hendriksen </cite></blockquote>\n\n\n\n<p>The transcript is in .txt format for maximum compatibility and includes the speaker&#8217;s names. </p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/02/EPISODE-344-Introduction-to-the-WordPress-Governance-Project.txt\">EPISODE-344-Introduction-to-the-WP-Governance-Project</a><a href=\"https://wptavern.com/wp-content/uploads/2019/02/EPISODE-344-Introduction-to-the-WordPress-Governance-Project.txt\" class=\"wp-block-file__button\">Download</a></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 Feb 2019 23:04:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:34:\"HeroPress: WordPress Saved My Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://heropress.com/essays/wordpress-saved-my-life/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-saved-my-life\";s: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:11264:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/020619-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"I am thankful for WordPress because without it, I\'m really not sure I would have been able to live a decent life.\" /><p>This probably is the first time I will be telling my story because I have always lived a fairly secret live.</p>\n<p>I am from Nigeria where I was born and still live in. I know we are all stereotyped as scammers and thieves but trust me, a lot of us own and operate legit (online) businesses. Just like in every country, there are good and bad people and we are no exception.</p>\n<p>I had a great childhood. Everything was fine and rosy until I lost my Dad which meant I had to shoulder the responsibility of my family as the first child. I manage to finish secondary school and was awarded the best Math student.</p>\n<h3>Introduction to The Internet / Web</h3>\n<p>Back then in secondary school, I had a rich friend who owned a Nokia phone (that could browse the internet) he brings to class which he uses to play games and do fun stuff online even though we weren’t allowed to bring nor use a phone in the class. (Funny right? :D)</p>\n<p>I have always been a football lover (called soccer in the U.S). I still play very well and support Chelsea FC. So each time I have the opportunity to use his phone, I always visit Goal.com to read football news especially concerning my team Chelsea FC of England.</p>\n<p>Being a very inquisitive person, I wanted to learn how the web works as well as have my own website. I was able to buy a Nokia 3120 classic phone via the menial jobs I did after school.</p>\n<p><img class=\"aligncenter size-full wp-image-2681\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/img2.jpg\" alt=\"Nokia 3120\" width=\"413\" height=\"500\" /></p>\n<p>I visited Google and search how to create my <a href=\"https://en.wikipedia.org/wiki/Wireless_Application_Protocol\">wapsite</a>. We refer to mobile phones optimized sites as “wapsite”. The result of my search were filled with site builders like xtgem.com and wapzan.com.</p>\n<p>I chose the xtgem.com and discovered I needed an email address to sign up. Didn’t know what that means so I googled it and eventually created a Yahoo email address. Finally registered and built my first website. Sadly, the site is no longer online but I was able to get a screenshot of the site thanks to <a href=\"https://web.archive.org/\">Wayback Machine</a>.</p>\n<p><img class=\"aligncenter size-large wp-image-2680\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/img1-786x1024.png\" alt=\"WAPsite built by Collins\" width=\"786\" height=\"1024\" /></p>\n<p>I had to learn HTML and CSS from <a href=\"https://www.w3schools.com/\">w3schools</a> to build the site and it came out well didn’t it?</p>\n<p>I later moved on to wapka.mobi site builder which allows you to build dynamic websites such as a social network or forum using its own programming language called “wapka tags”. I was able to build a <a href=\"https://web.archive.org/web/20120915021200/http:/www.wapden.net:80/index.html\">community/forum</a>, <a href=\"https://web.archive.org/web/20121211011719/http:/www.smsbag.tk:80/index.html\">sms collection</a> and a <a href=\"https://web.archive.org/web/20121029021153/http:/www.wapbooks.tk:80/index.html\">file sharing</a> site.</p>\n<p>I later came across <a href=\"http://www.simplemachines.org/\">simple machine forum</a> and <a href=\"https://mybb.com/\">MyBB</a>, I learned them deeply and used them to build forums and community sites for interested people.</p>\n<h3>Meeting WordPress</h3>\n<p>I came across a Facebook group called BloggersLab and discovered I could make money blogging. Two prominent platform at the time to create a blog was Blogger.com and WordPress. I chose WordPress because WordPress blogs were always pretty.</p>\n<p>From my savings, I bought the cheapest hosting plan from a local web hosting here in Nigeria and installed WordPress using Softaculous included in cPanel and started writing wapka.mobi tutorials. See <a href=\"https://w3guy.com/?s=wapka\">https://w3guy.com/?s=wapka</a>.</p>\n<blockquote><p>I did all this with my Nokia phone.</p></blockquote>\n<p>Here’s how I publish a new post: first I write it on a notebook before publishing on my blog. I was also building mobile sites for people for small amount of money.</p>\n<p>I couldn’t go to the university because of my precarious financial situation. I continue to do menial jobs during the day and started learning PHP in the evenings and at night using my mobile phone via w3schools.com. I later was able to get a cheap old IBM Thinkpad laptop which I used in getting eBooks from torrent sites because I couldn’t afford them at the time and also to practice coding. Mind you, I was also blogging about the stuff I was learning on w3guy.com</p>\n<p>I later took up a job teaching children at a school primarily because I got tired of the menial jobs and wanted to earn enough to take care of my internet data plan. After a while, I became fairly proficient in PHP and even took up a job to build a school management system which was really slow and ugly.</p>\n<h3>WordPress Saved My Life</h3>\n<p>I needed to start making money with the PHP, HTML &amp; CSS skill I had because my blog wasn’t making any money via AdSense. I think I got to the $100 payout on my second year of blogging.</p>\n<p>I came across a post on Sitepoint.com that they were looking for writers. I applied and got in. I started writing PHP and WordPress development tutorials and got paid few hundreds of dollars per article. In Nigeria, that’s quite a lot of money. I was able to improve the life and well-being of my family and I. I also wrote for Smashing Magazine, Designmodo, Tuts+ and Hongkiat.</p>\n<p>I later got admission into a polytechnic to study computer science and decided to stop writing and try to make and sell WordPress plugins for a living.</p>\n<p>I discovered my tutorial on <a href=\"https://designmodo.com/wordpress-custom-login/\">building custom login</a> form on Designmodo was popular with lots of comment so I decided to make a plugin out of it. That was how my first premium plugin <a href=\"https://profilepress.net/\">ProfilePress</a> was born. I wanted to sell it on Codecanyon but it was rejected so I decided to sell it myself. It was and still hard doing development and marketing at the same time.</p>\n<blockquote><p>Thankfully, after a year, it started making enough revenue for me to live pretty comfortably here in Nigeria because the cost of living here is little.</p></blockquote>\n<p>Few years later, I came across a payment processing library for PHP called <a href=\"https://github.com/thephpleague/omnipay\">Omnipay</a> which included support for many payment providers like Stripe, PayPal. I use 2Checkout as my payment gateway to sell my plugins via EDD and discovered the driver for 2Checkout in Omnipay was old and unsupported so <a href=\"https://github.com/collizo4sky/omnipay-2checkout\">I built one</a>. I figured I could make money building EDD and WooCommerce payment gateways base on the Omnipay and I did and place them on Codecanyon for sale. They didn’t do well sales wise and I had to stop selling them and moved the 2Checkout gateway for WooCommerce to <a href=\"https://omnipay.io/\">omnipay.io</a>. I have since built an EDD Paddle gateway which I now sell alongside.</p>\n<p>My latest product is <a href=\"https://mailoptin.io/\">MailOptin</a>, a WordPress optin form and automated newsletter plugin. I initially built it for my own need. I figured there might be interest in it so I made a free version and a paid version.</p>\n<p>I currently live on the revenue from my plugins.</p>\n<h3>Wrap Up</h3>\n<p>I am thankful for WordPress because without it, I&#8217;m really not sure I would have been able to live a decent life. Who knows what would have become of me.</p>\n<p>I am also thankful for the community. I have made lots of friends that has been very supportive and helpful in my journey.</p>\n<p>If you live in a third world country like myself and going through hardship, I hope my story will inspire you to be great.</p>\n<blockquote><p>I tell people, life won’t give you what you want. You demand from life what you want. You make these demands by being determined and never giving up on your dreams and aspiration.</p></blockquote>\n<p>If you are poor perhaps because you came from a humble and poor background, it is not your fault. You can’t go back in time to change things. I implore you to be strong, determined and hustle hard.</p>\n<p>I will end with this story.</p>\n<p>Two guys had become shipwrecked and were directionless-ly drifting on the vast ocean, desperately holding onto a wooden plank.</p>\n<p>A big ship comes along. Elated, one of the guys let&#8217;s go of the plank and makes a bold move, using his last strength to reach the ship.</p>\n<p>The other guy holds the plank and tells himself: &#8220;God will save me.&#8221;</p>\n<p>A few days later he died and is sent to heaven.</p>\n<p>In heaven, he angrily asks God: &#8220;Why didn&#8217;t you save me?&#8221;</p>\n<p>&#8220;I sent you a boat you idiot.&#8221;</p>\n<p>No one is coming to save you. You are all alone. It’s up to you to change your fortune.</p>\n<p>Do nothing, be nothing.</p>\n<p>La fin.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Saved My Life\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Saved%20My%20Life&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Saved My Life\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F&title=WordPress+Saved+My+Life\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Saved My Life\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-saved-my-life/&media=https://heropress.com/wp-content/uploads/2019/02/020619-150x150.jpg&description=WordPress Saved My Life\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Saved My Life\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-saved-my-life/\" title=\"WordPress Saved My Life\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-saved-my-life/\">WordPress Saved My Life</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Feb 2019 08:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Collins Agbonghama\";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:59:\"WPTavern: Sending Positive Vibes to Alex Viper007Bond Mills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87067\";s:7:\"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://wptavern.com/sending-positive-vibes-to-alex-viper007bond-mills\";s: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:1083:\"<p>Alex Mills, the author of several plugins, including the popular <a href=\"https://alex.blog/wordpress-plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a> plugin, <a href=\"https://alex.blog/2019/02/03/pretty-bad-news-on-the-cancer-front/\">published an update</a> on his fight with cancer and it&#8217;s not looking too good. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The blood test had been showing a fraction of a percent and then  later 3%. That was obviously trending in the wrong direction but the  hope was increasing <a href=\"https://en.wikipedia.org/wiki/Ponatinib\">my special medication</a> would keep things in check. It didn’t.</p><p>The bone marrow biopsy came back at a spotty 20% (amounts varied by  area). This is not good at all as it means the leukemia has morphed into  yet some other form that my donor immune system is having trouble  keeping in check, either due to a change or being overwhelmed.</p><cite>Alex Mill</cite></blockquote>\n\n\n\n<p>Please join me in sending positive thoughts and vibes to Alex as his battle against Leukemia ramps up. </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 Feb 2019 23:53:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"Dev Blog: The Month in WordPress: January 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6575\";s:7:\"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/2019/02/the-month-in-wordpress-january-2019/\";s: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:4635:\"<p>The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Leadership Grows</h2>\n\n\n\n<p>In a milestone announcement this month, WordPress project lead, Matt Mullenweg (<a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a>), <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">named two individuals</a> who are coming on board to expand the leadership team of the project.<br /></p>\n\n\n\n<p>As Executive Director, Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) will oversee <a href=\"https://make.wordpress.org/\">all the contribution teams</a> across the project. As Marketing &amp; Communications Lead, Joost de Valk (<a href=\"https://profiles.wordpress.org/joostdevalk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joostdevalk</a>) will lead <a href=\"https://make.wordpress.org/marketing/\">the Marketing team</a> and generally oversee improvements to WordPress.org.<br /></p>\n\n\n\n<p>Both Josepha and Joost have contributed to the WordPress project for many years and will certainly have a much larger impact going forward in their new roles.</p>\n\n\n\n<h2>WordPress 5.1 Development Continues</h2>\n\n\n\n<p>Immediately after the 5.0 release of WordPress, work started on version 5.1 with <a href=\"https://make.wordpress.org/core/tag/5-1/\">some highly anticipated new features</a> coming out in <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">the first beta release</a>. Since then, the <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\">second</a> and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\">third</a> betas have been made available.<br /></p>\n\n\n\n<p>One of the core updates in this release — <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">a feature to improve the way in which WordPress handles PHP errors</a> — has <a href=\"https://make.wordpress.org/core/2019/01/30/wordpress-5-1-beta-3-delay/\">been pushed back</a> to version 5.2 due to unforeseen issues that would have caused significant delays to the 5.1 release.<br /></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</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>The WordPress Coding Standards team <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.0.0\">released version 2.0</a> this month.</li><li>In her new role as Executive Director, Josepha Haden <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\">looks at what contributors need</a> to help support them more effectively.</li><li>Approximately 2,300 tickets in the Core bug tracker <a href=\"https://make.wordpress.org/core/2019/01/14/follow-up-on-recent-trac-bulk-edit/\">were closed</a> in a large bulk edit this month due to their inactivity over the last two years.</li><li>Autocomplete for usernames has been added to <a href=\"https://wordpress.org/support/forums/\">the WordPress Support Forums</a>, making it much easier to communicate directly with individuals.</li><li><a href=\"https://make.wordpress.org/core/tag/gutenberg/\">Work continues on the Gutenberg project</a>, expanding into more areas of the WordPress dashboard.</li><li>Since the new <a href=\"https://wordpress.org/support/\">WordPress Support portal</a> release in December, <a href=\"https://make.wordpress.org/docs/2019/01/28/summary-for-docs-team-meeting-28-january-2019/\">work has been ongoing</a> to improve its features and complete the content migration.</li><li>The Plugin Review team has published <a href=\"https://make.wordpress.org/plugins/2019/01/28/reminder-about-behavior/\">an important reminder about behavior</a> in the Plugin Directory and support forums.</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 here</em></a><em>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Feb 2019 09:17: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:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"Akismet: Version 4.1.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=2034\";s:7:\"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:99:\"https://blog.akismet.com/2019/01/31/version-4-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:853:\"<p>Version 4.1.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n\n\n\n<ul><li>We updated the &#8220;Setup Akismet&#8221; notice so that it resizes to fit all screen sizes.</li><li>We improved the Akismet settings page so the &#8220;Save Changes&#8221; button is only highlighted when a change has been made.</li><li>We fixed a bug that could have been causing the count of spam comments displayed on the dashboard to be up to an hour old rather than the current count.</li></ul>\n\n\n\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, 31 Jan 2019 18:56:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:30:\"Dev Blog: WordPress 5.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3756:\"<p>WordPress 5.1 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-beta3.zip\">download the beta here</a>&nbsp;(zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>One of the features originally slated for WordPress 5.1—the PHP error protection handler—will target WordPress 5.2 instead. Some potential security issues were discovered in the implementation: rather than risk releasing insecure code, the team decided to pull it out of WordPress 5.1. The work in <a href=\"https://core.trac.wordpress.org/ticket/46130\">#46130</a> is showing good progress towards addressing the security concerns, if you&#8217;d like to follow development progress on this feature.</p>\n\n\n\n<h2>Additional Changes</h2>\n\n\n\n<p>A handful of smaller bugs have also been fixed in this release, including:</p>\n\n\n\n<ul><li>TinyMCE has been upgraded to version 4.9.2 (<a href=\"https://core.trac.wordpress.org/ticket/46094\">#46094</a>).</li><li>The block editor has had a couple of bugs fixed (<a href=\"https://core.trac.wordpress.org/ticket/46137\">#46137</a>).</li><li>A few differences in behaviour between the classic block and the classic editor have been fixed (<a href=\"https://core.trac.wordpress.org/ticket/46062\">#46062</a>, <a href=\"https://core.trac.wordpress.org/ticket/46071\">#46071</a>, <a href=\"https://core.trac.wordpress.org/ticket/46085\">#46085</a>).</li><li>When adding <code>rel</code> attributes to links, ensure the value isn&#8217;t empty (<a href=\"https://core.trac.wordpress.org/ticket/45352\">#45352</a>), and that it works as expected with customizer changesets (<a href=\"https://core.trac.wordpress.org/ticket/45292\">#45292</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers&#8217; notes</a>&nbsp;on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak 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> The beta 2 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve 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’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">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<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>In just a few weeks<br /> WordPress Five-One will be here.<br /> Your testing helps us!</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, 31 Jan 2019 03:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:22:\"Matt: 39 Books in 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2019/01/39-books-in-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4667:\"<p>Here&#8217;s what I read in 2018, in chronological order of when I finished it, <a href=\"https://ma.tt/2019/01/thirty-five/\">as promised in my birthday post</a>. I&#8217;ve highlighted a few in bold but in general I was pretty satisfied with almost all of my book choices this year. I&#8217;ve put a lot more time into the &#8220;deciding what to read&#8221; phase of things, and have also had some great help from friends there, and have been trying to balance and alternate titles that have stood the test of time and newer au courant books.</p>\n\n\n\n<ol><li><a href=\"https://www.amazon.com/dp/B00XB1P4RE\">Hot Seat: The Startup CEO Guidebook by Dan Shapiro</a></li><li><a href=\"https://www.amazon.com/dp/0061148520\">The Unbearable Lightness of Being by Milan Kundera (audio)</a></li><li><a href=\"https://www.amazon.com/dp/B00PWX7T18/\">A Higher Standard by Ann E. Dunwoody</a></li><li><a href=\"https://www.amazon.com/dp/B0739PYQSS\">Extreme Ownership by Jocko Willink and Leif Babin (audio)</a></li><li><a href=\"https://www.amazon.com/dp/B0018ZDAUS/\">The Boat by Nam Le</a></li><li><a href=\"https://www.amazon.com/dp/B07D6NJW22/\">Charlotte&#8217;s Web by E. B. White</a></li><li><a href=\"https://www.amazon.com/dp/B014OISVU4/\"><strong>Nonviolent Communication by Marshall B. Rosenberg</strong></a></li><li>How to Say Goodbye by Wendy Macnaughton</li><li><a href=\"https://www.amazon.com/dp/B00BBXJH2C\">When Things Fall Apart by Pema Chödrön</a></li><li><a href=\"https://www.amazon.com/dp/B01HMXRU82/\">Soul of an Octopus by Sy Montgomery</a></li><li><a href=\"https://www.amazon.com/dp/1578645018/\"><strong>Poor Charlie’s Almanack by Charlie Munger and Peter Kaufman</strong></a></li><li><a href=\"https://www.amazon.com/dp/B004EPYWII/\">Sam the Cat by Matthew Klam</a></li><li><a href=\"https://www.amazon.com/gp/product/B07D2JJ54Z/\">The Prophet by Kahlil Gibran</a></li><li><a href=\"https://www.amazon.com/dp/B00X2F7NRI/\">The Vegetarian by Han Kang</a></li><li><a href=\"https://www.amazon.com/dp/B00TBKYK60/\"><strong>The Paper Menagerie by Ken Liu</strong></a></li><li><a href=\"https://www.amazon.com/gp/product/B06XZSNB3W/\">After On: A Novel of Silicon Valley by Rob Reid</a></li><li><a href=\"https://www.amazon.com/dp/B015D3X0YG/\">The Conquest of Happiness by Bertrand Russell</a></li><li><a href=\"https://www.amazon.com/dp/B073XC5MTY/\">How to Write an Autobiographical Novel by Alexander Chee</a></li><li><a href=\"https://www.amazon.com/dp/B00XUYQUZ2/\"><strong>Ficciones by Jorge Luis Borges</strong></a></li><li><a href=\"https://www.amazon.com/dp/B00SI0B8XC/\">Black Box Thinking by Matthew Syed</a></li><li><a href=\"https://www.amazon.com/dp/B00BBPVYUS/\">Darkness Visible by William Styron</a></li><li><a href=\"https://www.amazon.com/dp/B075PVZLMV/\">Tin Man by Sarah Winman</a></li><li><a href=\"https://www.amazon.com/dp/B00ICN066A/\"><strong>Sapiens by Yuval Noah Harari</strong></a></li><li><a href=\"https://www.amazon.com/dp/B01A6EQFZ8/\">Let My People Go Surfing by Yvon Chouinard</a></li><li><a href=\"https://www.amazon.com/dp/B01GZY28JA/\">Pachinko by Min Jin Lee</a></li><li><a href=\"https://www.amazon.com/dp/B01BBQ33VE/\">Homo Deus by Yuval Noah Harari</a></li><li><a href=\"https://www.amazon.com/dp/B008GUIEYU/\"><strong>The Lessons of History by Will &amp; Ariel Durant</strong></a></li><li><a href=\"https://www.amazon.com/dp/B0048EKOP0/\"><strong>Stories of Your Life and Others by Ted Chiang</strong></a></li><li><a href=\"https://www.amazon.com/dp/B073P53DVL/\">So You Want to Talk About Race by Ijeoma Oluo</a></li><li><a href=\"https://www.amazon.com/dp/B00IQO403K/\">Three Body Problem by Cixin Liu</a></li><li><a href=\"https://www.amazon.com/gp/product/B074ZKGVG1/\">How to Fix a Broken Heart by Guy Winch</a></li><li><a href=\"https://www.amazon.com/dp/1491503629/\"><strong>Sum: Forty Tales from the Afterlives by David Eagleman</strong></a></li><li><a href=\"https://www.amazon.com/dp/B01H17U9OQ/\"><strong>Exit West by Mohsin Hamid</strong></a></li><li><a href=\"https://www.amazon.com/gp/product/B005V2DUP4/\">Tiny Beautiful Things by Cheryl Strayed</a></li><li><a href=\"https://www.amazon.com/dp/1594488215\">Farsighted: How We Make the Decisions That Matter the Most by Steven Johnson</a></li><li><a href=\"https://www.amazon.com/dp/B078X1KJ28/\">Severance: A Novel by Ling Ma</a></li><li><a href=\"https://www.amazon.com/gp/product/B00BCU07LO/\">On the Shortness of Life by Seneca</a></li><li><a href=\"https://www.amazon.com/dp/B079WV79TK/\">It Doesn&#8217;t Have to Be Crazy at Work by Jason Fried and David Heinemeier Hansson</a></li><li><a href=\"https://www.amazon.com/dp/B007WKEN4U\"><strong>Notes of a Native Son by James Baldwin</strong></a></li></ol>\";s: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, 28 Jan 2019 17:38:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"Post Status: An Interview with Ernst-Jan Pfauth of De Correspondent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/?post_type=poststatus_notes&p=52533\";s:7:\"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://poststatus.com/an-interview-with-ernst-jan-pfauth-of-de-correspondent/\";s: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:12526:\"<p><a href=\"https://pfauth.com/\">Ernst-Jan Pfauth</a> is co-founder and CEO of <a href=\"https://thecorrespondent.com/\"><em>The Correspondent</em></a>, which is launching this year as an English language spinoff of the Dutch news site <a href=\"https://decorrespondent.nl/\"><em>De Correspondent</em></a>. Offering &#8220;unbreaking news&#8221; and &#8220;a daily dose of medicine against the issues of the day,&#8221; both are the products of record-breaking crowdfunding campaigns. Both publications sustain themselves without advertisers.</p>\n<p>Stressing subscriptions over scale, <em>De Correspondent</em> launched in 2013 with €1.7 million from 18,933 members. Membership has grown over fourfold since then. Subscriptions and book sales are <em>De Correspondent</em>&#8216;s <a href=\"https://digiday.com/media/de-correspondent-gets-transparent-members-finances/\">primary revenue sources</a>. Today <em>The Correspondent</em> is closing on its first 50,000 subscribers with $2.6 million raised in pre-launch funding.</p>\n<p>Ernst is a <a href=\"https://pfauth.com/publishing-platforms/wordpress/\">long-time WordPress user</a>, but his vision for journalism led to the creation of a technology company built around <a href=\"https://pfauth.com/article/publishing/content-management-system-cms-review-research/\">a proprietary CMS</a> called <a href=\"http://respondens.com/\">Respondens</a> for <em>De Correspondent</em> and now <em>The Correspondent</em>. Respondens&#8217; unique design reflects an ethic where subscribers are treated as a community of people who want to be involved in the production of the news they read. In the future, Ernst hopes to market Respondens to support its development and spread the practice of what we might call &#8220;responsive journalism.&#8221;</p>\n<p>Ernst and his colleagues intend to avoid the churn of breaking news by taking a structural focus on the issues they cover, working in the tradition of constructive, problem-solving, or &#8220;<a href=\"https://en.wikipedia.org/wiki/Solutions_journalism\">solutions journalism</a>.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">9/ Not just the problem, but what can be done about it. In Europe, they call it \"constructive journalism.\" In the US, solutions journalism. The idea: Your report is incomplete — lacks depth — unless it includes what we can do: as individuals, as a society or political community.</p>\n<p>&mdash; Jay Rosen (@jayrosen_nyu) <a href=\"https://twitter.com/jayrosen_nyu/status/965758917551763456?ref_src=twsrc%5Etfw\">February 20, 2018</a></p></blockquote>\n<p></p>\n<p>Finding solutions as journalists means listening, engaging, and collaborating with readers. In his predictions for journalism in 2019, Ernst <a href=\"http://www.niemanlab.org/2018/12/readers-are-only-getting-started/\">told</a> Harvard&#8217;s Nieman Lab,</p>\n<blockquote><p>“To really be a reader-driven organization, every journalist that works there should be open to the knowledge, ideas, and concerns of their readers. You can’t outsource that interaction to an engagement editor.”</p></blockquote>\n<p>This approach to journalism slows down and deepens communication by focusing issues around the people and the communities they concern. The constructiveness of this approach may have a lot to do with its calming and humanizing effects.</p>\n<p>Ernst has written several Dutch best-sellers, including a <a href=\"https://dankboek.nl/\"><em>Thank-You Book</em></a> or &#8220;gratitude&#8221; journal that came out of his efforts to overcome anxiety about public speaking. In his reflections on <a href=\"https://www.youtube.com/watch?v=T9vLHFza8Uc&t=4s\">work, overwork, and gratitude</a> for TEDx, Ernst emphasizes that resistance to &#8220;the burnout society&#8221; where &#8220;creativity is crushed&#8221; is a collective task: everyone needs to make daily space for their close relationships where work and media do not intrude.</p>\n<p>I am grateful Ernst took some time after the holidays to talk about his experience with WordPress, collaborative online communities, and democratized journalism. Here is the conversation we had.</p>\n<p><b>DK: What are your thoughts about WordPress today? Have you made any connections or maintained relationships with the WP community in other ways?</b></p>\n<p><strong>EP:</strong> I started using WordPress in 2006 when I launched my personal blog ahead of an internship at a press agency in the United Nations HQ in New York. The fact that I then, as a twenty-year-old, could start a publication in such an easy way, has been crucial in my career and something I will be the WordPress community eternally grateful for. Since then, I have started several sites, most of them running on WordPress. In 2007 I co-founded the blog of The Next Web Conference, now known as <a href=\"http://thenextweb.com/\">thenextweb.com</a>, in 2009 I started a news blog for the Dutch daily <a href=\"https://en.wikipedia.org/wiki/NRC_Next\">nrc.next</a>, and in 2010, as head of digital at the Dutch quality newspaper (NRC Handelsblad), I switched their main site from &#8216;Escenic&#8217; to WordPress. The fact that we could so easily build our own plugins (for example, a liveblog feature to cover the Arab spring) was crucial in the success of that news site. Also, the developers enjoyed their work more, since they could give back to the community.</p>\n<p>I still run my personal site on WordPress, and even though I don&#8217;t publish there anymore, I love to stay in the loop of new WordPress releases and the ever-increasing user-friendliness of the software. In lost moments, I enjoy reading the developers forums and checking their discussions about new releases (I admire the distributed, self-organizing and voluntary efforts of the community) but I&#8217;m not in touch with one of the members. I&#8217;m just an admiring bystander.</p>\n<p><strong>DK: Can you explain when and why you came to see community and membership features as essential to a CMS? What does it look like when the idea of membership/audience inclusion is integral to the software architecture and vision? How are you doing this in Respondens?</strong></p>\n<p><strong>EP:</strong> The main consideration was <em>focus</em>. We wanted a CMS that only had features for our writers that we deemed important. We didn&#8217;t want to create any distraction by having other options available — both to our developers as to our writers. If we build it ourselves, we force ourselves to make conscious decisions about every new feature we add. I.e., we wouldn&#8217;t just switch a &#8216;like&#8217; button on in the comment section, simply because it&#8217;s already there. Forcing ourselves to do this made sure we built a laser-focused CMS and publication. The focus and the calm that follows makes it unique. (See &#8220;<a href=\"https://thecorrespondent.com/4108/cultivating-calm-a-design-philosophy-for-the-digital-age/242162492-d0fffdf8\">Cultivating calm: a design philosophy for the digital age</a>.&#8221;)</p>\n<p>Also, our approach to reader interaction — as you mentioned — is a unique asset of our CMS. I elaborate on that in this Medium post, &#8220;<a href=\"https://medium.com/de-correspondent/reinventing-the-rolodex-why-were-asking-our-60-000-members-what-they-know-9be6a857c340\">Reinventing the Rolodex: Why we’re asking our 60,000 members what they know</a>.&#8221; We believe in the democratization of the journalistic research process. Anyone could be a source, anyone has expertise and knowledge to share within a specific niche.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">1/ THREAD: There’s a great untapped resource in journalism, and it’s available to every journalist right now.</p>\n<p>It’s the experience and expertise of your *readers*.</p>\n<p>Giving them the opportunity to share what they know, could fundamentally transform journalism.</p>\n<p>&mdash; Ernst Pfauth (@ejpfauth) <a href=\"https://twitter.com/ejpfauth/status/1072573253686882304?ref_src=twsrc%5Etfw\">December 11, 2018</a></p></blockquote>\n<p></p>\n<p><strong>DK: How does your model of membership-based journalism change at scale, when you have potentially the largest possible national and international audience? Will you still ask your journalists to spend <a href=\"https://medium.com/the-idea/q-a-ernst-jan-pfauth-ceo-co-founder-de-correspondent-e8f67755571a\">30-50% of their time</a> reading and responding to member comments and other feedback? Is this essential (or even possible) to sustain at scale?</strong></p>\n<p><strong>EP:</strong> The thought that you see your readers as sources of knowledge and expertise is crucial. It works for the local examples you mentioned, but it can also work for global topics. For example, we interviewed Shell employees from all over the world — who we found through our Dutch members forwarding a call-out. (&#8220;<a href=\"https://medium.com/de-correspondent/reader-engagement-shell-4bb6d0b8fb84\">How reader engagement helped unearth the Shell tape</a>.&#8221;) We also created the position of &#8220;conversation editor&#8221; to help journalists with the scalability of their reader interaction.</p>\n<p>Yes, there are scale challenges. We see our journalists as conversation leaders and our members as contributing experts. We notice when a journalist gets more feedback from their sources (their readers), they need a research assistant to keep up — for example by highlighting interesting contributions to them or taking over some interviews. These are tasks that can be easily outsourced, as long as the correspondent remains the main point of contact in the comment sections and guides the conversation.</p>\n<p>I don’t see the 30 and 50 percent as time to spend on ‘responding to comments.’ The comments are just a means to an end. The end goal is to involve your audience, so you can get a wider set of sources, become more inclusive and publish richer journalism. We estimate it takes 30 to 50 percent of your time to live up to that mission.</p>\n<p><strong>DK: On the other end of the spectrum, does your model have things to teach small, local journalism and other membership-focused businesses that they don&#8217;t already know? In the new membership-based local journalism I&#8217;ve been watching in the US and Canada — local media startups where there&#8217;s no history or expectation of a printed product or advertising — there&#8217;s a definite limit on the subjects that can be curated and written (or spoken) about in a deep and penetrating way. Is this a low or slow-growth model that simply must be accepted?</strong></p>\n<p><strong>EP:</strong> It starts with being open about your mission as a journalist (all our new correspondents publish a mission statement when they start working with us) and then telling your audience what you expect from them. It’s about that personal relationship. The CMS, practices, technology and resources all follow. But it’s the being open to your audience input and being open about your shared goal with them that’s crucial. Anyone can do that. And when you start, it might even be easier to do it on a small scale, but it’s more intimate, and you can scale up as you get better at it.</p>\n<div id=\"attachment_53976\" class=\"wp-caption aligncenter\"><img class=\"wp-image-53976 size-full\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/01/295952-tc_team_behindthescenes_07-521ac4-original-1542160485.jpg\" alt=\"The Correspondent team\" width=\"4000\" height=\"2667\" /><p class=\"wp-caption-text\">The Correspondent team browses their unbreaking newspaper. From left: Zainab Shah, Jessica Best, Rob Wijnberg, Baratunde Thurston, and Ernst Pfauth.</p></div>\n<p><strong>DK: What do you do to keep sane and whole amid the busyness and stress of work? Are you still a practitioner of journaling and daily gratitude? Have your thoughts on that changed or deepened? </strong></p>\n<p><strong>EP:</strong> I still write in a gratitude journal every night and noticed this three-year habit has really made me more aware of ordinary but beautiful moments in life, and also taught me to enjoy the process instead of the end goal. I save my evenings and (80% of) my weekends for family and friends — and always have my phone on DND in those hours. Also: I don&#8217;t check my email before I have left my apartment. Setting these clear boundaries and turning them into routines have really helped me to stay sane in the busyness of the campaign.</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, 25 Jan 2019 23:00: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:10:\"Dan Knauss\";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:83:\"WPTavern: WPWeekly Episode 344 – Introduction to the WordPress Governance Project\";s:7:\"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:59:\"https://wptavern.com/?p=87028&preview=true&preview_id=87028\";s:7:\"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:90:\"https://wptavern.com/wpweekly-episode-344-introduction-to-the-wordpress-governance-project\";s: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:1443:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a> and <a href=\"https://bamadesigner.com/\">Rachel Cherry</a> to discuss the <a href=\"https://wpgovernance.com/\">WordPress Governance project</a>. We discover why it was created, its goals, and how it aims to help govern the systems and processes that make up the WordPress project.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wpml-alleges-former-employee-breached-website-and-took-customer-emails\">WPML Alleges Former Employee Breached Website and Took Customer Emails</a></p>\n<p><a href=\"https://hbr.org/2019/01/the-era-of-move-fast-and-break-things-is-over\">The Era of “Move Fast and Break Things” Is Over</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 30th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #344:</strong><br />\n</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, 25 Jan 2019 01:32:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"Matt: All Your Might\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48952\";s:7:\"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:37:\"https://ma.tt/2019/01/all-your-might/\";s: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:159:\"<p>Julie Sugar has <a href=\"https://www.lilith.org/articles/and-with-all-your-might/\">a beautiful piece in Lilith Magazine about miscarriage and faith</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, 24 Jan 2019 21:44:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:111:\"WPTavern: WordPress Names Josepha Haden New Executive Director, Joost de Valk Marketing and Communications Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87010\";s:7:\"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:121:\"https://wptavern.com/wordpress-names-josepha-haden-new-executive-director-joost-de-valk-marketing-and-communications-lead\";s: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:4428:\"<p>During the <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\" rel=\"noopener\" target=\"_blank\">2018 State of the Word</a> address, Matt Mullenweg acknowledged lessons learned in the process of releasing WordPress 5.0. One of those was the need for various teams across the project to work together better. The friction during the 5.0 development cycle was beneficial in that it surfaced areas where the project can grow and sparked conversations that are already leading to improvements. </p>\n<p>Last week Mullenweg announced that WordPress is <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\" rel=\"noopener\" target=\"_blank\">expanding its leadership team</a> to include Josepha Haden in a new Executive Director role and Joost de Valk as the Marketing and Communications Lead. These new roles better distribute project leadership to more individuals who have demonstrated the ability and judiciousness to guide large, diverse teams towards success. Haden will be overseeing WordPress&#8217; contributor teams and de Valk is leading the marketing team and overseeing improvements to WordPress&#8217; websites and other outlets. </p>\n<p>The Executive Director role is particularly critical for the health of the project, as contributor and community feedback pours in across so many different mediums. Tracking all of this information and taking it into consideration amounts to a full-time job. In her first week in the new role, <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\" rel=\"noopener\" target=\"_blank\">Haden is seeking feedback regarding the challenges contributors face</a> when working on the project. She identified seven challenges which seem to resonate with many who have commented:</p>\n<ul>\n<li>Coordinating on collaborative work between teams</li>\n<li>Aligning our work better to project goals/values</li>\n<li>Understanding team roles, leadership structures, and decision making</li>\n<li>Clarifying the differences between open source and open commit</li>\n<li>Tracking conversations and progress across the project</li>\n<li>Raising project-wide concerns more easily</li>\n<li>Improving how we recognize and celebrate success</li>\n</ul>\n<p>Responses from contributors have so far revolved around a similar theme &#8211; the desire for more clearly-defined projects and goals for teams, along with more communication from leadership. </p>\n<p>&#8220;Define goals and deliverables for each project deliverable,&#8221; Daniel Bachhuber suggested. &#8220;Once these are defined, it’s much easier to estimate the level of effort and resources required. Distinguish between full-time sponsored, part-time sponsored, and completely volunteer labor. Each of these three do not work at the same pace. It’ll be much easier to estimate a team’s velocity if you know what type of labor you have to work with.&#8221;</p>\n<p>Meagen Voss offered some valuable insight from a newer contributor&#8217;s perspective. She said the leadership of the project is very unclear and that people could benefit from that information being more prominently published. She also <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/#comment-4363\" rel=\"noopener\" target=\"_blank\">suggested</a> that WordPress explore the idea of having ambassadors for each team to facilitate communication and collaboration across projects.</p>\n<blockquote><p>You get to know your team very well, but no so much other teams. I’ve met some great folks in Slack and am getting to know the two groups I’m involved in super well. But if I have an issue or a question that needs to be addressed to another group, then I would have to hang out in that team’s channel for a while to figure out who the right person is to get in touch with. Identifying “ambassadors” or points of contact for each group could be a quick and helpful way to address that.</p></blockquote>\n<p>The conversation is still open for contributors to jump in and share their own challenges and suggestions. Haden plans to follow up with the next steps after gathering more feedback. Action born out of these conversations has the potential to greatly improve contributors&#8217; experiences working together, resulting in fewer people burning out on communication struggles or losing momentum from lack of clearly defined objectives.</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, 23 Jan 2019 22:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"Matt: Thich Nhat Hanh on Tea\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2019/01/thich-nhat-hanh-on-tea/\";s: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:331:\"<blockquote class=\"wp-block-quote\"><p>Drink your tea slowly and reverently, as if it is the axis on which the world earth revolves &#8211; slowly, evenly, without rushing toward the future.</p><cite>— Thich Nhat Hanh in <a href=\"https://www.amazon.com/dp/B009U9S6VM/\">The Miracle of Mindfulness</a></cite></blockquote>\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:\"Wed, 23 Jan 2019 21:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}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:\"Tue, 05 Mar 2019 13:50:16 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 05 Mar 2019 13:30:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911163210\";}','no'),(38506,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(38507,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(38508,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(38509,'_transient_timeout_fusion_dynamic_css_29531db61dcfb42568406c33460ab37c','1550423696','no'),(25900,'carousel_display_exif','1','yes'),(25904,'carousel_display_geo','1','yes'),(25905,'carousel_background_color','','yes'),(20460,'_transient_timeout_wc_child_has_weight_19545','1551827700','no'),(20461,'_transient_wc_child_has_weight_19545','0','no'),(20462,'_transient_timeout_wc_child_has_dimensions_19545','1551827700','no'),(20463,'_transient_wc_child_has_dimensions_19545','0','no'),(49094,'fusion_core_flush_permalinks','1','yes'),(48957,'rs-templates','a:2:{s:6:\"slider\";a:245:{i:0;a:20:{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:310:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{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:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{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:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{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.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: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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{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.0\";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:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{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.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: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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{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.0\";s:8:\"required\";s:5:\"5.0.5\";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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{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:315:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{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:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{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:315:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{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.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: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:461:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{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.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: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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{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.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: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:346:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{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:310:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{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:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{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.0\";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:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{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:461:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{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:315:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{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.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: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:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{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.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:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<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/watch?v=I4qGepR4aWw\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{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:508:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{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.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 hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{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:323:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{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:316:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{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:443:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{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:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{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:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{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:461:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{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:691:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{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:693:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{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.0\";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:532:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{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:543:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{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:661:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{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:508:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{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:461:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{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:441:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{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:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{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:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" 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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{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:516:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{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:448:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{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.0\";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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{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:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{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.0\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:568:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{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:343:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{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:341:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{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.0\";s:8:\"required\";s:5:\"5.3.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{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:468:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{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:463:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{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.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: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:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{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.0\";s:8:\"required\";s:7:\"5.3.1.5\";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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{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.0\";s:8:\"required\";s:7:\"5.3.1.5\";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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:190:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{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:61:\"https://revolution.themepunch.com/filmstrip-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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{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.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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{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.0\";s:8:\"required\";s:5:\"5.4.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{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.0\";s:8:\"required\";s:5:\"5.4.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{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:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{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:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.5.2\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{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.2\";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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{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.2\";s:8:\"required\";s:5:\"5.4.6\";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:436:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{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.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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{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.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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:20:{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.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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:198:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:20:{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.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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:23:{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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:20:{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.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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:23:{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.0\";s:8:\"required\";s:7:\"5.4.8.1\";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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:23:{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.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: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:446:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:20:{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.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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:20:{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:7:\"5.4.8.2\";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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:20:{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.0\";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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:247:{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\";}}}}','no'),(44182,'_transient_timeout_wc_product_loopc2c61550657827','1553250394','no'),(44183,'_transient_wc_product_loopc2c61550657827','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19555;i:1;i:19553;i:2;i:19552;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(44184,'_transient_timeout_wc_product_loop05611550657827','1553250394','no'),(44185,'_transient_wc_product_loop05611550657827','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19558;i:1;i:19557;i:2;i:19556;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(44186,'_transient_timeout_wc_product_loopb4f11550657827','1553250394','no'),(44187,'_transient_wc_product_loopb4f11550657827','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19551;i:1;i:19550;i:2;i:19549;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(45352,'_transient_timeout_wc_product_loopb5681550687428','1553280162','no'),(45353,'_transient_wc_product_loopb5681550687428','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(48953,'rs-templates-new','','no'),(46089,'stb_enabled','','yes'),(46091,'stc_enabled','','yes'),(46113,'_bbp_edit_lock','5','yes'),(46114,'_bbp_throttle_time','10','yes'),(46115,'_bbp_allow_anonymous','1','yes'),(46116,'_bbp_allow_global_access','1','yes'),(46117,'_bbp_default_role','bbp_participant','yes'),(46118,'_bbp_allow_revisions','1','yes'),(46119,'_bbp_enable_favorites','1','yes'),(46120,'_bbp_enable_subscriptions','1','yes'),(46121,'_bbp_allow_topic_tags','1','yes'),(46122,'_bbp_allow_search','1','yes'),(46123,'_bbp_use_wp_editor','1','yes'),(46124,'_bbp_use_autoembed','1','yes'),(46125,'_bbp_thread_replies_depth','2','yes'),(46126,'_bbp_allow_threaded_replies','1','yes'),(46127,'_bbp_topics_per_page','15','yes'),(46128,'_bbp_replies_per_page','15','yes'),(46129,'_bbp_topics_per_rss_page','25','yes'),(46130,'_bbp_replies_per_rss_page','25','yes'),(46131,'_bbp_root_slug','forums','yes'),(46132,'_bbp_include_root','1','yes'),(46133,'_bbp_show_on_root','forums','yes'),(46134,'_bbp_forum_slug','forum','yes'),(46135,'_bbp_topic_slug','topic','yes'),(46136,'_bbp_topic_tag_slug','topic-tag','yes'),(46137,'_bbp_view_slug','view','yes'),(46138,'_bbp_reply_slug','reply','yes'),(46139,'_bbp_search_slug','search','yes'),(46140,'_bbp_user_slug','users','yes'),(46141,'_bbp_topic_archive_slug','topics','yes'),(46142,'_bbp_reply_archive_slug','replies','yes'),(46143,'_bbp_user_favs_slug','favorites','yes'),(46144,'_bbp_user_subs_slug','subscriptions','yes'),(44791,'_transient_timeout_wc_product_loopb4e31550657827','1553257264','no'),(44792,'_transient_wc_product_loopb4e31550657827','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:20158;i:1;i:20156;i:2;i:20155;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(44800,'_transient_timeout_wc_product_loopb5681550657827','1553257350','no'),(44801,'_transient_wc_product_loopb5681550657827','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(41662,'_transient_timeout_wc_product_loope98f1550522299','1553165641','no'),(41663,'_transient_wc_product_loope98f1550522299','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19558;i:1;i:19557;i:2;i:19556;i:3;i:19554;i:4;i:19550;i:5;i:19547;i:6;i:19546;i:7;i:19544;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(41956,'_transient_timeout_fusion_dynamic_css_aac128bb914967db3727d3502f293f99','1550599350','no'),(44112,'product_cat_children','a:0:{}','yes'),(49064,'_transient_timeout_avada_ri_Fusion Core0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1551041739','no'),(49066,'_transient_timeout_avada_remote_installer_package_Fusion Core','1551041439','no'),(49170,'_transient_timeout_wc_product_loopcab01550706595','1553642160','no'),(49171,'_transient_wc_product_loopcab01550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19555;i:1;i:19553;i:2;i:19552;i:3;i:19548;i:4;i:19551;i:5;i:19550;i:6;i:19549;i:7;i:19543;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(62605,'_transient_timeout_jetpack_https_test','1551880190','no'),(62606,'_transient_jetpack_https_test','1','no'),(58945,'_transient_timeout_jetpack_https_test_message','1551880190','no'),(58946,'_transient_jetpack_https_test_message','','no'),(61317,'_transient_timeout_wc_addons_sections','1552242014','no'),(61318,'_transient_wc_addons_sections','a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:9:\"_featured\";s:5:\"label\";s:8:\"Featured\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:4:\"_all\";s:5:\"label\";s:3:\"All\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:7:\"bundles\";s:5:\"label\";s:7:\"Bundles\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:18:\"product-extensions\";s:5:\"label\";s:12:\"Enhancements\";}i:4;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"marketing-extensions\";s:5:\"label\";s:9:\"Marketing\";}i:5;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"payment-gateways\";s:5:\"label\";s:8:\"Payments\";}i:6;O:8:\"stdClass\":2:{s:4:\"slug\";s:12:\"product-type\";s:5:\"label\";s:12:\"Product Type\";}i:7;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"shipping-methods\";s:5:\"label\";s:8:\"Shipping\";}i:8;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"operations\";s:5:\"label\";s:16:\"Store Management\";}}','no'),(61319,'_transient_timeout_wc_addons_featured','1552242014','no'),(61320,'_transient_wc_addons_featured','O:8:\"stdClass\":1:{s:8:\"sections\";a:11:{i:0;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:50:\"Take your store beyond the typical - sell anything\";s:11:\"description\";s:81:\"From services to content, there\'s no limit to what you can sell with WooCommerce.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:139:\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:13:\"Subscriptions\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/subscriptions-icon@2x.png\";s:11:\"description\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:6:\"button\";s:10:\"From: $199\";s:6:\"plugin\";s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:134:\"https://woocommerce.com/products/woocommerce-bookings/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:8:\"Bookings\";s:5:\"image\";s:66:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/bookings-icon@2x.png\";s:11:\"description\";s:76:\"Allow customers to book appointments for services without leaving your site.\";s:6:\"button\";s:10:\"From: $249\";s:6:\"plugin\";s:45:\"woocommerce-bookings/woocommerce-bookings.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:137:\"https://woocommerce.com/products/woocommerce-memberships/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:11:\"Memberships\";s:5:\"image\";s:69:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/memberships-icon@2x.png\";s:11:\"description\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/product-bundles/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Product Bundles\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:50:\"Offer customizable bundles and assembled products.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:132:\"https://woocommerce.com/products/composite-products/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:18:\"Composite Products\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:59:\"Create and offer product kits with configurable components.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:65:\"woocommerce-composite-products/woocommerce-composite-products.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/product-vendors/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Product Vendors\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:47:\"Turn your store into a multi-vendor marketplace\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:59:\"woocommerce-product-vendors/woocommerce-product-vendors.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:132:\"https://woocommerce.com/products/groups-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:22:\"Groups for WooCommerce\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:94:\"Sell memberships using the free &#039;Groups&#039; plugin, Groups integration and WooCommerce.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:41:\"groups-woocommerce/groups-woocommerce.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:136:\"https://woocommerce.com/products/woocommerce-pre-orders/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:22:\"WooCommerce Pre-Orders\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:60:\"Allow customers to order products before they are available.\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:49:\"woocommerce-pre-orders/woocommerce-pre-orders.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:130:\"https://woocommerce.com/products/chained-products/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Chained Products\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:69:\"Create and sell pre-configured product bundles and discounted combos.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-chained-products/woocommerce-chained-products.php\";}}}i:1;O:8:\"stdClass\":1:{s:6:\"module\";s:16:\"wcs_banner_block\";}i:2;O:8:\"stdClass\":2:{s:6:\"module\";s:12:\"column_start\";s:9:\"container\";s:22:\"column_container_start\";}i:3;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:46:\"Improve the main features of your online store\";s:11:\"description\";s:71:\"Sell more by helping customers find the products and options they want.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/product-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Product Add-ons\";s:5:\"image\";s:73:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-add-ons-icon@2x.png\";s:11:\"description\";s:82:\"Give your customers the option to customize their purchase or add personalization.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-addons/woocommerce-product-addons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:140:\"https://woocommerce.com/products/woocommerce-product-search/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:14:\"Product Search\";s:5:\"image\";s:72:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-search-icon@2x.png\";s:11:\"description\";s:67:\"Make sure customers find what they want when they search your site.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-search/woocommerce-product-search.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-checkout-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Checkout Add-ons\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/checkout-add-ons-icon@2x.png\";s:11:\"description\";s:89:\"Highlight relevant products, offers like free shipping and other upsells during checkout.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:61:\"woocommerce-checkout-add-ons/woocommerce-checkout-add-ons.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:147:\"https://woocommerce.com/products/woocommerce-checkout-field-editor/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:21:\"Checkout Field Editor\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:128:\"The checkout field editor provides you with an interface to add, edit and remove fields shown on your WooCommerce checkout page.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:71:\"woocommerce-checkout-field-editor/woocommerce-checkout-field-editor.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:138:\"https://woocommerce.com/products/woocommerce-social-login/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:24:\"WooCommerce Social Login\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:62:\"Enable Social Login for Seamless Checkout and Account Creation\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-social-login/woocommerce-social-login.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:135:\"https://woocommerce.com/products/woocommerce-wishlists/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:21:\"WooCommerce Wishlists\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:113:\"WooCommerce Wishlists allows guests and customers to create and add products to an unlimited number of Wishlists.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:47:\"woocommerce-wishlists/woocommerce-wishlists.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/cart-notices/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:12:\"Cart Notices\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:73:\"Display dynamic, actionable messages to your customers as they check out.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:53:\"woocommerce-cart-notices/woocommerce-cart-notices.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/cart-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:12:\"Cart Add-ons\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:109:\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:53:\"woocommerce-cart-add-ons/woocommerce-cart-add-ons.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:134:\"https://woocommerce.com/products/woocommerce-waitlist/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:20:\"WooCommerce Waitlist\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:117:\"With WooCommerce Waitlist customers can register for email notifications when out-of-stock products become available.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:45:\"woocommerce-waitlist/woocommerce-waitlist.php\";}}}i:4;O:8:\"stdClass\":5:{s:6:\"module\";s:17:\"small_light_block\";s:5:\"title\";s:34:\"Get the official WooCommerce theme\";s:11:\"description\";s:128:\"Storefront is the lean, flexible, and free theme, built by the people who make WooCommerce - everything you need to get started.\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/storefront-screen@2x.png\";s:7:\"buttons\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:44:\"/wp-admin/theme-install.php?theme=storefront\";s:4:\"text\";s:7:\"Install\";}i:1;O:8:\"stdClass\":2:{s:4:\"href\";s:115:\"https://woocommerce.com/storefront/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:4:\"text\";s:9:\"Read More\";}}}i:5;O:8:\"stdClass\":1:{s:6:\"module\";s:10:\"column_end\";}i:6;O:8:\"stdClass\":1:{s:6:\"module\";s:12:\"column_start\";}i:7;O:8:\"stdClass\":4:{s:6:\"module\";s:16:\"small_dark_block\";s:5:\"title\";s:20:\"Square + WooCommerce\";s:11:\"description\";s:176:\"Keep your WooCommerce and brick-and-mortar stores in sync. Use Square to take payments both online and offline, keep inventory updated between the two and sync product changes.\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:120:\"https://woocommerce.com/products/square/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:6:\"button\";s:5:\"Free!\";}}}i:8;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:19:\"Get deeper insights\";s:11:\"description\";s:58:\"Learn how your store is performing with enhanced reporting\";s:5:\"items\";a:8:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-google-analytics/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Google Analytics\";s:5:\"image\";s:60:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/ga-icon@2x.png\";s:11:\"description\";s:93:\"Understand your customers and increase revenue with the world’s leading analytics platform.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:85:\"woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:138:\"https://woocommerce.com/products/woocommerce-cart-reports/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:12:\"Cart reports\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cart-reports-icon@2x.png\";s:11:\"description\";s:66:\"Get real-time reports on what customers are leaving in their cart.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-cart-reports/woocommerce-cart-reports.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:139:\"https://woocommerce.com/products/woocommerce-cost-of-goods/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:13:\"Cost of Goods\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cost-of-goods-icon@2x.png\";s:11:\"description\";s:64:\"Easily track profit by including  cost of goods in your reports.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:55:\"woocommerce-cost-of-goods/woocommerce-cost-of-goods.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:146:\"https://woocommerce.com/products/woocommerce-google-analytics-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:32:\"WooCommerce Google Analytics Pro\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:85:\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:69:\"woocommerce-google-analytics-pro/woocommerce-google-analytics-pro.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-customer-history/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:28:\"WooCommerce Customer History\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:125:\"Observe how your customers use your store, keep a full purchase history log, and calculate the total customer lifetime value.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-customer-history/woocommerce-customer-history.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/kiss-metrics/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:11:\"Kissmetrics\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:79:\"Easily add Kissmetrics event tracking to your WooCommerce store with one click.\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:52:\"woocommerce-kiss-metrics/woocommerce-kissmetrics.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:122:\"https://woocommerce.com/products/mixpanel/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:8:\"Mixpanel\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:65:\"Add event tracking powered by Mixpanel to your WooCommerce store.\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:45:\"woocommerce-mixpanel/woocommerce-mixpanel.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:144:\"https://woocommerce.com/products/woocommerce-sales-report-email/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:30:\"WooCommerce Sales Report Email\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:107:\"Receive emails daily, weekly or monthly with meaningful information about how your products are performing.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:65:\"woocommerce-sales-report-email/woocommerce-sales-report-email.php\";}}}i:9;O:8:\"stdClass\":2:{s:6:\"module\";s:10:\"column_end\";s:9:\"container\";s:20:\"column_container_end\";}i:10;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:40:\"Promote your products and increase sales\";s:11:\"description\";s:77:\"From coupons to emails, these extensions can power up your marketing efforts.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:127:\"https://woocommerce.com/products/smart-coupons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:13:\"Smart Coupons\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/smart-coupons-icon@2x.png\";s:11:\"description\";s:106:\"Enhance your coupon options - create gift certificates, store credit, coupons based on purchases and more.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:55:\"woocommerce-smart-coupons/woocommerce-smart-coupons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:130:\"https://woocommerce.com/products/follow-up-emails/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Follow Up Emails\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/follow-up-emails-icon@2x.png\";s:11:\"description\";s:140:\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:61:\"woocommerce-follow-up-emails/woocommerce-follow-up-emails.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:133:\"https://woocommerce.com/products/google-product-feed/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:19:\"Google Product Feed\";s:5:\"image\";s:77:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/google-product-feed-icon@2x.png\";s:11:\"description\";s:61:\"Let customers find you when shopping for products via Google.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:45:\"woocommerce-product-feeds/woocommerce-gpf.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/dynamic-pricing/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Dynamic Pricing\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:48:\"Bulk discounts, role-based pricing and much more\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:59:\"woocommerce-dynamic-pricing/woocommerce-dynamic-pricing.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:144:\"https://woocommerce.com/products/woocommerce-points-and-rewards/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:30:\"WooCommerce Points and Rewards\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:102:\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/store-credit/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:24:\"WooCommerce Store Credit\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:152:\"Generate store credit coupons that enable customers to make multiple purchases until the total value specified is exhausted or the coupons life expires.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:53:\"woocommerce-store-credit/woocommerce-store-credit.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:122:\"https://woocommerce.com/products/facebook/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:24:\"Facebook for WooCommerce\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:89:\"Get the Facebook for WooCommerce plugin for two powerful ways to help grow your business.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:137:\"https://woocommerce.com/products/newsletter-subscription/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:23:\"Newsletter Subscription\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:127:\"Allow customers to subscribe to your MailChimp or CampaignMonitor mailing list(s) via a widget or by opting in during checkout.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:63:\"woocommerce-subscribe-to-newsletter/subscribe-to-newsletter.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-email-customizer/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:28:\"WooCommerce Email Customizer\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:125:\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:61:\"woocommerce-email-customizer/woocommerce-email-customizer.php\";}}}}}','no'),(62952,'_transient_timeout_jetpack_jitm_1befd997c820289876b2f39a8ad06df','1551799744','no'),(62953,'_transient_jetpack_jitm_1befd997c820289876b2f39a8ad06df','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:51:\"Print shipping labels yourself, save time and money\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:122:\"WooCommerce Shipping is a new service that lets you access discounted rates, and print shipping labels at home in seconds.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:28:\"Install WooCommerce Services\";s:4:\"hook\";s:28:\"jetpack_woo_services_install\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:11:\"wooservices\";s:13:\"feature_class\";s:11:\"wooservices\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}s:18:\"last_response_time\";i:1551799444;}','no'),(62957,'_transient_timeout_jetpack_jitm_02e7aba98b52835aac29787bcf0f608','1551799797','no'),(62773,'_transient_timeout_jetpack_jitm_7214866556d878151440e3947aec08e','1551796085','no'),(62774,'_transient_jetpack_jitm_7214866556d878151440e3947aec08e','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:51:\"Print shipping labels yourself, save time and money\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:122:\"WooCommerce Shipping is a new service that lets you access discounted rates, and print shipping labels at home in seconds.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:28:\"Install WooCommerce Services\";s:4:\"hook\";s:28:\"jetpack_woo_services_install\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:11:\"wooservices\";s:13:\"feature_class\";s:11:\"wooservices\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}s:18:\"last_response_time\";i:1551795785;}','no'),(62655,'woocommerce_ppec_payer_id_live_e812b073a99c9da3af6c191672f724f2','T69NP23FZUWJY','yes'),(48168,'_transient_timeout_wc_product_loop2f791550706595','1553478690','no'),(48169,'_transient_wc_product_loop2f791550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}','no'),(48402,'_transient_timeout_wc_product_loope98f1550706595','1553525476','no'),(48403,'_transient_wc_product_loope98f1550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19558;i:1;i:19557;i:2;i:19556;i:3;i:19554;i:4;i:19550;i:5;i:19547;i:6;i:19546;i:7;i:19544;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(41276,'_transient_timeout_fusion_dynamic_css_ab28c92a9995202668bb2915ebdf65c4','1550526646','no'),(45000,'_transient_timeout_wc_shipping_method_count_0_1548679280','1553275747','no'),(45001,'_transient_wc_shipping_method_count_0_1548679280','0','no'),(45014,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:21:\"Debit/Credit | PayPal\";s:11:\"description\";s:40:\"Pay via credit/debit card or with PayPal\";s:5:\"email\";s:20:\"becky@beckymyhre.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:26:\"becky@resettohappiness.com\";s:14:\"identity_token\";s:59:\"GN54Ksl1zXwL-hlCZs9VEiLrcbPeGY-eFOwPYaLKp9KQgEYBYSLj4GWXS9W\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:2:\"no\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:26:\"becky@resettohappiness.com\";s:12:\"api_password\";s:10:\"#@Z&8Z$&$X\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(62963,'_transient_timeout_woocommerce_system_status_wp_version_check','1551885936','no'),(62964,'_transient_woocommerce_system_status_wp_version_check','5.1','no'),(63083,'_transient_timeout_jetpack_jitm_1129a7cd479ef34692d81311344bced','1551801356','no'),(63084,'_transient_jetpack_jitm_1129a7cd479ef34692d81311344bced','a:1:{s:18:\"last_response_time\";i:1551801056;}','no'),(63085,'_transient_timeout_jetpack_jitm_2c303c4ff6e0f17b65d3fbbdbede787','1551801375','no'),(63086,'_transient_jetpack_jitm_2c303c4ff6e0f17b65d3fbbdbede787','a:1:{s:18:\"last_response_time\";i:1551801075;}','no'),(62995,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(62996,'_transient_timeout__woocommerce_helper_updates','1551843462','no'),(62997,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1551800262;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(63108,'_transient_timeout_jetpack_sync_callables_await','1551801791','no'),(63109,'_transient_jetpack_sync_callables_await','1551801731.6504','no'),(62766,'_transient_timeout_jetpack_jitm_c8c707000015ca419b9394fd3b60feb','1551795975','no'),(62767,'_transient_jetpack_jitm_c8c707000015ca419b9394fd3b60feb','a:1:{s:18:\"last_response_time\";i:1551795675;}','no'),(62768,'_transient_timeout_jetpack_jitm_7a9922bd4e8a3e470315003f8b693cd','1551795975','no'),(62769,'_transient_jetpack_jitm_7a9922bd4e8a3e470315003f8b693cd','a:1:{s:18:\"last_response_time\";i:1551795675;}','no'),(61360,'wc_ppec_version','1.6.9','yes'),(63011,'_transient_timeout_jetpack_file_data_7.1','1554306546','no'),(63012,'_transient_jetpack_file_data_7.1','a:62:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"933d4f6d290580156e0652ce850af1b2\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.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:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";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:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"275642ae868612fff9f668ce23aef464\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:53:\"Copy an existing post\'s content into a new draft post\";s:14:\"jumpstart_desc\";s:53:\"Copy an existing post\'s content into a new draft post\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.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:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{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:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c9ff765b826940496a65c0f927a594a\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";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:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";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:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";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:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup 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:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.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:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate 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:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";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:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"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:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";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:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";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:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";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:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";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:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0b7b5e3ff80355a67c5485b0d00cd1a2\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";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:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, seo, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";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: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:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"509aac35e28ac722a331f67613cd27ec\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:135:\"Protect yourself from brute force and distributed brute force attacks, which are the most common way for hackers to get into your site.\";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:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.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:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";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:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.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:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:14:\"jumpstart_desc\";s:119:\"Twitter, Facebook and many other 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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links 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:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";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:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";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:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable 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:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";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:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.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:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{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:12:\"plan_classes\";s:0:\"\";}}','no'),(63007,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1551886712','no'),(63008,'_transient_jetpack_plugin_api_action_links_refresh','1551800312','no'),(62827,'_transient_timeout_wc_order_20391_needs_processing','1551882325','no'),(45545,'_transient_timeout_wc_product_loopb5681550688302','1553282186','no'),(45546,'_transient_wc_product_loopb5681550688302','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(42826,'_transient_orders-transient-version','1551795937','yes'),(42827,'_transient_timeout_wc_cbp_e3bcd2f300a0c0343915598735070f7b','1553204777','no'),(42828,'_transient_wc_cbp_e3bcd2f300a0c0343915598735070f7b','a:0:{}','no'),(42918,'_transient_timeout_wc_product_loopb4f11550612913','1553206031','no'),(42919,'_transient_wc_product_loopb4f11550612913','O:8:\"stdClass\":5:{s:3:\"ids\";a:3:{i:0;i:19551;i:1;i:19550;i:2;i:19549;}s:5:\"total\";i:3;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(45413,'_transient_timeout_avada_ri_Advanced Custom Fields PRO0y3RMpQbjtTnU6v0GtHr5nfAWeUys0Lh','1550688971','no'),(45415,'_transient_timeout_avada_remote_installer_package_Advanced Custom Fields PRO','1550688671','no'),(62635,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1551837017','no'),(62636,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1551793817','no'),(62637,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1551837017','no'),(62638,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\'>The Month in WordPress: February 2019</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/global-wordpress-translation-day-set-for-may-11-2019\'>WPTavern: Global WordPress Translation Day Set for May 11, 2019</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/freemius-patches-severe-vulnerability-in-library-used-by-popular-wordpress-plugins\'>WPTavern: Freemius Patches Severe Vulnerability in Library Used by Popular WordPress Plugins</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\'>Dev Blog: The Month in WordPress: February 2019</a></li></ul></div>','no'),(63080,'_transient_timeout_jetpack_jitm_297218c40723d1328b131bdd5889df3','1551801343','no'),(63081,'_transient_jetpack_jitm_297218c40723d1328b131bdd5889df3','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:46:\"Improve your site&#039;s performance and speed\";s:4:\"icon\";s:7:\"jetpack\";s:4:\"list\";a:0:{}s:11:\"description\";s:185:\"Activate Jetpack&#039;s site accelerator to load pages faster, optimize your images, and serve your images and static files (like CSS and JavaScript) from our global network of servers.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:10:\"Learn More\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:1;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:9:\"asset_cdn\";s:13:\"feature_class\";s:3:\"cdn\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";s:10:\"photon-cdn\";}s:18:\"last_response_time\";i:1551801043;}','no'),(63028,'_transient_timeout_jetpack_jitm_3bf16152de6f7e5382a30c7be6d68d4','1551800847','no'),(63029,'_transient_jetpack_jitm_3bf16152de6f7e5382a30c7be6d68d4','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:51:\"Print shipping labels yourself, save time and money\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:122:\"WooCommerce Shipping is a new service that lets you access discounted rates, and print shipping labels at home in seconds.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:28:\"Install WooCommerce Services\";s:4:\"hook\";s:28:\"jetpack_woo_services_install\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:11:\"wooservices\";s:13:\"feature_class\";s:11:\"wooservices\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}s:18:\"last_response_time\";i:1551800547;}','no'),(62871,'_transient_timeout_jetpack_jitm_4bbf795c27d0b02b4c4804c78c56d8b','1551796976','no'),(62872,'_transient_jetpack_jitm_4bbf795c27d0b02b4c4804c78c56d8b','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:51:\"Print shipping labels yourself, save time and money\";s:4:\"icon\";s:11:\"woocommerce\";s:4:\"list\";a:0:{}s:11:\"description\";s:122:\"WooCommerce Shipping is a new service that lets you access discounted rates, and print shipping labels at home in seconds.\";s:7:\"classes\";s:0:\"\";}s:3:\"CTA\";O:8:\"stdClass\":4:{s:7:\"message\";s:28:\"Install WooCommerce Services\";s:4:\"hook\";s:28:\"jetpack_woo_services_install\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:11:\"wooservices\";s:13:\"feature_class\";s:11:\"wooservices\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;}s:18:\"last_response_time\";i:1551796676;}','no'),(24199,'_transient_timeout_jetpack_file_data_7.0','1551927397','no');
INSERT INTO `wpyz_options` VALUES (24200,'_transient_jetpack_file_data_7.0','a:61:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"933d4f6d290580156e0652ce850af1b2\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.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:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable 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:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"275642ae868612fff9f668ce23aef464\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:54:\"Copy an existing post\'s content into a new draft post.\";s:14:\"jumpstart_desc\";s:48:\"Copy an existing post\'s content into a new post.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.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:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{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:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c9ff765b826940496a65c0f927a594a\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";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:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";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:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";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:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup 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:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.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:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate 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:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";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:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"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:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";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:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";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:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";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:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";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:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0b7b5e3ff80355a67c5485b0d00cd1a2\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:36:\"Serve static assets from our servers\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";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:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:46:\"photon, image, cdn, performance, speed, assets\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";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:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";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:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:72:\"facebook, twitter, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.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:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";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:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.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:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:119:\"Twitter, Facebook and many other 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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:132:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links 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:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";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:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";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:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable 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:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";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:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.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:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{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:12:\"plan_classes\";s:0:\"\";}}','no'),(24201,'wpcom_publish_posts_with_markdown','1','yes'),(33232,'_transient_wc_product_loop17131548675284','O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(33233,'_transient_timeout_wc_product_loop776c1548675284','1552420149','no'),(33234,'_transient_wc_product_loop776c1548675284','O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:3;s:12:\"current_page\";i:1;}','no'),(35592,'_transient_timeout_jetpack_file_data_7.0.1','1553626005','no'),(35593,'_transient_jetpack_file_data_7.0.1','a:61:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"933d4f6d290580156e0652ce850af1b2\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.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:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable 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:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"275642ae868612fff9f668ce23aef464\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:54:\"Copy an existing post\'s content into a new draft post.\";s:14:\"jumpstart_desc\";s:48:\"Copy an existing post\'s content into a new post.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.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:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{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:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c9ff765b826940496a65c0f927a594a\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";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:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";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:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";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:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup 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:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.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:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate 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:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";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:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"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:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";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:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";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:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";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:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";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:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"0b7b5e3ff80355a67c5485b0d00cd1a2\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:36:\"Serve static assets from our servers\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";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:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:46:\"photon, image, cdn, performance, speed, assets\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";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:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";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:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:72:\"facebook, twitter, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.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:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";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:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.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:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:119:\"Twitter, Facebook and many other 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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:132:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links 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:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";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:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";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:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable 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:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"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:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";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:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{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:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";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:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";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:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";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:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, 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:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.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:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{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:12:\"plan_classes\";s:0:\"\";}}','no'),(46477,'_transient_timeout_wc_product_loopb5681550706595','1553298724','no'),(46478,'_transient_wc_product_loopb5681550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}','no'),(50652,'_transient_wc_product_loop14ae1550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19551;i:1;i:19550;i:2;i:19549;i:3;i:19546;i:4;i:19545;i:5;i:19537;i:6;i:19536;i:7;i:19534;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(48210,'_transient_timeout_wc_product_loopfdd31550706595','1553487548','no'),(48211,'_transient_wc_product_loopfdd31550706595','O:8:\"stdClass\":5:{s:3:\"ids\";a:15:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;i:6;i:19558;i:7;i:19557;i:8;i:19556;i:9;i:19555;i:10;i:19554;i:11;i:19553;i:12;i:19552;i:13;i:19548;i:14;i:19551;}s:5:\"total\";i:15;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:15;s:12:\"current_page\";i:1;}','no'),(33231,'_transient_timeout_wc_product_loop17131548675284','1552420149','no'),(62690,'_transient_timeout_jetpack_jitm_f8e1cd3218d56cb8f3cb27359e2fcd2','1551794983','no'),(62684,'_transient_timeout_jetpack_jitm_0db4cc6d3ff7e3afc06daaa886e9590','1551795029','no'),(62685,'_transient_jetpack_jitm_0db4cc6d3ff7e3afc06daaa886e9590','a:1:{s:18:\"last_response_time\";i:1551794729;}','no'),(62686,'_transient_timeout_jetpack_jitm_e17862b4d5f72b66eccc6206aaf30da','1551795029','no'),(62687,'_transient_jetpack_jitm_e17862b4d5f72b66eccc6206aaf30da','a:1:{s:18:\"last_response_time\";i:1551794729;}','no'),(62691,'_transient_jetpack_jitm_f8e1cd3218d56cb8f3cb27359e2fcd2','a:1:{s:18:\"last_response_time\";i:1551794683;}','no'),(62693,'_transient_timeout_jetpack_jitm_e53c58935c9412f5667cd6cb1b7a19b','1551795010','no'),(62694,'_transient_jetpack_jitm_e53c58935c9412f5667cd6cb1b7a19b','a:1:{s:18:\"last_response_time\";i:1551794710;}','no'),(63066,'_transient_timeout_plugin_slugs','1551887302','no'),(63067,'_transient_plugin_slugs','a:20:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:19:\"bbpress/bbpress.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:27:\"convertplug/convertplug.php\";i:5;s:33:\"fusion-builder/fusion-builder.php\";i:6;s:27:\"fusion-core/fusion-core.php\";i:7;s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";i:8;s:9:\"hello.php\";i:9;s:19:\"jetpack/jetpack.php\";i:10;s:27:\"LayerSlider/layerslider.php\";i:11;s:23:\"loginizer/loginizer.php\";i:12;s:11:\"pwa/pwa.php\";i:13;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:14;s:23:\"revslider/revslider.php\";i:15;s:27:\"woocommerce/woocommerce.php\";i:16;s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";i:17;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:18;s:24:\"wpforms-lite/wpforms.php\";i:19;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(62194,'_transient_timeout_avada_premium_plugins_info','1551823861','no'),(62195,'_transient_avada_premium_plugins_info','a:13:{s:11:\"fusion-core\";a:18:{s:4:\"name\";s:11:\"Fusion Core\";s:11:\"plugin_name\";s:11:\"Fusion Core\";s:4:\"slug\";s:11:\"fusion-core\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:23:\"http://theme-fusion.com\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_core.png\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_core.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.8.2\";s:8:\"required\";b:1;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/themefusion.svg\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:74:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/FusionCore.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"3.8.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:23:\"http://theme-fusion.com\";}s:14:\"fusion-builder\";a:18:{s:4:\"name\";s:14:\"Fusion Builder\";s:11:\"plugin_name\";s:14:\"Fusion Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_builder.png\";s:9:\"image_url\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/fusion_builder.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"1.8.2\";s:8:\"required\";b:1;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/themefusion.svg\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:77:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/FusionBuilder.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"1.8.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:27:\"fusion-white-label-branding\";a:18:{s:4:\"name\";s:27:\"Fusion White Label Branding\";s:11:\"plugin_name\";s:27:\"Fusion White Label Branding\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/fusion_whiite_label_branding.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/fusion_whiite_label_branding.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"1.1.3\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/themefusion.svg\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:80:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/FusionWhiteLabel.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"1.1.3\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:11:\"convertplug\";a:18:{s:4:\"name\";s:12:\"Convert Plus\";s:11:\"plugin_name\";s:12:\"Convert Plus\";s:4:\"slug\";s:11:\"convertplug\";s:13:\"plugin_author\";s:16:\"Brainstorm Force\";s:17:\"plugin_author_url\";s:31:\"https://www.brainstormforce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.4.1\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/ConvertPlus.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"3.4.1\";s:6:\"Author\";s:16:\"Brainstorm Force\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";}s:26:\"advanced-custom-fields-pro\";a:18:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:11:\"plugin_name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:13:\"plugin_author\";s:13:\"Elliot Condon\";s:17:\"plugin_author_url\";s:28:\"http://www.elliotcondon.com/\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"5.7.12\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"5.7.12\";s:6:\"Author\";s:13:\"Elliot Condon\";s:9:\"AuthorURI\";s:28:\"http://www.elliotcondon.com/\";}s:11:\"LayerSlider\";a:18:{s:4:\"name\";s:14:\"LayerSlider WP\";s:11:\"plugin_name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:13:\"plugin_author\";s:14:\"Kreatura Media\";s:17:\"plugin_author_url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:5:\"image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:9:\"image_url\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.8.1\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.8.1\";s:6:\"Author\";s:14:\"Kreatura Media\";s:9:\"AuthorURI\";s:38:\"https://layerslider.kreaturamedia.com/\";}s:9:\"revslider\";a:18:{s:4:\"name\";s:17:\"Slider Revolution\";s:11:\"plugin_name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:13:\"plugin_author\";s:10:\"ThemePunch\";s:17:\"plugin_author_url\";s:22:\"http://themepunch.com/\";s:5:\"image\";s:81:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution.png\";s:9:\"image_url\";s:81:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:7:\"5.4.8.3\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:80:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/SliderRevolution.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:7:\"5.4.8.3\";s:6:\"Author\";s:10:\"ThemePunch\";s:9:\"AuthorURI\";s:22:\"http://themepunch.com/\";}s:3:\"pwa\";a:18:{s:4:\"name\";s:3:\"PWA\";s:11:\"plugin_name\";s:3:\"PWA\";s:4:\"slug\";s:3:\"pwa\";s:13:\"plugin_author\";s:17:\"XWP, Google, etc.\";s:17:\"plugin_author_url\";s:3:\"XWP\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:10:\"0.2-alpha3\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_256_256.jpg\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_1544_500.jpg\";s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_840_438.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:10:\"0.2-alpha3\";s:6:\"Author\";s:17:\"XWP, Google, etc.\";s:9:\"AuthorURI\";s:3:\"XWP\";}s:11:\"woocommerce\";a:15:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"plugin_name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:13:\"plugin_author\";s:10:\"Automattic\";s:17:\"plugin_author_url\";s:23:\"https://woocommerce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:12:\"external_url\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:13:\"wordpress-seo\";a:15:{s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"plugin_name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:13:\"plugin_author\";s:10:\"Team Yoast\";s:17:\"plugin_author_url\";s:18:\"https://yoast.com/\";s:5:\"image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:9:\"image_url\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:12:\"external_url\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:11:\"has_package\";b:0;}s:7:\"bbpress\";a:15:{s:4:\"name\";s:7:\"bbPress\";s:11:\"plugin_name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:13:\"plugin_author\";s:21:\"The bbPress Community\";s:17:\"plugin_author_url\";s:19:\"https://bbpress.org\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:12:\"external_url\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:19:\"the-events-calendar\";a:15:{s:4:\"name\";s:19:\"The Events Calendar\";s:11:\"plugin_name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:13:\"plugin_author\";s:18:\"Modern Tribe, Inc.\";s:17:\"plugin_author_url\";s:18:\"http://m.tri.be/1x\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:12:\"external_url\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:14:\"contact-form-7\";a:15:{s:4:\"name\";s:14:\"Contact Form 7\";s:11:\"plugin_name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:13:\"plugin_author\";s:16:\"Takayuki Miyoshi\";s:17:\"plugin_author_url\";s:31:\"https://ideasilo.wordpress.com/\";s:5:\"image\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/contact_form_7.png\";s:9:\"image_url\";s:78:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/contact_form_7.png\";s:12:\"external_url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}}','no'),(44628,'_transient_timeout_wc_product_loopfdd31550657827','1553255889','no'),(44629,'_transient_wc_product_loopfdd31550657827','O:8:\"stdClass\":5:{s:3:\"ids\";a:15:{i:0;i:20158;i:1;i:20156;i:2;i:20155;i:3;i:20151;i:4;i:20149;i:5;i:20138;i:6;i:19558;i:7;i:19557;i:8;i:19556;i:9;i:19555;i:10;i:19554;i:11;i:19553;i:12;i:19552;i:13;i:19548;i:14;i:19551;}s:5:\"total\";i:15;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:15;s:12:\"current_page\";i:1;}','no'),(19932,'_transient_timeout_wc_product_loop14ae1548675284','1551815721','no'),(19933,'_transient_wc_product_loop14ae1548675284','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:19551;i:1;i:19550;i:2;i:19549;i:3;i:19546;i:4;i:19545;i:5;i:19537;i:6;i:19536;i:7;i:19534;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(11775,'_transient_shipping-transient-version','1548679280','yes'),(13035,'_transient_timeout_fusion_dynamic_css_43faff91ce3928f77e145ae46d7bfe37','1548727659','no'),(49031,'db_upgraded','','yes');
/*!40000 ALTER TABLE `wpyz_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_postmeta`
--

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

--
-- Dumping data for table `wpyz_postmeta`
--

LOCK TABLES `wpyz_postmeta` WRITE;
/*!40000 ALTER TABLE `wpyz_postmeta` DISABLE KEYS */;
INSERT INTO `wpyz_postmeta` VALUES (7,38,'_wp_attached_file','2015/05/about-us.jpg'),(8,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/05/about-us.jpg\";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:{}}}'),(9,41,'_wp_attached_file','2015/05/banner.jpg'),(10,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2015/05/banner.jpg\";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:{}}}'),(11,43,'_wp_attached_file','2015/05/home-slide2.jpg'),(12,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:23:\"2015/05/home-slide2.jpg\";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:{}}}'),(13,47,'_wp_attached_file','2015/05/cart-header.jpg'),(14,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:23:\"2015/05/cart-header.jpg\";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:{}}}'),(15,52,'_wp_attached_file','2015/05/shop-slider-700.jpg'),(16,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2015/05/shop-slider-700.jpg\";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:{}}}'),(17,55,'_wp_attached_file','2015/05/promotion-slider.jpg'),(18,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:28:\"2015/05/promotion-slider.jpg\";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:{}}}'),(19,57,'_wp_attached_file','2015/05/check-out-slider.jpg'),(20,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:28:\"2015/05/check-out-slider.jpg\";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:{}}}'),(21,88,'_wp_attached_file','2015/05/call-to-action.jpg'),(22,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:26:\"2015/05/call-to-action.jpg\";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:{}}}'),(23,90,'_wp_attached_file','2015/05/marker.png'),(24,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/marker.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:{}}}'),(25,120,'_wp_attached_file','2015/05/my-account-header.jpg'),(26,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:29:\"2015/05/my-account-header.jpg\";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:{}}}'),(27,401,'_wp_attached_file','2015/05/quote_img_1-compressor.jpg'),(28,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2015/05/quote_img_1-compressor.jpg\";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:{}}}'),(29,401,'_wp_attachment_image_alt','Quote'),(30,402,'_wp_attached_file','2015/05/quote_img_2-compressor.jpg'),(31,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2015/05/quote_img_2-compressor.jpg\";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:{}}}'),(32,402,'_wp_attachment_image_alt','Quote 2'),(33,412,'_wp_attached_file','2015/11/modern_logo_1x.png'),(34,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:135;s:6:\"height\";i:135;s:4:\"file\";s:26:\"2015/11/modern_logo_1x.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:{}}}'),(35,413,'_wp_attached_file','2015/11/modern_logo_2x.png'),(36,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:26:\"2015/11/modern_logo_2x.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:{}}}'),(37,419,'_wp_attached_file','2015/11/sidebar_ad-compressor-2.jpg'),(38,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:538;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2015/11/sidebar_ad-compressor-2.jpg\";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:{}}}'),(39,863,'_wp_attached_file','2015/11/brand_logo_6.png'),(40,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_6.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:{}}}'),(41,864,'_wp_attached_file','2015/11/brand_logo_7.png'),(42,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_7.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:{}}}'),(43,865,'_wp_attached_file','2015/11/brand_logo_1.png'),(44,865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_1.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:{}}}'),(45,866,'_wp_attached_file','2015/11/brand_logo_2.png'),(46,866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_2.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:{}}}'),(47,867,'_wp_attached_file','2015/11/brand_logo_3.png'),(48,867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_3.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:{}}}'),(49,868,'_wp_attached_file','2015/11/brand_logo_4.png'),(50,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_4.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:{}}}'),(51,869,'_wp_attached_file','2015/11/brand_logo_5.png'),(52,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_5.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:{}}}'),(53,912,'_wp_attached_file','2015/12/button_shirt.jpg'),(54,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/button_shirt.jpg\";s:5:\"sizes\";a:1:{s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"button_shirt-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,913,'_wp_attached_file','2015/12/casual_jacket.jpg'),(56,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/casual_jacket.jpg\";s:5:\"sizes\";a:1:{s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"casual_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,914,'_wp_attached_file','2015/12/casual_vneck.jpg'),(58,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/casual_vneck.jpg\";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:{}}}'),(59,915,'_wp_attached_file','2015/12/dinner_jacket.jpg'),(60,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/dinner_jacket.jpg\";s:5:\"sizes\";a:1:{s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dinner_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(61,916,'_wp_attached_file','2015/12/elegant_gown.jpg'),(62,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/elegant_gown.jpg\";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:{}}}'),(63,917,'_wp_attached_file','2015/12/infinity_scarf.jpg'),(64,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:26:\"2015/12/infinity_scarf.jpg\";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:{}}}'),(65,918,'_wp_attached_file','2015/12/plush_sweater.jpg'),(66,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/plush_sweater.jpg\";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:{}}}'),(67,919,'_wp_attached_file','2015/12/sleek_jumper.jpg'),(68,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/sleek_jumper.jpg\";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:{}}}'),(69,920,'_wp_attached_file','2015/12/slip_dress.jpg'),(70,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2015/12/slip_dress.jpg\";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:{}}}'),(71,921,'_wp_attached_file','2015/12/suede_cardigan.jpg'),(72,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:26:\"2015/12/suede_cardigan.jpg\";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:{}}}'),(73,922,'_wp_attached_file','2015/12/suede_jacket.jpg'),(74,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/suede_jacket.jpg\";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:{}}}'),(75,923,'_wp_attached_file','2015/12/summer_frock.jpg'),(76,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/summer_frock.jpg\";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:{}}}'),(77,924,'_wp_attached_file','2015/12/summer_set.jpg'),(78,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2015/12/summer_set.jpg\";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:{}}}'),(79,925,'_wp_attached_file','2015/12/twill_scarf.jpg'),(80,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:23:\"2015/12/twill_scarf.jpg\";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:{}}}'),(81,926,'_wp_attached_file','2015/12/xray_software.jpg'),(82,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/xray_software.jpg\";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:{}}}'),(83,927,'_wp_attached_file','2015/05/carousel_1.jpg'),(84,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_1.jpg\";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:{}}}'),(85,928,'_wp_attached_file','2015/05/carousel_2.jpg'),(86,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_2.jpg\";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:{}}}'),(87,929,'_wp_attached_file','2015/05/carousel_3.jpg'),(88,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_3.jpg\";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:{}}}'),(89,930,'_wp_attached_file','2015/05/carousel_4.jpg'),(90,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_4.jpg\";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:{}}}'),(91,935,'_wp_attached_file','2015/05/col_bkgd_1-compressor1.jpg'),(92,935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/05/col_bkgd_1-compressor1.jpg\";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:{}}}'),(93,936,'_wp_attached_file','2015/05/col_bkgd_2-compressor1.jpg'),(94,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/05/col_bkgd_2-compressor1.jpg\";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:{}}}'),(95,938,'_wp_attached_file','2015/05/col_bkgd_3-compressor.jpg'),(96,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2015/05/col_bkgd_3-compressor.jpg\";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:{}}}'),(97,939,'_wp_attached_file','2015/05/col_bkgd_4-compressor.jpg'),(98,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2015/05/col_bkgd_4-compressor.jpg\";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:{}}}'),(99,940,'_wp_attached_file','2015/05/col_bkgd_5-compressor.jpg'),(100,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2015/05/col_bkgd_5-compressor.jpg\";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:{}}}'),(101,942,'_wp_attached_file','2015/05/promo_image-compressor-2.jpg'),(102,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2015/05/promo_image-compressor-2.jpg\";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:{}}}'),(103,946,'_wp_attached_file','2015/12/home_slide_1-compressor.jpg'),(104,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_1-compressor.jpg\";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:{}}}'),(105,947,'_wp_attached_file','2015/12/home_slide_2-compressor.jpg'),(106,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_2-compressor.jpg\";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:{}}}'),(107,948,'_wp_attached_file','2015/12/home_slide_3-compressor.jpg'),(108,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_3-compressor.jpg\";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:{}}}'),(109,949,'_wp_attached_file','2015/12/home_slide_4-compressor.jpg'),(110,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_4-compressor.jpg\";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:{}}}'),(111,956,'_wp_attached_file','2015/12/col_bkgd_6-compressor.jpg'),(112,956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:33:\"2015/12/col_bkgd_6-compressor.jpg\";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:{}}}'),(113,957,'_wp_attached_file','2015/12/col_bkgd_7-compressor.jpg'),(114,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:33:\"2015/12/col_bkgd_7-compressor.jpg\";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:{}}}'),(115,958,'_wp_attached_file','2015/12/col_bkgd_8-compressor.jpg'),(116,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:33:\"2015/12/col_bkgd_8-compressor.jpg\";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:{}}}'),(117,962,'_wp_attached_file','2015/12/col_bkgd_9-compressor.jpg'),(118,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:795;s:4:\"file\";s:33:\"2015/12/col_bkgd_9-compressor.jpg\";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:{}}}'),(119,964,'_wp_attached_file','2015/12/col_bkgd_10-compressor.jpg'),(120,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/12/col_bkgd_10-compressor.jpg\";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:{}}}'),(121,968,'_wp_attached_file','2015/05/col_bkgd_11-compressor.jpg'),(122,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/05/col_bkgd_11-compressor.jpg\";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:{}}}'),(123,975,'_wp_attached_file','2015/05/col_bkgd_12-compressor-3.jpg'),(124,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:36:\"2015/05/col_bkgd_12-compressor-3.jpg\";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:{}}}'),(125,977,'_wp_attached_file','2015/05/col_bkgd_13-compressor.jpg'),(126,977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:34:\"2015/05/col_bkgd_13-compressor.jpg\";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:{}}}'),(127,980,'_wp_attached_file','2015/12/post_1-compressor.jpg'),(128,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_1-compressor.jpg\";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:{}}}'),(129,981,'_menu_item_type','custom'),(130,981,'_menu_item_menu_item_parent','0'),(131,981,'_menu_item_object_id','981'),(132,981,'_menu_item_object','custom'),(133,981,'_menu_item_target',''),(134,981,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(135,981,'_menu_item_xfn',''),(136,981,'_menu_item_url','#'),(5368,1879,'pyre_slide_link',''),(5352,1879,'pyre_content_alignment','center'),(144,982,'_wp_attached_file','2015/12/post_2-compressor.jpg'),(145,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_2-compressor.jpg\";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:{}}}'),(146,983,'_wp_attached_file','2015/12/post_3-compressor.jpg'),(147,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_3-compressor.jpg\";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:{}}}'),(148,984,'_wp_attached_file','2015/12/post_4-compressor.jpg'),(149,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_4-compressor.jpg\";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:{}}}'),(150,985,'_wp_attached_file','2015/12/post_5-compressor.jpg'),(151,985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_5-compressor.jpg\";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:{}}}'),(152,986,'_wp_attached_file','2015/12/post_6-compressor.jpg'),(153,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_6-compressor.jpg\";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:{}}}'),(154,987,'_wp_attached_file','2015/12/post_7-compressor.jpg'),(155,987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_7-compressor.jpg\";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:{}}}'),(156,988,'_wp_attached_file','2015/12/post_8-compressor.jpg'),(157,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_8-compressor.jpg\";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:{}}}'),(158,989,'_wp_attached_file','2015/12/post_9-compressor.jpg'),(159,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_9-compressor.jpg\";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:{}}}'),(160,990,'_wp_attached_file','2015/12/post_10-compressor.jpg'),(161,990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2015/12/post_10-compressor.jpg\";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:{}}}'),(5367,1879,'pyre_link_type','button'),(5351,1879,'pyre_hide_video_controls','yes'),(5305,1871,'_additional_settings',''),(5306,1871,'_locale','en_US'),(5366,1879,'pyre_caption_bg_color',''),(5350,1879,'pyre_loop_video','yes'),(5365,1879,'pyre_caption_bg','no'),(5349,1879,'pyre_autoplay_video','yes'),(770,286,'_wp_page_template','default'),(771,286,'pyre_portfolio_width_100','no'),(772,286,'pyre_portfolio_content_length','default'),(773,286,'pyre_portfolio_excerpt',''),(774,286,'pyre_portfolio_filters','yes'),(775,286,'pyre_portfolio_text_layout','default'),(776,286,'pyre_portfolio_featured_image_size','default'),(777,286,'pyre_portfolio_column_spacing',''),(778,286,'fusion_builder_status','active'),(783,286,'pyre_slider_type','flex'),(784,286,'pyre_slider','0'),(785,286,'pyre_wooslider','classic-shop-home1-fs'),(786,286,'pyre_revslider','0'),(787,286,'pyre_elasticslider','0'),(788,286,'pyre_slider_position','default'),(789,286,'pyre_avada_rev_styles','default'),(790,286,'pyre_fallback',''),(791,286,'pyre_demo_slider',''),(792,286,'pyre_main_top_padding',''),(793,286,'pyre_main_bottom_padding',''),(794,286,'pyre_hundredp_padding',''),(795,286,'pyre_show_first_featured_image','no'),(796,286,'pyre_display_header','yes'),(797,286,'pyre_header_100_width','default'),(42909,19918,'pyre_combined_header_bg_color','#000000'),(42908,19918,'_edit_lock','1551283843:1'),(800,286,'pyre_header_bg',''),(801,286,'pyre_header_bg_full','no'),(802,286,'pyre_header_bg_repeat','repeat'),(803,286,'pyre_displayed_menu','default'),(804,286,'pyre_display_footer','default'),(805,286,'pyre_display_copyright','default'),(806,286,'pyre_footer_100_width','default'),(807,286,'pyre_sidebar_position','left'),(808,286,'pyre_sidebar_bg_color',''),(809,286,'pyre_page_bg_layout','default'),(810,286,'pyre_page_bg_color',''),(811,286,'pyre_page_bg',''),(812,286,'pyre_page_bg_full','no'),(813,286,'pyre_page_bg_repeat','repeat'),(814,286,'pyre_wide_page_bg_color',''),(815,286,'pyre_wide_page_bg',''),(816,286,'pyre_wide_page_bg_full','no'),(817,286,'pyre_wide_page_bg_repeat','repeat'),(818,286,'pyre_page_title','no'),(819,286,'pyre_page_title_breadcrumbs_search_bar','default'),(820,286,'pyre_page_title_text','default'),(821,286,'pyre_page_title_text_alignment','default'),(822,286,'pyre_page_title_custom_text',''),(823,286,'pyre_page_title_text_size',''),(824,286,'pyre_page_title_custom_subheader',''),(825,286,'pyre_page_title_custom_subheader_text_size',''),(826,286,'pyre_page_title_font_color',''),(827,286,'pyre_page_title_100_width','default'),(828,286,'pyre_page_title_height',''),(829,286,'pyre_page_title_mobile_height',''),(830,286,'pyre_page_title_bar_bg_color',''),(831,286,'pyre_page_title_bar_borders_color',''),(832,286,'pyre_page_title_bar_bg',''),(833,286,'pyre_page_title_bar_bg_retina',''),(834,286,'pyre_page_title_bar_bg_full','default'),(835,286,'pyre_page_title_bg_parallax','default'),(21154,19546,'_downloadable','no'),(21155,19546,'_virtual','no'),(5331,1879,'_edit_last','1'),(5330,1879,'_edit_lock','1548538429:1'),(45577,19923,'kd_featured-image-5_page_id',''),(45576,19923,'kd_featured-image-4_page_id',''),(45575,19923,'kd_featured-image-3_page_id',''),(45574,19923,'kd_featured-image-2_page_id',''),(45573,19923,'pyre_page_title_bar_bg_retina_id',''),(45565,19923,'pyre_header_bg_id',''),(45566,19923,'pyre_responsive_sidebar_order',''),(45567,19923,'pyre_sidebar_sticky','default'),(45568,19923,'pyre_page_bg_id',''),(45569,19923,'pyre_wide_page_bg_id',''),(45570,19923,'pyre_page_title_line_height',''),(45571,19923,'pyre_page_title_subheader_font_color',''),(45572,19923,'pyre_page_title_bar_bg_id',''),(45564,19923,'pyre_mobile_header_bg_color',''),(45563,19923,'pyre_fallback_id',''),(45561,19923,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(45559,19923,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45554,20112,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551337116;s:7:\"payload\";a:0:{}}}'),(45553,20108,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551337003;s:7:\"payload\";a:0:{}}}'),(46555,20365,'_wp_trash_meta_status','publish'),(46556,20365,'_wp_trash_meta_time','1551552183'),(46558,20366,'_wp_trash_meta_status','publish'),(46559,20366,'_wp_trash_meta_time','1551552907'),(46560,20367,'_wp_attached_file','2019/03/Amazing_Card_Free_Thumb.png'),(46561,20367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:1085;s:4:\"file\";s:35:\"2019/03/Amazing_Card_Free_Thumb.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-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:35:\"Amazing_Card_Free_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Free_Thumb-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"Amazing_Card_Free_Thumb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Free_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46036,12,'_oembed_c6ce91ad7bef7f01497e8af382155236','{{unknown}}'),(46037,12,'_oembed_c34fb5ae62f49867d9df147fa1b022da','{{unknown}}'),(46038,12,'_oembed_2993ec3dc90b108f00dccdbbbae6d7e9','{{unknown}}'),(46275,20354,'_edit_lock','1551397068:1'),(46363,20354,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46364,20354,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46365,20354,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46201,20348,'_wp_attached_file','2019/02/shop-top6.jpg'),(46202,20348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2019/02/shop-top6.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shop-top6-150x150.jpg\";s:5:\"width\";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:\"shop-top6-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"shop-top6-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"shop-top6-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"shop-top6-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"shop-top6-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"shop-top6-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"shop-top6-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"shop-top6-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"shop-top6-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"shop-top6-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"shop-top6-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"shop-top6-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"shop-top6-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"shop-top6-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"shop-top6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"shop-top6-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"shop-top6-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"shop-top6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"shop-top6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"shop-top6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"shop-top6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"shop-top6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"shop-top6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46362,20354,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46286,20354,'pyre_show_first_featured_image','no'),(46287,20354,'pyre_fimg_width',''),(46288,20354,'pyre_fimg_height',''),(46289,20354,'pyre_portfolio_width_100','default'),(46290,20354,'pyre_video',''),(46291,20354,'pyre_image_rollover_icons','default'),(46292,20354,'pyre_link_icon_url',''),(46293,20354,'pyre_post_links_target','no'),(46294,20354,'pyre_related_posts','default'),(46295,20354,'pyre_share_box','default'),(46296,20354,'pyre_post_pagination','default'),(46297,20354,'pyre_author_info','default'),(46298,20354,'pyre_post_meta','default'),(46299,20354,'pyre_post_comments','default'),(46300,20354,'pyre_slider_type','no'),(46301,20354,'pyre_slider','0'),(46302,20354,'pyre_wooslider',''),(46303,20354,'pyre_revslider','0'),(46304,20354,'pyre_elasticslider','0'),(46305,20354,'pyre_slider_position','default'),(46306,20354,'pyre_avada_rev_styles','default'),(46307,20354,'pyre_fallback',''),(46308,20354,'pyre_fallback_id',''),(46309,20354,'pyre_demo_slider',''),(46310,20354,'pyre_main_top_padding',''),(46311,20354,'pyre_main_bottom_padding',''),(46312,20354,'pyre_hundredp_padding',''),(46313,20354,'pyre_display_header','yes'),(46314,20354,'pyre_header_100_width','default'),(46315,20354,'pyre_combined_header_bg_color',''),(46316,20354,'pyre_mobile_header_bg_color',''),(46317,20354,'pyre_header_bg',''),(46318,20354,'pyre_header_bg_id',''),(46319,20354,'pyre_header_bg_full','no'),(46320,20354,'pyre_header_bg_repeat','repeat'),(46321,20354,'pyre_displayed_menu','default'),(46322,20354,'pyre_display_footer','default'),(46323,20354,'pyre_display_copyright','default'),(46324,20354,'pyre_footer_100_width','default'),(46325,20354,'pyre_sidebar_position','default'),(46326,20354,'pyre_responsive_sidebar_order',''),(46327,20354,'pyre_sidebar_sticky','default'),(46328,20354,'pyre_sidebar_bg_color',''),(46329,20354,'pyre_page_bg_layout','default'),(46330,20354,'pyre_page_bg_color',''),(46331,20354,'pyre_page_bg',''),(46332,20354,'pyre_page_bg_id',''),(46333,20354,'pyre_page_bg_full','default'),(46334,20354,'pyre_page_bg_repeat','default'),(46335,20354,'pyre_wide_page_bg_color',''),(46336,20354,'pyre_wide_page_bg',''),(46337,20354,'pyre_wide_page_bg_id',''),(46338,20354,'pyre_wide_page_bg_full','default'),(46339,20354,'pyre_wide_page_bg_repeat','default'),(46340,20354,'pyre_page_title','default'),(46341,20354,'pyre_page_title_breadcrumbs_search_bar','default'),(46342,20354,'pyre_page_title_text','default'),(46343,20354,'pyre_page_title_text_alignment','default'),(46344,20354,'pyre_page_title_custom_text',''),(46345,20354,'pyre_page_title_text_size',''),(46346,20354,'pyre_page_title_line_height',''),(46347,20354,'pyre_page_title_custom_subheader',''),(46348,20354,'pyre_page_title_custom_subheader_text_size',''),(46349,20354,'pyre_page_title_font_color',''),(46350,20354,'pyre_page_title_subheader_font_color',''),(46351,20354,'pyre_page_title_100_width','default'),(46352,20354,'pyre_page_title_height',''),(46353,20354,'pyre_page_title_mobile_height',''),(46354,20354,'pyre_page_title_bar_bg_color',''),(46355,20354,'pyre_page_title_bar_borders_color',''),(46356,20354,'pyre_page_title_bar_bg',''),(46357,20354,'pyre_page_title_bar_bg_id',''),(46358,20354,'pyre_page_title_bar_bg_retina',''),(46359,20354,'pyre_page_title_bar_bg_retina_id',''),(46360,20354,'pyre_page_title_bar_bg_full','default'),(46361,20354,'pyre_page_title_bg_parallax','default'),(46366,20354,'_bbp_last_active_time','2019-02-28 15:35:20'),(46367,20354,'_bbp_forum_subforum_count','0'),(46368,20354,'_bbp_reply_count','0'),(46369,20354,'_bbp_total_reply_count','0'),(46370,20354,'_bbp_topic_count','0'),(46371,20354,'_bbp_total_topic_count','0'),(46372,20354,'_bbp_topic_count_hidden','0'),(46373,20354,'_wp_trash_meta_status','publish'),(46374,20354,'_wp_trash_meta_time','1551397650'),(46375,20354,'_wp_desired_post_slug','amazing-card-sharing'),(46405,20199,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46404,20199,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46406,20199,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46407,20199,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46557,20366,'_edit_lock','1551552873:1'),(46914,20382,'_shipping_postcode',''),(46891,20382,'_date_completed',''),(46892,20382,'_completed_date',''),(46893,20382,'_date_paid','1551570413'),(46894,20382,'_paid_date','2019-03-02 15:46:53'),(46895,20382,'_cart_hash','8397280609587cacbb2f92f9e1829b9e'),(46896,20382,'_billing_first_name','Rebecca'),(46897,20382,'_billing_last_name','Myhre'),(46898,20382,'_billing_company',''),(46899,20382,'_billing_address_1','2017 N 77th St'),(46900,20382,'_billing_address_2',''),(46901,20382,'_billing_city','Seattle'),(46902,20382,'_billing_state','WA'),(46903,20382,'_billing_postcode','98103'),(46904,20382,'_billing_country','US'),(46905,20382,'_billing_email','becky@resettohappiness.com'),(46906,20382,'_billing_phone','5094811934'),(46907,20382,'_shipping_first_name',''),(46908,20382,'_shipping_last_name',''),(46909,20382,'_shipping_company',''),(46910,20382,'_shipping_address_1',''),(46911,20382,'_shipping_address_2',''),(46912,20382,'_shipping_city',''),(46913,20382,'_shipping_state',''),(46890,20382,'_created_via','checkout'),(46455,20359,'_wp_attached_file','2019/02/vista2.png'),(46456,20359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:128;s:4:\"file\";s:18:\"2019/02/vista2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vista2-150x128.png\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"vista2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"vista2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"vista2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46457,20359,'_wp_attachment_image_alt','Vista Print'),(46546,20109,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551417500;s:7:\"payload\";a:0:{}}}'),(46547,20110,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551504025;s:7:\"payload\";a:0:{}}}'),(46548,16867,'_wp_trash_meta_status','publish'),(46549,16867,'_wp_trash_meta_time','1551551194'),(46550,16867,'_wp_desired_post_slug','amazing-cards2'),(3605,1807,'_order_key','wc_order_5a0ed8630c647'),(3606,1807,'_customer_user','0'),(3607,1807,'_payment_method','paypal'),(3608,1807,'_payment_method_title','PayPal'),(3609,1807,'_transaction_id',''),(3610,1807,'_customer_ip_address','88.98.117.212'),(3611,1807,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(3612,1807,'_created_via','checkout'),(3613,1807,'_date_completed',''),(3614,1807,'_completed_date',''),(3615,1807,'_date_paid',''),(3616,1807,'_paid_date',''),(3617,1807,'_cart_hash','237836fdde8abb9c05363fe3e2800aed'),(3618,1807,'_billing_first_name','Laura'),(3619,1807,'_billing_last_name','Portillo Artacho'),(3620,1807,'_billing_company',''),(3621,1807,'_billing_address_1','C/Rio Guadalhorce n1, portal 2, 2ºA'),(3622,1807,'_billing_address_2',''),(3623,1807,'_billing_city','mijas'),(3624,1807,'_billing_state','VI'),(3625,1807,'_billing_postcode','49629'),(3626,1807,'_billing_country','ES'),(3627,1807,'_billing_email','l.portilloartacho@gmail.com'),(3628,1807,'_billing_phone','444 444 444'),(3629,1807,'_shipping_first_name','Laura'),(3630,1807,'_shipping_last_name','Portillo Artacho'),(3631,1807,'_shipping_company',''),(3632,1807,'_shipping_address_1','C/Rio Guadalhorce n1, portal 2, 2ºA'),(3633,1807,'_shipping_address_2',''),(3634,1807,'_shipping_city','mijas'),(3635,1807,'_shipping_state','VI'),(3636,1807,'_shipping_postcode','49629'),(3637,1807,'_shipping_country','ES'),(3638,1807,'_order_currency','USD'),(3639,1807,'_cart_discount','0'),(3640,1807,'_cart_discount_tax','0'),(3641,1807,'_order_shipping','0'),(3642,1807,'_order_shipping_tax','0'),(3643,1807,'_order_tax','0'),(3644,1807,'_order_total','120.00'),(3645,1807,'_order_version','3.2.3'),(3646,1807,'_prices_include_tax','no'),(3647,1807,'_billing_address_index','Laura Portillo Artacho  C/Rio Guadalhorce n1, portal 2, 2ºA  mijas VI 49629 ES l.portilloartacho@gmail.com 444 444 444'),(3648,1807,'_shipping_address_index','Laura Portillo Artacho  C/Rio Guadalhorce n1, portal 2, 2ºA  mijas VI 49629 ES'),(3649,1808,'_order_key','wc_order_5a0ee93c0665d'),(3650,1808,'_customer_user','0'),(3651,1808,'_payment_method','paypal'),(3652,1808,'_payment_method_title','PayPal'),(3653,1808,'_transaction_id',''),(3654,1808,'_customer_ip_address','213.233.85.209'),(3655,1808,'_customer_user_agent','mozilla/5.0 (linux; android 6.0.1; htc 10 build/mmb29m) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.116 mobile safari/537.36'),(3656,1808,'_created_via','checkout'),(3657,1808,'_date_completed',''),(3658,1808,'_completed_date',''),(3659,1808,'_date_paid',''),(3660,1808,'_paid_date',''),(3661,1808,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(3662,1808,'_billing_first_name','A'),(3663,1808,'_billing_last_name','B'),(3664,1808,'_billing_company',''),(3665,1808,'_billing_address_1','A'),(3666,1808,'_billing_address_2','B'),(3667,1808,'_billing_city','B'),(3668,1808,'_billing_state',''),(3669,1808,'_billing_postcode','02125067'),(3670,1808,'_billing_country','RO'),(3671,1808,'_billing_email','adriana.pruiu@muzart.ro'),(3672,1808,'_billing_phone','+40724238237'),(3673,1808,'_shipping_first_name','A'),(3674,1808,'_shipping_last_name','B'),(3675,1808,'_shipping_company',''),(3676,1808,'_shipping_address_1','A'),(3677,1808,'_shipping_address_2','B'),(3678,1808,'_shipping_city','B'),(3679,1808,'_shipping_state',''),(3680,1808,'_shipping_postcode','02125067'),(3681,1808,'_shipping_country','RO'),(3682,1808,'_order_currency','USD'),(3683,1808,'_cart_discount','0'),(3684,1808,'_cart_discount_tax','0'),(3685,1808,'_order_shipping','0'),(3686,1808,'_order_shipping_tax','0'),(3687,1808,'_order_tax','0'),(3688,1808,'_order_total','40.00'),(3689,1808,'_order_version','3.2.3'),(3690,1808,'_prices_include_tax','no'),(3691,1808,'_billing_address_index','A B  A B B  02125067 RO adriana.pruiu@muzart.ro +40724238237'),(3692,1808,'_shipping_address_index','A B  A B B  02125067 RO'),(3693,1809,'_order_key','wc_order_5a0fefe43a087'),(3694,1809,'_customer_user','0'),(3695,1809,'_payment_method','paypal'),(3696,1809,'_payment_method_title','PayPal'),(3697,1809,'_transaction_id',''),(3698,1809,'_customer_ip_address','46.219.112.113'),(3699,1809,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(3700,1809,'_created_via','checkout'),(3701,1809,'_date_completed',''),(3702,1809,'_completed_date',''),(3703,1809,'_date_paid',''),(3704,1809,'_paid_date',''),(3705,1809,'_cart_hash','e41fc1c78a95f75f1e8b71c59f82eafe'),(3706,1809,'_billing_first_name','Oleh'),(3707,1809,'_billing_last_name','Kozub'),(3708,1809,'_billing_company','1'),(3709,1809,'_billing_address_1','Oliemolensingel'),(3710,1809,'_billing_address_2',''),(3711,1809,'_billing_city','Enschede'),(3712,1809,'_billing_state',''),(3713,1809,'_billing_postcode','7511BB'),(3714,1809,'_billing_country','NL'),(3715,1809,'_billing_email','kozub007@gmail.com'),(3716,1809,'_billing_phone','0687417391'),(3717,1809,'_shipping_first_name','Oleh'),(3718,1809,'_shipping_last_name','Kozub'),(3719,1809,'_shipping_company','1'),(3720,1809,'_shipping_address_1','Oliemolensingel'),(3721,1809,'_shipping_address_2',''),(3722,1809,'_shipping_city','Enschede'),(3723,1809,'_shipping_state',''),(3724,1809,'_shipping_postcode','7511Bb'),(3725,1809,'_shipping_country','NL'),(3726,1809,'_order_currency','USD'),(3727,1809,'_cart_discount','0'),(3728,1809,'_cart_discount_tax','0'),(3729,1809,'_order_shipping','0'),(3730,1809,'_order_shipping_tax','0'),(3731,1809,'_order_tax','0'),(3732,1809,'_order_total','230.00'),(3733,1809,'_order_version','3.2.3'),(3734,1809,'_prices_include_tax','no'),(3735,1809,'_billing_address_index','Oleh Kozub 1 Oliemolensingel  Enschede  7511BB NL kozub007@gmail.com 0687417391'),(3736,1809,'_shipping_address_index','Oleh Kozub 1 Oliemolensingel  Enschede  7511Bb NL'),(3737,1810,'_order_key','wc_order_5a118263cd8e1'),(3738,1810,'_customer_user','6712'),(3739,1810,'_payment_method','paypal'),(3740,1810,'_payment_method_title','PayPal'),(3741,1810,'_transaction_id',''),(3742,1810,'_customer_ip_address','2a02:c7f:7012:7a00:85b3:3a43:bc4c:89f'),(3743,1810,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(3744,1810,'_created_via','checkout'),(3745,1810,'_date_completed',''),(3746,1810,'_completed_date',''),(3747,1810,'_date_paid',''),(3748,1810,'_paid_date',''),(3749,1810,'_cart_hash','93fac838fb3fc9dfcbcb21d75e9d11e5'),(3750,1810,'_billing_first_name','cbvhfgr'),(3751,1810,'_billing_last_name','ansgdre'),(3752,1810,'_billing_company',''),(3753,1810,'_billing_address_1','99 vnbdgetrw street'),(3754,1810,'_billing_address_2',''),(3755,1810,'_billing_city','Brighton'),(3756,1810,'_billing_state',''),(3757,1810,'_billing_postcode','BN3 2JH'),(3758,1810,'_billing_country','GB'),(3759,1810,'_billing_email','contact@outlook.com'),(3760,1810,'_billing_phone','1234567890'),(3761,1810,'_shipping_first_name','cbvhfgr'),(3762,1810,'_shipping_last_name','ansgdre'),(3763,1810,'_shipping_company',''),(3764,1810,'_shipping_address_1','99 vnbdgetrw street'),(3765,1810,'_shipping_address_2',''),(3766,1810,'_shipping_city','Brighton'),(3767,1810,'_shipping_state',''),(3768,1810,'_shipping_postcode','BN3 2JH'),(3769,1810,'_shipping_country','GB'),(3770,1810,'_order_currency','USD'),(3771,1810,'_cart_discount','0'),(3772,1810,'_cart_discount_tax','0'),(3773,1810,'_order_shipping','0'),(3774,1810,'_order_shipping_tax','0'),(3775,1810,'_order_tax','0'),(3776,1810,'_order_total','490.00'),(3777,1810,'_order_version','3.2.3'),(3778,1810,'_prices_include_tax','no'),(3779,1810,'_billing_address_index','cbvhfgr ansgdre  99 vnbdgetrw street  Brighton  BN3 2JH GB contact@outlook.com 1234567890'),(3780,1810,'_shipping_address_index','cbvhfgr ansgdre  99 vnbdgetrw street  Brighton  BN3 2JH GB'),(3781,1811,'_order_key','wc_order_5a1435c8099d7'),(3782,1811,'_customer_user','0'),(3783,1811,'_payment_method','cheque'),(3784,1811,'_payment_method_title','Check payments'),(3785,1811,'_transaction_id',''),(3786,1811,'_customer_ip_address','193.108.32.13'),(3787,1811,'_customer_user_agent','mozilla/5.0 (windows nt 6.3; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(3788,1811,'_created_via','checkout'),(3789,1811,'_date_completed',''),(3790,1811,'_completed_date',''),(3791,1811,'_date_paid',''),(3792,1811,'_paid_date',''),(3793,1811,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(3794,1811,'_billing_first_name','sadxasx'),(3795,1811,'_billing_last_name','asxasx'),(3796,1811,'_billing_company',''),(3797,1811,'_billing_address_1','asxasxAC'),(3798,1811,'_billing_address_2',''),(3799,1811,'_billing_city','Sofia'),(3800,1811,'_billing_state','BG-23'),(3801,1811,'_billing_postcode','1220'),(3802,1811,'_billing_country','BG'),(3803,1811,'_billing_email','DAFsfm@aall.com'),(3804,1811,'_billing_phone','0129938774445'),(3805,1811,'_shipping_first_name','sadxasx'),(3806,1811,'_shipping_last_name','asxasx'),(3807,1811,'_shipping_company',''),(3808,1811,'_shipping_address_1','asxasxAC'),(3809,1811,'_shipping_address_2',''),(3810,1811,'_shipping_city','Sofia'),(3811,1811,'_shipping_state','BG-23'),(3812,1811,'_shipping_postcode','1220'),(3813,1811,'_shipping_country','BG'),(3814,1811,'_order_currency','USD'),(3815,1811,'_cart_discount','0'),(3816,1811,'_cart_discount_tax','0'),(3817,1811,'_order_shipping','0'),(3818,1811,'_order_shipping_tax','0'),(3819,1811,'_order_tax','0'),(3820,1811,'_order_total','40.00'),(3821,1811,'_order_version','3.2.4'),(3822,1811,'_prices_include_tax','no'),(3823,1811,'_billing_address_index','sadxasx asxasx  asxasxAC  Sofia BG-23 1220 BG DAFsfm@aall.com 0129938774445'),(3824,1811,'_shipping_address_index','sadxasx asxasx  asxasxAC  Sofia BG-23 1220 BG'),(3825,1811,'_recorded_sales','yes'),(3826,1811,'_recorded_coupon_usage_counts','yes'),(3827,1811,'_order_stock_reduced','yes'),(3828,1812,'_order_key','wc_order_5a147e9cdb872'),(3829,1812,'_customer_user','0'),(3830,1812,'_payment_method','cheque'),(3831,1812,'_payment_method_title','Check payments'),(3832,1812,'_transaction_id',''),(3833,1812,'_customer_ip_address','47.74.190.228'),(3834,1812,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(3835,1812,'_created_via','checkout'),(3836,1812,'_date_completed',''),(3837,1812,'_completed_date',''),(3838,1812,'_date_paid',''),(3839,1812,'_paid_date',''),(3840,1812,'_cart_hash','0afd1b02e03641d8faaa503bee3fb526'),(3841,1812,'_billing_first_name','weida'),(3842,1812,'_billing_last_name','wu'),(3843,1812,'_billing_company','veeta'),(3844,1812,'_billing_address_1','guangdong'),(3845,1812,'_billing_address_2','guangzhou'),(3846,1812,'_billing_city','guangzhou'),(3847,1812,'_billing_state','CN3'),(3848,1812,'_billing_postcode','510000'),(3849,1812,'_billing_country','CN'),(3850,1812,'_billing_email','admin@wuweida.com'),(3851,1812,'_billing_phone','18407536577'),(3852,1812,'_shipping_first_name','weida'),(3853,1812,'_shipping_last_name','wu'),(3854,1812,'_shipping_company','veeta'),(3855,1812,'_shipping_address_1','guangdong'),(3856,1812,'_shipping_address_2','guangzhou'),(3857,1812,'_shipping_city','guangzhou'),(3858,1812,'_shipping_state','CN3'),(3859,1812,'_shipping_postcode','510000'),(3860,1812,'_shipping_country','CN'),(3861,1812,'_order_currency','USD'),(3862,1812,'_cart_discount','0'),(3863,1812,'_cart_discount_tax','0'),(3864,1812,'_order_shipping','0'),(3865,1812,'_order_shipping_tax','0'),(3866,1812,'_order_tax','0'),(3867,1812,'_order_total','240.00'),(3868,1812,'_order_version','3.2.4'),(3869,1812,'_prices_include_tax','no'),(3870,1812,'_billing_address_index','weida wu veeta guangdong guangzhou guangzhou CN3 510000 CN admin@wuweida.com 18407536577'),(3871,1812,'_shipping_address_index','weida wu veeta guangdong guangzhou guangzhou CN3 510000 CN'),(3872,1812,'_recorded_sales','yes'),(3873,1812,'_recorded_coupon_usage_counts','yes'),(3874,1812,'_order_stock_reduced','yes'),(3875,1813,'_order_key','wc_order_5a149604613d0'),(3876,1813,'_customer_user','0'),(3877,1813,'_payment_method','cheque'),(3878,1813,'_payment_method_title','Check payments'),(3879,1813,'_transaction_id',''),(3880,1813,'_customer_ip_address','84.75.9.194'),(3881,1813,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64; trident/7.0; rv:11.0) like gecko'),(3882,1813,'_created_via','checkout'),(3883,1813,'_date_completed',''),(3884,1813,'_completed_date',''),(3885,1813,'_date_paid',''),(3886,1813,'_paid_date',''),(3887,1813,'_cart_hash','dba51f20ed275b5361a78608fcabac95'),(3888,1813,'_billing_first_name','Peter'),(3889,1813,'_billing_last_name','Beeler'),(3890,1813,'_billing_company',''),(3891,1813,'_billing_address_1','Säliweg 8'),(3892,1813,'_billing_address_2',''),(3893,1813,'_billing_city','Bern'),(3894,1813,'_billing_state','AI'),(3895,1813,'_billing_postcode','4455'),(3896,1813,'_billing_country','CH'),(3897,1813,'_billing_email','pitsch@dott.ch'),(3898,1813,'_billing_phone','455 66 77 88'),(3899,1813,'_shipping_first_name','Peter'),(3900,1813,'_shipping_last_name','Beeler'),(3901,1813,'_shipping_company',''),(3902,1813,'_shipping_address_1','Säliweg 8'),(3903,1813,'_shipping_address_2',''),(3904,1813,'_shipping_city','Bern'),(3905,1813,'_shipping_state','AI'),(3906,1813,'_shipping_postcode','4455'),(3907,1813,'_shipping_country','CH'),(3908,1813,'_order_currency','USD'),(3909,1813,'_cart_discount','0'),(3910,1813,'_cart_discount_tax','0'),(3911,1813,'_order_shipping','0'),(3912,1813,'_order_shipping_tax','0'),(3913,1813,'_order_tax','0'),(3914,1813,'_order_total','39.00'),(3915,1813,'_order_version','3.2.4'),(3916,1813,'_prices_include_tax','no'),(3917,1813,'_billing_address_index','Peter Beeler  Säliweg 8  Bern AI 4455 CH pitsch@dott.ch 455 66 77 88'),(3918,1813,'_shipping_address_index','Peter Beeler  Säliweg 8  Bern AI 4455 CH'),(3919,1813,'_recorded_sales','yes'),(3920,1813,'_recorded_coupon_usage_counts','yes'),(3921,1813,'_order_stock_reduced','yes'),(3922,1814,'_order_key','wc_order_5a14a74744ac3'),(3923,1814,'_customer_user','0'),(3924,1814,'_payment_method','cheque'),(3925,1814,'_payment_method_title','Check payments'),(3926,1814,'_transaction_id',''),(3927,1814,'_customer_ip_address','47.149.91.157'),(3928,1814,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(3929,1814,'_created_via','checkout'),(3930,1814,'_date_completed',''),(3931,1814,'_completed_date',''),(3932,1814,'_date_paid',''),(3933,1814,'_paid_date',''),(3934,1814,'_cart_hash','11feacf37186776c9e67fed1b6ed1472'),(3935,1814,'_billing_first_name','ddw'),(3936,1814,'_billing_last_name','wdwddw'),(3937,1814,'_billing_company','wdwd'),(3938,1814,'_billing_address_1','4654'),(3939,1814,'_billing_address_2',''),(3940,1814,'_billing_city','Albuquerque'),(3941,1814,'_billing_state','NM'),(3942,1814,'_billing_postcode','87109'),(3943,1814,'_billing_country','US'),(3944,1814,'_billing_email','jeremiah@skytideseo.com'),(3945,1814,'_billing_phone','6194939821'),(3946,1814,'_shipping_first_name','ddw'),(3947,1814,'_shipping_last_name','wdwddw'),(3948,1814,'_shipping_company','wdwd'),(3949,1814,'_shipping_address_1','4654'),(3950,1814,'_shipping_address_2',''),(3951,1814,'_shipping_city','Albuquerque'),(3952,1814,'_shipping_state','NM'),(3953,1814,'_shipping_postcode','87109'),(3954,1814,'_shipping_country','US'),(3955,1814,'_order_currency','USD'),(3956,1814,'_cart_discount','0'),(3957,1814,'_cart_discount_tax','0'),(3958,1814,'_order_shipping','0'),(3959,1814,'_order_shipping_tax','0'),(3960,1814,'_order_tax','0'),(3961,1814,'_order_total','164.00'),(3962,1814,'_order_version','3.2.4'),(3963,1814,'_prices_include_tax','no'),(3964,1814,'_billing_address_index','ddw wdwddw wdwd 4654  Albuquerque NM 87109 US jeremiah@skytideseo.com 6194939821'),(3965,1814,'_shipping_address_index','ddw wdwddw wdwd 4654  Albuquerque NM 87109 US'),(3966,1814,'_recorded_sales','yes'),(3967,1814,'_recorded_coupon_usage_counts','yes'),(3968,1814,'_order_stock_reduced','yes'),(3969,1815,'_order_key','wc_order_5a14a90109a96'),(3970,1815,'_customer_user','6733'),(3971,1815,'_payment_method','cheque'),(3972,1815,'_payment_method_title','Check payments'),(3973,1815,'_transaction_id',''),(3974,1815,'_customer_ip_address','47.149.91.157'),(3975,1815,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(3976,1815,'_created_via','checkout'),(3977,1815,'_date_completed',''),(3978,1815,'_completed_date',''),(3979,1815,'_date_paid',''),(3980,1815,'_paid_date',''),(3981,1815,'_cart_hash','20c6c7d97df28b7601802ddf667147f1'),(3982,1815,'_billing_first_name','fsgsfd'),(3983,1815,'_billing_last_name','fdgs'),(3984,1815,'_billing_company','fag'),(3985,1815,'_billing_address_1','fdg'),(3986,1815,'_billing_address_2',''),(3987,1815,'_billing_city','Albuquerque'),(3988,1815,'_billing_state','NM'),(3989,1815,'_billing_postcode','87109'),(3990,1815,'_billing_country','US'),(3991,1815,'_billing_email','jeremiah@skytideseo.com'),(3992,1815,'_billing_phone','6194939821'),(3993,1815,'_shipping_first_name','fsgsfd'),(3994,1815,'_shipping_last_name','fdgs'),(3995,1815,'_shipping_company','fag'),(3996,1815,'_shipping_address_1','fdg'),(3997,1815,'_shipping_address_2',''),(3998,1815,'_shipping_city','Albuquerque'),(3999,1815,'_shipping_state','NM'),(4000,1815,'_shipping_postcode','87109'),(4001,1815,'_shipping_country','US'),(4002,1815,'_order_currency','USD'),(4003,1815,'_cart_discount','0'),(4004,1815,'_cart_discount_tax','0'),(4005,1815,'_order_shipping','0'),(4006,1815,'_order_shipping_tax','0'),(4007,1815,'_order_tax','0'),(4008,1815,'_order_total','89.00'),(4009,1815,'_order_version','3.2.4'),(4010,1815,'_prices_include_tax','no'),(4011,1815,'_billing_address_index','fsgsfd fdgs fag fdg  Albuquerque NM 87109 US jeremiah@skytideseo.com 6194939821'),(4012,1815,'_shipping_address_index','fsgsfd fdgs fag fdg  Albuquerque NM 87109 US'),(4013,1815,'_recorded_sales','yes'),(4014,1815,'_recorded_coupon_usage_counts','yes'),(4015,1815,'_order_stock_reduced','yes'),(4016,1816,'_order_key','wc_order_5a154fed27490'),(4017,1816,'_customer_user','0'),(4018,1816,'_payment_method','cheque'),(4019,1816,'_payment_method_title','Check payments'),(4020,1816,'_transaction_id',''),(4021,1816,'_customer_ip_address','128.0.170.222'),(4022,1816,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; samsung sm-n9208 build/nrd90m) applewebkit/537.36 (khtml, like gecko) samsungbrowser/6.2 chrome/56.0.2924.87 mobile safari/537.36'),(4023,1816,'_created_via','checkout'),(4024,1816,'_date_completed',''),(4025,1816,'_completed_date',''),(4026,1816,'_date_paid',''),(4027,1816,'_paid_date',''),(4028,1816,'_cart_hash','5e51df3ed738abd08c8e6c20e30fa859'),(4029,1816,'_billing_first_name','john'),(4030,1816,'_billing_last_name','douw'),(4031,1816,'_billing_company',''),(4032,1816,'_billing_address_1','tyu'),(4033,1816,'_billing_address_2','12'),(4034,1816,'_billing_city','kirt'),(4035,1816,'_billing_state','kiev'),(4036,1816,'_billing_postcode','01001'),(4037,1816,'_billing_country','UA'),(4038,1816,'_billing_email','etohorosho@gmail.com'),(4039,1816,'_billing_phone','0568562536'),(4040,1816,'_shipping_first_name','john'),(4041,1816,'_shipping_last_name','douw'),(4042,1816,'_shipping_company',''),(4043,1816,'_shipping_address_1','tyu'),(4044,1816,'_shipping_address_2','12'),(4045,1816,'_shipping_city','kirt'),(4046,1816,'_shipping_state','kiev'),(4047,1816,'_shipping_postcode','01001'),(4048,1816,'_shipping_country','UA'),(4049,1816,'_order_currency','USD'),(4050,1816,'_cart_discount','0'),(4051,1816,'_cart_discount_tax','0'),(4052,1816,'_order_shipping','0'),(4053,1816,'_order_shipping_tax','0'),(4054,1816,'_order_tax','0'),(4055,1816,'_order_total','460.00'),(4056,1816,'_order_version','3.2.4'),(4057,1816,'_prices_include_tax','no'),(4058,1816,'_billing_address_index','john douw  tyu 12 kirt kiev 01001 UA etohorosho@gmail.com 0568562536'),(4059,1816,'_shipping_address_index','john douw  tyu 12 kirt kiev 01001 UA'),(4060,1816,'_recorded_sales','yes'),(4061,1816,'_recorded_coupon_usage_counts','yes'),(4062,1816,'_order_stock_reduced','yes'),(4063,1817,'_order_key','wc_order_5a1674458aec0'),(4064,1817,'_customer_user','0'),(4065,1817,'_payment_method','cheque'),(4066,1817,'_payment_method_title','Check payments'),(4067,1817,'_transaction_id',''),(4068,1817,'_customer_ip_address','45.116.232.58'),(4069,1817,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4070,1817,'_created_via','checkout'),(4071,1817,'_date_completed',''),(4072,1817,'_completed_date',''),(4073,1817,'_date_paid',''),(4074,1817,'_paid_date',''),(4075,1817,'_cart_hash','a1584f7e1e20a098f855330186ec0aaa'),(4076,1817,'_billing_first_name','i'),(4077,1817,'_billing_last_name','s'),(4078,1817,'_billing_company','sss'),(4079,1817,'_billing_address_1','kljk'),(4080,1817,'_billing_address_2','kmlkjk'),(4081,1817,'_billing_city','kljjk'),(4082,1817,'_billing_state','SD'),(4083,1817,'_billing_postcode','75200'),(4084,1817,'_billing_country','PK'),(4085,1817,'_billing_email','a@A.com'),(4086,1817,'_billing_phone','8766787'),(4087,1817,'_shipping_first_name','i'),(4088,1817,'_shipping_last_name','s'),(4089,1817,'_shipping_company','sss'),(4090,1817,'_shipping_address_1','kljk'),(4091,1817,'_shipping_address_2','kmlkjk'),(4092,1817,'_shipping_city','kljjk'),(4093,1817,'_shipping_state','SD'),(4094,1817,'_shipping_postcode','75200'),(4095,1817,'_shipping_country','PK'),(4096,1817,'_order_currency','USD'),(4097,1817,'_cart_discount','0'),(4098,1817,'_cart_discount_tax','0'),(4099,1817,'_order_shipping','0'),(4100,1817,'_order_shipping_tax','0'),(4101,1817,'_order_tax','0'),(4102,1817,'_order_total','204.00'),(4103,1817,'_order_version','3.2.4'),(4104,1817,'_prices_include_tax','no'),(4105,1817,'_billing_address_index','i s sss kljk kmlkjk kljjk SD 75200 PK a@A.com 8766787'),(4106,1817,'_shipping_address_index','i s sss kljk kmlkjk kljjk SD 75200 PK'),(4107,1817,'_recorded_sales','yes'),(4108,1817,'_recorded_coupon_usage_counts','yes'),(4109,1817,'_order_stock_reduced','yes'),(4110,1818,'_order_key','wc_order_5a180396bc80f'),(4111,1818,'_customer_user','0'),(4112,1818,'_payment_method','cheque'),(4113,1818,'_payment_method_title','Check payments'),(4114,1818,'_transaction_id',''),(4115,1818,'_customer_ip_address','87.97.64.12'),(4116,1818,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.100 safari/537.36'),(4117,1818,'_created_via','checkout'),(4118,1818,'_date_completed',''),(4119,1818,'_completed_date',''),(4120,1818,'_date_paid',''),(4121,1818,'_paid_date',''),(4122,1818,'_cart_hash','085309dba06a4f064ba436992687e8fc'),(4123,1818,'_billing_first_name','gvg'),(4124,1818,'_billing_last_name','nh h'),(4125,1818,'_billing_company','jnjn'),(4126,1818,'_billing_address_1','kmkm'),(4127,1818,'_billing_address_2',''),(4128,1818,'_billing_city','hhb'),(4129,1818,'_billing_state','BU'),(4130,1818,'_billing_postcode','1123'),(4131,1818,'_billing_country','HU'),(4132,1818,'_billing_email','jungandi@hotmail.com'),(4133,1818,'_billing_phone','44566778899'),(4134,1818,'_shipping_first_name','gvg'),(4135,1818,'_shipping_last_name','nh h'),(4136,1818,'_shipping_company','jnjn'),(4137,1818,'_shipping_address_1','kmkm'),(4138,1818,'_shipping_address_2',''),(4139,1818,'_shipping_city','hhb'),(4140,1818,'_shipping_state','BU'),(4141,1818,'_shipping_postcode','1123'),(4142,1818,'_shipping_country','HU'),(4143,1818,'_order_currency','USD'),(4144,1818,'_cart_discount','0'),(4145,1818,'_cart_discount_tax','0'),(4146,1818,'_order_shipping','0'),(4147,1818,'_order_shipping_tax','0'),(4148,1818,'_order_tax','0'),(4149,1818,'_order_total','80.00'),(4150,1818,'_order_version','3.2.4'),(4151,1818,'_prices_include_tax','no'),(4152,1818,'_billing_address_index','gvg nh h jnjn kmkm  hhb BU 1123 HU jungandi@hotmail.com 44566778899'),(4153,1818,'_shipping_address_index','gvg nh h jnjn kmkm  hhb BU 1123 HU'),(4154,1818,'_recorded_sales','yes'),(4155,1818,'_recorded_coupon_usage_counts','yes'),(4156,1818,'_order_stock_reduced','yes'),(4157,1819,'_order_key','wc_order_5a18a48fd6944'),(4158,1819,'_customer_user','0'),(4159,1819,'_payment_method','paypal'),(4160,1819,'_payment_method_title','PayPal'),(4161,1819,'_transaction_id',''),(4162,1819,'_customer_ip_address','24.247.36.195'),(4163,1819,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4164,1819,'_created_via','checkout'),(4165,1819,'_date_completed',''),(4166,1819,'_completed_date',''),(4167,1819,'_date_paid',''),(4168,1819,'_paid_date',''),(4169,1819,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4170,1819,'_billing_first_name','Alan'),(4171,1819,'_billing_last_name','Estola'),(4172,1819,'_billing_company','ALS COMPUTER SERVICE'),(4173,1819,'_billing_address_1','E5154 Sunset Road'),(4174,1819,'_billing_address_2',''),(4175,1819,'_billing_city','Ironwood'),(4176,1819,'_billing_state','MI'),(4177,1819,'_billing_postcode','49938'),(4178,1819,'_billing_country','US'),(4179,1819,'_billing_email','aestola@alscomputermi.com'),(4180,1819,'_billing_phone','19069320871'),(4181,1819,'_shipping_first_name','Alan'),(4182,1819,'_shipping_last_name','Estola'),(4183,1819,'_shipping_company','ALS COMPUTER SERVICE'),(4184,1819,'_shipping_address_1','E5154 Sunset Road'),(4185,1819,'_shipping_address_2',''),(4186,1819,'_shipping_city','Ironwood'),(4187,1819,'_shipping_state','MI'),(4188,1819,'_shipping_postcode','49938'),(4189,1819,'_shipping_country','US'),(4190,1819,'_order_currency','USD'),(4191,1819,'_cart_discount','0'),(4192,1819,'_cart_discount_tax','0'),(4193,1819,'_order_shipping','0'),(4194,1819,'_order_shipping_tax','0'),(4195,1819,'_order_tax','0'),(4196,1819,'_order_total','40.00'),(4197,1819,'_order_version','3.2.4'),(4198,1819,'_prices_include_tax','no'),(4199,1819,'_billing_address_index','Alan Estola ALS COMPUTER SERVICE E5154 Sunset Road  Ironwood MI 49938 US aestola@alscomputermi.com 19069320871'),(4200,1819,'_shipping_address_index','Alan Estola ALS COMPUTER SERVICE E5154 Sunset Road  Ironwood MI 49938 US'),(4201,1820,'_order_key','wc_order_5a1a92e362c38'),(4202,1820,'_customer_user','0'),(4203,1820,'_payment_method','cheque'),(4204,1820,'_payment_method_title','Check payments'),(4205,1820,'_transaction_id',''),(4206,1820,'_customer_ip_address','93.217.240.242'),(4207,1820,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10.13; rv:58.0) gecko/20100101 firefox/58.0'),(4208,1820,'_created_via','checkout'),(4209,1820,'_date_completed',''),(4210,1820,'_completed_date',''),(4211,1820,'_date_paid',''),(4212,1820,'_paid_date',''),(4213,1820,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4214,1820,'_billing_first_name','jdfgjdfk'),(4215,1820,'_billing_last_name','jdfkljkls'),(4216,1820,'_billing_company',''),(4217,1820,'_billing_address_1','google 1'),(4218,1820,'_billing_address_2',''),(4219,1820,'_billing_city','rotownn'),(4220,1820,'_billing_state',''),(4221,1820,'_billing_postcode','83022'),(4222,1820,'_billing_country','DE'),(4223,1820,'_billing_email','nindingd@dfjgfd.de'),(4224,1820,'_billing_phone','0000'),(4225,1820,'_shipping_first_name','jdfgjdfk'),(4226,1820,'_shipping_last_name','jdfkljkls'),(4227,1820,'_shipping_company',''),(4228,1820,'_shipping_address_1','google 1'),(4229,1820,'_shipping_address_2',''),(4230,1820,'_shipping_city','rotownn'),(4231,1820,'_shipping_state',''),(4232,1820,'_shipping_postcode','83022'),(4233,1820,'_shipping_country','DE'),(4234,1820,'_order_currency','USD'),(4235,1820,'_cart_discount','0'),(4236,1820,'_cart_discount_tax','0'),(4237,1820,'_order_shipping','0'),(4238,1820,'_order_shipping_tax','0'),(4239,1820,'_order_tax','0'),(4240,1820,'_order_total','40.00'),(4241,1820,'_order_version','3.2.4'),(4242,1820,'_prices_include_tax','no'),(4243,1820,'_billing_address_index','jdfgjdfk jdfkljkls  google 1  rotownn  83022 DE nindingd@dfjgfd.de 0000'),(4244,1820,'_shipping_address_index','jdfgjdfk jdfkljkls  google 1  rotownn  83022 DE'),(4245,1820,'_recorded_sales','yes'),(4246,1820,'_recorded_coupon_usage_counts','yes'),(4247,1820,'_order_stock_reduced','yes'),(4248,1821,'_order_key','wc_order_5a1acf9d8218a'),(4249,1821,'_customer_user','0'),(4250,1821,'_payment_method','cheque'),(4251,1821,'_payment_method_title','Check payments'),(4252,1821,'_transaction_id',''),(4253,1821,'_customer_ip_address','37.57.35.162'),(4254,1821,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4255,1821,'_created_via','checkout'),(4256,1821,'_date_completed',''),(4257,1821,'_completed_date',''),(4258,1821,'_date_paid',''),(4259,1821,'_paid_date',''),(4260,1821,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4261,1821,'_billing_first_name','sgf'),(4262,1821,'_billing_last_name','dfgdfg'),(4263,1821,'_billing_company',''),(4264,1821,'_billing_address_1','dfgdfg, 14'),(4265,1821,'_billing_address_2',''),(4266,1821,'_billing_city','dfgdfg'),(4267,1821,'_billing_state','dfgdfg'),(4268,1821,'_billing_postcode','5345345'),(4269,1821,'_billing_country','UA'),(4270,1821,'_billing_email','dusicheg@gmail.com'),(4271,1821,'_billing_phone','56780998765'),(4272,1821,'_shipping_first_name','sgf'),(4273,1821,'_shipping_last_name','dfgdfg'),(4274,1821,'_shipping_company',''),(4275,1821,'_shipping_address_1','dfgdfg, 14'),(4276,1821,'_shipping_address_2',''),(4277,1821,'_shipping_city','dfgdfg'),(4278,1821,'_shipping_state','dfgdfg'),(4279,1821,'_shipping_postcode','5345345'),(4280,1821,'_shipping_country','UA'),(4281,1821,'_order_currency','USD'),(4282,1821,'_cart_discount','0'),(4283,1821,'_cart_discount_tax','0'),(4284,1821,'_order_shipping','0'),(4285,1821,'_order_shipping_tax','0'),(4286,1821,'_order_tax','0'),(4287,1821,'_order_total','40.00'),(4288,1821,'_order_version','3.2.4'),(4289,1821,'_prices_include_tax','no'),(4290,1821,'_billing_address_index','sgf dfgdfg  dfgdfg, 14  dfgdfg dfgdfg 5345345 UA dusicheg@gmail.com 56780998765'),(4291,1821,'_shipping_address_index','sgf dfgdfg  dfgdfg, 14  dfgdfg dfgdfg 5345345 UA'),(4292,1821,'_recorded_sales','yes'),(4293,1821,'_recorded_coupon_usage_counts','yes'),(4294,1821,'_order_stock_reduced','yes'),(4295,1822,'_order_key','wc_order_5a1c8e3660273'),(4296,1822,'_customer_user','0'),(4297,1822,'_payment_method','paypal'),(4298,1822,'_payment_method_title','PayPal'),(4299,1822,'_transaction_id',''),(4300,1822,'_customer_ip_address','109.57.156.104'),(4301,1822,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_0_3 like mac os x) applewebkit/604.1.38 (khtml, like gecko) version/11.0 mobile/15a432 safari/604.1'),(4302,1822,'_created_via','checkout'),(4303,1822,'_date_completed',''),(4304,1822,'_completed_date',''),(4305,1822,'_date_paid',''),(4306,1822,'_paid_date',''),(4307,1822,'_cart_hash','694ec41cabe4101b15ae807f1696a4b9'),(4308,1822,'_billing_first_name','Martin'),(4309,1822,'_billing_last_name','Reimer'),(4310,1822,'_billing_company','Ecel'),(4311,1822,'_billing_address_1','Algade 47'),(4312,1822,'_billing_address_2',''),(4313,1822,'_billing_city','Nykøbing Sj'),(4314,1822,'_billing_state',''),(4315,1822,'_billing_postcode','4500'),(4316,1822,'_billing_country','DK'),(4317,1822,'_billing_email','mr@ec-el.dk'),(4318,1822,'_billing_phone','12121212'),(4319,1822,'_shipping_first_name','Martin'),(4320,1822,'_shipping_last_name','Reimer'),(4321,1822,'_shipping_company','Ecel'),(4322,1822,'_shipping_address_1','Algade 47'),(4323,1822,'_shipping_address_2',''),(4324,1822,'_shipping_city','Nykøbing Sj'),(4325,1822,'_shipping_state',''),(4326,1822,'_shipping_postcode','4500'),(4327,1822,'_shipping_country','DK'),(4328,1822,'_order_currency','USD'),(4329,1822,'_cart_discount','0'),(4330,1822,'_cart_discount_tax','0'),(4331,1822,'_order_shipping','0'),(4332,1822,'_order_shipping_tax','0'),(4333,1822,'_order_tax','0'),(4334,1822,'_order_total','320.00'),(4335,1822,'_order_version','3.2.4'),(4336,1822,'_prices_include_tax','no'),(4337,1822,'_billing_address_index','Martin Reimer Ecel Algade 47  Nykøbing Sj  4500 DK mr@ec-el.dk 12121212'),(4338,1822,'_shipping_address_index','Martin Reimer Ecel Algade 47  Nykøbing Sj  4500 DK'),(4339,1831,'_order_key','wc_order_5a2123ce365f0'),(4340,1831,'_customer_user','6746'),(4341,1831,'_payment_method','paypal'),(4342,1831,'_payment_method_title','PayPal'),(4343,1831,'_transaction_id',''),(4344,1831,'_customer_ip_address','2.152.178.117'),(4345,1831,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4346,1831,'_created_via','checkout'),(4347,1831,'_date_completed',''),(4348,1831,'_completed_date',''),(4349,1831,'_date_paid',''),(4350,1831,'_paid_date',''),(4351,1831,'_cart_hash','dba51f20ed275b5361a78608fcabac95'),(4352,1831,'_billing_first_name','Albert'),(4353,1831,'_billing_last_name','Sanleandro'),(4354,1831,'_billing_company',''),(4355,1831,'_billing_address_1','c/ comte borrell'),(4356,1831,'_billing_address_2',''),(4357,1831,'_billing_city','barcelona'),(4358,1831,'_billing_state','B'),(4359,1831,'_billing_postcode','08005'),(4360,1831,'_billing_country','ES'),(4361,1831,'_billing_email','albert@honestbarcelona.com'),(4362,1831,'_billing_phone','657483929'),(4363,1831,'_shipping_first_name','Albert'),(4364,1831,'_shipping_last_name','Sanleandro'),(4365,1831,'_shipping_company',''),(4366,1831,'_shipping_address_1','c/ comte borrell'),(4367,1831,'_shipping_address_2',''),(4368,1831,'_shipping_city','barcelona'),(4369,1831,'_shipping_state','B'),(4370,1831,'_shipping_postcode','08005'),(4371,1831,'_shipping_country','ES'),(4372,1831,'_order_currency','USD'),(4373,1831,'_cart_discount','0'),(4374,1831,'_cart_discount_tax','0'),(4375,1831,'_order_shipping','0'),(4376,1831,'_order_shipping_tax','0'),(4377,1831,'_order_tax','0'),(4378,1831,'_order_total','39.00'),(4379,1831,'_order_version','3.2.5'),(4380,1831,'_prices_include_tax','no'),(4381,1831,'_billing_address_index','Albert Sanleandro  c/ comte borrell  barcelona B 08005 ES albert@honestbarcelona.com 657483929'),(4382,1831,'_shipping_address_index','Albert Sanleandro  c/ comte borrell  barcelona B 08005 ES'),(4383,1832,'_order_key','wc_order_5a23b63099a30'),(4384,1832,'_customer_user','0'),(4385,1832,'_payment_method','paypal'),(4386,1832,'_payment_method_title','PayPal'),(4387,1832,'_transaction_id',''),(4388,1832,'_customer_ip_address','173.239.195.169'),(4389,1832,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4390,1832,'_created_via','checkout'),(4391,1832,'_date_completed',''),(4392,1832,'_completed_date',''),(4393,1832,'_date_paid',''),(4394,1832,'_paid_date',''),(4395,1832,'_cart_hash','e41fc1c78a95f75f1e8b71c59f82eafe'),(4396,1832,'_billing_first_name','Test'),(4397,1832,'_billing_last_name','Test'),(4398,1832,'_billing_company',''),(4399,1832,'_billing_address_1','1231 212nd PL SE'),(4400,1832,'_billing_address_2',''),(4401,1832,'_billing_city','Seattle'),(4402,1832,'_billing_state','WA'),(4403,1832,'_billing_postcode','98031'),(4404,1832,'_billing_country','US'),(4405,1832,'_billing_email','a@a.com'),(4406,1832,'_billing_phone','123-234-5678'),(4407,1832,'_shipping_first_name','Test'),(4408,1832,'_shipping_last_name','Test'),(4409,1832,'_shipping_company',''),(4410,1832,'_shipping_address_1','1231 212nd PL SE'),(4411,1832,'_shipping_address_2',''),(4412,1832,'_shipping_city','Seattle'),(4413,1832,'_shipping_state','WA'),(4414,1832,'_shipping_postcode','98031'),(4415,1832,'_shipping_country','US'),(4416,1832,'_order_currency','USD'),(4417,1832,'_cart_discount','0'),(4418,1832,'_cart_discount_tax','0'),(4419,1832,'_order_shipping','0'),(4420,1832,'_order_shipping_tax','0'),(4421,1832,'_order_tax','0'),(4422,1832,'_order_total','230.00'),(4423,1832,'_order_version','3.2.5'),(4424,1832,'_prices_include_tax','no'),(4425,1832,'_billing_address_index','Test Test  1231 212nd PL SE  Seattle WA 98031 US a@a.com 123-234-5678'),(4426,1832,'_shipping_address_index','Test Test  1231 212nd PL SE  Seattle WA 98031 US'),(4427,1833,'_order_key','wc_order_5a25500dbdbbd'),(4428,1833,'_customer_user','6751'),(4429,1833,'_payment_method','paypal'),(4430,1833,'_payment_method_title','PayPal'),(4431,1833,'_transaction_id',''),(4432,1833,'_customer_ip_address','202.142.172.2'),(4433,1833,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4434,1833,'_created_via','checkout'),(4435,1833,'_date_completed',''),(4436,1833,'_completed_date',''),(4437,1833,'_date_paid',''),(4438,1833,'_paid_date',''),(4439,1833,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4440,1833,'_billing_first_name','waqas'),(4441,1833,'_billing_last_name','shoukat'),(4442,1833,'_billing_company','onewood'),(4443,1833,'_billing_address_1','adasdad'),(4444,1833,'_billing_address_2','adadad'),(4445,1833,'_billing_city','zxccssad'),(4446,1833,'_billing_state','IS'),(4447,1833,'_billing_postcode','SDASDAD'),(4448,1833,'_billing_country','PK'),(4449,1833,'_billing_email','waqasshoukat914@gmail.com'),(4450,1833,'_billing_phone','454644646456'),(4451,1833,'_shipping_first_name','waqas'),(4452,1833,'_shipping_last_name','shoukat'),(4453,1833,'_shipping_company','onewood'),(4454,1833,'_shipping_address_1','adasdad'),(4455,1833,'_shipping_address_2','adadad'),(4456,1833,'_shipping_city','zxccssad'),(4457,1833,'_shipping_state','IS'),(4458,1833,'_shipping_postcode','sdasdad'),(4459,1833,'_shipping_country','PK'),(4460,1833,'_order_currency','USD'),(4461,1833,'_cart_discount','0'),(4462,1833,'_cart_discount_tax','0'),(4463,1833,'_order_shipping','0'),(4464,1833,'_order_shipping_tax','0'),(4465,1833,'_order_tax','0'),(4466,1833,'_order_total','40.00'),(4467,1833,'_order_version','3.2.5'),(4468,1833,'_prices_include_tax','no'),(4469,1833,'_billing_address_index','waqas shoukat onewood adasdad adadad zxccssad IS SDASDAD PK waqasshoukat914@gmail.com 454644646456'),(4470,1833,'_shipping_address_index','waqas shoukat onewood adasdad adadad zxccssad IS sdasdad PK'),(4471,1836,'_order_key','wc_order_5a2e5a02bbab2'),(4472,1836,'_customer_user','0'),(4473,1836,'_payment_method','paypal'),(4474,1836,'_payment_method_title','PayPal'),(4475,1836,'_transaction_id',''),(4476,1836,'_customer_ip_address','2804:d45:41ab:1a00:90ee:2cee:89ff:664e'),(4477,1836,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4478,1836,'_created_via','checkout'),(4479,1836,'_date_completed',''),(4480,1836,'_completed_date',''),(4481,1836,'_date_paid',''),(4482,1836,'_paid_date',''),(4483,1836,'_cart_hash','00c2d26b90d67ee7ce34f572d9acb950'),(4484,1836,'_billing_first_name','t'),(4485,1836,'_billing_last_name','t'),(4486,1836,'_billing_company',''),(4487,1836,'_billing_address_1','t'),(4488,1836,'_billing_address_2',''),(4489,1836,'_billing_city','t'),(4490,1836,'_billing_state',''),(4491,1836,'_billing_postcode','59840'),(4492,1836,'_billing_country','FR'),(4493,1836,'_billing_email','t@free.fr'),(4494,1836,'_billing_phone','0320224569'),(4495,1836,'_shipping_first_name','t'),(4496,1836,'_shipping_last_name','t'),(4497,1836,'_shipping_company',''),(4498,1836,'_shipping_address_1','t'),(4499,1836,'_shipping_address_2',''),(4500,1836,'_shipping_city','t'),(4501,1836,'_shipping_state',''),(4502,1836,'_shipping_postcode','59840'),(4503,1836,'_shipping_country','FR'),(4504,1836,'_order_currency','USD'),(4505,1836,'_cart_discount','0'),(4506,1836,'_cart_discount_tax','0'),(4507,1836,'_order_shipping','0'),(4508,1836,'_order_shipping_tax','0'),(4509,1836,'_order_tax','0'),(4510,1836,'_order_total','29.00'),(4511,1836,'_order_version','3.2.5'),(4512,1836,'_prices_include_tax','no'),(4513,1836,'_billing_address_index','t t  t  t  59840 FR t@free.fr 0320224569'),(4514,1836,'_shipping_address_index','t t  t  t  59840 FR'),(4515,1823,'_order_key','wc_order_5a1d00feb49b1'),(4516,1823,'_customer_user','0'),(4517,1823,'_payment_method','cheque'),(4518,1823,'_payment_method_title','Check payments'),(4519,1823,'_transaction_id',''),(4520,1823,'_customer_ip_address','103.255.5.79'),(4521,1823,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(4522,1823,'_created_via','checkout'),(4523,1823,'_date_completed',''),(4524,1823,'_completed_date',''),(4525,1823,'_date_paid',''),(4526,1823,'_paid_date',''),(4527,1823,'_cart_hash','00c2d26b90d67ee7ce34f572d9acb950'),(4528,1823,'_billing_first_name','A'),(4529,1823,'_billing_last_name','U'),(4530,1823,'_billing_company','B'),(4531,1823,'_billing_address_1','BB'),(4532,1823,'_billing_address_2',''),(4533,1823,'_billing_city','la'),(4534,1823,'_billing_state','PB'),(4535,1823,'_billing_postcode','54000'),(4536,1823,'_billing_country','PK'),(4537,1823,'_billing_email','a@gmail.com'),(4538,1823,'_billing_phone','0333'),(4539,1823,'_shipping_first_name','A'),(4540,1823,'_shipping_last_name','U'),(4541,1823,'_shipping_company','B'),(4542,1823,'_shipping_address_1','BB'),(4543,1823,'_shipping_address_2',''),(4544,1823,'_shipping_city','la'),(4545,1823,'_shipping_state','PB'),(4546,1823,'_shipping_postcode','54000'),(4547,1823,'_shipping_country','PK'),(4548,1823,'_order_currency','USD'),(4549,1823,'_cart_discount','0'),(4550,1823,'_cart_discount_tax','0'),(4551,1823,'_order_shipping','0'),(4552,1823,'_order_shipping_tax','0'),(4553,1823,'_order_tax','0'),(4554,1823,'_order_total','29.00'),(4555,1823,'_order_version','3.2.4'),(4556,1823,'_prices_include_tax','no'),(4557,1823,'_billing_address_index','A U B BB  la PB 54000 PK a@gmail.com 0333'),(4558,1823,'_shipping_address_index','A U B BB  la PB 54000 PK'),(4559,1823,'_recorded_sales','yes'),(4560,1823,'_recorded_coupon_usage_counts','yes'),(4561,1823,'_order_stock_reduced','yes'),(4562,1824,'_order_key','wc_order_5a1d3357efcdd'),(4563,1824,'_customer_user','6734'),(4564,1824,'_payment_method','cheque'),(4565,1824,'_payment_method_title','Check payments'),(4566,1824,'_transaction_id',''),(4567,1824,'_customer_ip_address','39.44.72.57'),(4568,1824,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4569,1824,'_created_via','checkout'),(4570,1824,'_date_completed',''),(4571,1824,'_completed_date',''),(4572,1824,'_date_paid',''),(4573,1824,'_paid_date',''),(4574,1824,'_cart_hash','00bd0c0d658be5472799193ef52bd586'),(4575,1824,'_billing_first_name','s'),(4576,1824,'_billing_last_name','s'),(4577,1824,'_billing_company',''),(4578,1824,'_billing_address_1','dfdf'),(4579,1824,'_billing_address_2',''),(4580,1824,'_billing_city','Karachi'),(4581,1824,'_billing_state','SD'),(4582,1824,'_billing_postcode','76000'),(4583,1824,'_billing_country','PK'),(4584,1824,'_billing_email','iii101@hotmail.com'),(4585,1824,'_billing_phone','86655384'),(4586,1824,'_shipping_first_name','s'),(4587,1824,'_shipping_last_name','s'),(4588,1824,'_shipping_company',''),(4589,1824,'_shipping_address_1','dfdf'),(4590,1824,'_shipping_address_2',''),(4591,1824,'_shipping_city','Karachi'),(4592,1824,'_shipping_state','SD'),(4593,1824,'_shipping_postcode','76000'),(4594,1824,'_shipping_country','PK'),(4595,1824,'_order_currency','USD'),(4596,1824,'_cart_discount','0'),(4597,1824,'_cart_discount_tax','0'),(4598,1824,'_order_shipping','0'),(4599,1824,'_order_shipping_tax','0'),(4600,1824,'_order_tax','0'),(4601,1824,'_order_total','379.00'),(4602,1824,'_order_version','3.2.4'),(4603,1824,'_prices_include_tax','no'),(4604,1824,'_billing_address_index','s s  dfdf  Karachi SD 76000 PK iii101@hotmail.com 86655384'),(4605,1824,'_shipping_address_index','s s  dfdf  Karachi SD 76000 PK'),(4606,1824,'_recorded_sales','yes'),(4607,1824,'_recorded_coupon_usage_counts','yes'),(4608,1824,'_order_stock_reduced','yes'),(4609,1826,'_order_key','wc_order_5a1ecf37b5a3f'),(4610,1826,'_customer_user','0'),(4611,1826,'_payment_method','cheque'),(4612,1826,'_payment_method_title','Check payments'),(4613,1826,'_transaction_id',''),(4614,1826,'_customer_ip_address','50.116.51.227'),(4615,1826,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4616,1826,'_created_via','checkout'),(4617,1826,'_date_completed',''),(4618,1826,'_completed_date',''),(4619,1826,'_date_paid',''),(4620,1826,'_paid_date',''),(4621,1826,'_cart_hash','dfaf0d7cd72362513bc6040263f64ac1'),(4622,1826,'_billing_first_name','fffew'),(4623,1826,'_billing_last_name','rewrwer'),(4624,1826,'_billing_company',''),(4625,1826,'_billing_address_1','erwrewr'),(4626,1826,'_billing_address_2','rwerwerwer'),(4627,1826,'_billing_city','rwerwerwr'),(4628,1826,'_billing_state','AK'),(4629,1826,'_billing_postcode','22203'),(4630,1826,'_billing_country','US'),(4631,1826,'_billing_email','aradhady@gmeeail.com'),(4632,1826,'_billing_phone','02112233321'),(4633,1826,'_shipping_first_name',''),(4634,1826,'_shipping_last_name',''),(4635,1826,'_shipping_company',''),(4636,1826,'_shipping_address_1',''),(4637,1826,'_shipping_address_2',''),(4638,1826,'_shipping_city',''),(4639,1826,'_shipping_state',''),(4640,1826,'_shipping_postcode',''),(4641,1826,'_shipping_country',''),(4642,1826,'_order_currency','USD'),(4643,1826,'_cart_discount','0'),(4644,1826,'_cart_discount_tax','0'),(4645,1826,'_order_shipping','0'),(4646,1826,'_order_shipping_tax','0'),(4647,1826,'_order_tax','0'),(4648,1826,'_order_total','170.00'),(4649,1826,'_order_version','3.2.5'),(4650,1826,'_prices_include_tax','no'),(4651,1826,'_billing_address_index','fffew rewrwer  erwrewr rwerwerwer rwerwerwr AK 22203 US aradhady@gmeeail.com 02112233321'),(4652,1826,'_shipping_address_index','        '),(4653,1826,'_recorded_sales','yes'),(4654,1826,'_recorded_coupon_usage_counts','yes'),(4655,1826,'_order_stock_reduced','yes'),(4656,1827,'_order_key','wc_order_5a20108c71569'),(4657,1827,'_customer_user','0'),(4658,1827,'_payment_method','cheque'),(4659,1827,'_payment_method_title','Check payments'),(4660,1827,'_transaction_id',''),(4661,1827,'_customer_ip_address','186.170.144.210'),(4662,1827,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(4663,1827,'_created_via','checkout'),(4664,1827,'_date_completed',''),(4665,1827,'_completed_date',''),(4666,1827,'_date_paid',''),(4667,1827,'_paid_date',''),(4668,1827,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4669,1827,'_billing_first_name','dfgdgsdfg'),(4670,1827,'_billing_last_name','dfgdsgsdfgdsfg'),(4671,1827,'_billing_company','dgdgdsgsdfg'),(4672,1827,'_billing_address_1','dgsdgsdg sd gsdg sdg'),(4673,1827,'_billing_address_2','sdfg sdf sdfg ds'),(4674,1827,'_billing_city','dsfg dsgdsgdsg dgdsfg'),(4675,1827,'_billing_state','sdgdgsdgdfgsdfgsd sd sdfg'),(4676,1827,'_billing_postcode',''),(4677,1827,'_billing_country','CO'),(4678,1827,'_billing_email','blancomj5@gmail.com'),(4679,1827,'_billing_phone','3107418731'),(4680,1827,'_shipping_first_name','dfgdgsdfg'),(4681,1827,'_shipping_last_name','dfgdsgsdfgdsfg'),(4682,1827,'_shipping_company','dgdgdsgsdfg'),(4683,1827,'_shipping_address_1','dgsdgsdg sd gsdg sdg'),(4684,1827,'_shipping_address_2','sdfg sdf sdfg ds'),(4685,1827,'_shipping_city','dsfg dsgdsgdsg dgdsfg'),(4686,1827,'_shipping_state','sdgdgsdgdfgsdfgsd sd sdfg'),(4687,1827,'_shipping_postcode',''),(4688,1827,'_shipping_country','CO'),(4689,1827,'_order_currency','USD'),(4690,1827,'_cart_discount','0'),(4691,1827,'_cart_discount_tax','0'),(4692,1827,'_order_shipping','0'),(4693,1827,'_order_shipping_tax','0'),(4694,1827,'_order_tax','0'),(4695,1827,'_order_total','40.00'),(4696,1827,'_order_version','3.2.5'),(4697,1827,'_prices_include_tax','no'),(4698,1827,'_billing_address_index','dfgdgsdfg dfgdsgsdfgdsfg dgdgdsgsdfg dgsdgsdg sd gsdg sdg sdfg sdf sdfg ds dsfg dsgdsgdsg dgdsfg sdgdgsdgdfgsdfgsd sd sdfg  CO blancomj5@gmail.com 3107418731'),(4699,1827,'_shipping_address_index','dfgdgsdfg dfgdsgsdfgdsfg dgdgdsgsdfg dgsdgsdg sd gsdg sdg sdfg sdf sdfg ds dsfg dsgdsgdsg dgdsfg sdgdgsdgdfgsdfgsd sd sdfg  CO'),(4700,1827,'_recorded_sales','yes'),(4701,1827,'_recorded_coupon_usage_counts','yes'),(4702,1827,'_order_stock_reduced','yes'),(4703,1828,'_order_key','wc_order_5a203c9dc1d20'),(4704,1828,'_customer_user','6744'),(4705,1828,'_payment_method','cheque'),(4706,1828,'_payment_method_title','Check payments'),(4707,1828,'_transaction_id',''),(4708,1828,'_customer_ip_address','2a02:2f0c:5060:5b:3441:db1c:4123:6e'),(4709,1828,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; rv:57.0) gecko/20100101 firefox/57.0'),(4710,1828,'_created_via','checkout'),(4711,1828,'_date_completed',''),(4712,1828,'_completed_date',''),(4713,1828,'_date_paid',''),(4714,1828,'_paid_date',''),(4715,1828,'_cart_hash','b1f6cecbd63e06ef4a3b6852df29a423'),(4716,1828,'_billing_first_name','Darius'),(4717,1828,'_billing_last_name','Astsdtr'),(4718,1828,'_billing_company','hggwye'),(4719,1828,'_billing_address_1','Heluirkas nr 62'),(4720,1828,'_billing_address_2','ap 67'),(4721,1828,'_billing_city','Bucharest'),(4722,1828,'_billing_state','B'),(4723,1828,'_billing_postcode','062021'),(4724,1828,'_billing_country','RO'),(4725,1828,'_billing_email','cursuri.html5@gmail.com'),(4726,1828,'_billing_phone','021478247'),(4727,1828,'_shipping_first_name','Darius'),(4728,1828,'_shipping_last_name','Astsdtr'),(4729,1828,'_shipping_company','hggwye'),(4730,1828,'_shipping_address_1','Heluirkas nr 62'),(4731,1828,'_shipping_address_2','ap 67'),(4732,1828,'_shipping_city','Bucharest'),(4733,1828,'_shipping_state','B'),(4734,1828,'_shipping_postcode','062021'),(4735,1828,'_shipping_country','RO'),(4736,1828,'_order_currency','USD'),(4737,1828,'_cart_discount','0'),(4738,1828,'_cart_discount_tax','0'),(4739,1828,'_order_shipping','0'),(4740,1828,'_order_shipping_tax','0'),(4741,1828,'_order_tax','0'),(4742,1828,'_order_total','75.00'),(4743,1828,'_order_version','3.2.5'),(4744,1828,'_prices_include_tax','no'),(4745,1828,'_billing_address_index','Darius Astsdtr hggwye Heluirkas nr 62 ap 67 Bucharest B 062021 RO cursuri.html5@gmail.com 021478247'),(4746,1828,'_shipping_address_index','Darius Astsdtr hggwye Heluirkas nr 62 ap 67 Bucharest B 062021 RO'),(4747,1828,'_recorded_sales','yes'),(4748,1828,'_recorded_coupon_usage_counts','yes'),(4749,1828,'_order_stock_reduced','yes'),(4750,1829,'_order_key','wc_order_5a203e09a0568'),(4751,1829,'_customer_user','6744'),(4752,1829,'_payment_method','cheque'),(4753,1829,'_payment_method_title','Check payments'),(4754,1829,'_transaction_id',''),(4755,1829,'_customer_ip_address','2a02:2f0c:5060:5b:3441:db1c:4123:6e'),(4756,1829,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; rv:57.0) gecko/20100101 firefox/57.0'),(4757,1829,'_created_via','checkout'),(4758,1829,'_date_completed',''),(4759,1829,'_completed_date',''),(4760,1829,'_date_paid',''),(4761,1829,'_paid_date',''),(4762,1829,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4763,1829,'_billing_first_name','Manea'),(4764,1829,'_billing_last_name','George'),(4765,1829,'_billing_company','hggwye'),(4766,1829,'_billing_address_1','nr 62 Japonia'),(4767,1829,'_billing_address_2','ap 67'),(4768,1829,'_billing_city','Bucharest'),(4769,1829,'_billing_state','B'),(4770,1829,'_billing_postcode','062021'),(4771,1829,'_billing_country','RO'),(4772,1829,'_billing_email','cursuri.html5@gmail.com'),(4773,1829,'_billing_phone','021478247'),(4774,1829,'_shipping_first_name','Manea'),(4775,1829,'_shipping_last_name','George'),(4776,1829,'_shipping_company','hggwye'),(4777,1829,'_shipping_address_1','nr 62 Japonia'),(4778,1829,'_shipping_address_2','ap 67'),(4779,1829,'_shipping_city','Bucharest'),(4780,1829,'_shipping_state','B'),(4781,1829,'_shipping_postcode','062021'),(4782,1829,'_shipping_country','RO'),(4783,1829,'_order_currency','USD'),(4784,1829,'_cart_discount','0'),(4785,1829,'_cart_discount_tax','0'),(4786,1829,'_order_shipping','0'),(4787,1829,'_order_shipping_tax','0'),(4788,1829,'_order_tax','0'),(4789,1829,'_order_total','40.00'),(4790,1829,'_order_version','3.2.5'),(4791,1829,'_prices_include_tax','no'),(4792,1829,'_billing_address_index','Manea George hggwye nr 62 Japonia ap 67 Bucharest B 062021 RO cursuri.html5@gmail.com 021478247'),(4793,1829,'_shipping_address_index','Manea George hggwye nr 62 Japonia ap 67 Bucharest B 062021 RO'),(4794,1829,'_recorded_sales','yes'),(4795,1829,'_recorded_coupon_usage_counts','yes'),(4796,1829,'_order_stock_reduced','yes'),(4797,1830,'_order_key','wc_order_5a210e57243d8'),(4798,1830,'_customer_user','6745'),(4799,1830,'_payment_method','cheque'),(4800,1830,'_payment_method_title','Check payments'),(4801,1830,'_transaction_id',''),(4802,1830,'_customer_ip_address','41.250.141.31'),(4803,1830,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4804,1830,'_created_via','checkout'),(4805,1830,'_date_completed',''),(4806,1830,'_completed_date',''),(4807,1830,'_date_paid',''),(4808,1830,'_paid_date',''),(4809,1830,'_cart_hash','c42d0612e390fd378afcc35582ac0379'),(4810,1830,'_billing_first_name','McKenzie'),(4811,1830,'_billing_last_name','Maynard'),(4812,1830,'_billing_company','Hardin and Morton Associates'),(4813,1830,'_billing_address_1','776 Second Court'),(4814,1830,'_billing_address_2','Repudiandae ut eum exercitation sed rerum magna qui voluptatum aliqua Laboriosam quam aliqua Corrupti et sunt quasi culpa magna error'),(4815,1830,'_billing_city','Numquam sint enim est unde nisi similique velit et'),(4816,1830,'_billing_state','Ut nemo adipisicing voluptatem Dicta pariatur'),(4817,1830,'_billing_postcode','64254'),(4818,1830,'_billing_country','GI'),(4819,1830,'_billing_email','zibelibati@yahoo.com'),(4820,1830,'_billing_phone','+745-83-6097833'),(4821,1830,'_shipping_first_name','McKenzie'),(4822,1830,'_shipping_last_name','Maynard'),(4823,1830,'_shipping_company','Hardin and Morton Associates'),(4824,1830,'_shipping_address_1','776 Second Court'),(4825,1830,'_shipping_address_2','Repudiandae ut eum exercitation sed rerum magna qui voluptatum aliqua Laboriosam quam aliqua Corrupti et sunt quasi culpa magna error'),(4826,1830,'_shipping_city','Numquam sint enim est unde nisi similique velit et'),(4827,1830,'_shipping_state','Ut nemo adipisicing voluptatem Dicta pariatur'),(4828,1830,'_shipping_postcode','64254'),(4829,1830,'_shipping_country','GI'),(4830,1830,'_order_currency','USD'),(4831,1830,'_cart_discount','0'),(4832,1830,'_cart_discount_tax','0'),(4833,1830,'_order_shipping','0'),(4834,1830,'_order_shipping_tax','0'),(4835,1830,'_order_tax','0'),(4836,1830,'_order_total','445.00'),(4837,1830,'_order_version','3.2.5'),(4838,1830,'_prices_include_tax','no'),(4839,1830,'_billing_address_index','McKenzie Maynard Hardin and Morton Associates 776 Second Court Repudiandae ut eum exercitation sed rerum magna qui voluptatum aliqua Laboriosam quam aliqua Corrupti et sunt quasi culpa magna error Numquam sint enim est unde nisi similique velit et Ut nemo adipisicing voluptatem Dicta pariatur 64254 GI zibelibati@yahoo.com +745-83-6097833'),(4840,1830,'_shipping_address_index','McKenzie Maynard Hardin and Morton Associates 776 Second Court Repudiandae ut eum exercitation sed rerum magna qui voluptatum aliqua Laboriosam quam aliqua Corrupti et sunt quasi culpa magna error Numquam sint enim est unde nisi similique velit et Ut nemo adipisicing voluptatem Dicta pariatur 64254 GI'),(4841,1830,'_recorded_sales','yes'),(4842,1830,'_recorded_coupon_usage_counts','yes'),(4843,1830,'_order_stock_reduced','yes'),(4844,1834,'_order_key','wc_order_5a278c89a26c8'),(4845,1834,'_customer_user','0'),(4846,1834,'_payment_method','cheque'),(4847,1834,'_payment_method_title','Check payments'),(4848,1834,'_transaction_id',''),(4849,1834,'_customer_ip_address','183.82.101.58'),(4850,1834,'_customer_user_agent','mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4851,1834,'_created_via','checkout'),(4852,1834,'_date_completed',''),(4853,1834,'_completed_date',''),(4854,1834,'_date_paid',''),(4855,1834,'_paid_date',''),(4856,1834,'_cart_hash','f881c780c6879fbfd71c73b7db22e004'),(4857,1834,'_billing_first_name','williams'),(4858,1834,'_billing_last_name','jason'),(4859,1834,'_billing_company','test'),(4860,1834,'_billing_address_1','234523-56746'),(4861,1834,'_billing_address_2',''),(4862,1834,'_billing_city','test'),(4863,1834,'_billing_state','KA'),(4864,1834,'_billing_postcode','34534'),(4865,1834,'_billing_country','IN'),(4866,1834,'_billing_email','williamsjason0007@gmail.com'),(4867,1834,'_billing_phone','3453453653654'),(4868,1834,'_shipping_first_name','williams'),(4869,1834,'_shipping_last_name','jason'),(4870,1834,'_shipping_company','test'),(4871,1834,'_shipping_address_1','234523-56746'),(4872,1834,'_shipping_address_2',''),(4873,1834,'_shipping_city','test'),(4874,1834,'_shipping_state','KA'),(4875,1834,'_shipping_postcode','34534'),(4876,1834,'_shipping_country','IN'),(4877,1834,'_order_currency','USD'),(4878,1834,'_cart_discount','0'),(4879,1834,'_cart_discount_tax','0'),(4880,1834,'_order_shipping','0'),(4881,1834,'_order_shipping_tax','0'),(4882,1834,'_order_tax','0'),(4883,1834,'_order_total','219.00'),(4884,1834,'_order_version','3.2.5'),(4885,1834,'_prices_include_tax','no'),(4886,1834,'_billing_address_index','williams jason test 234523-56746  test KA 34534 IN williamsjason0007@gmail.com 3453453653654'),(4887,1834,'_shipping_address_index','williams jason test 234523-56746  test KA 34534 IN'),(4888,1834,'_recorded_sales','yes'),(4889,1834,'_recorded_coupon_usage_counts','yes'),(4890,1834,'_order_stock_reduced','yes'),(4891,1835,'_order_key','wc_order_5a28143bbb7d7'),(4892,1835,'_customer_user','6756'),(4893,1835,'_payment_method','cheque'),(4894,1835,'_payment_method_title','Check payments'),(4895,1835,'_transaction_id',''),(4896,1835,'_customer_ip_address','103.255.5.67'),(4897,1835,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(4898,1835,'_created_via','checkout'),(4899,1835,'_date_completed',''),(4900,1835,'_completed_date',''),(4901,1835,'_date_paid',''),(4902,1835,'_paid_date',''),(4903,1835,'_cart_hash','3c582a7763fcfcf859bd604ca1eec8b6'),(4904,1835,'_billing_first_name','Tayyab'),(4905,1835,'_billing_last_name','Hanif'),(4906,1835,'_billing_company','Tayyab Hanif'),(4907,1835,'_billing_address_1','Mughalpura, Lahore Cantt'),(4908,1835,'_billing_address_2',''),(4909,1835,'_billing_city','Lahore'),(4910,1835,'_billing_state','PB'),(4911,1835,'_billing_postcode','54000'),(4912,1835,'_billing_country','PK'),(4913,1835,'_billing_email','m678678ghjnif@gmail.com'),(4914,1835,'_billing_phone','+92307885678'),(4915,1835,'_shipping_first_name','Tayyab'),(4916,1835,'_shipping_last_name','Hanif'),(4917,1835,'_shipping_company','Tayyab Hanif'),(4918,1835,'_shipping_address_1','Mughalpura, Lahore Cantt'),(4919,1835,'_shipping_address_2',''),(4920,1835,'_shipping_city','Lahore'),(4921,1835,'_shipping_state','PB'),(4922,1835,'_shipping_postcode','54000'),(4923,1835,'_shipping_country','PK'),(4924,1835,'_order_currency','USD'),(4925,1835,'_cart_discount','0'),(4926,1835,'_cart_discount_tax','0'),(4927,1835,'_order_shipping','0'),(4928,1835,'_order_shipping_tax','0'),(4929,1835,'_order_tax','0'),(4930,1835,'_order_total','40.00'),(4931,1835,'_order_version','3.2.5'),(4932,1835,'_prices_include_tax','no'),(4933,1835,'_billing_address_index','Tayyab Hanif Tayyab Hanif Mughalpura, Lahore Cantt  Lahore PB 54000 PK m678678ghjnif@gmail.com +92307885678'),(4934,1835,'_shipping_address_index','Tayyab Hanif Tayyab Hanif Mughalpura, Lahore Cantt  Lahore PB 54000 PK'),(4935,1835,'_recorded_sales','yes'),(4936,1835,'_recorded_coupon_usage_counts','yes'),(4937,1835,'_order_stock_reduced','yes'),(5371,1879,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(5364,1879,'pyre_caption_color','#e51058'),(5348,1879,'pyre_mute_video','yes'),(5304,1871,'_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.\";}'),(5363,1879,'pyre_caption_font_size',''),(5347,1879,'pyre_video_bg_color',''),(5362,1879,'pyre_caption_size','3'),(5346,1879,'pyre_video_display','cover'),(5345,1879,'pyre_aspect_ratio',''),(5303,1871,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Avada Modern Shop \"[your-subject]\"\";s:6:\"sender\";s:46:\"Avada Modern Shop <becky@resettohappiness.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Avada Modern Shop (https://www.resettohappiness.com)\";s:18:\"additional_headers\";s:36:\"Reply-To: becky@resettohappiness.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5361,1879,'pyre_caption_separator','single solid'),(5344,1879,'pyre_preview_image_id',''),(5343,1879,'pyre_preview_image',''),(5360,1879,'pyre_caption','Get Happy. Stay Happy. Share.'),(5342,1879,'pyre_ogv_id',''),(5359,1879,'pyre_heading_bg_color',''),(5341,1879,'pyre_ogv',''),(5302,1871,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:47:\"Reset To Happiness <hello@resettohappiness.com>\";s:9:\"recipient\";s:26:\"hello@resettohappiness.com\";s:4:\"body\";s:189:\"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 Reset To Happiness (https://www.resettohappiness.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;}'),(5358,1879,'pyre_heading_bg','no'),(5340,1879,'pyre_webm_id',''),(5301,1871,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(5357,1879,'pyre_heading_color','#e51058'),(5339,1879,'pyre_webm',''),(5356,1879,'pyre_heading_font_size',''),(5338,1879,'pyre_mp4_id',''),(5337,1879,'pyre_mp4',''),(5336,1879,'pyre_vimeo_id',''),(5335,1879,'pyre_youtube_id',''),(5334,1879,'pyre_type','image'),(5354,1879,'pyre_heading_separator','none'),(5333,1879,'slide_template',''),(5353,1879,'pyre_heading','Reset To Happiness\r\n'),(5181,1854,'_menu_item_type','post_type'),(5182,1854,'_menu_item_menu_item_parent','1855'),(5183,1854,'_menu_item_object_id','286'),(5184,1854,'_menu_item_object','page'),(5185,1854,'_menu_item_target',''),(5186,1854,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5187,1854,'_menu_item_xfn',''),(5188,1854,'_menu_item_url',''),(5370,1879,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(5355,1879,'pyre_heading_size','2'),(5369,1879,'pyre_slide_target','yes'),(21152,19546,'_stock_status','instock'),(21137,19545,'slide_template',''),(21138,19545,'_thumbnail_id','17646'),(21139,19545,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21140,19545,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21141,19545,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21142,19545,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21143,19545,'_wp_old_slug','suspendisse-dictum-eros'),(21144,19545,'fusion_builder_converted','yes'),(21145,19545,'_wc_rating_count','a:0:{}'),(21146,19545,'_wc_average_rating','0'),(21147,19545,'_wc_review_count','0'),(21148,19545,'fusion_demo_import','classic_shop'),(21150,19546,'_wpas_done_all','1'),(21151,19546,'_visibility','visible'),(21115,19545,'pyre_page_title_height',''),(21116,19545,'pyre_page_title_mobile_height',''),(21117,19545,'pyre_page_title_bar_bg',''),(21118,19545,'pyre_page_title_bar_bg_retina',''),(21119,19545,'pyre_page_title_bar_bg_color',''),(21120,19545,'pyre_page_title_bar_borders_color',''),(21121,19545,'pyre_page_title_bar_bg_full','default'),(21122,19545,'pyre_page_title_bg_parallax','default'),(21123,19545,'pyre_page_title_breadcrumbs_search_bar','default'),(21124,19545,'_min_variation_price','50'),(21125,19545,'_max_variation_price','80'),(21126,19545,'_min_price_variation_id','16786'),(21127,19545,'_max_price_variation_id','16785'),(21128,19545,'_min_variation_regular_price','50'),(21129,19545,'_max_variation_regular_price','80'),(21130,19545,'_min_regular_price_variation_id','16786'),(21131,19545,'_max_regular_price_variation_id','16785'),(21132,19545,'_min_variation_sale_price',''),(21133,19545,'_max_variation_sale_price',''),(21134,19545,'_min_sale_price_variation_id',''),(21135,19545,'_max_sale_price_variation_id',''),(21136,19545,'_default_attributes','a:0:{}'),(5260,1864,'_wp_attached_file','2019/01/41.jpg'),(5261,1864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2019/01/41.jpg\";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:{}}}'),(5262,1865,'_wp_attached_file','2019/01/57.jpg'),(5263,1865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:14:\"2019/01/57.jpg\";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:{}}}'),(21168,19546,'_price','36'),(21159,19546,'_featured','yes'),(21160,19546,'_weight',''),(21161,19546,'_length',''),(21162,19546,'_width',''),(21163,19546,'_height',''),(21164,19546,'_sku','014'),(21165,19546,'_product_attributes','a:0:{}'),(21166,19546,'_sale_price_dates_from',''),(21167,19546,'_sale_price_dates_to',''),(21084,19545,'pyre_display_footer','default'),(21085,19545,'pyre_display_copyright','default'),(21086,19545,'pyre_footer_100_width','default'),(21087,19545,'pyre_sidebar_position','default'),(21088,19545,'pyre_sidebar_bg_color',''),(21089,19545,'pyre_slider_position','default'),(21090,19545,'pyre_slider_type','no'),(21091,19545,'pyre_slider','0'),(21092,19545,'pyre_wooslider','0'),(21093,19545,'pyre_revslider','0'),(21094,19545,'pyre_elasticslider','0'),(21095,19545,'pyre_fallback',''),(21096,19545,'pyre_avada_rev_styles','default'),(21097,19545,'pyre_page_bg_layout','default'),(21098,19545,'pyre_page_bg',''),(21099,19545,'pyre_page_bg_color',''),(21100,19545,'pyre_page_bg_full','no'),(21101,19545,'pyre_page_bg_repeat','repeat'),(21102,19545,'pyre_wide_page_bg',''),(21103,19545,'pyre_wide_page_bg_color',''),(21104,19545,'pyre_wide_page_bg_full','no'),(21105,19545,'pyre_wide_page_bg_repeat','repeat'),(21106,19545,'pyre_page_title','default'),(21107,19545,'pyre_page_title_text','default'),(21108,19545,'pyre_page_title_text_alignment','default'),(21109,19545,'pyre_page_title_100_width','default'),(21110,19545,'pyre_page_title_custom_text',''),(21111,19545,'pyre_page_title_text_size',''),(21112,19545,'pyre_page_title_custom_subheader',''),(21113,19545,'pyre_page_title_custom_subheader_text_size',''),(21114,19545,'pyre_page_title_font_color',''),(5278,1854,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(46562,20368,'_wp_attached_file','2019/03/Amazing_Card_Puzzle_Thumb.png'),(46563,20368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:1085;s:4:\"file\";s:37:\"2019/03/Amazing_Card_Puzzle_Thumb.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-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:\"Amazing_Card_Puzzle_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Amazing_Card_Puzzle_Thumb-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Puzzle_Thumb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Puzzle_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28592,19706,'_wp_attachment_image_alt',''),(27577,19639,'_wp_attached_file','2019/01/apron_woman.jpg'),(27578,19639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/01/apron_woman.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apron_woman-150x150.jpg\";s:5:\"width\";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:\"apron_woman-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"apron_woman-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"apron_woman-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"apron_woman-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"apron_woman-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"apron_woman-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"apron_woman-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"apron_woman-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"apron_woman-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"apron_woman-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"apron_woman-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"apron_woman-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"apron_woman-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"apron_woman-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"apron_woman-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"apron_woman-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"apron_woman-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"apron_woman-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"apron_woman-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"apron_woman-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"apron_woman-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39884,20040,'_wp_attached_file','2019/02/homepage-happy.jpg'),(39885,20040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:26:\"2019/02/homepage-happy.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"homepage-happy-150x150.jpg\";s:5:\"width\";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:\"homepage-happy-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"homepage-happy-718x400.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"homepage-happy-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"homepage-happy-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"homepage-happy-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"homepage-happy-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"homepage-happy-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"homepage-happy-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"homepage-happy-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"homepage-happy-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"homepage-happy-200x177.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"homepage-happy-400x354.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"homepage-happy-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"homepage-happy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"homepage-happy-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"homepage-happy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"homepage-happy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"homepage-happy-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"homepage-happy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5300,981,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(40627,20090,'_wp_attached_file','2019/02/amazing-ready.jpg'),(40628,20090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2019/02/amazing-ready.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"amazing-ready-150x150.jpg\";s:5:\"width\";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:\"amazing-ready-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"amazing-ready-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"amazing-ready-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"amazing-ready-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"amazing-ready-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"amazing-ready-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"amazing-ready-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"amazing-ready-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"amazing-ready-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"amazing-ready-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"amazing-ready-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"amazing-ready-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"amazing-ready-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"amazing-ready-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"amazing-ready-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"amazing-ready-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"amazing-ready-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"amazing-ready-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"amazing-ready-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"amazing-ready-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"amazing-ready-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40220,20061,'_wp_attachment_image_alt','Michelle Is Amazing'),(40261,20064,'_wp_attached_file','2019/02/michelle-amazing3.jpg'),(40262,20064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2019/02/michelle-amazing3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-150x150.jpg\";s:5:\"width\";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:\"michelle-amazing3-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"michelle-amazing3-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"michelle-amazing3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"michelle-amazing3-200x131.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"michelle-amazing3-400x263.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"michelle-amazing3-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"michelle-amazing3-800x525.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"michelle-amazing3-1200x788.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"michelle-amazing3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28467,19699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2019/01/babysteps2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps2-150x150.jpg\";s:5:\"width\";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:\"babysteps2-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:22:\"babysteps2-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"babysteps2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"babysteps2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"babysteps2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"babysteps2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"babysteps2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"babysteps2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"babysteps2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"babysteps2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"babysteps2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"babysteps2-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"babysteps2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"babysteps2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"babysteps2-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"babysteps2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"babysteps2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"babysteps2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"babysteps2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28466,19699,'_wp_attached_file','2019/01/babysteps2.jpg'),(5458,1893,'_wp_old_slug','sunset-happy-cloned'),(5459,1893,'_edit_lock','1551383442:1'),(5460,1893,'_edit_last','1'),(28075,1893,'_thumbnail_id','20024'),(5462,1893,'slide_template','default'),(5463,1893,'pyre_type','image'),(5464,1893,'pyre_youtube_id',''),(5465,1893,'pyre_vimeo_id',''),(5466,1893,'pyre_mp4',''),(5467,1893,'pyre_mp4_id',''),(5468,1893,'pyre_webm',''),(5469,1893,'pyre_webm_id',''),(5470,1893,'pyre_ogv',''),(5471,1893,'pyre_ogv_id',''),(5472,1893,'pyre_preview_image',''),(5473,1893,'pyre_preview_image_id',''),(5474,1893,'pyre_aspect_ratio',''),(5475,1893,'pyre_video_display','cover'),(5476,1893,'pyre_video_bg_color',''),(5477,1893,'pyre_mute_video','yes'),(5478,1893,'pyre_autoplay_video','yes'),(5479,1893,'pyre_loop_video','yes'),(5480,1893,'pyre_hide_video_controls','yes'),(5481,1893,'pyre_content_alignment','right'),(5482,1893,'pyre_heading','get happy stay happy'),(5483,1893,'pyre_heading_separator','none'),(5484,1893,'pyre_heading_size','1'),(5485,1893,'pyre_heading_font_size',''),(5486,1893,'pyre_heading_color',''),(5487,1893,'pyre_heading_bg','no'),(5488,1893,'pyre_heading_bg_color',''),(5489,1893,'pyre_caption','and watch the magic of life unfold'),(5490,1893,'pyre_caption_separator','none'),(5491,1893,'pyre_caption_size','3'),(5492,1893,'pyre_caption_font_size','30px'),(5493,1893,'pyre_caption_color',''),(5494,1893,'pyre_caption_bg','no'),(5495,1893,'pyre_caption_bg_color',''),(5496,1893,'pyre_link_type','button'),(5497,1893,'pyre_slide_link',''),(5498,1893,'pyre_slide_target','yes'),(5499,1893,'pyre_button_1','[fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(188,188,188,0)\" button_gradient_bottom_color=\"rgba(120,188,161,0)\" button_gradient_top_color_hover=\"rgba(178,178,178,0)\" button_gradient_bottom_color_hover=\"rgba(176,178,178,0)\" accent_color=\"\" accent_hover_color=\"#b2077e\" type=\"flat\" bevel_color=\"\" border_width=\"2\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Blog[/fusion_button]'),(5500,1893,'pyre_button_2','[fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(188,188,188,0)\" button_gradient_bottom_color=\"rgba(120,188,161,0)\" button_gradient_top_color_hover=\"rgba(178,178,178,0)\" button_gradient_bottom_color_hover=\"rgba(176,178,178,0)\" accent_color=\"\" accent_hover_color=\"#b2077e\" type=\"flat\" bevel_color=\"\" border_width=\"2\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]You Are Amazing Cards[/fusion_button]'),(40263,20064,'_wp_attachment_image_alt','Michelle is Amazing!'),(40400,20071,'_wp_attached_file','2019/02/card-sample.jpg'),(40401,20071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:23:\"2019/02/card-sample.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"card-sample-150x150.jpg\";s:5:\"width\";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:\"card-sample-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"card-sample-718x400.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"card-sample-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"card-sample-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"card-sample-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"card-sample-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"card-sample-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"card-sample-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"card-sample-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"card-sample-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"card-sample-200x177.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"card-sample-400x354.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"card-sample-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"card-sample-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"card-sample-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"card-sample-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"card-sample-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"card-sample-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"card-sample-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5543,986,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1548580333;s:7:\"payload\";a:0:{}}}'),(5545,52,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549251094;s:7:\"payload\";a:0:{}}}'),(5547,43,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1548617073;s:7:\"payload\";a:0:{}}}'),(21153,19546,'total_sales','23'),(5610,57,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549259872;s:7:\"payload\";a:0:{}}}'),(5612,987,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1548640375;s:7:\"payload\";a:0:{}}}'),(21156,19546,'_regular_price','46'),(21157,19546,'_sale_price','36'),(21158,19546,'_purchase_note',''),(36663,19913,'pyre_portfolio_filters','yes'),(36660,19913,'pyre_portfolio_width_100','no'),(36661,19913,'pyre_portfolio_content_length','default'),(36662,19913,'pyre_portfolio_excerpt',''),(36659,19913,'_wp_page_template','100-width.php'),(16250,17863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:911;s:4:\"file\";s:34:\"2015/09/home1_slide_three_bg_2.jpg\";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:{}}}'),(16246,17857,'_wxr_import_parent','17783'),(16247,17857,'_wxr_import_user_slug','admin'),(16248,17857,'fusion_demo_import','classic_shop'),(16249,17863,'_wp_attached_file','2015/09/home1_slide_three_bg_2.jpg'),(15821,16364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/09/post_img_7.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(15822,16364,'_wxr_import_parent','16363'),(15823,16364,'fusion_demo_import','classic_shop'),(15824,16367,'_wp_attached_file','2015/09/post_img_8.jpg'),(15825,16367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/09/post_img_8.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(15826,16367,'_wxr_import_parent','16366'),(15827,16367,'fusion_demo_import','classic_shop'),(15828,16370,'_wp_attached_file','2015/09/post_img_9.jpg'),(15829,16370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/09/post_img_9.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(15830,16370,'_wxr_import_parent','16369'),(15831,16370,'fusion_demo_import','classic_shop'),(15832,16373,'_wp_attached_file','2015/09/post_img_10.jpg'),(15833,16373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2015/09/post_img_10.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(15834,16373,'_wxr_import_parent','16372'),(15835,16373,'fusion_demo_import','classic_shop'),(15836,16376,'_wp_attached_file','2015/09/post_img_11.jpg'),(15837,16376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2015/09/post_img_11.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(15838,16376,'_wxr_import_parent','16375'),(15839,16376,'fusion_demo_import','classic_shop'),(15840,16379,'_wp_attached_file','2015/09/post_img_12.jpg'),(15841,16379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2015/09/post_img_12.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(15842,16379,'_wxr_import_parent','16378'),(15843,16379,'fusion_demo_import','classic_shop'),(15844,16384,'_wp_attached_file','2015/08/testimonials_home_1_bg.jpg'),(15845,16384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:34:\"2015/08/testimonials_home_1_bg.jpg\";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:{}}}'),(15846,16384,'fusion_demo_import','classic_shop'),(15847,16462,'_wp_attached_file','2015/09/payment_cards_footer.png'),(15848,16462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:322;s:6:\"height\";i:34;s:4:\"file\";s:32:\"2015/09/payment_cards_footer.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:{}}}'),(15849,16462,'_wxr_import_parent','16419'),(15850,16462,'fusion_demo_import','classic_shop'),(15851,16480,'_wp_attached_file','2015/09/home1_slide_2_bg.jpg'),(15852,16480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:779;s:4:\"file\";s:28:\"2015/09/home1_slide_2_bg.jpg\";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:{}}}'),(15853,16480,'_wxr_import_parent','16478'),(15854,16480,'fusion_demo_import','classic_shop'),(15855,16495,'_wp_attached_file','2015/09/home2_slide_one_bg.jpg'),(15856,16495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1295;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2015/09/home2_slide_one_bg.jpg\";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:{}}}'),(15857,16495,'fusion_demo_import','classic_shop'),(15858,16647,'_wp_attached_file','2015/09/testimonials_customers_img.png'),(15859,16647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:908;s:6:\"height\";i:798;s:4:\"file\";s:38:\"2015/09/testimonials_customers_img.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:{}}}'),(15860,16647,'_wxr_import_parent','16594'),(15861,16647,'fusion_demo_import','classic_shop'),(15862,16669,'_wp_attached_file','2015/09/five_stars_customer.png'),(15863,16669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:157;s:6:\"height\";i:22;s:4:\"file\";s:31:\"2015/09/five_stars_customer.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:{}}}'),(15864,16669,'_wxr_import_parent','16594'),(15865,16669,'fusion_demo_import','classic_shop'),(15866,16673,'_wp_attached_file','2015/09/testimonials_customers_bg.jpg'),(15867,16673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1056;s:4:\"file\";s:37:\"2015/09/testimonials_customers_bg.jpg\";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:{}}}'),(15868,16673,'_wxr_import_parent','16594'),(15869,16673,'fusion_demo_import','classic_shop'),(15870,16681,'_wp_attached_file','2015/09/lookbook_spring_bg.jpg'),(15871,16681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:789;s:4:\"file\";s:30:\"2015/09/lookbook_spring_bg.jpg\";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:{}}}'),(15872,16681,'_wxr_import_parent','16594'),(15873,16681,'fusion_demo_import','classic_shop'),(15874,16691,'_wp_attached_file','2015/09/slider_brush_bg.jpg'),(15875,16691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:623;s:4:\"file\";s:27:\"2015/09/slider_brush_bg.jpg\";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:{}}}'),(15876,16691,'fusion_demo_import','classic_shop'),(15877,16694,'_wp_attached_file','2015/09/men_t_shirt_blue.png'),(15878,16694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2015/09/men_t_shirt_blue.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:{}}}'),(15879,16694,'fusion_demo_import','classic_shop'),(15880,16696,'_wp_attached_file','2015/09/women_t_shirt_black.png'),(15881,16696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:451;s:4:\"file\";s:31:\"2015/09/women_t_shirt_black.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:{}}}'),(15882,16696,'fusion_demo_import','classic_shop'),(15883,16697,'_wp_attached_file','2015/09/title_img.png'),(15884,16697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:278;s:4:\"file\";s:21:\"2015/09/title_img.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:{}}}'),(15885,16697,'fusion_demo_import','classic_shop'),(15886,16698,'_wp_attached_file','2015/09/red_circle.png'),(15887,16698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:116;s:4:\"file\";s:22:\"2015/09/red_circle.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:{}}}'),(15888,16698,'fusion_demo_import','classic_shop'),(15889,16699,'_wp_attached_file','2015/09/blue_circle.png'),(15890,16699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2015/09/blue_circle.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:{}}}'),(15891,16699,'fusion_demo_import','classic_shop'),(15892,16706,'_wp_attached_file','2015/09/feat_red_bagde.png'),(15893,16706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:122;s:6:\"height\";i:121;s:4:\"file\";s:26:\"2015/09/feat_red_bagde.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:{}}}'),(15894,16706,'fusion_demo_import','classic_shop'),(15895,16707,'_wp_attached_file','2015/09/hr_wave.png'),(15896,16707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:10;s:4:\"file\";s:19:\"2015/09/hr_wave.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:{}}}'),(15897,16707,'fusion_demo_import','classic_shop'),(15898,16739,'_wp_attached_file','2015/09/page_title_bar_men_bg.png'),(15899,16739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:55;s:4:\"file\";s:33:\"2015/09/page_title_bar_men_bg.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:{}}}'),(15900,16739,'fusion_demo_import','classic_shop'),(15901,16742,'_wp_attached_file','2015/09/page_title_bar_women_bg.png'),(15902,16742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:55;s:4:\"file\";s:35:\"2015/09/page_title_bar_women_bg.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:{}}}'),(15903,16742,'fusion_demo_import','classic_shop'),(15904,16743,'_wp_attached_file','2015/09/page_title_bar_bg.png'),(15905,16743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:55;s:4:\"file\";s:29:\"2015/09/page_title_bar_bg.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:{}}}'),(15906,16743,'fusion_demo_import','classic_shop'),(15907,16745,'_wp_attached_file','2015/09/page_title_bar_as_bg.png'),(15908,16745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:55;s:4:\"file\";s:32:\"2015/09/page_title_bar_as_bg.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:{}}}'),(15909,16745,'fusion_demo_import','classic_shop'),(15910,16992,'_wp_attached_file','2015/09/b_logotype_1.png'),(15911,16992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_1.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:{}}}'),(15912,16992,'_wxr_import_parent','16722'),(15913,16992,'fusion_demo_import','classic_shop'),(15914,16993,'_wp_attached_file','2015/09/b_logotype_2.png'),(15915,16993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_2.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:{}}}'),(15916,16993,'_wxr_import_parent','16722'),(15917,16993,'fusion_demo_import','classic_shop'),(15918,16994,'_wp_attached_file','2015/09/b_logotype_3.png'),(15919,16994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_3.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:{}}}'),(15920,16994,'_wxr_import_parent','16722'),(15921,16994,'fusion_demo_import','classic_shop'),(15922,16995,'_wp_attached_file','2015/09/b_logotype_4.png'),(15923,16995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_4.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:{}}}'),(15924,16995,'_wxr_import_parent','16722'),(15925,16995,'fusion_demo_import','classic_shop'),(15926,16996,'_wp_attached_file','2015/09/b_logotype_5.png'),(15927,16996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_5.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:{}}}'),(15928,16996,'_wxr_import_parent','16722'),(15929,16996,'fusion_demo_import','classic_shop'),(15930,16997,'_wp_attached_file','2015/09/b_logotype_6.png'),(15931,16997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_6.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:{}}}'),(15932,16997,'_wxr_import_parent','16722'),(15933,16997,'fusion_demo_import','classic_shop'),(15934,16998,'_wp_attached_file','2015/09/b_logotype_7.png'),(15935,16998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/09/b_logotype_7.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:{}}}'),(15936,16998,'_wxr_import_parent','16722'),(15937,16998,'fusion_demo_import','classic_shop'),(15938,17096,'_wp_attached_file','2015/10/feat_blue_bagde.png'),(15939,17096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:122;s:6:\"height\";i:121;s:4:\"file\";s:27:\"2015/10/feat_blue_bagde.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:{}}}'),(15940,17096,'fusion_demo_import','classic_shop'),(15941,17261,'_wp_attached_file','2015/09/woman_testimonial.png'),(15942,17261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:91;s:4:\"file\";s:29:\"2015/09/woman_testimonial.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:{}}}'),(15943,17261,'_wp_attachment_image_alt','Testimonial'),(15944,17261,'_wxr_import_parent','16572'),(15945,17261,'fusion_demo_import','classic_shop'),(15946,17262,'_wp_attached_file','2015/09/man_testimonial.png'),(15947,17262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:91;s:4:\"file\";s:27:\"2015/09/man_testimonial.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:{}}}'),(15948,17262,'_wp_attachment_image_alt','Testimonial'),(15949,17262,'_wxr_import_parent','16572'),(15950,17262,'fusion_demo_import','classic_shop'),(15951,17280,'_wp_attached_file','2015/10/classic_shop_logo1x.png'),(15952,17280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:43;s:4:\"file\";s:31:\"2015/10/classic_shop_logo1x.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:{}}}'),(15953,17280,'_wxr_import_user_slug','admin'),(15954,17280,'fusion_demo_import','classic_shop'),(15955,17281,'_wp_attached_file','2015/10/classic_shop_logo2x.png'),(15956,17281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:86;s:4:\"file\";s:31:\"2015/10/classic_shop_logo2x.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:{}}}'),(15957,17281,'_wxr_import_user_slug','admin'),(15958,17281,'fusion_demo_import','classic_shop'),(15959,17282,'_wp_attached_file','2015/10/classic_shop_logo_footer.png'),(15960,17282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:86;s:4:\"file\";s:36:\"2015/10/classic_shop_logo_footer.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:{}}}'),(15961,17282,'fusion_demo_import','classic_shop'),(15962,17353,'_wp_attached_file','2015/09/promo_box_2_bg.jpg'),(15963,17353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:688;s:4:\"file\";s:26:\"2015/09/promo_box_2_bg.jpg\";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:{}}}'),(15964,17353,'_wxr_import_parent','16572'),(15965,17353,'fusion_demo_import','classic_shop'),(15966,17354,'_wp_attached_file','2015/09/promo_box_1_bg.jpg'),(15967,17354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:688;s:4:\"file\";s:26:\"2015/09/promo_box_1_bg.jpg\";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:{}}}'),(15968,17354,'_wxr_import_parent','16572'),(15969,17354,'fusion_demo_import','classic_shop'),(15970,17383,'_wp_attached_file','2015/09/promo_box_3_bg.jpg'),(15971,17383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:588;s:4:\"file\";s:26:\"2015/09/promo_box_3_bg.jpg\";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:{}}}'),(15972,17383,'_wxr_import_parent','16594'),(15973,17383,'fusion_demo_import','classic_shop'),(15974,17384,'_wp_attached_file','2015/09/new_winter_collection_bg.jpg'),(15975,17384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1584;s:6:\"height\";i:984;s:4:\"file\";s:36:\"2015/09/new_winter_collection_bg.jpg\";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:{}}}'),(15976,17384,'_wxr_import_parent','16594'),(15977,17384,'fusion_demo_import','classic_shop'),(15978,17385,'_wp_attached_file','2015/09/new_hype_collection_bg.jpg'),(15979,17385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1584;s:6:\"height\";i:984;s:4:\"file\";s:34:\"2015/09/new_hype_collection_bg.jpg\";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:{}}}'),(15980,17385,'_wxr_import_parent','16594'),(15981,17385,'fusion_demo_import','classic_shop'),(15982,17435,'_wp_attached_file','2015/09/bkgd_confetti-compressor.jpg'),(15983,17435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:904;s:4:\"file\";s:36:\"2015/09/bkgd_confetti-compressor.jpg\";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:{}}}'),(15984,17435,'_wxr_import_parent','16572'),(15985,17435,'_wxr_import_user_slug','admin'),(15986,17435,'fusion_demo_import','classic_shop'),(15987,17480,'_wp_attached_file','2015/09/third_img_1-compressor.jpg'),(15988,17480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2015/09/third_img_1-compressor.jpg\";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:{}}}'),(15989,17480,'_wxr_import_parent','16546'),(15990,17480,'_wxr_import_user_slug','admin'),(15991,17480,'fusion_demo_import','classic_shop'),(15992,17481,'_wp_attached_file','2015/09/third_img_2-compressor.jpg'),(15993,17481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2015/09/third_img_2-compressor.jpg\";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:{}}}'),(15994,17481,'_wxr_import_parent','16546'),(15995,17481,'_wxr_import_user_slug','admin'),(15996,17481,'fusion_demo_import','classic_shop'),(15997,17482,'_wp_attached_file','2015/09/third_img_3-compressor.jpg'),(15998,17482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2015/09/third_img_3-compressor.jpg\";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:{}}}'),(15999,17482,'_wxr_import_parent','16546'),(16000,17482,'_wxr_import_user_slug','admin'),(16001,17482,'fusion_demo_import','classic_shop'),(16002,17563,'_wp_attached_file','2015/09/third_img_3_shoes.jpg'),(16003,17563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:172;s:4:\"file\";s:29:\"2015/09/third_img_3_shoes.jpg\";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:{}}}'),(16004,17563,'_wxr_import_parent','16546'),(16005,17563,'fusion_demo_import','classic_shop'),(16006,17582,'_wp_attached_file','2015/09/men_categorie_shoes_bg.jpg'),(16007,17582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:514;s:6:\"height\";i:736;s:4:\"file\";s:34:\"2015/09/men_categorie_shoes_bg.jpg\";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:{}}}'),(16008,17582,'_wxr_import_parent','16722'),(16009,17582,'fusion_demo_import','classic_shop'),(16010,17587,'_wp_attached_file','2015/09/men_categorie_ties_bg.jpg'),(16011,17587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:514;s:6:\"height\";i:736;s:4:\"file\";s:33:\"2015/09/men_categorie_ties_bg.jpg\";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:{}}}'),(16012,17587,'_wxr_import_parent','16722'),(16013,17587,'fusion_demo_import','classic_shop'),(16014,17596,'_wp_attached_file','2015/09/feat_sale_event.jpg'),(16015,17596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:994;s:4:\"file\";s:27:\"2015/09/feat_sale_event.jpg\";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:{}}}'),(16016,17596,'_wxr_import_parent','16722'),(16017,17596,'fusion_demo_import','classic_shop'),(16018,17617,'_wp_attached_file','2015/10/spring_printed_dress.jpg'),(16019,17617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/10/spring_printed_dress.jpg\";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:{}}}'),(16020,17617,'_wxr_import_parent','17222'),(16021,17617,'fusion_demo_import','classic_shop'),(16022,17619,'_wp_attached_file','2015/10/modern_love_tee.jpg'),(16023,17619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2015/10/modern_love_tee.jpg\";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:{}}}'),(16024,17619,'_wxr_import_parent','17218'),(16025,17619,'fusion_demo_import','classic_shop'),(16026,17620,'_wp_attached_file','2015/10/black_leather_jacket.jpg'),(16027,17620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/10/black_leather_jacket.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:32:\"black_leather_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16028,17620,'_wxr_import_parent','17216'),(16029,17620,'fusion_demo_import','classic_shop'),(16030,17623,'_wp_attached_file','2015/10/hipster_black_top.jpg'),(16031,17623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2015/10/hipster_black_top.jpg\";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:{}}}'),(16032,17623,'_wxr_import_parent','17213'),(16033,17623,'fusion_demo_import','classic_shop'),(16034,17624,'_wp_attached_file','2015/10/wool_summer_bright_red.jpg'),(16035,17624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2015/10/wool_summer_bright_red.jpg\";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:{}}}'),(16036,17624,'_wxr_import_parent','17171'),(16037,17624,'fusion_demo_import','classic_shop'),(16038,17625,'_wp_attached_file','2015/10/brown_dress_shoes.jpg'),(16039,17625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2015/10/brown_dress_shoes.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:29:\"brown_dress_shoes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16040,17625,'_wxr_import_parent','17168'),(16041,17625,'fusion_demo_import','classic_shop'),(16042,17626,'_wp_attached_file','2015/09/white_girl_text_tank.jpg'),(16043,17626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/09/white_girl_text_tank.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:32:\"white_girl_text_tank-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16044,17626,'_wxr_import_parent','16469'),(16045,17626,'fusion_demo_import','classic_shop'),(16046,17629,'_wp_attached_file','2015/09/food_pattern_tee.jpg'),(16047,17629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2015/09/food_pattern_tee.jpg\";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:{}}}'),(16048,17629,'_wxr_import_parent','16466'),(16049,17629,'fusion_demo_import','classic_shop'),(16050,17630,'_wp_attached_file','2015/09/suede_heeled_shoes.jpg'),(16051,17630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2015/09/suede_heeled_shoes.jpg\";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:{}}}'),(16052,17630,'_wxr_import_parent','16414'),(16053,17630,'fusion_demo_import','classic_shop'),(16054,17631,'_wp_attached_file','2015/09/blue_stripe_sweater.jpg'),(16055,17631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2015/09/blue_stripe_sweater.jpg\";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:{}}}'),(16056,17631,'_wxr_import_parent','16412'),(16057,17631,'fusion_demo_import','classic_shop'),(16058,17632,'_wp_attached_file','2015/09/dot_fit_and_flare_dress.jpg'),(16059,17632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2015/09/dot_fit_and_flare_dress.jpg\";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:{}}}'),(16060,17632,'_wxr_import_parent','16408'),(16061,17632,'fusion_demo_import','classic_shop'),(16062,17634,'_wp_attached_file','2015/10/black_elegant_leather_jacket.jpg'),(16063,17634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:40:\"2015/10/black_elegant_leather_jacket.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:40:\"black_elegant_leather_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16064,17634,'_wxr_import_parent','17214'),(16065,17634,'fusion_demo_import','classic_shop'),(16066,17635,'_wp_attached_file','2015/10/black_leather_suit.jpg'),(16067,17635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2015/10/black_leather_suit.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:30:\"black_leather_suit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16068,17635,'_wxr_import_parent','17208'),(16069,17635,'fusion_demo_import','classic_shop'),(16070,17636,'_wp_attached_file','2015/10/blue_jacket_and_white_stripe_tee.jpg'),(16071,17636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:44:\"2015/10/blue_jacket_and_white_stripe_tee.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:44:\"blue_jacket_and_white_stripe_tee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16072,17636,'_wxr_import_parent','17205'),(16073,17636,'fusion_demo_import','classic_shop'),(16074,17638,'_wp_attached_file','2015/10/casual_leather_belts.jpg'),(16075,17638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/10/casual_leather_belts.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:32:\"casual_leather_belts-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16076,17638,'_wxr_import_parent','17200'),(16077,17638,'fusion_demo_import','classic_shop'),(16078,17639,'_wp_attached_file','2015/10/modern_leather_boots.jpg'),(16079,17639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/10/modern_leather_boots.jpg\";s:5:\"sizes\";a:1:{s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"modern_leather_boots-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16080,17639,'_wxr_import_parent','17186'),(16081,17639,'fusion_demo_import','classic_shop'),(16082,17641,'_wp_attached_file','2015/10/modern_black_leather_suit.jpg'),(16083,17641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2015/10/modern_black_leather_suit.jpg\";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:{}}}'),(16084,17641,'_wxr_import_parent','17180'),(16085,17641,'fusion_demo_import','classic_shop'),(16086,17642,'_wp_attached_file','2015/09/blue_leather_jacket.jpg'),(16087,17642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2015/09/blue_leather_jacket.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:31:\"blue_leather_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16088,17642,'_wxr_import_parent','16468'),(16089,17642,'fusion_demo_import','classic_shop'),(16090,17643,'_wp_attached_file','2015/09/the_trend_polo.jpg'),(16091,17643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2015/09/the_trend_polo.jpg\";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:{}}}'),(16092,17643,'_wxr_import_parent','16465'),(16093,17643,'fusion_demo_import','classic_shop'),(16094,17644,'_wp_attached_file','2015/09/black_rebel_leather_jacket.jpg'),(16095,17644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:38:\"2015/09/black_rebel_leather_jacket.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:38:\"black_rebel_leather_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16096,17644,'_wxr_import_parent','16463'),(16097,17644,'fusion_demo_import','classic_shop'),(16098,17645,'_wp_attached_file','2015/09/browm_elegant_jacket.jpg'),(16099,17645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/09/browm_elegant_jacket.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:32:\"browm_elegant_jacket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16100,17645,'_wxr_import_parent','16419'),(16101,17645,'fusion_demo_import','classic_shop'),(16102,17646,'_wp_attached_file','2015/10/casual_colorful_t-shirts.jpg'),(16103,17646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2015/10/casual_colorful_t-shirts.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:36:\"casual_colorful_t-shirts-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16104,17646,'fusion_demo_import','classic_shop'),(16105,17647,'_wp_attached_file','2015/10/leather_gloves.jpg'),(16106,17647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2015/10/leather_gloves.jpg\";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:{}}}'),(16107,17647,'_wxr_import_parent','17195'),(16108,17647,'fusion_demo_import','classic_shop'),(16109,17648,'_wp_attached_file','2015/09/blue_glamor_shoes.jpg'),(16110,17648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2015/09/blue_glamor_shoes.jpg\";s:5:\"sizes\";a:1:{s:20:\"shop_catalog_preview\";a:4:{s:4:\"file\";s:29:\"blue_glamor_shoes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16111,17648,'_wxr_import_parent','16410'),(16112,17648,'fusion_demo_import','classic_shop'),(16113,17659,'_wp_attached_file','2015/09/beardman_column_bg_color.jpg'),(16114,17659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2015/09/beardman_column_bg_color.jpg\";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:{}}}'),(16115,17659,'_wxr_import_parent','16546'),(16116,17659,'fusion_demo_import','classic_shop'),(16117,17665,'_wp_attached_file','2015/09/seasonal_bg_color_2.jpg'),(16118,17665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2015/09/seasonal_bg_color_2.jpg\";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:{}}}'),(16119,17665,'_wxr_import_parent','16546'),(16120,17665,'fusion_demo_import','classic_shop'),(16121,17668,'_wp_attached_file','2015/09/beardman_column_bg_gray.jpg'),(16122,17668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2015/09/beardman_column_bg_gray.jpg\";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:{}}}'),(16123,17668,'_wxr_import_parent','16546'),(16124,17668,'fusion_demo_import','classic_shop'),(16125,17670,'_wp_attached_file','2015/09/winter_collection_bg.jpg'),(16126,17670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1284;s:4:\"file\";s:32:\"2015/09/winter_collection_bg.jpg\";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:{}}}'),(16127,17670,'_wxr_import_parent','16572'),(16128,17670,'fusion_demo_import','classic_shop'),(16129,17671,'_wp_attached_file','2015/09/spring_collection_bg.jpg'),(16130,17671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1284;s:4:\"file\";s:32:\"2015/09/spring_collection_bg.jpg\";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:{}}}'),(16131,17671,'_wxr_import_parent','16572'),(16132,17671,'fusion_demo_import','classic_shop'),(16133,17672,'_wp_attached_file','2015/09/autumn_collection_bg.jpg'),(16134,17672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1284;s:4:\"file\";s:32:\"2015/09/autumn_collection_bg.jpg\";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:{}}}'),(16135,17672,'_wxr_import_parent','16572'),(16136,17672,'fusion_demo_import','classic_shop'),(16137,17674,'_wp_attached_file','2015/09/print_sunglasses_women.jpg'),(16138,17674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2015/09/print_sunglasses_women.jpg\";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:{}}}'),(16139,17674,'_wxr_import_parent','16417'),(16140,17674,'fusion_demo_import','classic_shop'),(16141,17676,'_wp_attached_file','2015/09/on_sale_bg_color.jpg'),(16142,17676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2015/09/on_sale_bg_color.jpg\";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:{}}}'),(16143,17676,'_wxr_import_parent','16546'),(16144,17676,'fusion_demo_import','classic_shop'),(16145,17682,'_wp_attached_file','2015/09/best_seller_product.jpg'),(16146,17682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:888;s:4:\"file\";s:31:\"2015/09/best_seller_product.jpg\";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:{}}}'),(16147,17682,'_wxr_import_parent','16594'),(16148,17682,'fusion_demo_import','classic_shop'),(16149,17695,'_wp_attached_file','2015/09/shop_shoes.jpg'),(16150,17695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:532;s:4:\"file\";s:22:\"2015/09/shop_shoes.jpg\";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:{}}}'),(16151,17695,'_wxr_import_parent','16594'),(16152,17695,'fusion_demo_import','classic_shop'),(16153,17696,'_wp_attached_file','2015/09/shop_glasses.jpg'),(16154,17696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:532;s:4:\"file\";s:24:\"2015/09/shop_glasses.jpg\";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:{}}}'),(16155,17696,'_wxr_import_parent','16594'),(16156,17696,'fusion_demo_import','classic_shop'),(16157,17697,'_wp_attached_file','2015/09/shop_gloves.jpg'),(16158,17697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:532;s:4:\"file\";s:23:\"2015/09/shop_gloves.jpg\";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:{}}}'),(16159,17697,'_wxr_import_parent','16594'),(16160,17697,'fusion_demo_import','classic_shop'),(16161,17705,'_wp_attached_file','2015/09/men_categorie_title_bg.jpg'),(16162,17705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:616;s:4:\"file\";s:34:\"2015/09/men_categorie_title_bg.jpg\";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:{}}}'),(16163,17705,'_wxr_import_parent','16722'),(16164,17705,'fusion_demo_import','classic_shop'),(16165,17708,'_wp_attached_file','2015/09/beardman_column_bg_color_2.jpg'),(16166,17708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2015/09/beardman_column_bg_color_2.jpg\";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:{}}}'),(16167,17708,'_wxr_import_parent','16722'),(16168,17708,'fusion_demo_import','classic_shop'),(16169,17710,'_wp_attached_file','2015/09/hot_deals_bg_color_wide.jpg'),(16170,17710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2015/09/hot_deals_bg_color_wide.jpg\";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:{}}}'),(16171,17710,'_wxr_import_parent','16722'),(16172,17710,'fusion_demo_import','classic_shop'),(16173,17712,'_wp_attached_file','2015/09/on_sale_bg_color_gray.jpg'),(16174,17712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2015/09/on_sale_bg_color_gray.jpg\";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:{}}}'),(16175,17712,'_wxr_import_parent','16722'),(16176,17712,'fusion_demo_import','classic_shop'),(16177,17714,'_wp_attached_file','2015/09/old_school_bg_gray_wide.jpg'),(16178,17714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2015/09/old_school_bg_gray_wide.jpg\";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:{}}}'),(16179,17714,'_wxr_import_parent','16722'),(16180,17714,'fusion_demo_import','classic_shop'),(16181,17716,'_wp_attached_file','2015/09/old_school_bg_gray.jpg'),(16182,17716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2015/09/old_school_bg_gray.jpg\";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:{}}}'),(16183,17716,'_wxr_import_parent','16546'),(16184,17716,'fusion_demo_import','classic_shop'),(16185,17718,'_wp_attached_file','2015/09/trend_bg_gray_wide.jpg'),(16186,17718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2015/09/trend_bg_gray_wide.jpg\";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:{}}}'),(16187,17718,'_wxr_import_parent','16722'),(16188,17718,'fusion_demo_import','classic_shop'),(16189,17719,'_wp_attached_file','2015/09/summer_bg_gray.jpg'),(16190,17719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2015/09/summer_bg_gray.jpg\";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:{}}}'),(16191,17719,'_wxr_import_parent','16722'),(16192,17719,'fusion_demo_import','classic_shop'),(16193,17721,'_wp_attached_file','2015/09/new_collection_bg_color.jpg'),(16194,17721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2015/09/new_collection_bg_color.jpg\";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:{}}}'),(16195,17721,'_wxr_import_parent','16722'),(16196,17721,'fusion_demo_import','classic_shop'),(16197,17722,'_wp_attached_file','2015/09/hype_black_bg_gray.jpg'),(16198,17722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2015/09/hype_black_bg_gray.jpg\";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:{}}}'),(16199,17722,'_wxr_import_parent','16722'),(16200,17722,'fusion_demo_import','classic_shop'),(16201,17727,'_wp_attached_file','2015/09/seasonal_bg_gray.jpg'),(16202,17727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2015/09/seasonal_bg_gray.jpg\";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:{}}}'),(16203,17727,'_wxr_import_parent','16728'),(16204,17727,'fusion_demo_import','classic_shop'),(16205,17730,'_wp_attached_file','2015/09/shits_bg_color.jpg'),(16206,17730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2015/09/shits_bg_color.jpg\";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:{}}}'),(16207,17730,'_wxr_import_parent','16728'),(16208,17730,'fusion_demo_import','classic_shop'),(16209,17731,'_wp_attached_file','2015/09/trending_bg_gray.jpg'),(16210,17731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2015/09/trending_bg_gray.jpg\";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:{}}}'),(16211,17731,'_wxr_import_parent','16728'),(16212,17731,'fusion_demo_import','classic_shop'),(16213,17732,'_wp_attached_file','2015/09/glassware_bg_color.jpg'),(16214,17732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2015/09/glassware_bg_color.jpg\";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:{}}}'),(16215,17732,'_wxr_import_parent','16728'),(16216,17732,'fusion_demo_import','classic_shop'),(16217,17735,'_wp_attached_file','2015/09/jackets_women_bg_color.jpg'),(16218,17735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2015/09/jackets_women_bg_color.jpg\";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:{}}}'),(16219,17735,'_wxr_import_parent','16722'),(16220,17735,'fusion_demo_import','classic_shop'),(16221,17743,'_wp_attached_file','2015/09/women_categorie_title_bg.jpg'),(16222,17743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:616;s:4:\"file\";s:36:\"2015/09/women_categorie_title_bg.jpg\";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:{}}}'),(16223,17743,'_wxr_import_parent','16728'),(16224,17743,'fusion_demo_import','classic_shop'),(16225,17749,'_wp_attached_file','2015/09/feat_product_women_bg.jpg'),(16226,17749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2015/09/feat_product_women_bg.jpg\";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:{}}}'),(16227,17749,'_wxr_import_parent','16728'),(16228,17749,'fusion_demo_import','classic_shop'),(16229,17757,'_wp_attached_file','2015/09/women_categorie_title.jpg'),(16230,17757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:616;s:4:\"file\";s:33:\"2015/09/women_categorie_title.jpg\";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:{}}}'),(16231,17757,'_wxr_import_parent','16728'),(16232,17757,'fusion_demo_import','classic_shop'),(16233,17763,'_wp_attached_file','2015/09/accessories_categorie_bg.jpg'),(16234,17763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:616;s:4:\"file\";s:36:\"2015/09/accessories_categorie_bg.jpg\";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:{}}}'),(16235,17763,'_wxr_import_parent','16732'),(16236,17763,'fusion_demo_import','classic_shop'),(16237,17788,'_wp_attached_file','2015/12/sidebar_promotion_img.jpg'),(16238,17788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:686;s:4:\"file\";s:33:\"2015/12/sidebar_promotion_img.jpg\";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:{}}}'),(16239,17788,'fusion_demo_import','classic_shop'),(16240,17794,'_wp_attached_file','2015/10/home2_slide_two__bg_2.jpg'),(16241,17794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1295;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2015/10/home2_slide_two__bg_2.jpg\";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:{}}}'),(16242,17794,'_wxr_import_parent','17164'),(16243,17794,'fusion_demo_import','classic_shop'),(16244,17857,'_wp_attached_file','2015/08/digital-item.jpg'),(16245,17857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2015/08/digital-item.jpg\";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:{}}}'),(15812,16346,'_wp_attached_file','2015/09/post_img_2_2.jpg'),(15811,16339,'fusion_demo_import','classic_shop'),(15810,16339,'_wxr_import_parent','16317'),(15809,16339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/09/post_img_1.jpg\";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:{}}}'),(15808,16339,'_wp_attached_file','2015/09/post_img_1.jpg'),(15807,16252,'fusion_demo_import','classic_shop'),(15806,16252,'_wxr_import_parent','16250'),(15805,16252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:973;s:4:\"file\";s:30:\"2015/09/home1_slide_one_bg.jpg\";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:{}}}'),(15804,16252,'_wp_attached_file','2015/09/home1_slide_one_bg.jpg'),(15816,16351,'_wp_attached_file','2015/09/post_img_3.jpg'),(15815,16346,'fusion_demo_import','classic_shop'),(15814,16346,'_wxr_import_parent','16345'),(15813,16346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2015/09/post_img_2_2.jpg\";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:{}}}'),(15820,16364,'_wp_attached_file','2015/09/post_img_7.jpg'),(15819,16351,'fusion_demo_import','classic_shop'),(15818,16351,'_wxr_import_parent','16350'),(15817,16351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/09/post_img_3.jpg\";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:{}}}'),(28468,19699,'_wp_attachment_image_alt','Baby Steps'),(28465,16378,'_edit_lock','1549658540:1'),(28404,19691,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:13:\"babysteps.jpg\";}}'),(28403,19689,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550963098;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:19825;}i:1;a:1:{s:2:\"id\";i:48;}i:2;a:1:{s:2:\"id\";i:30;}}}}'),(28384,19689,'_wpas_done_all','1'),(28356,19689,'avada_post_views_count','24'),(28350,19689,'kd_featured-image-4_post_id',''),(28351,19689,'kd_featured-image-5_post_id',''),(28349,19689,'kd_featured-image-3_post_id',''),(28347,19689,'fusion_builder_status',''),(28348,19689,'kd_featured-image-2_post_id',''),(28343,19689,'pyre_page_title_bar_bg_retina',''),(28344,19689,'pyre_page_title_bar_bg_retina_id',''),(28345,19689,'pyre_page_title_bar_bg_full','default'),(28346,19689,'pyre_page_title_bg_parallax','default'),(28342,19689,'pyre_page_title_bar_bg_id',''),(28341,19689,'pyre_page_title_bar_bg',''),(28340,19689,'pyre_page_title_bar_borders_color',''),(28339,19689,'pyre_page_title_bar_bg_color',''),(28338,19689,'pyre_page_title_mobile_height',''),(28337,19689,'pyre_page_title_height',''),(28336,19689,'pyre_page_title_100_width','default'),(28335,19689,'pyre_page_title_subheader_font_color',''),(28334,19689,'pyre_page_title_font_color',''),(28333,19689,'pyre_page_title_custom_subheader_text_size',''),(28332,19689,'pyre_page_title_custom_subheader',''),(28331,19689,'pyre_page_title_line_height',''),(28330,19689,'pyre_page_title_text_size',''),(28329,19689,'pyre_page_title_custom_text',''),(28327,19689,'pyre_page_title_text','default'),(28328,19689,'pyre_page_title_text_alignment','default'),(28325,19689,'pyre_page_title','default'),(28326,19689,'pyre_page_title_breadcrumbs_search_bar','default'),(28324,19689,'pyre_wide_page_bg_repeat','default'),(28323,19689,'pyre_wide_page_bg_full','default'),(28295,19689,'pyre_main_top_padding',''),(28296,19689,'pyre_main_bottom_padding',''),(28297,19689,'pyre_hundredp_padding',''),(28298,19689,'pyre_display_header','yes'),(28299,19689,'pyre_header_100_width','default'),(28300,19689,'pyre_combined_header_bg_color',''),(28301,19689,'pyre_mobile_header_bg_color',''),(28302,19689,'pyre_header_bg',''),(28303,19689,'pyre_header_bg_id',''),(28304,19689,'pyre_header_bg_full','no'),(28305,19689,'pyre_header_bg_repeat','repeat'),(28306,19689,'pyre_displayed_menu','default'),(28307,19689,'pyre_display_footer','default'),(28308,19689,'pyre_display_copyright','default'),(28309,19689,'pyre_footer_100_width','default'),(28310,19689,'pyre_sidebar_position','default'),(28311,19689,'pyre_responsive_sidebar_order',''),(28312,19689,'pyre_sidebar_sticky','default'),(28313,19689,'pyre_sidebar_bg_color',''),(28314,19689,'pyre_page_bg_layout','default'),(28315,19689,'pyre_page_bg_color',''),(28316,19689,'pyre_page_bg',''),(28317,19689,'pyre_page_bg_id',''),(28318,19689,'pyre_page_bg_full','default'),(28319,19689,'pyre_page_bg_repeat','default'),(28320,19689,'pyre_wide_page_bg_color',''),(28321,19689,'pyre_wide_page_bg',''),(28322,19689,'pyre_wide_page_bg_id',''),(29897,19632,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27430,19632,'_wp_page_template','100-width.php'),(35642,1876,'_wp_trash_meta_status','draft'),(35643,1876,'_wp_trash_meta_time','1549421800'),(35644,1876,'_wp_desired_post_slug',''),(35645,1877,'_wp_trash_meta_status','draft'),(27429,19632,'_edit_last','1'),(28294,19689,'pyre_demo_slider',''),(28293,19689,'pyre_fallback_id',''),(28292,19689,'pyre_fallback',''),(28291,19689,'pyre_avada_rev_styles','default'),(28290,19689,'pyre_slider_position','default'),(28289,19689,'pyre_elasticslider','0'),(28288,19689,'pyre_revslider','0'),(28287,19689,'pyre_wooslider',''),(28286,19689,'pyre_slider','0'),(28285,19689,'pyre_slider_type','no'),(28284,19689,'pyre_post_comments','default'),(28283,19689,'pyre_post_meta','default'),(28282,19689,'pyre_author_info','default'),(28281,19689,'pyre_post_pagination','default'),(28280,19689,'pyre_share_box','default'),(28279,19689,'pyre_related_posts','default'),(28278,19689,'pyre_post_links_target','no'),(28277,19689,'pyre_link_icon_url',''),(28276,19689,'pyre_image_rollover_icons','default'),(28275,19689,'pyre_video',''),(28274,19689,'pyre_portfolio_width_100','default'),(28273,19689,'pyre_fimg_height',''),(28272,19689,'pyre_fimg_width',''),(28266,19689,'slide_template','default'),(38426,19689,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(38427,19689,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(38424,19689,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28492,19689,'_wp_old_date','2019-01-31'),(28520,19701,'_wp_attached_file','2019/01/babysteps3.jpg'),(28271,19689,'pyre_show_first_featured_image','no'),(38425,19689,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(28260,19691,'_wp_attachment_image_alt','baby steps'),(35650,412,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549428978;s:7:\"payload\";a:0:{}}}'),(35649,19557,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549428459;s:7:\"payload\";a:0:{}}}'),(35646,1877,'_wp_trash_meta_time','1549421800'),(35647,1877,'_wp_desired_post_slug',''),(35648,413,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549427859;s:7:\"payload\";a:0:{}}}'),(27356,19629,'pyre_header_bg_id',''),(27354,19629,'pyre_mobile_header_bg_color',''),(27355,19629,'pyre_header_bg',''),(27353,19629,'pyre_combined_header_bg_color',''),(27351,19629,'pyre_display_header','yes'),(27352,19629,'pyre_header_100_width','default'),(27328,19628,'pyre_page_title_bar_bg',''),(27329,19628,'pyre_page_title_bar_bg_id',''),(27330,19628,'pyre_page_title_bar_bg_retina',''),(27331,19628,'pyre_page_title_bar_bg_retina_id',''),(27332,19628,'pyre_page_title_bar_bg_full','default'),(27333,19628,'pyre_page_title_bg_parallax','default'),(27334,19629,'fusion_builder_status','active'),(27335,19629,'_wp_page_template','100-width.php'),(27336,19629,'pyre_page_options-hide','pyre_page_options'),(27337,19629,'pyre_slider_type','no'),(27338,19629,'pyre_slider','0'),(27339,19629,'pyre_wooslider',''),(27340,19629,'pyre_revslider','0'),(27341,19629,'pyre_elasticslider','0'),(27342,19629,'pyre_slider_position','default'),(27343,19629,'pyre_avada_rev_styles','default'),(27344,19629,'pyre_fallback',''),(27345,19629,'pyre_fallback_id',''),(27346,19629,'pyre_demo_slider',''),(27347,19629,'pyre_main_top_padding','0px'),(27348,19629,'pyre_main_bottom_padding','0px'),(27349,19629,'pyre_hundredp_padding',''),(27350,19629,'pyre_show_first_featured_image','no'),(39886,20040,'_wp_attachment_image_alt','Happy Times'),(39951,20043,'_wp_attached_file','2019/02/landing-happy.png'),(39952,20043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:25:\"2019/02/landing-happy.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"landing-happy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"landing-happy-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"landing-happy-718x400.png\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"landing-happy-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"landing-happy-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"landing-happy-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"landing-happy-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"landing-happy-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"landing-happy-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"landing-happy-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"landing-happy-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:25:\"landing-happy-200x177.png\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:25:\"landing-happy-400x354.png\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:25:\"landing-happy-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"landing-happy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"landing-happy-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"landing-happy-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"landing-happy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"landing-happy-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"landing-happy-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27326,19628,'pyre_page_title_bar_bg_color',''),(27327,19628,'pyre_page_title_bar_borders_color',''),(27325,19628,'pyre_page_title_mobile_height',''),(27320,19628,'pyre_page_title_custom_subheader_text_size',''),(27321,19628,'pyre_page_title_font_color',''),(27322,19628,'pyre_page_title_subheader_font_color',''),(27323,19628,'pyre_page_title_100_width','default'),(27324,19628,'pyre_page_title_height',''),(27319,19628,'pyre_page_title_line_height',''),(27314,19628,'pyre_page_title','no'),(27315,19628,'pyre_page_title_breadcrumbs_search_bar','default'),(27316,19628,'pyre_page_title_text','default'),(27317,19628,'pyre_page_title_text_alignment','default'),(27318,19628,'pyre_page_title_text_size',''),(27313,19628,'pyre_wide_page_bg_repeat','repeat'),(27312,19628,'pyre_wide_page_bg_full','no'),(27311,19628,'pyre_wide_page_bg_id',''),(27310,19628,'pyre_wide_page_bg',''),(27309,19628,'pyre_wide_page_bg_color',''),(27308,19628,'pyre_page_bg_repeat','repeat'),(27306,19628,'pyre_page_bg_id',''),(27307,19628,'pyre_page_bg_full','no'),(29362,19739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:23:\"2019/02/grunge_wall.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"grunge_wall-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:\"grunge_wall-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"grunge_wall-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"grunge_wall-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"grunge_wall-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"grunge_wall-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"grunge_wall-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"grunge_wall-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"grunge_wall-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:23:\"grunge_wall-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:23:\"grunge_wall-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"grunge_wall-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"grunge_wall-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"grunge_wall-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"grunge_wall-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29361,19739,'_wp_attached_file','2019/02/grunge_wall.png'),(29186,19732,'_wp_attachment_image_alt','Sun Background'),(29219,19733,'_wp_attached_file','2019/02/husk.png'),(29220,19733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:16:\"2019/02/husk.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"husk-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:16:\"husk-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"husk-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"husk-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"husk-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"husk-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"husk-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"husk-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"husk-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"husk-500x441.png\";s:5:\"width\";i:500;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"husk-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:16:\"husk-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:16:\"husk-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"husk-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"husk-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"husk-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"husk-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28074,19678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:981;s:4:\"file\";s:22:\"2019/01/river-joy2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy2-150x150.jpg\";s:5:\"width\";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:\"river-joy2-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"river-joy2-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"river-joy2-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"river-joy2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"river-joy2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"river-joy2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"river-joy2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"river-joy2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"river-joy2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"river-joy2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"river-joy2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"river-joy2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"river-joy2-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"river-joy2-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"river-joy2-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"river-joy2-800x491.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"river-joy2-1200x736.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"river-joy2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"river-joy2-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"river-joy2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"river-joy2-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28073,19678,'_wp_attached_file','2019/01/river-joy2.jpg'),(28072,19677,'_wp_attachment_image_alt','Living Joy'),(41074,20101,'_wp_attached_file','2019/02/michelle-amazing5.jpg'),(27777,16345,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1548724052;s:7:\"payload\";a:0:{}}}'),(27778,16350,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1548724123;s:7:\"payload\";a:0:{}}}'),(27779,19537,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1548724143;s:7:\"payload\";a:0:{}}}'),(27780,16317,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1548770094;s:7:\"payload\";a:0:{}}}'),(41027,20099,'_wp_attached_file','2019/02/michelle-amazing4.jpg'),(41028,20099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/02/michelle-amazing4.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-150x150.jpg\";s:5:\"width\";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:\"michelle-amazing4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"michelle-amazing4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"michelle-amazing4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"michelle-amazing4-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"michelle-amazing4-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"michelle-amazing4-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"michelle-amazing4-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"michelle-amazing4-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"michelle-amazing4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27624,19622,'_wp_attachment_image_alt','Reset to Happiness'),(27621,19558,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1548695969;s:7:\"payload\";a:0:{}}}'),(27588,16546,'_edit_last','1'),(27579,19639,'_wp_attachment_image_alt','fun apron'),(27568,19638,'_wp_attachment_image_alt',''),(17815,16552,'pyre_page_bg_layout','default'),(17814,16552,'pyre_sidebar_bg_color',''),(17813,16552,'pyre_sidebar_position','default'),(17812,16552,'pyre_footer_100_width','default'),(17811,16552,'pyre_display_copyright','default'),(17810,16552,'pyre_display_footer','default'),(17809,16552,'pyre_displayed_menu','default'),(17808,16552,'pyre_header_bg_repeat','repeat'),(17807,16552,'pyre_header_bg_full','no'),(17806,16552,'pyre_header_bg',''),(17805,16552,'pyre_header_bg_opacity',''),(17804,16552,'pyre_header_bg_color',''),(17803,16552,'pyre_header_100_width','default'),(17802,16552,'pyre_display_header','yes'),(17801,16552,'pyre_show_first_featured_image','no'),(17800,16552,'pyre_hundredp_padding',''),(17799,16552,'pyre_main_bottom_padding',''),(17798,16552,'pyre_main_top_padding',''),(17797,16552,'pyre_demo_slider',''),(17796,16552,'pyre_fallback',''),(17795,16552,'pyre_avada_rev_styles','default'),(17794,16552,'pyre_slider_position','default'),(17793,16552,'pyre_elasticslider','0'),(17792,16552,'pyre_revslider','home3-rs'),(28996,16552,'pyre_fallback_id',''),(17791,16552,'pyre_wooslider',''),(17790,16552,'pyre_slider','0'),(17789,16552,'pyre_slider_type','no'),(29992,16552,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(29993,16552,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(28997,16552,'pyre_combined_header_bg_color',''),(29990,16552,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29991,16552,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(17784,16552,'slide_template',''),(17783,16552,'pyre_portfolio_column_spacing',''),(17782,16552,'pyre_portfolio_featured_image_size','default'),(17781,16552,'pyre_portfolio_text_layout','default'),(17780,16552,'pyre_portfolio_filters','yes'),(17779,16552,'pyre_portfolio_excerpt',''),(17778,16552,'pyre_portfolio_content_length','default'),(17777,16552,'pyre_portfolio_width_100','no'),(17776,16552,'fusion_builder_status','active'),(17775,16552,'_wp_page_template','100-width.php'),(17774,16546,'fusion_demo_import','classic_shop'),(17773,16546,'_wxr_import_has_attachment_refs','1'),(17772,16546,'_wxr_import_user_slug','admin'),(30324,16546,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(30323,16546,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(30322,16546,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(30321,16546,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27538,16546,'pyre_combined_header_bg_color',''),(17763,16546,'pyre_page_title_line_height',''),(17764,16546,'kd_featured-image-2_page_id',''),(17765,16546,'kd_featured-image-3_page_id',''),(17766,16546,'kd_featured-image-4_page_id',''),(17767,16546,'kd_featured-image-5_page_id',''),(17762,16546,'pyre_sidebar_sticky','default'),(17754,16546,'pyre_page_title_height',''),(17755,16546,'pyre_page_title_mobile_height',''),(17756,16546,'pyre_page_title_bar_bg_color',''),(17757,16546,'pyre_page_title_bar_borders_color',''),(17758,16546,'pyre_page_title_bar_bg',''),(17759,16546,'pyre_page_title_bar_bg_retina',''),(17760,16546,'pyre_page_title_bar_bg_full','default'),(17761,16546,'pyre_page_title_bg_parallax','default'),(17984,16560,'pyre_page_title_bar_bg_retina',''),(17983,16560,'pyre_page_title_bar_bg',''),(17982,16560,'pyre_page_title_bar_borders_color',''),(17981,16560,'pyre_page_title_bar_bg_color',''),(17980,16560,'pyre_page_title_mobile_height',''),(17979,16560,'pyre_page_title_height',''),(17978,16560,'pyre_page_title_100_width','default'),(17977,16560,'pyre_page_title_font_color',''),(17976,16560,'pyre_page_title_custom_subheader_text_size',''),(17975,16560,'pyre_page_title_custom_subheader',''),(17974,16560,'pyre_page_title_text_size',''),(17973,16560,'pyre_page_title_custom_text',''),(17972,16560,'pyre_page_title_text_alignment','default'),(17971,16560,'pyre_page_title_text','default'),(17970,16560,'pyre_page_title_breadcrumbs_search_bar','default'),(17969,16560,'pyre_page_title','no'),(17968,16560,'pyre_wide_page_bg_repeat','repeat'),(17967,16560,'pyre_wide_page_bg_full','no'),(17966,16560,'pyre_wide_page_bg',''),(17965,16560,'pyre_wide_page_bg_color',''),(17964,16560,'pyre_page_bg_repeat','repeat'),(17963,16560,'pyre_page_bg_full','no'),(17962,16560,'pyre_page_bg',''),(17961,16560,'pyre_page_bg_color',''),(17960,16560,'pyre_page_bg_layout','default'),(17959,16560,'pyre_sidebar_bg_color',''),(17958,16560,'pyre_sidebar_position','default'),(17957,16560,'pyre_footer_100_width','default'),(17956,16560,'pyre_display_copyright','default'),(17955,16560,'pyre_display_footer','default'),(17954,16560,'pyre_displayed_menu','default'),(17953,16560,'pyre_header_bg_repeat','repeat'),(17952,16560,'pyre_header_bg_full','no'),(17951,16560,'pyre_header_bg',''),(17950,16560,'pyre_header_bg_opacity',''),(17949,16560,'pyre_header_bg_color',''),(17948,16560,'pyre_header_100_width','default'),(17947,16560,'pyre_display_header','yes'),(17946,16560,'pyre_show_first_featured_image','no'),(17945,16560,'pyre_hundredp_padding',''),(17944,16560,'pyre_main_bottom_padding',''),(17943,16560,'pyre_main_top_padding','0px'),(17942,16560,'pyre_demo_slider',''),(17941,16560,'pyre_fallback',''),(17940,16560,'pyre_avada_rev_styles','default'),(17935,16560,'pyre_slider','0'),(17936,16560,'pyre_wooslider',''),(17937,16560,'pyre_revslider','0'),(17938,16560,'pyre_elasticslider','0'),(17939,16560,'pyre_slider_position','default'),(17934,16560,'pyre_slider_type','no'),(36664,19913,'pyre_portfolio_text_layout','default'),(17929,16560,'fusion_builder_converted','yes'),(30011,16560,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(30012,16560,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(30013,16560,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(30014,16560,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18091,16572,'pyre_header_bg_full','no'),(18090,16572,'pyre_header_bg',''),(18089,16572,'pyre_header_bg_opacity',''),(18088,16572,'pyre_header_bg_color',''),(18087,16572,'pyre_header_100_width','default'),(18086,16572,'pyre_display_header','yes'),(18085,16572,'pyre_show_first_featured_image','no'),(18084,16572,'pyre_hundredp_padding',''),(18083,16572,'pyre_main_bottom_padding','0px'),(18082,16572,'pyre_main_top_padding',''),(18081,16572,'pyre_demo_slider',''),(18080,16572,'pyre_fallback',''),(18079,16572,'pyre_avada_rev_styles','default'),(18078,16572,'pyre_slider_position','default'),(18077,16572,'pyre_elasticslider','0'),(18076,16572,'pyre_revslider','0'),(18075,16572,'pyre_wooslider','classic-shop-home1-fs'),(18074,16572,'pyre_slider','0'),(18073,16572,'pyre_slider_type','flex'),(18072,16572,'pyre_container_padding_left',''),(18071,16572,'pyre_container_padding_bottom',''),(18070,16572,'pyre_container_padding_right',''),(18069,16572,'pyre_container_padding_top',''),(18068,16572,'fusion_builder_converted','yes'),(18067,16572,'slide_template','default'),(18066,16572,'pyre_portfolio_column_spacing',''),(18065,16572,'pyre_portfolio_featured_image_size','default'),(18064,16572,'pyre_portfolio_text_layout','default'),(18063,16572,'pyre_portfolio_filters','yes'),(18062,16572,'pyre_portfolio_excerpt',''),(18061,16572,'pyre_portfolio_content_length','default'),(18060,16572,'pyre_portfolio_width_100','no'),(18059,16572,'fusion_builder_status','active'),(18058,16572,'_wp_page_template','100-width.php'),(18057,16564,'fusion_demo_import','classic_shop'),(18056,16564,'_wxr_import_user_slug','admin'),(18055,16564,'pyre_page_title_bg_parallax','default'),(18054,16564,'pyre_page_title_bar_bg_full','default'),(18053,16564,'pyre_page_title_bar_bg_retina',''),(18052,16564,'pyre_page_title_bar_bg',''),(18051,16564,'pyre_page_title_bar_borders_color',''),(18050,16564,'pyre_page_title_bar_bg_color',''),(18049,16564,'pyre_page_title_mobile_height',''),(18048,16564,'pyre_page_title_height',''),(18047,16564,'pyre_page_title_100_width','default'),(18046,16564,'pyre_page_title_font_color',''),(18045,16564,'pyre_page_title_custom_subheader_text_size',''),(18041,16564,'pyre_page_title_text_alignment','default'),(18042,16564,'pyre_page_title_custom_text',''),(18043,16564,'pyre_page_title_text_size',''),(18044,16564,'pyre_page_title_custom_subheader',''),(18040,16564,'pyre_page_title_text','default'),(18038,16564,'pyre_page_title','default'),(18039,16564,'pyre_page_title_breadcrumbs_search_bar','default'),(18206,16576,'fusion_demo_import','classic_shop'),(18205,16576,'_wxr_import_user_slug','admin'),(18204,16576,'pyre_page_title_bg_parallax','default'),(18203,16576,'pyre_page_title_bar_bg_full','default'),(18202,16576,'pyre_page_title_bar_bg_retina',''),(18201,16576,'pyre_page_title_bar_bg',''),(18200,16576,'pyre_page_title_bar_borders_color',''),(18199,16576,'pyre_page_title_bar_bg_color',''),(18198,16576,'pyre_page_title_mobile_height',''),(18197,16576,'pyre_page_title_height',''),(18196,16576,'pyre_page_title_100_width','default'),(18195,16576,'pyre_page_title_font_color',''),(18194,16576,'pyre_page_title_custom_subheader_text_size',''),(18193,16576,'pyre_page_title_custom_subheader',''),(18192,16576,'pyre_page_title_text_size',''),(18191,16576,'pyre_page_title_custom_text',''),(18190,16576,'pyre_page_title_text_alignment','default'),(18189,16576,'pyre_page_title_text','default'),(18188,16576,'pyre_page_title_breadcrumbs_search_bar','default'),(18187,16576,'pyre_page_title','default'),(18186,16576,'pyre_wide_page_bg_repeat','repeat'),(18185,16576,'pyre_wide_page_bg_full','no'),(18184,16576,'pyre_wide_page_bg',''),(18183,16576,'pyre_wide_page_bg_color',''),(18182,16576,'pyre_page_bg_repeat','repeat'),(18181,16576,'pyre_page_bg_full','no'),(18180,16576,'pyre_page_bg',''),(18179,16576,'pyre_page_bg_color',''),(18178,16576,'pyre_page_bg_layout','default'),(18177,16576,'pyre_sidebar_bg_color',''),(18176,16576,'pyre_sidebar_position','default'),(18175,16576,'pyre_footer_100_width','default'),(18174,16576,'pyre_display_copyright','default'),(18173,16576,'pyre_display_footer','default'),(18172,16576,'pyre_displayed_menu','default'),(18171,16576,'pyre_header_bg_repeat','repeat'),(18170,16576,'pyre_header_bg_full','no'),(18169,16576,'pyre_header_bg',''),(18168,16576,'pyre_header_bg_opacity',''),(18167,16576,'pyre_header_bg_color',''),(18166,16576,'pyre_header_100_width','default'),(18165,16576,'pyre_display_header','yes'),(18164,16576,'pyre_show_first_featured_image','no'),(18163,16576,'pyre_hundredp_padding',''),(18162,16576,'pyre_main_bottom_padding',''),(18161,16576,'pyre_main_top_padding',''),(18160,16576,'pyre_demo_slider',''),(18159,16576,'pyre_fallback',''),(18158,16576,'pyre_avada_rev_styles','default'),(18153,16576,'pyre_slider','0'),(18154,16576,'pyre_wooslider','0'),(18155,16576,'pyre_revslider','0'),(18156,16576,'pyre_elasticslider','0'),(18157,16576,'pyre_slider_position','default'),(18152,16576,'pyre_slider_type','no'),(18150,16576,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18151,16576,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18367,16722,'pyre_displayed_menu','default'),(18366,16722,'pyre_header_bg_repeat','repeat'),(18365,16722,'pyre_header_bg_full','no'),(18364,16722,'pyre_header_bg_opacity',''),(18363,16722,'pyre_header_bg_color',''),(18362,16722,'pyre_header_bg',''),(18361,16722,'pyre_header_100_width','default'),(18360,16722,'pyre_display_header','yes'),(18359,16722,'pyre_show_first_featured_image','no'),(18358,16722,'pyre_hundredp_padding',''),(18357,16722,'pyre_main_bottom_padding','0px'),(18356,16722,'pyre_main_top_padding','0px'),(18355,16722,'pyre_avada_rev_styles','default'),(18354,16722,'pyre_fallback',''),(18353,16722,'pyre_elasticslider','0'),(18352,16722,'pyre_revslider','0'),(18351,16722,'pyre_wooslider','classic-shop-home1-fs'),(18350,16722,'pyre_slider','0'),(18349,16722,'pyre_slider_type','no'),(18348,16722,'pyre_slider_position','default'),(18347,16722,'fusion_builder_status','active'),(18346,16722,'slide_template','default'),(18345,16722,'_wp_page_template','100-width.php'),(18344,16594,'fusion_demo_import','classic_shop'),(18343,16594,'_wxr_import_has_attachment_refs','1'),(18342,16594,'fusion_builder_converted','yes'),(18341,16594,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18340,16594,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18339,16594,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18338,16594,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18337,16594,'slide_template','default'),(18336,16594,'pyre_page_title_breadcrumbs_search_bar','default'),(18335,16594,'pyre_page_title_bg_parallax','default'),(18334,16594,'pyre_page_title_bar_bg_full','default'),(18333,16594,'pyre_page_title_bar_borders_color',''),(18332,16594,'pyre_page_title_bar_bg_color',''),(18331,16594,'pyre_page_title_bar_bg_retina',''),(18330,16594,'pyre_page_title_bar_bg',''),(18329,16594,'pyre_page_title_mobile_height',''),(18328,16594,'pyre_page_title_height',''),(18327,16594,'pyre_page_title_font_color',''),(18326,16594,'pyre_page_title_custom_subheader_text_size',''),(18325,16594,'pyre_page_title_custom_subheader',''),(18324,16594,'pyre_page_title_text_size',''),(18323,16594,'pyre_page_title_custom_text',''),(18322,16594,'pyre_page_title_100_width','default'),(18318,16594,'pyre_portfolio_column_spacing',''),(18319,16594,'pyre_page_title','no'),(18320,16594,'pyre_page_title_text','default'),(18321,16594,'pyre_page_title_text_alignment','default'),(18317,16594,'pyre_portfolio_featured_image_size','default'),(18310,16594,'pyre_wide_page_bg_full','no'),(18311,16594,'pyre_wide_page_bg_repeat','repeat'),(18312,16594,'pyre_portfolio_width_100','no'),(18313,16594,'pyre_portfolio_content_length','default'),(18314,16594,'pyre_portfolio_excerpt',''),(18315,16594,'pyre_portfolio_filters','yes'),(18316,16594,'pyre_portfolio_text_layout','default'),(18467,16728,'pyre_page_title_text','default'),(18466,16728,'pyre_page_title','default'),(18465,16728,'pyre_portfolio_column_spacing',''),(18464,16728,'pyre_portfolio_featured_image_size','default'),(18463,16728,'pyre_portfolio_text_layout','default'),(18462,16728,'pyre_portfolio_filters','yes'),(18461,16728,'pyre_portfolio_excerpt',''),(18460,16728,'pyre_portfolio_content_length','default'),(18459,16728,'pyre_portfolio_width_100','no'),(18458,16728,'pyre_wide_page_bg_repeat','repeat'),(18457,16728,'pyre_wide_page_bg_full','no'),(18456,16728,'pyre_wide_page_bg_color',''),(18455,16728,'pyre_wide_page_bg',''),(18454,16728,'pyre_page_bg_repeat','repeat'),(18453,16728,'pyre_page_bg_full','no'),(18452,16728,'pyre_page_bg_color',''),(18451,16728,'pyre_page_bg',''),(18450,16728,'pyre_page_bg_layout','default'),(18449,16728,'pyre_sidebar_bg_color',''),(18448,16728,'pyre_sidebar_position','default'),(18447,16728,'pyre_footer_100_width','default'),(18446,16728,'pyre_display_copyright','default'),(18445,16728,'pyre_display_footer','default'),(18444,16728,'pyre_displayed_menu','default'),(18443,16728,'pyre_header_bg_repeat','repeat'),(18442,16728,'pyre_header_bg_full','no'),(18441,16728,'pyre_header_bg_opacity',''),(18440,16728,'pyre_header_bg_color',''),(18439,16728,'pyre_header_bg',''),(18438,16728,'pyre_header_100_width','default'),(18437,16728,'pyre_display_header','yes'),(18436,16728,'pyre_show_first_featured_image','no'),(18435,16728,'pyre_hundredp_padding',''),(18434,16728,'pyre_main_bottom_padding','0px'),(18433,16728,'pyre_main_top_padding','0px'),(18432,16728,'pyre_avada_rev_styles','default'),(18431,16728,'pyre_fallback',''),(18430,16728,'pyre_elasticslider','0'),(18429,16728,'pyre_revslider','0'),(18428,16728,'pyre_wooslider','classic-shop-home1-fs'),(18427,16728,'pyre_slider','0'),(18426,16728,'pyre_slider_type','no'),(18425,16728,'pyre_slider_position','default'),(18424,16728,'fusion_builder_status','active'),(18423,16728,'slide_template','default'),(18422,16728,'_wp_page_template','100-width.php'),(18421,16722,'fusion_demo_import','classic_shop'),(18418,16722,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18419,16722,'_wxr_import_user_slug','admin'),(18420,16722,'_wxr_import_has_attachment_refs','1'),(18417,16722,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18416,16722,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18572,16732,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18571,16732,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18570,16732,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18569,16732,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18568,16732,'kd_featured-image-5_page_id',''),(18567,16732,'kd_featured-image-4_page_id',''),(18566,16732,'kd_featured-image-3_page_id',''),(18565,16732,'kd_featured-image-2_page_id',''),(18564,16732,'pyre_page_title_line_height',''),(18563,16732,'pyre_sidebar_sticky','default'),(18562,16732,'pyre_demo_slider',''),(18561,16732,'fusion_builder_converted','yes'),(18560,16732,'pyre_page_title_breadcrumbs_search_bar','default'),(18559,16732,'pyre_page_title_bg_parallax','default'),(18558,16732,'pyre_page_title_bar_bg_full','default'),(18557,16732,'pyre_page_title_bar_borders_color',''),(18556,16732,'pyre_page_title_bar_bg_color',''),(18555,16732,'pyre_page_title_bar_bg_retina',''),(18554,16732,'pyre_page_title_bar_bg','https://www.resettohappiness.com/wp-content/uploads/2015/09/page_title_bar_as_bg.png'),(18553,16732,'pyre_page_title_mobile_height',''),(18552,16732,'pyre_page_title_height',''),(18551,16732,'pyre_page_title_font_color',''),(18550,16732,'pyre_page_title_custom_subheader_text_size',''),(18549,16732,'pyre_page_title_custom_subheader',''),(18548,16732,'pyre_page_title_text_size',''),(18547,16732,'pyre_page_title_custom_text',''),(18546,16732,'pyre_page_title_100_width','default'),(18545,16732,'pyre_page_title_text_alignment','default'),(18544,16732,'pyre_page_title_text','default'),(18543,16732,'pyre_page_title','default'),(18542,16732,'pyre_portfolio_column_spacing',''),(18541,16732,'pyre_portfolio_featured_image_size','default'),(18540,16732,'pyre_portfolio_text_layout','default'),(18539,16732,'pyre_portfolio_filters','yes'),(18538,16732,'pyre_portfolio_excerpt',''),(18537,16732,'pyre_portfolio_content_length','default'),(18536,16732,'pyre_portfolio_width_100','no'),(18535,16732,'pyre_wide_page_bg_repeat','repeat'),(18534,16732,'pyre_wide_page_bg_full','no'),(18533,16732,'pyre_wide_page_bg_color',''),(18532,16732,'pyre_wide_page_bg',''),(18531,16732,'pyre_page_bg_repeat','repeat'),(18530,16732,'pyre_page_bg_full','no'),(18529,16732,'pyre_page_bg_color',''),(18528,16732,'pyre_page_bg',''),(18527,16732,'pyre_page_bg_layout','default'),(18523,16732,'pyre_display_copyright','default'),(18524,16732,'pyre_footer_100_width','default'),(18525,16732,'pyre_sidebar_position','default'),(18526,16732,'pyre_sidebar_bg_color',''),(18522,16732,'pyre_display_footer','default'),(18513,16732,'pyre_show_first_featured_image','no'),(18514,16732,'pyre_display_header','yes'),(18515,16732,'pyre_header_100_width','default'),(18516,16732,'pyre_header_bg',''),(18517,16732,'pyre_header_bg_color',''),(18518,16732,'pyre_header_bg_opacity',''),(18519,16732,'pyre_header_bg_full','no'),(18520,16732,'pyre_header_bg_repeat','repeat'),(18521,16732,'pyre_displayed_menu','default'),(18666,16867,'pyre_avada_rev_styles','default'),(18665,16867,'pyre_slider_position','default'),(18664,16867,'pyre_elasticslider','0'),(18663,16867,'pyre_revslider','0'),(18662,16867,'pyre_wooslider',''),(18661,16867,'pyre_slider','0'),(18660,16867,'pyre_slider_type','no'),(30370,16867,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(30369,16867,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(30368,16867,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(30367,16867,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27428,19632,'_edit_lock','1549633208:1'),(18655,16867,'fusion_builder_converted','yes'),(18654,16867,'pyre_portfolio_column_spacing',''),(18653,16867,'pyre_portfolio_featured_image_size','default'),(18652,16867,'pyre_portfolio_text_layout','default'),(18651,16867,'pyre_portfolio_filters','yes'),(18650,16867,'pyre_portfolio_excerpt',''),(18649,16867,'pyre_portfolio_content_length','default'),(18648,16867,'pyre_portfolio_width_100','no'),(18647,16867,'fusion_builder_status','active'),(18646,16867,'slide_template',''),(18645,16867,'_wp_page_template','100-width.php'),(18644,16735,'fusion_demo_import','classic_shop'),(18643,16735,'_wxr_import_has_attachment_refs','1'),(18642,16735,'fusion_builder_converted','yes'),(18641,16735,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18640,16735,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18639,16735,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18638,16735,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18637,16735,'pyre_page_title_breadcrumbs_search_bar','default'),(18636,16735,'pyre_page_title_bg_parallax','default'),(18635,16735,'pyre_page_title_bar_bg_full','default'),(18634,16735,'pyre_page_title_bar_borders_color',''),(18633,16735,'pyre_page_title_bar_bg_color',''),(18632,16735,'pyre_page_title_bar_bg_retina',''),(18631,16735,'pyre_page_title_bar_bg','https://www.resettohappiness.com/wp-content/uploads/2015/09/page_title_bar_misc_bg.png'),(18630,16735,'pyre_page_title_mobile_height',''),(18629,16735,'pyre_page_title_height',''),(18628,16735,'pyre_page_title_font_color',''),(18624,16735,'pyre_page_title_custom_text',''),(18625,16735,'pyre_page_title_text_size',''),(18626,16735,'pyre_page_title_custom_subheader',''),(18627,16735,'pyre_page_title_custom_subheader_text_size',''),(18623,16735,'pyre_page_title_100_width','default'),(18621,16735,'pyre_page_title_text','default'),(18622,16735,'pyre_page_title_text_alignment','default'),(18751,16877,'pyre_display_footer','default'),(18750,16877,'pyre_displayed_menu','default'),(18749,16877,'pyre_header_bg_repeat','repeat'),(18748,16877,'pyre_header_bg_full','no'),(18743,16877,'pyre_display_header','yes'),(18744,16877,'pyre_header_100_width','default'),(18745,16877,'pyre_header_bg_color',''),(18746,16877,'pyre_header_bg_opacity',''),(18747,16877,'pyre_header_bg',''),(18742,16877,'pyre_show_first_featured_image','no'),(18741,16877,'pyre_container_padding_left',''),(18740,16877,'pyre_container_padding_bottom',''),(18739,16877,'pyre_container_padding_right',''),(18738,16877,'pyre_container_padding_top',''),(18737,16877,'pyre_hundredp_padding',''),(18736,16877,'pyre_main_bottom_padding','0px'),(18735,16877,'pyre_main_top_padding','0px'),(18730,16877,'pyre_elasticslider','0'),(18731,16877,'pyre_slider_position','default'),(18732,16877,'pyre_avada_rev_styles','default'),(18733,16877,'pyre_fallback',''),(18734,16877,'pyre_demo_slider',''),(18729,16877,'pyre_revslider','0'),(18728,16877,'pyre_wooslider',''),(18727,16877,'pyre_slider','0'),(27423,16867,'kd_featured-image-5_page_id',''),(27422,16867,'kd_featured-image-4_page_id',''),(27421,16867,'kd_featured-image-3_page_id',''),(27420,16867,'kd_featured-image-2_page_id',''),(27419,16867,'pyre_page_title_bar_bg_retina_id',''),(27418,16867,'pyre_page_title_bar_bg_id',''),(27416,16867,'pyre_page_title_line_height',''),(27417,16867,'pyre_page_title_subheader_font_color',''),(27414,16867,'pyre_page_bg_id',''),(27415,16867,'pyre_wide_page_bg_id',''),(27413,16867,'pyre_sidebar_sticky','default'),(27411,16867,'pyre_header_bg_id',''),(27412,16867,'pyre_responsive_sidebar_order',''),(27410,16867,'pyre_mobile_header_bg_color',''),(27409,16867,'pyre_combined_header_bg_color',''),(27408,16867,'pyre_fallback_id',''),(27398,19629,'pyre_page_title_bg_parallax','default'),(27399,16867,'_edit_last','1'),(27397,19629,'pyre_page_title_bar_bg_full','default'),(27396,19629,'pyre_page_title_bar_bg_retina_id',''),(27394,19629,'pyre_page_title_bar_bg_id',''),(27395,19629,'pyre_page_title_bar_bg_retina',''),(27393,19629,'pyre_page_title_bar_bg',''),(27392,19629,'pyre_page_title_bar_borders_color',''),(27391,19629,'pyre_page_title_bar_bg_color',''),(27390,19629,'pyre_page_title_mobile_height',''),(27389,19629,'pyre_page_title_height',''),(27388,19629,'pyre_page_title_100_width','default'),(27387,19629,'pyre_page_title_subheader_font_color',''),(27386,19629,'pyre_page_title_font_color',''),(27385,19629,'pyre_page_title_custom_subheader_text_size',''),(27383,19629,'pyre_page_title_text_size',''),(27384,19629,'pyre_page_title_line_height',''),(27382,19629,'pyre_page_title_text_alignment','default'),(27381,19629,'pyre_page_title_text','default'),(27379,19629,'pyre_page_title','no'),(27380,19629,'pyre_page_title_breadcrumbs_search_bar','default'),(27378,19629,'pyre_wide_page_bg_repeat','repeat'),(27377,19629,'pyre_wide_page_bg_full','no'),(27376,19629,'pyre_wide_page_bg_id',''),(27375,19629,'pyre_wide_page_bg',''),(27373,19629,'pyre_page_bg_repeat','repeat'),(27374,19629,'pyre_wide_page_bg_color',''),(27372,19629,'pyre_page_bg_full','no'),(27370,19629,'pyre_page_bg',''),(27371,19629,'pyre_page_bg_id',''),(27369,19629,'pyre_page_bg_color',''),(27368,19629,'pyre_page_bg_layout','default'),(27366,19629,'pyre_sidebar_sticky','default'),(27367,19629,'pyre_sidebar_bg_color',''),(27365,19629,'pyre_responsive_sidebar_order',''),(27364,19629,'pyre_sidebar_position','default'),(27363,19629,'pyre_sidebar_1',''),(27362,19629,'pyre_footer_100_width','default'),(27361,19629,'pyre_display_copyright','default'),(27360,19629,'pyre_display_footer','default'),(27359,19629,'pyre_displayed_menu','default'),(27357,19629,'pyre_header_bg_full','no'),(27358,19629,'pyre_header_bg_repeat','repeat'),(27305,19628,'pyre_page_bg',''),(27304,19628,'pyre_page_bg_color',''),(27302,19628,'pyre_sidebar_bg_color',''),(27303,19628,'pyre_page_bg_layout','default'),(27301,19628,'pyre_sidebar_sticky','default'),(27299,19628,'pyre_sidebar_position','default'),(27300,19628,'pyre_responsive_sidebar_order',''),(27298,19628,'pyre_sidebar_1',''),(27297,19628,'pyre_footer_100_width','default'),(27295,19628,'pyre_display_footer','default'),(27296,19628,'pyre_display_copyright','default'),(27294,19628,'pyre_displayed_menu','default'),(27293,19628,'pyre_header_bg_repeat','repeat'),(27292,19628,'pyre_header_bg_full','no'),(27290,19628,'pyre_header_bg',''),(27291,19628,'pyre_header_bg_id',''),(27289,19628,'pyre_mobile_header_bg_color',''),(27288,19628,'pyre_combined_header_bg_color',''),(27286,19628,'pyre_display_header','yes'),(27287,19628,'pyre_header_100_width','default'),(27285,19628,'pyre_show_first_featured_image','no'),(27284,19628,'pyre_hundredp_padding',''),(27283,19628,'pyre_main_bottom_padding','0px'),(27282,19628,'pyre_main_top_padding','0px'),(27281,19628,'pyre_demo_slider',''),(27280,19628,'pyre_fallback_id',''),(27279,19628,'pyre_fallback',''),(27278,19628,'pyre_avada_rev_styles','default'),(27276,19628,'pyre_elasticslider','0'),(27277,19628,'pyre_slider_position','default'),(27275,19628,'pyre_revslider','0'),(27273,19628,'pyre_slider','0'),(27274,19628,'pyre_wooslider',''),(27272,19628,'pyre_slider_type','no'),(27271,19628,'pyre_page_options-hide','pyre_page_options'),(27270,19628,'_wp_page_template','100-width.php'),(27268,16867,'_edit_lock','1550362388:1'),(27267,19627,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(27265,19627,'_menu_item_url',''),(27269,19628,'fusion_builder_status','active'),(27264,19627,'_menu_item_xfn',''),(27263,19627,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27261,19627,'_menu_item_object','page'),(27262,19627,'_menu_item_target',''),(27260,19627,'_menu_item_object_id','16560'),(27259,19627,'_menu_item_menu_item_parent','0'),(27258,19627,'_menu_item_type','post_type'),(29400,19741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:211;s:6:\"height\";i:211;s:4:\"file\";s:22:\"2019/02/white_sand.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"white_sand-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"white_sand-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"white_sand-211x202.png\";s:5:\"width\";i:211;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"white_sand-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"white_sand-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"white_sand-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"white_sand-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29399,19741,'_wp_attached_file','2019/02/white_sand.png'),(29185,19732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2019/02/sun-pattern.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sun-pattern-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:\"sun-pattern-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"sun-pattern-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"sun-pattern-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"sun-pattern-400x295.png\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"sun-pattern-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"sun-pattern-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"sun-pattern-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"sun-pattern-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"sun-pattern-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:23:\"sun-pattern-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:23:\"sun-pattern-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"sun-pattern-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"sun-pattern-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"sun-pattern-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"sun-pattern-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29184,19732,'_wp_attached_file','2019/02/sun-pattern.png'),(29083,17867,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549318248;s:7:\"payload\";a:0:{}}}'),(29035,19726,'_menu_item_type','post_type'),(29036,19726,'_menu_item_menu_item_parent','0'),(29037,19726,'_menu_item_object_id','16546'),(29038,19726,'_menu_item_object','page'),(29039,19726,'_menu_item_target',''),(29040,19726,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29041,19726,'_menu_item_xfn',''),(29042,19726,'_menu_item_url',''),(29044,19726,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(28259,19691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:36:\"2019/01/babysteps-e1548856377518.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"babysteps-150x150.jpg\";s:5:\"width\";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:\"babysteps-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:21:\"babysteps-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:22:\"babysteps-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"babysteps-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"babysteps-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"babysteps-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"babysteps-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"babysteps-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"babysteps-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"babysteps-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"babysteps-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"babysteps-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"babysteps-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"babysteps-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"babysteps-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"babysteps-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"babysteps-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"babysteps-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"babysteps-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"babysteps-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"babysteps-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"babysteps-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"babysteps-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28257,19689,'_edit_last','1'),(28258,19691,'_wp_attached_file','2019/01/babysteps-e1548856377518.jpg'),(28256,19689,'_edit_lock','1549716407:1'),(28163,19681,'_wp_attachment_image_alt','Happy Life'),(28162,19681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2019/01/river-joy3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy3-150x150.jpg\";s:5:\"width\";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:\"river-joy3-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:\"river-joy3-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:23:\"river-joy3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"river-joy3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"river-joy3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"river-joy3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"river-joy3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"river-joy3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"river-joy3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"river-joy3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"river-joy3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"river-joy3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"river-joy3-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"river-joy3-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"river-joy3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"river-joy3-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"river-joy3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"river-joy3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"river-joy3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"river-joy3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"river-joy3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28161,19681,'_wp_attached_file','2019/01/river-joy3.jpg'),(28148,1893,'sharing_disabled','1'),(28071,19677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:21:\"2019/01/river-joy.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"river-joy-150x150.jpg\";s:5:\"width\";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:\"river-joy-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:21:\"river-joy-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:22:\"river-joy-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"river-joy-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"river-joy-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"river-joy-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"river-joy-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"river-joy-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"river-joy-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"river-joy-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"river-joy-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"river-joy-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"river-joy-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"river-joy-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"river-joy-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"river-joy-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"river-joy-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"river-joy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"river-joy-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"river-joy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"river-joy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"river-joy-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"river-joy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28070,19677,'_wp_attached_file','2019/01/river-joy.jpg'),(40218,20061,'_wp_attached_file','2019/02/michelle-amazing2.jpg'),(40219,20061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2019/02/michelle-amazing2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-150x150.jpg\";s:5:\"width\";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:\"michelle-amazing2-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"michelle-amazing2-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"michelle-amazing2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"michelle-amazing2-200x131.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"michelle-amazing2-400x263.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"michelle-amazing2-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"michelle-amazing2-800x525.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"michelle-amazing2-1200x788.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"michelle-amazing2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39976,20045,'_wp_attachment_image_alt','Pretty Lake View'),(41075,20101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/02/michelle-amazing5.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-150x150.jpg\";s:5:\"width\";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:\"michelle-amazing5-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"michelle-amazing5-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"michelle-amazing5-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"michelle-amazing5-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"michelle-amazing5-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"michelle-amazing5-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"michelle-amazing5-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"michelle-amazing5-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"michelle-amazing5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40631,20089,'_wp_attachment_image_alt','Amazing Cards Prep'),(40640,20088,'_wp_attachment_image_alt','Amazing Cards Personalize'),(40641,20091,'_wp_attachment_image_alt','Amazing Cards Assembly'),(40642,20090,'_wp_attachment_image_alt','Amazing Cards Ready'),(41029,20099,'_wp_attachment_image_alt','Michelle with Amazing Card'),(27703,19661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:411;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2019/01/amazing-star.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-star-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:24:\"amazing-star-300x292.png\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"amazing-star-411x400.png\";s:5:\"width\";i:411;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"amazing-star-411x272.png\";s:5:\"width\";i:411;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"amazing-star-411x295.png\";s:5:\"width\";i:411;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"amazing-star-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"amazing-star-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"amazing-star-411x272.png\";s:5:\"width\";i:411;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"amazing-star-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"amazing-star-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:24:\"amazing-star-200x195.png\";s:5:\"width\";i:200;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:24:\"amazing-star-400x389.png\";s:5:\"width\";i:400;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"amazing-star-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-star-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"amazing-star-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-star-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27702,19661,'_wp_attached_file','2019/01/amazing-star.png'),(17753,16546,'pyre_page_title_100_width','default'),(17752,16546,'pyre_page_title_font_color',''),(17751,16546,'pyre_page_title_custom_subheader_text_size',''),(17750,16546,'pyre_page_title_custom_subheader',''),(17749,16546,'pyre_page_title_text_size',''),(17748,16546,'pyre_page_title_custom_text',''),(17747,16546,'pyre_page_title_text_alignment','default'),(17746,16546,'pyre_page_title_text','default'),(17745,16546,'pyre_page_title_breadcrumbs_search_bar','default'),(17744,16546,'pyre_page_title','no'),(17743,16546,'pyre_wide_page_bg_repeat','repeat'),(17742,16546,'pyre_wide_page_bg_full','no'),(17741,16546,'pyre_wide_page_bg',''),(17740,16546,'pyre_wide_page_bg_color',''),(17739,16546,'pyre_page_bg_repeat','repeat'),(17738,16546,'pyre_page_bg_full','no'),(17737,16546,'pyre_page_bg',''),(17736,16546,'pyre_page_bg_color',''),(17735,16546,'pyre_page_bg_layout','default'),(17734,16546,'pyre_sidebar_bg_color',''),(17733,16546,'pyre_sidebar_position','default'),(17732,16546,'pyre_footer_100_width','default'),(17731,16546,'pyre_display_copyright','default'),(17730,16546,'pyre_display_footer','default'),(17729,16546,'pyre_displayed_menu','default'),(17728,16546,'pyre_header_bg_repeat','repeat'),(17727,16546,'pyre_header_bg_full','no'),(17726,16546,'pyre_header_bg',''),(17725,16546,'pyre_header_bg_opacity',''),(17724,16546,'pyre_header_bg_color',''),(17723,16546,'pyre_header_100_width','default'),(17722,16546,'pyre_display_header','yes'),(17721,16546,'pyre_show_first_featured_image','no'),(17720,16546,'pyre_hundredp_padding',''),(17719,16546,'pyre_main_bottom_padding','0px'),(17718,16546,'pyre_main_top_padding','0px'),(17717,16546,'pyre_demo_slider',''),(17715,16546,'pyre_avada_rev_styles','default'),(17716,16546,'pyre_fallback',''),(17714,16546,'pyre_slider_position','default'),(17713,16546,'pyre_elasticslider','0'),(27537,16546,'pyre_fallback_id',''),(17712,16546,'pyre_revslider','0'),(17711,16546,'pyre_wooslider','landing'),(17710,16546,'pyre_slider','0'),(17709,16546,'pyre_slider_type','flex'),(17708,16546,'fusion_builder_converted','yes'),(17707,16546,'slide_template','default'),(17706,16546,'pyre_portfolio_column_spacing',''),(17705,16546,'pyre_portfolio_featured_image_size','default'),(17704,16546,'pyre_portfolio_text_layout','default'),(17703,16546,'pyre_portfolio_filters','yes'),(17702,16546,'pyre_portfolio_excerpt',''),(17701,16546,'pyre_portfolio_content_length','default'),(17700,16546,'pyre_portfolio_width_100','no'),(17698,16546,'_wp_page_template','100-width.php'),(17699,16546,'fusion_builder_status','active'),(17880,16557,'pyre_portfolio_width_100','no'),(17879,16557,'pyre_wide_page_bg_repeat','repeat'),(17878,16557,'pyre_wide_page_bg_full','no'),(17877,16557,'pyre_wide_page_bg_color',''),(17876,16557,'pyre_wide_page_bg',''),(17875,16557,'pyre_page_bg_repeat','repeat'),(17874,16557,'pyre_page_bg_full','no'),(17873,16557,'pyre_page_bg_color',''),(17872,16557,'pyre_page_bg',''),(17871,16557,'pyre_page_bg_layout','default'),(17870,16557,'pyre_sidebar_bg_color',''),(17869,16557,'pyre_sidebar_position','default'),(17868,16557,'pyre_footer_100_width','default'),(17867,16557,'pyre_display_copyright','default'),(17866,16557,'pyre_display_footer','default'),(17865,16557,'pyre_displayed_menu','default'),(17864,16557,'pyre_header_bg_repeat','repeat'),(17863,16557,'pyre_header_bg_full','no'),(17862,16557,'pyre_header_bg_opacity',''),(17861,16557,'pyre_header_bg_color',''),(17860,16557,'pyre_header_bg',''),(17859,16557,'pyre_header_100_width','default'),(17858,16557,'pyre_display_header','yes'),(17857,16557,'pyre_show_first_featured_image','no'),(17856,16557,'pyre_hundredp_padding',''),(17855,16557,'pyre_main_bottom_padding',''),(17854,16557,'pyre_main_top_padding',''),(17853,16557,'pyre_avada_rev_styles','default'),(17852,16557,'pyre_fallback',''),(17851,16557,'pyre_elasticslider','0'),(17850,16557,'pyre_revslider','home3-rs'),(17849,16557,'pyre_wooslider','classic-shop-home1-fs'),(17848,16557,'pyre_slider','0'),(17847,16557,'pyre_slider_type','flex'),(17846,16557,'pyre_slider_position','default'),(17845,16557,'fusion_builder_status','active'),(17844,16557,'_wp_page_template','default'),(17843,16552,'fusion_demo_import','classic_shop'),(17842,16552,'_wxr_import_user_slug','admin'),(17841,16552,'pyre_page_title_bg_parallax','default'),(17840,16552,'pyre_page_title_bar_bg_full','default'),(17838,16552,'pyre_page_title_bar_bg',''),(17839,16552,'pyre_page_title_bar_bg_retina',''),(17837,16552,'pyre_page_title_bar_borders_color',''),(17836,16552,'pyre_page_title_bar_bg_color',''),(17835,16552,'pyre_page_title_mobile_height',''),(17834,16552,'pyre_page_title_height',''),(17833,16552,'pyre_page_title_100_width','default'),(17832,16552,'pyre_page_title_font_color',''),(17831,16552,'pyre_page_title_custom_subheader_text_size',''),(17830,16552,'pyre_page_title_custom_subheader',''),(17829,16552,'pyre_page_title_text_size',''),(17828,16552,'pyre_page_title_custom_text',''),(17827,16552,'pyre_page_title_text_alignment','default'),(17826,16552,'pyre_page_title_text','default'),(17825,16552,'pyre_page_title_breadcrumbs_search_bar','default'),(17824,16552,'pyre_page_title','default'),(17823,16552,'pyre_wide_page_bg_repeat','repeat'),(17822,16552,'pyre_wide_page_bg_full','no'),(17821,16552,'pyre_wide_page_bg',''),(17816,16552,'pyre_page_bg_color',''),(17817,16552,'pyre_page_bg',''),(17818,16552,'pyre_page_bg_full','no'),(17819,16552,'pyre_page_bg_repeat','repeat'),(17820,16552,'pyre_wide_page_bg_color',''),(17928,16560,'slide_template',''),(17927,16560,'pyre_portfolio_column_spacing',''),(17926,16560,'pyre_portfolio_featured_image_size','default'),(17925,16560,'pyre_portfolio_text_layout','default'),(17924,16560,'pyre_portfolio_filters','yes'),(17923,16560,'pyre_portfolio_excerpt',''),(17922,16560,'pyre_portfolio_content_length','default'),(17921,16560,'pyre_portfolio_width_100','no'),(17920,16560,'fusion_builder_status','active'),(17919,16560,'_wp_page_template','100-width.php'),(17918,16557,'fusion_demo_import','classic_shop'),(17917,16557,'_wxr_import_user_slug','admin'),(17916,16557,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(17915,16557,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(17914,16557,'sbg_selected_sidebar_replacement','a:1:{i:0;s:16:\"Products Sidebar\";}'),(17913,16557,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(17912,16557,'kd_featured-image-5_page_id',''),(17911,16557,'kd_featured-image-4_page_id',''),(17910,16557,'kd_featured-image-3_page_id',''),(17909,16557,'kd_featured-image-2_page_id',''),(17908,16557,'pyre_page_title_line_height',''),(17907,16557,'pyre_sidebar_sticky','default'),(17906,16557,'pyre_demo_slider',''),(17905,16557,'slide_template','default'),(17904,16557,'pyre_page_title_breadcrumbs_search_bar','default'),(17903,16557,'pyre_page_title_bg_parallax','default'),(17902,16557,'pyre_page_title_bar_bg_full','default'),(17901,16557,'pyre_page_title_bar_borders_color',''),(17900,16557,'pyre_page_title_bar_bg_color',''),(17899,16557,'pyre_page_title_bar_bg_retina',''),(17898,16557,'pyre_page_title_bar_bg',''),(17897,16557,'pyre_page_title_mobile_height',''),(17896,16557,'pyre_page_title_height',''),(17895,16557,'pyre_page_title_font_color',''),(17894,16557,'pyre_page_title_custom_subheader_text_size',''),(17892,16557,'pyre_page_title_text_size',''),(17893,16557,'pyre_page_title_custom_subheader',''),(17891,16557,'pyre_page_title_custom_text',''),(17890,16557,'pyre_page_title_100_width','default'),(17889,16557,'pyre_page_title_text_alignment','default'),(17888,16557,'pyre_page_title_text','default'),(17887,16557,'pyre_page_title','default'),(17886,16557,'pyre_portfolio_column_spacing',''),(17885,16557,'pyre_portfolio_featured_image_size','default'),(17884,16557,'pyre_portfolio_text_layout','default'),(17883,16557,'pyre_portfolio_filters','yes'),(17881,16557,'pyre_portfolio_content_length','default'),(17882,16557,'pyre_portfolio_excerpt',''),(18037,16564,'pyre_wide_page_bg_repeat','repeat'),(18036,16564,'pyre_wide_page_bg_full','no'),(18035,16564,'pyre_wide_page_bg',''),(18034,16564,'pyre_wide_page_bg_color',''),(18033,16564,'pyre_page_bg_repeat','repeat'),(18032,16564,'pyre_page_bg_full','no'),(18031,16564,'pyre_page_bg',''),(18030,16564,'pyre_page_bg_color',''),(18029,16564,'pyre_page_bg_layout','default'),(18028,16564,'pyre_sidebar_bg_color',''),(18027,16564,'pyre_sidebar_position','default'),(18026,16564,'pyre_footer_100_width','default'),(18025,16564,'pyre_display_copyright','default'),(18024,16564,'pyre_display_footer','default'),(18023,16564,'pyre_displayed_menu','default'),(18022,16564,'pyre_header_bg_repeat','repeat'),(18021,16564,'pyre_header_bg_full','no'),(18020,16564,'pyre_header_bg',''),(18019,16564,'pyre_header_bg_opacity',''),(18018,16564,'pyre_header_bg_color',''),(18017,16564,'pyre_header_100_width','default'),(18016,16564,'pyre_display_header','yes'),(18015,16564,'pyre_show_first_featured_image','no'),(18014,16564,'pyre_hundredp_padding',''),(18013,16564,'pyre_main_bottom_padding',''),(18012,16564,'pyre_main_top_padding',''),(18011,16564,'pyre_demo_slider',''),(18010,16564,'pyre_fallback',''),(18009,16564,'pyre_avada_rev_styles','default'),(18008,16564,'pyre_slider_position','default'),(18007,16564,'pyre_elasticslider','0'),(18006,16564,'pyre_revslider','0'),(18005,16564,'pyre_wooslider','0'),(18004,16564,'pyre_slider','0'),(18003,16564,'pyre_slider_type','no'),(18002,16564,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18001,16564,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18000,16564,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(17999,16564,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(17998,16564,'slide_template','default'),(17997,16564,'pyre_portfolio_column_spacing',''),(17996,16564,'pyre_portfolio_featured_image_size','default'),(17995,16564,'pyre_portfolio_text_layout','default'),(17994,16564,'pyre_portfolio_filters','yes'),(17993,16564,'pyre_portfolio_excerpt',''),(17992,16564,'pyre_portfolio_content_length','default'),(17991,16564,'pyre_portfolio_width_100','no'),(17990,16564,'fusion_builder_status','off'),(17989,16564,'_wp_page_template','default'),(17988,16560,'fusion_demo_import','classic_shop'),(17987,16560,'_wxr_import_user_slug','admin'),(17985,16560,'pyre_page_title_bar_bg_full','default'),(17986,16560,'pyre_page_title_bg_parallax','default'),(18149,16576,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18148,16576,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18147,16576,'slide_template','default'),(18146,16576,'pyre_portfolio_column_spacing',''),(18145,16576,'pyre_portfolio_featured_image_size','default'),(18144,16576,'pyre_portfolio_text_layout','default'),(18143,16576,'pyre_portfolio_filters','yes'),(18142,16576,'pyre_portfolio_excerpt',''),(18141,16576,'pyre_portfolio_content_length','default'),(18140,16576,'pyre_portfolio_width_100','no'),(18139,16576,'fusion_builder_status','active'),(18138,16576,'_wp_page_template','default'),(18137,16572,'fusion_demo_import','classic_shop'),(18136,16572,'_wxr_import_user_slug','admin'),(18135,16572,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18134,16572,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18133,16572,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18132,16572,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18131,16572,'kd_featured-image-5_page_id',''),(18130,16572,'kd_featured-image-4_page_id',''),(18129,16572,'kd_featured-image-3_page_id',''),(18128,16572,'kd_featured-image-2_page_id',''),(18127,16572,'pyre_page_title_line_height',''),(18126,16572,'pyre_sidebar_sticky','default'),(18125,16572,'pyre_page_title_bg_parallax','default'),(18124,16572,'pyre_page_title_bar_bg_full','default'),(18123,16572,'pyre_page_title_bar_bg_retina',''),(18122,16572,'pyre_page_title_bar_bg',''),(18121,16572,'pyre_page_title_bar_borders_color',''),(18120,16572,'pyre_page_title_bar_bg_color',''),(18119,16572,'pyre_page_title_mobile_height',''),(18118,16572,'pyre_page_title_height',''),(18117,16572,'pyre_page_title_100_width','default'),(18116,16572,'pyre_page_title_font_color',''),(18115,16572,'pyre_page_title_custom_subheader_text_size',''),(18114,16572,'pyre_page_title_custom_subheader',''),(18113,16572,'pyre_page_title_text_size',''),(18112,16572,'pyre_page_title_custom_text',''),(18111,16572,'pyre_page_title_text_alignment','default'),(18110,16572,'pyre_page_title_text','default'),(18109,16572,'pyre_page_title_breadcrumbs_search_bar','default'),(18108,16572,'pyre_page_title','no'),(18107,16572,'pyre_wide_page_bg_repeat','repeat'),(18106,16572,'pyre_wide_page_bg_full','no'),(18105,16572,'pyre_wide_page_bg',''),(18104,16572,'pyre_wide_page_bg_color',''),(18103,16572,'pyre_page_bg_repeat','repeat'),(18102,16572,'pyre_page_bg_full','no'),(18101,16572,'pyre_page_bg',''),(18100,16572,'pyre_page_bg_color',''),(18099,16572,'pyre_page_bg_layout','default'),(18098,16572,'pyre_sidebar_bg_color',''),(18097,16572,'pyre_sidebar_position','default'),(18096,16572,'pyre_footer_100_width','default'),(18092,16572,'pyre_header_bg_repeat','repeat'),(18093,16572,'pyre_displayed_menu','default'),(18094,16572,'pyre_display_footer','default'),(18095,16572,'pyre_display_copyright','default'),(18726,16877,'pyre_slider_type','no'),(18725,16877,'fusion_builder_converted','yes'),(18721,16877,'pyre_portfolio_filters','yes'),(18722,16877,'pyre_portfolio_text_layout','default'),(18723,16877,'pyre_portfolio_featured_image_size','default'),(18724,16877,'pyre_portfolio_column_spacing',''),(18720,16877,'pyre_portfolio_excerpt',''),(18719,16877,'pyre_portfolio_content_length','default'),(18718,16877,'pyre_portfolio_width_100','no'),(18717,16877,'fusion_builder_status','active'),(18716,16877,'slide_template','default'),(18715,16877,'_wp_page_template','100-width.php'),(18714,16867,'fusion_demo_import','classic_shop'),(18713,16867,'_wxr_import_user_slug','admin'),(18709,16867,'pyre_page_title_bar_bg',''),(18710,16867,'pyre_page_title_bar_bg_retina',''),(18711,16867,'pyre_page_title_bar_bg_full','default'),(18712,16867,'pyre_page_title_bg_parallax','default'),(18708,16867,'pyre_page_title_bar_borders_color',''),(18707,16867,'pyre_page_title_bar_bg_color',''),(18706,16867,'pyre_page_title_mobile_height',''),(18705,16867,'pyre_page_title_height',''),(18704,16867,'pyre_page_title_100_width','default'),(18703,16867,'pyre_page_title_font_color',''),(18702,16867,'pyre_page_title_custom_subheader_text_size',''),(18698,16867,'pyre_page_title_text_alignment','default'),(18699,16867,'pyre_page_title_custom_text',''),(18700,16867,'pyre_page_title_text_size',''),(18701,16867,'pyre_page_title_custom_subheader',''),(18697,16867,'pyre_page_title_text','default'),(18696,16867,'pyre_page_title_breadcrumbs_search_bar','default'),(18695,16867,'pyre_page_title','default'),(18694,16867,'pyre_wide_page_bg_repeat','repeat'),(18693,16867,'pyre_wide_page_bg_full','no'),(18692,16867,'pyre_wide_page_bg',''),(18691,16867,'pyre_wide_page_bg_color',''),(18690,16867,'pyre_page_bg_repeat','repeat'),(18685,16867,'pyre_sidebar_bg_color',''),(18686,16867,'pyre_page_bg_layout','default'),(18687,16867,'pyre_page_bg_color',''),(18688,16867,'pyre_page_bg',''),(18689,16867,'pyre_page_bg_full','no'),(18684,16867,'pyre_sidebar_position','default'),(18682,16867,'pyre_display_copyright','default'),(18683,16867,'pyre_footer_100_width','default'),(18761,16877,'pyre_wide_page_bg_color',''),(18760,16877,'pyre_page_bg_repeat','repeat'),(18759,16877,'pyre_page_bg_full','no'),(18754,16877,'pyre_sidebar_position','default'),(18755,16877,'pyre_sidebar_bg_color',''),(18756,16877,'pyre_page_bg_layout','default'),(18757,16877,'pyre_page_bg_color',''),(18758,16877,'pyre_page_bg',''),(18753,16877,'pyre_footer_100_width','default'),(18752,16877,'pyre_display_copyright','default'),(16266,17884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:623;s:4:\"file\";s:33:\"2015/12/beard_suit_man_casual.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:{}}}'),(16265,17884,'_wp_attached_file','2015/12/beard_suit_man_casual.png'),(16264,17883,'fusion_demo_import','classic_shop'),(16263,17883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:911;s:4:\"file\";s:26:\"2015/12/slide_rev_bg_3.jpg\";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:{}}}'),(16262,17883,'_wp_attached_file','2015/12/slide_rev_bg_3.jpg'),(16261,17869,'fusion_demo_import','classic_shop'),(16260,17869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:686;s:4:\"file\";s:29:\"2015/12/promotion_men_img.jpg\";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:{}}}'),(16259,17869,'_wp_attached_file','2015/12/promotion_men_img.jpg'),(16258,17868,'fusion_demo_import','classic_shop'),(16257,17868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:686;s:4:\"file\";s:37:\"2015/12/promotion_accessories_img.jpg\";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:{}}}'),(16256,17868,'_wp_attached_file','2015/12/promotion_accessories_img.jpg'),(16255,17867,'fusion_demo_import','classic_shop'),(16254,17867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2015/12/promotion_women_img.jpg\";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:{}}}'),(16253,17867,'_wp_attached_file','2015/12/promotion_women_img.jpg'),(16252,17863,'fusion_demo_import','classic_shop'),(16251,17863,'_wxr_import_parent','16482'),(28590,19706,'_wp_attached_file','2019/01/amazing.png'),(28555,19704,'_wp_attachment_image_alt','You Are Amazing Card'),(29066,19728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2019/01/darkness.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"darkness-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:20:\"darkness-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"darkness-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"darkness-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"darkness-400x295.png\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"darkness-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"darkness-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"darkness-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"darkness-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"darkness-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"darkness-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:20:\"darkness-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"darkness-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"darkness-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"darkness-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"darkness-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29065,19728,'_wp_attached_file','2019/01/darkness.png'),(16267,17884,'fusion_demo_import','classic_shop'),(16342,16452,'_menu_item_type','custom'),(16341,16451,'fusion_demo_import','classic_shop'),(16340,16451,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16339,16451,'_menu_item_url','#'),(16338,16451,'_menu_item_xfn',''),(16337,16451,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16336,16451,'_menu_item_target',''),(16335,16451,'_menu_item_object','custom'),(16333,16451,'_menu_item_menu_item_parent','0'),(16334,16451,'_menu_item_object_id','16451'),(16332,16451,'_menu_item_type','custom'),(16331,16450,'fusion_demo_import','classic_shop'),(16330,16450,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16329,16450,'_menu_item_url','#'),(16328,16450,'_menu_item_xfn',''),(16327,16450,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16326,16450,'_menu_item_target',''),(16325,16450,'_menu_item_object','custom'),(16324,16450,'_menu_item_object_id','16450'),(16323,16450,'_menu_item_menu_item_parent','0'),(16322,16450,'_menu_item_type','custom'),(16321,16449,'fusion_demo_import','classic_shop'),(16320,16449,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16319,16449,'_menu_item_url','#'),(16318,16449,'_menu_item_xfn',''),(16317,16449,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16316,16449,'_menu_item_target',''),(16315,16449,'_menu_item_object','custom'),(16314,16449,'_menu_item_object_id','16449'),(16313,16449,'_menu_item_menu_item_parent','0'),(16312,16449,'_menu_item_type','custom'),(16379,16455,'_menu_item_url','#'),(16380,16455,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16378,16455,'_menu_item_xfn',''),(16377,16455,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16376,16455,'_menu_item_target',''),(16375,16455,'_menu_item_object','custom'),(16374,16455,'_menu_item_object_id','16455'),(16373,16455,'_menu_item_menu_item_parent','0'),(16372,16455,'_menu_item_type','custom'),(16371,16454,'fusion_demo_import','classic_shop'),(16370,16454,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16369,16454,'_menu_item_url','#'),(16368,16454,'_menu_item_xfn',''),(16367,16454,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16366,16454,'_menu_item_target',''),(16365,16454,'_menu_item_object','custom'),(16364,16454,'_menu_item_object_id','16454'),(16363,16454,'_menu_item_menu_item_parent','0'),(16362,16454,'_menu_item_type','custom'),(16361,16453,'fusion_demo_import','classic_shop'),(16360,16453,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16359,16453,'_menu_item_url','#'),(16358,16453,'_menu_item_xfn',''),(16357,16453,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16356,16453,'_menu_item_target',''),(16355,16453,'_menu_item_object','custom'),(16354,16453,'_menu_item_object_id','16453'),(16353,16453,'_menu_item_menu_item_parent','0'),(16352,16453,'_menu_item_type','custom'),(16351,16452,'fusion_demo_import','classic_shop'),(16350,16452,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16349,16452,'_menu_item_url','#'),(16348,16452,'_menu_item_xfn',''),(16347,16452,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16346,16452,'_menu_item_target',''),(16345,16452,'_menu_item_object','custom'),(16344,16452,'_menu_item_object_id','16452'),(16343,16452,'_menu_item_menu_item_parent','0'),(16420,16459,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16418,16459,'_menu_item_xfn',''),(16419,16459,'_menu_item_url','#'),(16417,16459,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16416,16459,'_menu_item_target',''),(16415,16459,'_menu_item_object','custom'),(16414,16459,'_menu_item_object_id','16459'),(16413,16459,'_menu_item_menu_item_parent','0'),(16412,16459,'_menu_item_type','custom'),(16411,16458,'fusion_demo_import','classic_shop'),(16410,16458,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16409,16458,'_menu_item_url','#'),(16408,16458,'_menu_item_xfn',''),(16407,16458,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16406,16458,'_menu_item_target',''),(16405,16458,'_menu_item_object','custom'),(16404,16458,'_menu_item_object_id','16458'),(16403,16458,'_menu_item_menu_item_parent','0'),(16402,16458,'_menu_item_type','custom'),(16401,16457,'fusion_demo_import','classic_shop'),(16400,16457,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16399,16457,'_menu_item_url','#'),(16398,16457,'_menu_item_xfn',''),(16397,16457,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16396,16457,'_menu_item_target',''),(16395,16457,'_menu_item_object','custom'),(16394,16457,'_menu_item_object_id','16457'),(16393,16457,'_menu_item_menu_item_parent','0'),(16392,16457,'_menu_item_type','custom'),(16391,16456,'fusion_demo_import','classic_shop'),(16390,16456,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16389,16456,'_menu_item_url','#'),(16388,16456,'_menu_item_xfn',''),(16387,16456,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16386,16456,'_menu_item_target',''),(16385,16456,'_menu_item_object','custom'),(16384,16456,'_menu_item_object_id','16456'),(16383,16456,'_menu_item_menu_item_parent','0'),(16382,16456,'_menu_item_type','custom'),(16381,16455,'fusion_demo_import','classic_shop'),(16449,17904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2015/09/feat_products_section_bg_4.jpg\";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:{}}}'),(16448,17904,'_wp_attached_file','2015/09/feat_products_section_bg_4.jpg'),(16447,17893,'fusion_demo_import','classic_shop'),(16446,17893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:332;s:4:\"file\";s:25:\"2015/12/sale_big_text.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:{}}}'),(16445,17893,'_wp_attached_file','2015/12/sale_big_text.png'),(16444,17892,'fusion_demo_import','classic_shop'),(16443,17892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:911;s:4:\"file\";s:26:\"2015/12/slide_rev_bg_5.jpg\";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:{}}}'),(16442,17892,'_wp_attached_file','2015/12/slide_rev_bg_5.jpg'),(16441,16461,'fusion_demo_import','classic_shop'),(16440,16461,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16439,16461,'_menu_item_url','#'),(16438,16461,'_menu_item_xfn',''),(16437,16461,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16436,16461,'_menu_item_target',''),(16435,16461,'_menu_item_object','custom'),(16434,16461,'_menu_item_object_id','16461'),(16433,16461,'_menu_item_menu_item_parent','0'),(16432,16461,'_menu_item_type','custom'),(16431,16460,'fusion_demo_import','classic_shop'),(16430,16460,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(16429,16460,'_menu_item_url','#'),(16428,16460,'_menu_item_xfn',''),(16427,16460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16426,16460,'_menu_item_target',''),(16425,16460,'_menu_item_object','custom'),(16424,16460,'_menu_item_object_id','16460'),(16423,16460,'_menu_item_menu_item_parent','0'),(16422,16460,'_menu_item_type','custom'),(16421,16459,'fusion_demo_import','classic_shop'),(27521,19634,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(27519,19634,'_menu_item_url',''),(27518,19634,'_menu_item_xfn',''),(27517,19634,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27516,19634,'_menu_item_target',''),(27515,19634,'_menu_item_object','page'),(27514,19634,'_menu_item_object_id','19632'),(27513,19634,'_menu_item_menu_item_parent','0'),(27507,19632,'kd_featured-image-5_page_id',''),(27512,19634,'_menu_item_type','post_type'),(27505,19632,'kd_featured-image-3_page_id',''),(27506,19632,'kd_featured-image-4_page_id',''),(27504,19632,'kd_featured-image-2_page_id',''),(27503,19632,'fusion_builder_status','active'),(27502,19632,'pyre_page_title_bg_parallax','default'),(27501,19632,'pyre_page_title_bar_bg_full','default'),(27500,19632,'pyre_page_title_bar_bg_retina_id',''),(27499,19632,'pyre_page_title_bar_bg_retina',''),(27498,19632,'pyre_page_title_bar_bg_id',''),(27497,19632,'pyre_page_title_bar_bg',''),(27496,19632,'pyre_page_title_bar_borders_color',''),(27495,19632,'pyre_page_title_bar_bg_color',''),(27494,19632,'pyre_page_title_mobile_height',''),(27493,19632,'pyre_page_title_height',''),(27492,19632,'pyre_page_title_100_width','default'),(27490,19632,'pyre_page_title_font_color',''),(27491,19632,'pyre_page_title_subheader_font_color',''),(27488,19632,'pyre_page_title_custom_subheader',''),(27489,19632,'pyre_page_title_custom_subheader_text_size',''),(27487,19632,'pyre_page_title_line_height',''),(27486,19632,'pyre_page_title_text_size',''),(27485,19632,'pyre_page_title_custom_text',''),(27484,19632,'pyre_page_title_text_alignment','default'),(27483,19632,'pyre_page_title_text','default'),(27482,19632,'pyre_page_title_breadcrumbs_search_bar','default'),(27481,19632,'pyre_page_title','default'),(27480,19632,'pyre_wide_page_bg_repeat','default'),(27478,19632,'pyre_wide_page_bg_id',''),(27479,19632,'pyre_wide_page_bg_full','default'),(27477,19632,'pyre_wide_page_bg',''),(27475,19632,'pyre_page_bg_repeat','default'),(27476,19632,'pyre_wide_page_bg_color',''),(27473,19632,'pyre_page_bg_id',''),(27474,19632,'pyre_page_bg_full','default'),(16451,17904,'fusion_demo_import','classic_shop'),(16450,17904,'_wxr_import_parent','16594'),(28553,19704,'_wp_attached_file','2019/01/Amazing_Card.png'),(28554,19704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:24:\"2019/01/Amazing_Card.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-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:24:\"Amazing_Card-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Amazing_Card-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Amazing_Card-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:24:\"Amazing_Card-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:24:\"Amazing_Card-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:24:\"Amazing_Card-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:24:\"Amazing_Card-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Amazing_Card-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Amazing_Card-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28522,19701,'_wp_attachment_image_alt','baby steps'),(27471,19632,'pyre_page_bg_color',''),(27472,19632,'pyre_page_bg',''),(27470,19632,'pyre_page_bg_layout','default'),(27464,19632,'pyre_display_copyright','default'),(27465,19632,'pyre_footer_100_width','default'),(27466,19632,'pyre_sidebar_position','default'),(27467,19632,'pyre_responsive_sidebar_order',''),(27468,19632,'pyre_sidebar_sticky','default'),(27469,19632,'pyre_sidebar_bg_color',''),(27463,19632,'pyre_display_footer','default'),(27461,19632,'pyre_header_bg_repeat','repeat'),(27462,19632,'pyre_displayed_menu','default'),(27459,19632,'pyre_header_bg_id',''),(27460,19632,'pyre_header_bg_full','no'),(27458,19632,'pyre_header_bg',''),(27457,19632,'pyre_mobile_header_bg_color',''),(27455,19632,'pyre_header_100_width','default'),(27456,19632,'pyre_combined_header_bg_color',''),(27454,19632,'pyre_display_header','yes'),(27452,19632,'pyre_hundredp_padding',''),(27453,19632,'pyre_show_first_featured_image','no'),(27451,19632,'pyre_main_bottom_padding',''),(27450,19632,'pyre_main_top_padding',''),(27449,19632,'pyre_demo_slider',''),(27447,19632,'pyre_fallback',''),(27448,19632,'pyre_fallback_id',''),(27446,19632,'pyre_avada_rev_styles','default'),(27445,19632,'pyre_slider_position','default'),(27444,19632,'pyre_elasticslider','0'),(27442,19632,'pyre_wooslider',''),(27443,19632,'pyre_revslider','0'),(27441,19632,'pyre_slider','0'),(27435,19632,'slide_template',''),(27440,19632,'pyre_slider_type','no'),(29900,19632,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(29899,19632,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(29898,19632,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(28521,19701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2019/01/babysteps3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps3-150x150.jpg\";s:5:\"width\";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:\"babysteps3-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:22:\"babysteps3-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:23:\"babysteps3-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"babysteps3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"babysteps3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"babysteps3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"babysteps3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"babysteps3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"babysteps3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"babysteps3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"babysteps3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"babysteps3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"babysteps3-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"babysteps3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"babysteps3-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"babysteps3-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"babysteps3-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"babysteps3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"babysteps3-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"babysteps3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"babysteps3-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28497,19689,'_thumbnail_id','19961'),(18672,16867,'pyre_show_first_featured_image','no'),(18671,16867,'pyre_hundredp_padding',''),(18681,16867,'pyre_display_footer','default'),(18257,16586,'pyre_page_title_breadcrumbs_search_bar','default'),(18256,16586,'pyre_page_title','default'),(18255,16586,'pyre_wide_page_bg_repeat','repeat'),(18254,16586,'pyre_wide_page_bg_full','no'),(18253,16586,'pyre_wide_page_bg',''),(18252,16586,'pyre_wide_page_bg_color',''),(18251,16586,'pyre_page_bg_repeat','repeat'),(18250,16586,'pyre_page_bg_full','no'),(18249,16586,'pyre_page_bg',''),(18248,16586,'pyre_page_bg_color',''),(18247,16586,'pyre_page_bg_layout','default'),(18246,16586,'pyre_sidebar_bg_color',''),(18245,16586,'pyre_sidebar_position','default'),(18244,16586,'pyre_footer_100_width','default'),(18243,16586,'pyre_display_copyright','default'),(18242,16586,'pyre_display_footer','default'),(18241,16586,'pyre_displayed_menu','default'),(18240,16586,'pyre_header_bg_repeat','repeat'),(18239,16586,'pyre_header_bg_full','no'),(18238,16586,'pyre_header_bg',''),(18237,16586,'pyre_header_bg_opacity',''),(18236,16586,'pyre_header_bg_color',''),(18235,16586,'pyre_header_100_width','default'),(18234,16586,'pyre_display_header','yes'),(18233,16586,'pyre_show_first_featured_image','no'),(18232,16586,'pyre_hundredp_padding',''),(18231,16586,'pyre_main_bottom_padding',''),(18230,16586,'pyre_main_top_padding',''),(18229,16586,'pyre_demo_slider',''),(18228,16586,'pyre_fallback',''),(18227,16586,'pyre_avada_rev_styles','default'),(18226,16586,'pyre_slider_position','default'),(18225,16586,'pyre_elasticslider','0'),(18224,16586,'pyre_revslider','0'),(18223,16586,'pyre_wooslider','0'),(18222,16586,'pyre_slider','0'),(18221,16586,'pyre_slider_type','no'),(18220,16586,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18219,16586,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18218,16586,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18217,16586,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18216,16586,'slide_template','default'),(18215,16586,'pyre_portfolio_column_spacing',''),(18214,16586,'pyre_portfolio_featured_image_size','default'),(18213,16586,'pyre_portfolio_text_layout','default'),(18212,16586,'pyre_portfolio_filters','yes'),(18211,16586,'pyre_portfolio_excerpt',''),(18210,16586,'pyre_portfolio_content_length','default'),(18209,16586,'pyre_portfolio_width_100','no'),(18207,16586,'_wp_page_template','default'),(18208,16586,'fusion_builder_status','active'),(18309,16594,'pyre_wide_page_bg_color',''),(18308,16594,'pyre_wide_page_bg',''),(18307,16594,'pyre_page_bg_repeat','repeat'),(18306,16594,'pyre_page_bg_full','no'),(18305,16594,'pyre_page_bg_color',''),(18304,16594,'pyre_page_bg',''),(18303,16594,'pyre_page_bg_layout','default'),(18302,16594,'pyre_sidebar_bg_color',''),(18301,16594,'pyre_sidebar_position','default'),(18300,16594,'pyre_footer_100_width','default'),(18299,16594,'pyre_display_copyright','default'),(18298,16594,'pyre_display_footer','default'),(18297,16594,'pyre_displayed_menu','default'),(18296,16594,'pyre_header_bg_repeat','repeat'),(18295,16594,'pyre_header_bg_full','no'),(18294,16594,'pyre_header_bg_opacity',''),(18293,16594,'pyre_header_bg_color',''),(18292,16594,'pyre_header_bg',''),(18291,16594,'pyre_header_100_width','default'),(18290,16594,'pyre_display_header','yes'),(18289,16594,'pyre_show_first_featured_image','no'),(18288,16594,'pyre_hundredp_padding',''),(18287,16594,'pyre_main_bottom_padding','0px'),(18286,16594,'pyre_main_top_padding',''),(18285,16594,'pyre_avada_rev_styles','default'),(18284,16594,'pyre_fallback',''),(18283,16594,'pyre_elasticslider','0'),(18282,16594,'pyre_revslider','home3-rs'),(18281,16594,'pyre_wooslider','0'),(18280,16594,'pyre_slider','0'),(18279,16594,'pyre_slider_type','rev'),(18278,16594,'pyre_slider_position','default'),(18277,16594,'fusion_builder_status','active'),(18276,16594,'_wp_page_template','100-width.php'),(18275,16586,'fusion_demo_import','classic_shop'),(18274,16586,'_wxr_import_user_slug','admin'),(18273,16586,'pyre_page_title_bg_parallax','default'),(18272,16586,'pyre_page_title_bar_bg_full','default'),(18271,16586,'pyre_page_title_bar_bg_retina',''),(18270,16586,'pyre_page_title_bar_bg',''),(18269,16586,'pyre_page_title_bar_borders_color',''),(18268,16586,'pyre_page_title_bar_bg_color',''),(18267,16586,'pyre_page_title_mobile_height',''),(18266,16586,'pyre_page_title_height',''),(18265,16586,'pyre_page_title_100_width','default'),(18264,16586,'pyre_page_title_font_color',''),(18263,16586,'pyre_page_title_custom_subheader_text_size',''),(18262,16586,'pyre_page_title_custom_subheader',''),(18261,16586,'pyre_page_title_text_size',''),(18260,16586,'pyre_page_title_custom_text',''),(18258,16586,'pyre_page_title_text','default'),(18259,16586,'pyre_page_title_text_alignment','default'),(18415,16722,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18414,16722,'kd_featured-image-5_page_id',''),(18413,16722,'kd_featured-image-4_page_id',''),(18412,16722,'kd_featured-image-3_page_id',''),(18411,16722,'kd_featured-image-2_page_id',''),(18410,16722,'pyre_page_title_line_height',''),(18409,16722,'pyre_sidebar_sticky','default'),(18408,16722,'pyre_demo_slider',''),(18407,16722,'fusion_builder_converted','yes'),(18406,16722,'pyre_page_title_breadcrumbs_search_bar','default'),(18405,16722,'pyre_page_title_bg_parallax','default'),(18404,16722,'pyre_page_title_bar_bg_full','default'),(18403,16722,'pyre_page_title_bar_borders_color',''),(18402,16722,'pyre_page_title_bar_bg_color',''),(18401,16722,'pyre_page_title_bar_bg_retina',''),(18400,16722,'pyre_page_title_bar_bg','https://www.resettohappiness.com/wp-content/uploads/2015/09/page_title_bar_men_bg.png'),(18399,16722,'pyre_page_title_mobile_height',''),(18398,16722,'pyre_page_title_height',''),(18397,16722,'pyre_page_title_font_color',''),(18396,16722,'pyre_page_title_custom_subheader_text_size',''),(18395,16722,'pyre_page_title_custom_subheader',''),(18394,16722,'pyre_page_title_text_size',''),(18393,16722,'pyre_page_title_custom_text',''),(18392,16722,'pyre_page_title_100_width','default'),(18391,16722,'pyre_page_title_text_alignment','default'),(18390,16722,'pyre_page_title_text','default'),(18389,16722,'pyre_page_title','default'),(18388,16722,'pyre_portfolio_column_spacing',''),(18387,16722,'pyre_portfolio_featured_image_size','default'),(18386,16722,'pyre_portfolio_text_layout','default'),(18385,16722,'pyre_portfolio_filters','yes'),(18384,16722,'pyre_portfolio_excerpt',''),(18383,16722,'pyre_portfolio_content_length','default'),(18382,16722,'pyre_portfolio_width_100','no'),(18381,16722,'pyre_wide_page_bg_repeat','repeat'),(18380,16722,'pyre_wide_page_bg_full','no'),(18379,16722,'pyre_wide_page_bg_color',''),(18378,16722,'pyre_wide_page_bg',''),(18377,16722,'pyre_page_bg_repeat','repeat'),(18376,16722,'pyre_page_bg_full','no'),(18375,16722,'pyre_page_bg_color',''),(18374,16722,'pyre_page_bg',''),(18373,16722,'pyre_page_bg_layout','default'),(18372,16722,'pyre_sidebar_bg_color',''),(18371,16722,'pyre_sidebar_position','default'),(18370,16722,'pyre_footer_100_width','default'),(18368,16722,'pyre_display_footer','default'),(18369,16722,'pyre_display_copyright','default'),(18512,16732,'pyre_hundredp_padding',''),(18511,16732,'pyre_main_bottom_padding','0px'),(18510,16732,'pyre_main_top_padding','0px'),(18509,16732,'pyre_avada_rev_styles','default'),(18508,16732,'pyre_fallback',''),(18507,16732,'pyre_elasticslider','0'),(18506,16732,'pyre_revslider','0'),(18505,16732,'pyre_wooslider','classic-shop-home1-fs'),(18504,16732,'pyre_slider','0'),(18503,16732,'pyre_slider_type','no'),(18502,16732,'pyre_slider_position','default'),(18501,16732,'fusion_builder_status','active'),(18500,16732,'slide_template','default'),(18499,16732,'_wp_page_template','100-width.php'),(18498,16728,'fusion_demo_import','classic_shop'),(18497,16728,'_wxr_import_has_attachment_refs','1'),(18496,16728,'_wxr_import_user_slug','admin'),(45469,16728,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(45470,16728,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(45084,16728,'pyre_fallback_id',''),(45467,16728,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45468,16728,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18491,16728,'kd_featured-image-5_page_id',''),(18490,16728,'kd_featured-image-4_page_id',''),(18489,16728,'kd_featured-image-3_page_id',''),(18488,16728,'kd_featured-image-2_page_id',''),(18487,16728,'pyre_page_title_line_height',''),(18486,16728,'pyre_sidebar_sticky','default'),(18485,16728,'pyre_demo_slider',''),(18484,16728,'fusion_builder_converted','yes'),(18483,16728,'pyre_page_title_breadcrumbs_search_bar','default'),(18482,16728,'pyre_page_title_bg_parallax','default'),(18481,16728,'pyre_page_title_bar_bg_full','default'),(18480,16728,'pyre_page_title_bar_borders_color',''),(18479,16728,'pyre_page_title_bar_bg_color',''),(18478,16728,'pyre_page_title_bar_bg_retina',''),(18477,16728,'pyre_page_title_bar_bg','https://www.resettohappiness.com/wp-content/uploads/2015/09/page_title_bar_women_bg.png'),(18476,16728,'pyre_page_title_mobile_height',''),(18475,16728,'pyre_page_title_height',''),(18474,16728,'pyre_page_title_font_color',''),(18473,16728,'pyre_page_title_custom_subheader_text_size',''),(18472,16728,'pyre_page_title_custom_subheader',''),(18471,16728,'pyre_page_title_text_size',''),(18470,16728,'pyre_page_title_custom_text',''),(18468,16728,'pyre_page_title_text_alignment','default'),(18469,16728,'pyre_page_title_100_width','default'),(18620,16735,'pyre_page_title','default'),(18619,16735,'pyre_portfolio_column_spacing',''),(18618,16735,'pyre_portfolio_featured_image_size','default'),(18617,16735,'pyre_portfolio_text_layout','default'),(18616,16735,'pyre_portfolio_filters','yes'),(18615,16735,'pyre_portfolio_excerpt',''),(18614,16735,'pyre_portfolio_content_length','default'),(18613,16735,'pyre_portfolio_width_100','no'),(18612,16735,'pyre_wide_page_bg_repeat','repeat'),(18611,16735,'pyre_wide_page_bg_full','no'),(18610,16735,'pyre_wide_page_bg_color',''),(18609,16735,'pyre_wide_page_bg',''),(18608,16735,'pyre_page_bg_repeat','repeat'),(18607,16735,'pyre_page_bg_full','no'),(18606,16735,'pyre_page_bg_color',''),(18605,16735,'pyre_page_bg',''),(18604,16735,'pyre_page_bg_layout','default'),(18603,16735,'pyre_sidebar_bg_color',''),(18602,16735,'pyre_sidebar_position','default'),(18601,16735,'pyre_footer_100_width','default'),(18600,16735,'pyre_display_copyright','default'),(18599,16735,'pyre_display_footer','default'),(18598,16735,'pyre_displayed_menu','default'),(18597,16735,'pyre_header_bg_repeat','repeat'),(18596,16735,'pyre_header_bg_full','no'),(18595,16735,'pyre_header_bg_opacity',''),(18594,16735,'pyre_header_bg_color',''),(18593,16735,'pyre_header_bg',''),(18592,16735,'pyre_header_100_width','default'),(18591,16735,'pyre_display_header','yes'),(18590,16735,'pyre_show_first_featured_image','no'),(18589,16735,'pyre_hundredp_padding',''),(18588,16735,'pyre_main_bottom_padding','0px'),(18587,16735,'pyre_main_top_padding','0px'),(18586,16735,'pyre_avada_rev_styles','default'),(18585,16735,'pyre_fallback',''),(18584,16735,'pyre_elasticslider','0'),(18583,16735,'pyre_revslider','0'),(18582,16735,'pyre_wooslider','0'),(18581,16735,'pyre_slider','0'),(18580,16735,'pyre_slider_type','no'),(18579,16735,'pyre_slider_position','default'),(18578,16735,'fusion_builder_status','active'),(18577,16735,'slide_template','default'),(18576,16735,'_wp_page_template','100-width.php'),(18575,16732,'fusion_demo_import','classic_shop'),(18574,16732,'_wxr_import_has_attachment_refs','1'),(18573,16732,'_wxr_import_user_slug','admin'),(18679,16867,'pyre_header_bg_repeat','repeat'),(18678,16867,'pyre_header_bg_full','no'),(18677,16867,'pyre_header_bg',''),(18670,16867,'pyre_main_bottom_padding','0px'),(18669,16867,'pyre_main_top_padding','0px'),(18676,16867,'pyre_header_bg_opacity',''),(18675,16867,'pyre_header_bg_color',''),(18680,16867,'pyre_displayed_menu','default'),(18674,16867,'pyre_header_100_width','default'),(18668,16867,'pyre_demo_slider',''),(18673,16867,'pyre_display_header','yes'),(18667,16867,'pyre_fallback',''),(21083,19545,'pyre_displayed_menu','default'),(18791,16877,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18790,16877,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18789,16877,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18787,16877,'kd_featured-image-4_page_id',''),(18788,16877,'kd_featured-image-5_page_id',''),(18786,16877,'kd_featured-image-3_page_id',''),(18785,16877,'kd_featured-image-2_page_id',''),(18784,16877,'pyre_page_title_line_height',''),(18783,16877,'pyre_sidebar_sticky','default'),(18782,16877,'pyre_page_title_bg_parallax','default'),(18781,16877,'pyre_page_title_bar_bg_full','default'),(18780,16877,'pyre_page_title_bar_bg_retina',''),(18779,16877,'pyre_page_title_bar_bg',''),(18778,16877,'pyre_page_title_bar_borders_color',''),(18777,16877,'pyre_page_title_bar_bg_color',''),(18776,16877,'pyre_page_title_mobile_height',''),(18775,16877,'pyre_page_title_height',''),(18774,16877,'pyre_page_title_100_width','default'),(18773,16877,'pyre_page_title_font_color',''),(18772,16877,'pyre_page_title_custom_subheader_text_size',''),(18771,16877,'pyre_page_title_custom_subheader',''),(18770,16877,'pyre_page_title_text_size',''),(18769,16877,'pyre_page_title_custom_text',''),(18768,16877,'pyre_page_title_text_alignment','default'),(18767,16877,'pyre_page_title_text','default'),(18766,16877,'pyre_page_title_breadcrumbs_search_bar','default'),(18765,16877,'pyre_page_title','no'),(18762,16877,'pyre_wide_page_bg',''),(18763,16877,'pyre_wide_page_bg_full','no'),(18764,16877,'pyre_wide_page_bg_repeat','repeat'),(27567,19638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2019/01/colleen_believe2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-150x150.jpg\";s:5:\"width\";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:\"colleen_believe2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"colleen_believe2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"colleen_believe2-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"colleen_believe2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"colleen_believe2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"colleen_believe2-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"colleen_believe2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27549,19637,'_wp_attachment_image_alt',''),(27566,19638,'_wp_attached_file','2019/01/colleen_believe2.jpg'),(18794,16877,'fusion_demo_import','classic_shop'),(18792,16877,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18793,16877,'_wxr_import_user_slug','admin'),(18864,16317,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18863,16317,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(18861,16317,'fusion_builder_converted','yes'),(18862,16317,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18860,16317,'slide_template','default'),(18859,16317,'_thumbnail_id','16339'),(18858,16317,'avada_post_views_count','2443'),(18857,16317,'fusion_builder_status','active'),(27053,16250,'pyre_hide_video_controls','yes'),(18856,16317,'_wpas_done_all','1'),(27546,16546,'pyre_page_title_bar_bg_retina_id',''),(27545,16546,'pyre_page_title_bar_bg_id',''),(27544,16546,'pyre_page_title_subheader_font_color',''),(27542,16546,'pyre_page_bg_id',''),(27543,16546,'pyre_wide_page_bg_id',''),(27541,16546,'pyre_responsive_sidebar_order',''),(35641,1878,'_wp_desired_post_slug',''),(35639,1878,'_wp_trash_meta_status','draft'),(35640,1878,'_wp_trash_meta_time','1549421799'),(27532,16546,'_edit_lock','1549595593:1'),(27539,16546,'pyre_mobile_header_bg_color',''),(27540,16546,'pyre_header_bg_id',''),(18898,16317,'pyre_header_bg_repeat','repeat'),(18897,16317,'pyre_header_bg_full','no'),(18896,16317,'pyre_header_bg',''),(18895,16317,'pyre_header_bg_opacity',''),(18893,16317,'pyre_header_100_width','default'),(18894,16317,'pyre_header_bg_color',''),(18892,16317,'pyre_display_header','yes'),(18891,16317,'pyre_demo_slider',''),(18890,16317,'pyre_fallback',''),(18889,16317,'pyre_avada_rev_styles','default'),(18888,16317,'pyre_slider_position','default'),(18887,16317,'pyre_elasticslider','0'),(18886,16317,'pyre_revslider','0'),(18885,16317,'pyre_wooslider','0'),(18884,16317,'pyre_slider','0'),(18883,16317,'pyre_slider_type','no'),(18882,16317,'pyre_hundredp_padding',''),(18881,16317,'pyre_main_bottom_padding',''),(18880,16317,'pyre_main_top_padding',''),(18879,16317,'pyre_post_comments','default'),(18878,16317,'pyre_post_meta','default'),(18877,16317,'pyre_author_info','default'),(18876,16317,'pyre_post_pagination','default'),(18875,16317,'pyre_share_box','default'),(18874,16317,'pyre_related_posts','default'),(18873,16317,'pyre_post_links_target','no'),(18872,16317,'pyre_link_icon_url',''),(18871,16317,'pyre_image_rollover_icons','default'),(18870,16317,'pyre_video',''),(18867,16317,'pyre_fimg_width',''),(18868,16317,'pyre_fimg_height',''),(18869,16317,'pyre_portfolio_width_100','no'),(18866,16317,'pyre_show_first_featured_image','no'),(18865,16317,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18929,16317,'pyre_page_title_bar_bg_retina',''),(18928,16317,'pyre_page_title_bar_bg',''),(18927,16317,'pyre_page_title_bar_borders_color',''),(18926,16317,'pyre_page_title_bar_bg_color',''),(18924,16317,'pyre_page_title_height',''),(18925,16317,'pyre_page_title_mobile_height',''),(18923,16317,'pyre_page_title_100_width','default'),(18922,16317,'pyre_page_title_font_color',''),(18921,16317,'pyre_page_title_custom_subheader_text_size',''),(18920,16317,'pyre_page_title_custom_subheader',''),(18919,16317,'pyre_page_title_text_size',''),(18918,16317,'pyre_page_title_custom_text',''),(18917,16317,'pyre_page_title_text_alignment','default'),(18916,16317,'pyre_page_title_text','default'),(18915,16317,'pyre_page_title_breadcrumbs_search_bar','default'),(18914,16317,'pyre_page_title','default'),(18913,16317,'pyre_wide_page_bg_repeat','repeat'),(18912,16317,'pyre_wide_page_bg_full','no'),(18911,16317,'pyre_wide_page_bg',''),(18910,16317,'pyre_wide_page_bg_color',''),(18909,16317,'pyre_page_bg_repeat','repeat'),(18908,16317,'pyre_page_bg_full','no'),(18907,16317,'pyre_page_bg',''),(18906,16317,'pyre_page_bg_color',''),(18905,16317,'pyre_page_bg_layout','default'),(18904,16317,'pyre_sidebar_bg_color',''),(18902,16317,'pyre_footer_100_width','default'),(18903,16317,'pyre_sidebar_position','default'),(18901,16317,'pyre_display_copyright','default'),(18899,16317,'pyre_displayed_menu','default'),(18900,16317,'pyre_display_footer','default'),(18963,16345,'pyre_hundredp_padding',''),(18962,16345,'pyre_main_bottom_padding',''),(18961,16345,'pyre_main_top_padding',''),(18959,16345,'pyre_post_meta','default'),(18960,16345,'pyre_post_comments','default'),(18958,16345,'pyre_author_info','default'),(18957,16345,'pyre_post_pagination','default'),(18956,16345,'pyre_share_box','default'),(18955,16345,'pyre_related_posts','default'),(18954,16345,'pyre_post_links_target','no'),(18953,16345,'pyre_link_icon_url',''),(18952,16345,'pyre_image_rollover_icons','default'),(18951,16345,'pyre_video',''),(18950,16345,'pyre_portfolio_width_100','no'),(18949,16345,'pyre_fimg_height',''),(18948,16345,'pyre_fimg_width',''),(18947,16345,'pyre_show_first_featured_image','no'),(18946,16345,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18945,16345,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18944,16345,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(18943,16345,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18942,16345,'fusion_builder_converted','yes'),(18941,16345,'slide_template','default'),(18940,16345,'avada_post_views_count','2415'),(18939,16345,'fusion_builder_status','active'),(18938,16345,'_thumbnail_id','16346'),(18937,16345,'_wpas_done_all','1'),(27055,16250,'pyre_heading','Reset To Happiness Shop'),(18933,16317,'fusion_demo_import','classic_shop'),(18932,16317,'_wxr_import_user_slug','admin'),(18930,16317,'pyre_page_title_bar_bg_full','default'),(18931,16317,'pyre_page_title_bg_parallax','default'),(18999,16345,'pyre_page_title_custom_text',''),(18998,16345,'pyre_page_title_text_alignment','default'),(18996,16345,'pyre_page_title_breadcrumbs_search_bar','default'),(18997,16345,'pyre_page_title_text','default'),(18995,16345,'pyre_page_title','default'),(18994,16345,'pyre_wide_page_bg_repeat','repeat'),(18993,16345,'pyre_wide_page_bg_full','no'),(18992,16345,'pyre_wide_page_bg',''),(18991,16345,'pyre_wide_page_bg_color',''),(18990,16345,'pyre_page_bg_repeat','repeat'),(18989,16345,'pyre_page_bg_full','no'),(18988,16345,'pyre_page_bg',''),(18987,16345,'pyre_page_bg_color',''),(18986,16345,'pyre_page_bg_layout','default'),(18985,16345,'pyre_sidebar_bg_color',''),(18984,16345,'pyre_sidebar_position','default'),(18983,16345,'pyre_footer_100_width','default'),(18982,16345,'pyre_display_copyright','default'),(18981,16345,'pyre_display_footer','default'),(18980,16345,'pyre_displayed_menu','default'),(18979,16345,'pyre_header_bg_repeat','repeat'),(18978,16345,'pyre_header_bg_full','no'),(18977,16345,'pyre_header_bg',''),(18976,16345,'pyre_header_bg_opacity',''),(18975,16345,'pyre_header_bg_color',''),(18974,16345,'pyre_header_100_width','default'),(18973,16345,'pyre_display_header','yes'),(18972,16345,'pyre_demo_slider',''),(18971,16345,'pyre_fallback',''),(18970,16345,'pyre_avada_rev_styles','default'),(18969,16345,'pyre_slider_position','default'),(18964,16345,'pyre_slider_type','no'),(18965,16345,'pyre_slider','0'),(18966,16345,'pyre_wooslider','0'),(18967,16345,'pyre_revslider','0'),(18968,16345,'pyre_elasticslider','0'),(19028,16350,'pyre_show_first_featured_image','no'),(19027,16350,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19026,16350,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19025,16350,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19024,16350,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19023,16350,'fusion_builder_converted','yes'),(19022,16350,'slide_template','default'),(19021,16350,'avada_post_views_count','2338'),(19020,16350,'fusion_builder_status','active'),(19019,16350,'_thumbnail_id','16351'),(27051,16250,'pyre_autoplay_video','yes'),(27052,16250,'pyre_loop_video','yes'),(19018,16350,'_wpas_done_all','1'),(19014,16345,'fusion_demo_import','classic_shop'),(19013,16345,'_wxr_import_user_slug','admin'),(19012,16345,'pyre_page_title_bg_parallax','default'),(19011,16345,'pyre_page_title_bar_bg_full','default'),(19010,16345,'pyre_page_title_bar_bg_retina',''),(19009,16345,'pyre_page_title_bar_bg',''),(19008,16345,'pyre_page_title_bar_borders_color',''),(19007,16345,'pyre_page_title_bar_bg_color',''),(19006,16345,'pyre_page_title_mobile_height',''),(19005,16345,'pyre_page_title_height',''),(19003,16345,'pyre_page_title_font_color',''),(19004,16345,'pyre_page_title_100_width','default'),(19002,16345,'pyre_page_title_custom_subheader_text_size',''),(19000,16345,'pyre_page_title_text_size',''),(19001,16345,'pyre_page_title_custom_subheader',''),(19065,16350,'pyre_sidebar_position','default'),(19064,16350,'pyre_footer_100_width','default'),(19062,16350,'pyre_display_footer','default'),(19063,16350,'pyre_display_copyright','default'),(19061,16350,'pyre_displayed_menu','default'),(19060,16350,'pyre_header_bg_repeat','repeat'),(19059,16350,'pyre_header_bg_full','no'),(19058,16350,'pyre_header_bg',''),(19057,16350,'pyre_header_bg_opacity',''),(19056,16350,'pyre_header_bg_color',''),(19055,16350,'pyre_header_100_width','default'),(19054,16350,'pyre_display_header','yes'),(19053,16350,'pyre_demo_slider',''),(19052,16350,'pyre_fallback',''),(19051,16350,'pyre_avada_rev_styles','default'),(19050,16350,'pyre_slider_position','default'),(19049,16350,'pyre_elasticslider','0'),(19048,16350,'pyre_revslider','0'),(19047,16350,'pyre_wooslider','0'),(19046,16350,'pyre_slider','0'),(19045,16350,'pyre_slider_type','no'),(19044,16350,'pyre_hundredp_padding',''),(19043,16350,'pyre_main_bottom_padding',''),(19042,16350,'pyre_main_top_padding',''),(19041,16350,'pyre_post_comments','default'),(19040,16350,'pyre_post_meta','default'),(19039,16350,'pyre_author_info','default'),(19038,16350,'pyre_post_pagination','default'),(19037,16350,'pyre_share_box','default'),(19035,16350,'pyre_post_links_target','yes'),(19036,16350,'pyre_related_posts','default'),(19034,16350,'pyre_link_icon_url','http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion'),(19029,16350,'pyre_fimg_width',''),(19030,16350,'pyre_fimg_height',''),(19031,16350,'pyre_portfolio_width_100','no'),(19032,16350,'pyre_video',''),(19033,16350,'pyre_image_rollover_icons','default'),(19103,16363,'avada_post_views_count','4480'),(19101,16363,'fusion_builder_status','active'),(19102,16363,'slide_template','default'),(19100,16363,'_thumbnail_id','16364'),(27050,16250,'pyre_mute_video','yes'),(19099,16363,'_wpas_done_all','1'),(19095,16350,'fusion_demo_import','classic_shop'),(19094,16350,'_wxr_import_user_slug','admin'),(19093,16350,'pyre_page_title_bg_parallax','default'),(19092,16350,'pyre_page_title_bar_bg_full','default'),(19091,16350,'pyre_page_title_bar_bg_retina',''),(19090,16350,'pyre_page_title_bar_bg',''),(19089,16350,'pyre_page_title_bar_borders_color',''),(19088,16350,'pyre_page_title_bar_bg_color',''),(19087,16350,'pyre_page_title_mobile_height',''),(19086,16350,'pyre_page_title_height',''),(19085,16350,'pyre_page_title_100_width','default'),(19084,16350,'pyre_page_title_font_color',''),(19083,16350,'pyre_page_title_custom_subheader_text_size',''),(19082,16350,'pyre_page_title_custom_subheader',''),(19081,16350,'pyre_page_title_text_size',''),(19080,16350,'pyre_page_title_custom_text',''),(19078,16350,'pyre_page_title_text','default'),(19079,16350,'pyre_page_title_text_alignment','default'),(19077,16350,'pyre_page_title_breadcrumbs_search_bar','default'),(19066,16350,'pyre_sidebar_bg_color',''),(19067,16350,'pyre_page_bg_layout','default'),(19068,16350,'pyre_page_bg_color',''),(19069,16350,'pyre_page_bg',''),(19070,16350,'pyre_page_bg_full','no'),(19071,16350,'pyre_page_bg_repeat','repeat'),(19072,16350,'pyre_wide_page_bg_color',''),(19073,16350,'pyre_wide_page_bg',''),(19074,16350,'pyre_wide_page_bg_full','no'),(19075,16350,'pyre_wide_page_bg_repeat','repeat'),(19076,16350,'pyre_page_title','default'),(19128,16363,'pyre_wooslider','0'),(19127,16363,'pyre_slider','0'),(19126,16363,'pyre_slider_type','no'),(19125,16363,'pyre_hundredp_padding',''),(19124,16363,'pyre_main_bottom_padding',''),(19123,16363,'pyre_main_top_padding',''),(19122,16363,'pyre_post_comments','default'),(19121,16363,'pyre_post_meta','default'),(19120,16363,'pyre_author_info','default'),(19119,16363,'pyre_post_pagination','default'),(19118,16363,'pyre_share_box','default'),(19117,16363,'pyre_related_posts','default'),(19116,16363,'pyre_post_links_target','no'),(19115,16363,'pyre_link_icon_url',''),(19114,16363,'pyre_image_rollover_icons','default'),(19113,16363,'pyre_video',''),(19112,16363,'pyre_portfolio_width_100','no'),(19111,16363,'pyre_fimg_height',''),(19110,16363,'pyre_fimg_width',''),(19109,16363,'pyre_show_first_featured_image','no'),(19107,16363,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19108,16363,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19106,16363,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19104,16363,'fusion_builder_converted','yes'),(19105,16363,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19162,16363,'pyre_page_title_text_size',''),(19161,16363,'pyre_page_title_custom_text',''),(19160,16363,'pyre_page_title_text_alignment','default'),(19158,16363,'pyre_page_title_breadcrumbs_search_bar','default'),(19159,16363,'pyre_page_title_text','default'),(19157,16363,'pyre_page_title','default'),(19156,16363,'pyre_wide_page_bg_repeat','repeat'),(19155,16363,'pyre_wide_page_bg_full','no'),(19154,16363,'pyre_wide_page_bg',''),(19153,16363,'pyre_wide_page_bg_color',''),(19152,16363,'pyre_page_bg_repeat','repeat'),(19151,16363,'pyre_page_bg_full','no'),(19150,16363,'pyre_page_bg',''),(19149,16363,'pyre_page_bg_color',''),(19148,16363,'pyre_page_bg_layout','default'),(19147,16363,'pyre_sidebar_bg_color',''),(19146,16363,'pyre_sidebar_position','default'),(19145,16363,'pyre_footer_100_width','default'),(19144,16363,'pyre_display_copyright','default'),(19143,16363,'pyre_display_footer','default'),(19142,16363,'pyre_displayed_menu','default'),(19141,16363,'pyre_header_bg_repeat','repeat'),(19140,16363,'pyre_header_bg_full','no'),(19139,16363,'pyre_header_bg',''),(19138,16363,'pyre_header_bg_opacity',''),(19137,16363,'pyre_header_bg_color',''),(19136,16363,'pyre_header_100_width','default'),(19133,16363,'pyre_fallback',''),(19134,16363,'pyre_demo_slider',''),(19135,16363,'pyre_display_header','yes'),(19132,16363,'pyre_avada_rev_styles','default'),(19129,16363,'pyre_revslider','0'),(19130,16363,'pyre_elasticslider','0'),(19131,16363,'pyre_slider_position','default'),(19191,16366,'pyre_fimg_width',''),(19190,16366,'pyre_show_first_featured_image','no'),(19189,16366,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19188,16366,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19187,16366,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19186,16366,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19185,16366,'fusion_builder_converted','yes'),(19184,16366,'avada_post_views_count','5104'),(19183,16366,'slide_template','default'),(19182,16366,'fusion_builder_status','active'),(19181,16366,'_thumbnail_id','16367'),(27048,16250,'pyre_preview_image',''),(27049,16250,'pyre_video_bg_color',''),(19180,16366,'_wpas_done_all','1'),(19176,16363,'fusion_demo_import','classic_shop'),(19175,16363,'_wxr_import_user_slug','admin'),(19174,16363,'pyre_page_title_bg_parallax','default'),(19173,16363,'pyre_page_title_bar_bg_full','default'),(19172,16363,'pyre_page_title_bar_bg_retina',''),(19171,16363,'pyre_page_title_bar_bg',''),(19170,16363,'pyre_page_title_bar_borders_color',''),(19169,16363,'pyre_page_title_bar_bg_color',''),(19167,16363,'pyre_page_title_height',''),(19168,16363,'pyre_page_title_mobile_height',''),(19166,16363,'pyre_page_title_100_width','default'),(19165,16363,'pyre_page_title_font_color',''),(19163,16363,'pyre_page_title_custom_subheader',''),(19164,16363,'pyre_page_title_custom_subheader_text_size',''),(19227,16366,'pyre_sidebar_position','default'),(19226,16366,'pyre_footer_100_width','default'),(19225,16366,'pyre_display_copyright','default'),(19223,16366,'pyre_displayed_menu','default'),(19224,16366,'pyre_display_footer','default'),(19222,16366,'pyre_header_bg_repeat','repeat'),(19221,16366,'pyre_header_bg_full','no'),(19220,16366,'pyre_header_bg',''),(19219,16366,'pyre_header_bg_opacity',''),(19218,16366,'pyre_header_bg_color',''),(19217,16366,'pyre_header_100_width','default'),(19216,16366,'pyre_display_header','yes'),(19215,16366,'pyre_demo_slider',''),(19214,16366,'pyre_fallback',''),(19213,16366,'pyre_avada_rev_styles','default'),(19212,16366,'pyre_slider_position','default'),(19211,16366,'pyre_elasticslider','0'),(19210,16366,'pyre_revslider','0'),(19209,16366,'pyre_wooslider','0'),(19208,16366,'pyre_slider','0'),(19207,16366,'pyre_slider_type','no'),(19206,16366,'pyre_hundredp_padding',''),(19205,16366,'pyre_main_bottom_padding',''),(19204,16366,'pyre_main_top_padding',''),(19203,16366,'pyre_post_comments','default'),(19202,16366,'pyre_post_meta','default'),(19201,16366,'pyre_author_info','default'),(19200,16366,'pyre_post_pagination','default'),(19198,16366,'pyre_related_posts','default'),(19199,16366,'pyre_share_box','default'),(19197,16366,'pyre_post_links_target','no'),(19196,16366,'pyre_link_icon_url',''),(19192,16366,'pyre_fimg_height',''),(19193,16366,'pyre_portfolio_width_100','no'),(19194,16366,'pyre_video',''),(19195,16366,'pyre_image_rollover_icons','default'),(19266,16369,'fusion_builder_converted','yes'),(19265,16369,'avada_post_views_count','4654'),(19263,16369,'fusion_builder_status','active'),(19264,16369,'slide_template','default'),(19262,16369,'_thumbnail_id','16370'),(27046,16250,'pyre_mp4',''),(27047,16250,'pyre_ogv',''),(19261,16369,'_wpas_done_all','1'),(19257,16366,'fusion_demo_import','classic_shop'),(19256,16366,'_wxr_import_user_slug','admin'),(19255,16366,'pyre_page_title_bg_parallax','default'),(19254,16366,'pyre_page_title_bar_bg_full','default'),(19253,16366,'pyre_page_title_bar_bg_retina',''),(19252,16366,'pyre_page_title_bar_bg',''),(19251,16366,'pyre_page_title_bar_borders_color',''),(19250,16366,'pyre_page_title_bar_bg_color',''),(19249,16366,'pyre_page_title_mobile_height',''),(19248,16366,'pyre_page_title_height',''),(19247,16366,'pyre_page_title_100_width','default'),(19246,16366,'pyre_page_title_font_color',''),(19245,16366,'pyre_page_title_custom_subheader_text_size',''),(19244,16366,'pyre_page_title_custom_subheader',''),(19243,16366,'pyre_page_title_text_size',''),(19242,16366,'pyre_page_title_custom_text',''),(19241,16366,'pyre_page_title_text_alignment','default'),(19240,16366,'pyre_page_title_text','default'),(19239,16366,'pyre_page_title_breadcrumbs_search_bar','default'),(19238,16366,'pyre_page_title','default'),(19228,16366,'pyre_sidebar_bg_color',''),(19229,16366,'pyre_page_bg_layout','default'),(19230,16366,'pyre_page_bg_color',''),(19231,16366,'pyre_page_bg',''),(19232,16366,'pyre_page_bg_full','no'),(19233,16366,'pyre_page_bg_repeat','repeat'),(19234,16366,'pyre_wide_page_bg_color',''),(19235,16366,'pyre_wide_page_bg',''),(19236,16366,'pyre_wide_page_bg_full','no'),(19237,16366,'pyre_wide_page_bg_repeat','repeat'),(19291,16369,'pyre_hundredp_padding',''),(19290,16369,'pyre_main_bottom_padding',''),(19289,16369,'pyre_main_top_padding',''),(19288,16369,'pyre_post_comments','default'),(19287,16369,'pyre_post_meta','default'),(19286,16369,'pyre_author_info','default'),(19285,16369,'pyre_post_pagination','default'),(19284,16369,'pyre_share_box','default'),(19283,16369,'pyre_related_posts','default'),(19282,16369,'pyre_post_links_target','no'),(19281,16369,'pyre_link_icon_url',''),(19280,16369,'pyre_image_rollover_icons','default'),(19279,16369,'pyre_video',''),(19278,16369,'pyre_portfolio_width_100','no'),(19277,16369,'pyre_fimg_height',''),(19276,16369,'pyre_fimg_width',''),(19275,16369,'pyre_show_first_featured_image','no'),(19274,16369,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19273,16369,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19272,16369,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19271,16369,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19270,16369,'pyre_container_padding_left',''),(19267,16369,'pyre_container_padding_top',''),(19268,16369,'pyre_container_padding_right',''),(19269,16369,'pyre_container_padding_bottom',''),(19330,16369,'pyre_page_title_custom_subheader_text_size',''),(19327,16369,'pyre_page_title_custom_text',''),(19328,16369,'pyre_page_title_text_size',''),(19329,16369,'pyre_page_title_custom_subheader',''),(19326,16369,'pyre_page_title_text_alignment','default'),(19325,16369,'pyre_page_title_text','default'),(19324,16369,'pyre_page_title_breadcrumbs_search_bar','default'),(19323,16369,'pyre_page_title','default'),(19322,16369,'pyre_wide_page_bg_repeat','repeat'),(19321,16369,'pyre_wide_page_bg_full','no'),(19320,16369,'pyre_wide_page_bg',''),(19319,16369,'pyre_wide_page_bg_color',''),(19318,16369,'pyre_page_bg_repeat','repeat'),(19317,16369,'pyre_page_bg_full','no'),(19316,16369,'pyre_page_bg',''),(19315,16369,'pyre_page_bg_color',''),(19314,16369,'pyre_page_bg_layout','default'),(19313,16369,'pyre_sidebar_bg_color',''),(19312,16369,'pyre_sidebar_position','default'),(19311,16369,'pyre_footer_100_width','default'),(19310,16369,'pyre_display_copyright','default'),(19309,16369,'pyre_display_footer','default'),(19308,16369,'pyre_displayed_menu','default'),(19307,16369,'pyre_header_bg_repeat','repeat'),(19305,16369,'pyre_header_bg',''),(19306,16369,'pyre_header_bg_full','no'),(19304,16369,'pyre_header_bg_opacity',''),(19303,16369,'pyre_header_bg_color',''),(19292,16369,'pyre_slider_type','no'),(19293,16369,'pyre_slider','0'),(19294,16369,'pyre_wooslider','0'),(19295,16369,'pyre_revslider','0'),(19296,16369,'pyre_elasticslider','0'),(19297,16369,'pyre_slider_position','default'),(19298,16369,'pyre_avada_rev_styles','default'),(19299,16369,'pyre_fallback',''),(19300,16369,'pyre_demo_slider',''),(19301,16369,'pyre_display_header','yes'),(19302,16369,'pyre_header_100_width','default'),(19354,16372,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19353,16372,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19352,16372,'fusion_builder_converted','yes'),(19351,16372,'_wp_old_slug','nunc-fermentum-nulla-eu-justo'),(19350,16372,'slide_template','default'),(19349,16372,'avada_post_views_count','5608'),(19348,16372,'fusion_builder_status','active'),(19347,16372,'_thumbnail_id','16373'),(27044,16250,'pyre_vimeo_id',''),(27045,16250,'pyre_webm',''),(19346,16372,'_wpas_done_all','1'),(19342,16369,'fusion_demo_import','classic_shop'),(19341,16369,'_wxr_import_user_slug','admin'),(19340,16369,'pyre_page_title_bg_parallax','default'),(19339,16369,'pyre_page_title_bar_bg_full','default'),(19338,16369,'pyre_page_title_bar_bg_retina',''),(19337,16369,'pyre_page_title_bar_bg',''),(19335,16369,'pyre_page_title_bar_bg_color',''),(19336,16369,'pyre_page_title_bar_borders_color',''),(19334,16369,'pyre_page_title_mobile_height',''),(19333,16369,'pyre_page_title_height',''),(19331,16369,'pyre_page_title_font_color',''),(19332,16369,'pyre_page_title_100_width','default'),(19386,16372,'pyre_header_bg_opacity',''),(19385,16372,'pyre_header_bg_color',''),(19384,16372,'pyre_header_100_width','default'),(19381,16372,'pyre_fallback',''),(19382,16372,'pyre_demo_slider',''),(19383,16372,'pyre_display_header','yes'),(19380,16372,'pyre_avada_rev_styles','default'),(19379,16372,'pyre_slider_position','default'),(19378,16372,'pyre_elasticslider','0'),(19377,16372,'pyre_revslider','0'),(19376,16372,'pyre_wooslider','0'),(19375,16372,'pyre_slider','0'),(19374,16372,'pyre_slider_type','no'),(19373,16372,'pyre_hundredp_padding',''),(19372,16372,'pyre_main_bottom_padding',''),(19371,16372,'pyre_main_top_padding',''),(19370,16372,'pyre_post_comments','default'),(19369,16372,'pyre_post_meta','default'),(19368,16372,'pyre_author_info','default'),(19367,16372,'pyre_post_pagination','default'),(19366,16372,'pyre_share_box','default'),(19365,16372,'pyre_related_posts','default'),(19364,16372,'pyre_post_links_target','no'),(19363,16372,'pyre_link_icon_url',''),(19362,16372,'pyre_image_rollover_icons','default'),(19361,16372,'pyre_video',''),(19360,16372,'pyre_portfolio_width_100','no'),(19358,16372,'pyre_fimg_width',''),(19359,16372,'pyre_fimg_height',''),(19357,16372,'pyre_show_first_featured_image','no'),(19355,16372,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19356,16372,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19420,16372,'pyre_page_title_bar_bg_retina',''),(19419,16372,'pyre_page_title_bar_bg',''),(19418,16372,'pyre_page_title_bar_borders_color',''),(19416,16372,'pyre_page_title_mobile_height',''),(19417,16372,'pyre_page_title_bar_bg_color',''),(19415,16372,'pyre_page_title_height',''),(19414,16372,'pyre_page_title_100_width','default'),(19413,16372,'pyre_page_title_font_color',''),(19412,16372,'pyre_page_title_custom_subheader_text_size',''),(19411,16372,'pyre_page_title_custom_subheader',''),(19410,16372,'pyre_page_title_text_size',''),(19409,16372,'pyre_page_title_custom_text',''),(19408,16372,'pyre_page_title_text_alignment','default'),(19407,16372,'pyre_page_title_text','default'),(19406,16372,'pyre_page_title_breadcrumbs_search_bar','default'),(19405,16372,'pyre_page_title','default'),(19404,16372,'pyre_wide_page_bg_repeat','repeat'),(19403,16372,'pyre_wide_page_bg_full','no'),(19402,16372,'pyre_wide_page_bg',''),(19401,16372,'pyre_wide_page_bg_color',''),(19400,16372,'pyre_page_bg_repeat','repeat'),(19399,16372,'pyre_page_bg_full','no'),(19398,16372,'pyre_page_bg',''),(19397,16372,'pyre_page_bg_color',''),(19396,16372,'pyre_page_bg_layout','default'),(19395,16372,'pyre_sidebar_bg_color',''),(19392,16372,'pyre_display_copyright','default'),(19393,16372,'pyre_footer_100_width','default'),(19394,16372,'pyre_sidebar_position','default'),(19391,16372,'pyre_display_footer','default'),(19390,16372,'pyre_displayed_menu','default'),(19387,16372,'pyre_header_bg',''),(19388,16372,'pyre_header_bg_full','no'),(19389,16372,'pyre_header_bg_repeat','repeat'),(19452,16375,'pyre_main_top_padding',''),(19451,16375,'pyre_post_comments','default'),(19449,16375,'pyre_author_info','default'),(19450,16375,'pyre_post_meta','default'),(19448,16375,'pyre_post_pagination','default'),(19447,16375,'pyre_share_box','default'),(19446,16375,'pyre_related_posts','default'),(19445,16375,'pyre_post_links_target','no'),(19444,16375,'pyre_link_icon_url',''),(19443,16375,'pyre_image_rollover_icons','default'),(19442,16375,'pyre_video',''),(19441,16375,'pyre_portfolio_width_100','no'),(19440,16375,'pyre_fimg_height',''),(19439,16375,'pyre_fimg_width',''),(19438,16375,'pyre_show_first_featured_image','no'),(19437,16375,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19436,16375,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19435,16375,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19434,16375,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19433,16375,'fusion_builder_converted','yes'),(19432,16375,'slide_template','default'),(19431,16375,'avada_post_views_count','7190'),(19430,16375,'fusion_builder_status','active'),(19429,16375,'_thumbnail_id','16376'),(27043,16250,'pyre_youtube_id',''),(19428,16375,'_wpas_done_all','1'),(27054,16250,'pyre_content_alignment','left'),(19424,16372,'fusion_demo_import','classic_shop'),(19423,16372,'_wxr_import_user_slug','admin'),(19421,16372,'pyre_page_title_bar_bg_full','default'),(19422,16372,'pyre_page_title_bg_parallax','default'),(19484,16375,'pyre_wide_page_bg_full','no'),(19483,16375,'pyre_wide_page_bg',''),(19481,16375,'pyre_page_bg_repeat','repeat'),(19482,16375,'pyre_wide_page_bg_color',''),(19480,16375,'pyre_page_bg_full','no'),(19479,16375,'pyre_page_bg',''),(19478,16375,'pyre_page_bg_color',''),(19477,16375,'pyre_page_bg_layout','default'),(19476,16375,'pyre_sidebar_bg_color',''),(19475,16375,'pyre_sidebar_position','default'),(19474,16375,'pyre_footer_100_width','default'),(19473,16375,'pyre_display_copyright','default'),(19472,16375,'pyre_display_footer','default'),(19471,16375,'pyre_displayed_menu','default'),(19470,16375,'pyre_header_bg_repeat','repeat'),(19469,16375,'pyre_header_bg_full','no'),(19468,16375,'pyre_header_bg',''),(19467,16375,'pyre_header_bg_opacity',''),(19466,16375,'pyre_header_bg_color',''),(19465,16375,'pyre_header_100_width','default'),(19464,16375,'pyre_display_header','yes'),(19463,16375,'pyre_demo_slider',''),(19462,16375,'pyre_fallback',''),(19461,16375,'pyre_avada_rev_styles','default'),(19460,16375,'pyre_slider_position','default'),(19458,16375,'pyre_revslider','0'),(19459,16375,'pyre_elasticslider','0'),(19457,16375,'pyre_wooslider','0'),(19456,16375,'pyre_slider','0'),(19453,16375,'pyre_main_bottom_padding',''),(19454,16375,'pyre_hundredp_padding',''),(19455,16375,'pyre_slider_type','no'),(19514,16378,'fusion_builder_converted','yes'),(19513,16378,'slide_template','default'),(19511,16378,'fusion_builder_status','active'),(19512,16378,'avada_post_views_count','9162'),(19510,16378,'_thumbnail_id','16379'),(27042,16250,'pyre_type','image'),(19509,16378,'_wpas_done_all','1'),(19505,16375,'fusion_demo_import','classic_shop'),(19504,16375,'_wxr_import_user_slug','admin'),(19503,16375,'pyre_page_title_bg_parallax','default'),(19502,16375,'pyre_page_title_bar_bg_full','default'),(19501,16375,'pyre_page_title_bar_bg_retina',''),(19500,16375,'pyre_page_title_bar_bg',''),(19499,16375,'pyre_page_title_bar_borders_color',''),(19498,16375,'pyre_page_title_bar_bg_color',''),(19497,16375,'pyre_page_title_mobile_height',''),(19496,16375,'pyre_page_title_height',''),(19495,16375,'pyre_page_title_100_width','default'),(19494,16375,'pyre_page_title_font_color',''),(19493,16375,'pyre_page_title_custom_subheader_text_size',''),(19492,16375,'pyre_page_title_custom_subheader',''),(19491,16375,'pyre_page_title_text_size',''),(19490,16375,'pyre_page_title_custom_text',''),(19489,16375,'pyre_page_title_text_alignment','default'),(19488,16375,'pyre_page_title_text','default'),(19487,16375,'pyre_page_title_breadcrumbs_search_bar','default'),(19485,16375,'pyre_wide_page_bg_repeat','repeat'),(19486,16375,'pyre_page_title','default'),(19547,16378,'pyre_header_bg_color',''),(19546,16378,'pyre_header_100_width','default'),(19545,16378,'pyre_display_header','yes'),(19543,16378,'pyre_fallback',''),(19544,16378,'pyre_demo_slider',''),(19542,16378,'pyre_avada_rev_styles','default'),(19541,16378,'pyre_slider_position','default'),(19540,16378,'pyre_elasticslider','0'),(19539,16378,'pyre_revslider','0'),(19538,16378,'pyre_wooslider','0'),(19537,16378,'pyre_slider','0'),(19536,16378,'pyre_slider_type','no'),(19535,16378,'pyre_hundredp_padding',''),(19534,16378,'pyre_main_bottom_padding',''),(19533,16378,'pyre_main_top_padding',''),(19532,16378,'pyre_post_comments','default'),(19531,16378,'pyre_post_meta','default'),(19530,16378,'pyre_author_info','default'),(19529,16378,'pyre_post_pagination','default'),(19528,16378,'pyre_share_box','default'),(19527,16378,'pyre_related_posts','default'),(19526,16378,'pyre_post_links_target','no'),(19525,16378,'pyre_link_icon_url',''),(19524,16378,'pyre_image_rollover_icons','default'),(19523,16378,'pyre_video',''),(19522,16378,'pyre_portfolio_width_100','no'),(19521,16378,'pyre_fimg_height',''),(19520,16378,'pyre_fimg_width',''),(19518,16378,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19519,16378,'pyre_show_first_featured_image','no'),(19517,16378,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19515,16378,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19516,16378,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(19580,16378,'pyre_page_title_bar_borders_color',''),(19579,16378,'pyre_page_title_bar_bg_color',''),(19578,16378,'pyre_page_title_mobile_height',''),(19576,16378,'pyre_page_title_100_width','default'),(19577,16378,'pyre_page_title_height',''),(19575,16378,'pyre_page_title_font_color',''),(19574,16378,'pyre_page_title_custom_subheader_text_size',''),(19573,16378,'pyre_page_title_custom_subheader',''),(19572,16378,'pyre_page_title_text_size',''),(19571,16378,'pyre_page_title_custom_text',''),(19570,16378,'pyre_page_title_text_alignment','default'),(19569,16378,'pyre_page_title_text','default'),(19568,16378,'pyre_page_title_breadcrumbs_search_bar','default'),(19567,16378,'pyre_page_title','default'),(19566,16378,'pyre_wide_page_bg_repeat','repeat'),(19565,16378,'pyre_wide_page_bg_full','no'),(19564,16378,'pyre_wide_page_bg',''),(19563,16378,'pyre_wide_page_bg_color',''),(19562,16378,'pyre_page_bg_repeat','repeat'),(19561,16378,'pyre_page_bg_full','no'),(19560,16378,'pyre_page_bg',''),(19559,16378,'pyre_page_bg_color',''),(19558,16378,'pyre_page_bg_layout','default'),(19557,16378,'pyre_sidebar_bg_color',''),(19556,16378,'pyre_sidebar_position','default'),(19554,16378,'pyre_display_copyright','default'),(19555,16378,'pyre_footer_100_width','default'),(19553,16378,'pyre_display_footer','default'),(19552,16378,'pyre_displayed_menu','default'),(19548,16378,'pyre_header_bg_opacity',''),(19549,16378,'pyre_header_bg',''),(19550,16378,'pyre_header_bg_full','no'),(19551,16378,'pyre_header_bg_repeat','repeat'),(19620,19533,'pyre_header_bg',''),(19617,19533,'pyre_hundredp_padding',''),(19618,19533,'pyre_display_header','yes'),(19619,19533,'pyre_header_100_width','default'),(19616,19533,'pyre_main_bottom_padding',''),(19615,19533,'pyre_main_top_padding',''),(19614,19533,'_product_image_gallery',''),(19613,19533,'_product_version','2.4.7'),(19612,19533,'_crosssell_ids','a:0:{}'),(19611,19533,'_upsell_ids','a:0:{}'),(19610,19533,'_stock',''),(19609,19533,'_backorders','no'),(19608,19533,'_manage_stock','no'),(19607,19533,'_sold_individually',''),(19606,19533,'_price','38'),(19605,19533,'_sale_price_dates_to',''),(19604,19533,'_sale_price_dates_from',''),(19603,19533,'_product_attributes','a:0:{}'),(19602,19533,'_sku','006'),(19601,19533,'_height',''),(19600,19533,'_width',''),(19599,19533,'_length',''),(19598,19533,'_weight',''),(19597,19533,'_featured','yes'),(19596,19533,'_purchase_note',''),(19595,19533,'_sale_price',''),(19594,19533,'_regular_price','38'),(19593,19533,'_virtual','no'),(19592,19533,'_downloadable','no'),(19591,19533,'total_sales','42'),(19590,19533,'_stock_status','instock'),(19589,19533,'_visibility','visible'),(19588,19533,'_wpas_done_all','1'),(19585,16378,'_wxr_import_user_slug','admin'),(19586,16378,'fusion_demo_import','classic_shop'),(19584,16378,'pyre_page_title_bg_parallax','default'),(19581,16378,'pyre_page_title_bar_bg',''),(19582,16378,'pyre_page_title_bar_bg_retina',''),(19583,16378,'pyre_page_title_bar_bg_full','default'),(19653,19533,'pyre_page_title_text_size',''),(19651,19533,'pyre_page_title_100_width','default'),(19652,19533,'pyre_page_title_custom_text',''),(19650,19533,'pyre_page_title_text_alignment','default'),(19649,19533,'pyre_page_title_text','default'),(19648,19533,'pyre_page_title','default'),(19647,19533,'pyre_wide_page_bg_repeat','repeat'),(19646,19533,'pyre_wide_page_bg_full','no'),(19645,19533,'pyre_wide_page_bg_color',''),(19644,19533,'pyre_wide_page_bg',''),(19643,19533,'pyre_page_bg_repeat','repeat'),(19642,19533,'pyre_page_bg_full','no'),(19641,19533,'pyre_page_bg_color',''),(19640,19533,'pyre_page_bg',''),(19639,19533,'pyre_page_bg_layout','default'),(19638,19533,'pyre_avada_rev_styles','default'),(19637,19533,'pyre_fallback',''),(19636,19533,'pyre_elasticslider','0'),(19635,19533,'pyre_revslider','0'),(19634,19533,'pyre_wooslider','0'),(19633,19533,'pyre_slider','0'),(19632,19533,'pyre_slider_type','no'),(19631,19533,'pyre_slider_position','default'),(19630,19533,'pyre_sidebar_bg_color',''),(19629,19533,'pyre_sidebar_position','default'),(19628,19533,'pyre_footer_100_width','default'),(19627,19533,'pyre_display_copyright','default'),(19626,19533,'pyre_display_footer','default'),(19625,19533,'pyre_displayed_menu','default'),(19624,19533,'pyre_header_bg_repeat','repeat'),(19621,19533,'pyre_header_bg_color',''),(19622,19533,'pyre_header_bg_opacity',''),(19623,19533,'pyre_header_bg_full','no'),(19686,19534,'_downloadable','no'),(19685,19534,'total_sales','33'),(19684,19534,'_stock_status','instock'),(19680,19533,'fusion_demo_import','classic_shop'),(19682,19534,'_wpas_done_all','1'),(19683,19534,'_visibility','visible'),(19679,19533,'_wxr_import_parent','16414'),(19678,19533,'fusion_builder_converted','yes'),(19677,19533,'_wc_review_count','0'),(19676,19533,'_wc_average_rating','0'),(19675,19533,'_wc_rating_count','a:0:{}'),(19674,19533,'_wp_old_slug','maecenas-posuere-semper'),(19673,19533,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19672,19533,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19671,19533,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19670,19533,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19669,19533,'_thumbnail_id','17632'),(19668,19533,'slide_template',''),(19667,19533,'_tax_class',''),(19666,19533,'_tax_status','taxable'),(19665,19533,'pyre_page_title_breadcrumbs_search_bar','default'),(19664,19533,'pyre_page_title_bg_parallax','default'),(19663,19533,'pyre_page_title_bar_bg_full','default'),(19662,19533,'pyre_page_title_bar_borders_color',''),(19661,19533,'pyre_page_title_bar_bg_color',''),(19660,19533,'pyre_page_title_bar_bg_retina',''),(19658,19533,'pyre_page_title_mobile_height',''),(19659,19533,'pyre_page_title_bar_bg',''),(19657,19533,'pyre_page_title_height',''),(19656,19533,'pyre_page_title_font_color',''),(19654,19533,'pyre_page_title_custom_subheader',''),(19655,19533,'pyre_page_title_custom_subheader_text_size',''),(19740,19534,'pyre_wide_page_bg_full','no'),(19739,19534,'pyre_wide_page_bg_color',''),(19737,19534,'pyre_page_bg_repeat','repeat'),(19738,19534,'pyre_wide_page_bg',''),(19736,19534,'pyre_page_bg_full','no'),(19735,19534,'pyre_page_bg_color',''),(19734,19534,'pyre_page_bg',''),(19733,19534,'pyre_page_bg_layout','default'),(19732,19534,'pyre_avada_rev_styles','default'),(19731,19534,'pyre_fallback',''),(19730,19534,'pyre_elasticslider','0'),(19729,19534,'pyre_revslider','0'),(19728,19534,'pyre_wooslider','0'),(19727,19534,'pyre_slider','0'),(19726,19534,'pyre_slider_type','no'),(19725,19534,'pyre_slider_position','default'),(19724,19534,'pyre_sidebar_bg_color',''),(19723,19534,'pyre_sidebar_position','default'),(19722,19534,'pyre_footer_100_width','default'),(19721,19534,'pyre_display_copyright','default'),(19720,19534,'pyre_display_footer','default'),(19719,19534,'pyre_displayed_menu','default'),(19718,19534,'pyre_header_bg_repeat','repeat'),(19717,19534,'pyre_header_bg_full','no'),(19716,19534,'pyre_header_bg_opacity',''),(19715,19534,'pyre_header_bg_color',''),(19714,19534,'pyre_header_bg',''),(19713,19534,'pyre_header_100_width','default'),(19711,19534,'pyre_hundredp_padding',''),(19712,19534,'pyre_display_header','yes'),(19710,19534,'pyre_main_bottom_padding',''),(19709,19534,'pyre_main_top_padding',''),(19687,19534,'_virtual','no'),(19688,19534,'_regular_price','125'),(19689,19534,'_sale_price',''),(19690,19534,'_purchase_note',''),(19691,19534,'_featured','yes'),(19692,19534,'_weight',''),(19693,19534,'_length',''),(19694,19534,'_width',''),(19695,19534,'_height',''),(19696,19534,'_sku','007'),(19697,19534,'_product_attributes','a:0:{}'),(19698,19534,'_sale_price_dates_from',''),(19699,19534,'_sale_price_dates_to',''),(19700,19534,'_price','125'),(19701,19534,'_sold_individually',''),(19702,19534,'_manage_stock','no'),(19703,19534,'_backorders','no'),(19704,19534,'_stock',''),(19705,19534,'_upsell_ids','a:0:{}'),(19706,19534,'_crosssell_ids','a:0:{}'),(19707,19534,'_product_version','2.4.7'),(19708,19534,'_product_image_gallery',''),(19756,19534,'pyre_page_title_bar_borders_color',''),(19755,19534,'pyre_page_title_bar_bg_color',''),(19754,19534,'pyre_page_title_bar_bg_retina',''),(19753,19534,'pyre_page_title_bar_bg',''),(19752,19534,'pyre_page_title_mobile_height',''),(19751,19534,'pyre_page_title_height',''),(19750,19534,'pyre_page_title_font_color',''),(19749,19534,'pyre_page_title_custom_subheader_text_size',''),(19748,19534,'pyre_page_title_custom_subheader',''),(19747,19534,'pyre_page_title_text_size',''),(19746,19534,'pyre_page_title_custom_text',''),(19745,19534,'pyre_page_title_100_width','default'),(19744,19534,'pyre_page_title_text_alignment','default'),(19743,19534,'pyre_page_title_text','default'),(19741,19534,'pyre_wide_page_bg_repeat','repeat'),(19742,19534,'pyre_page_title','default'),(19793,19535,'_backorders','no'),(19792,19535,'_manage_stock','no'),(19791,19535,'_price','47'),(19790,19535,'_sale_price_dates_to',''),(19787,19535,'_regular_price','47'),(19788,19535,'_sale_price',''),(19789,19535,'_sale_price_dates_from',''),(19786,19535,'_tax_class',''),(19785,19535,'_tax_status','taxable'),(19784,19535,'_featured','no'),(19783,19535,'_height',''),(19782,19535,'_width',''),(19781,19535,'_length',''),(19780,19535,'_weight',''),(19779,19535,'_sku','010'),(19778,19535,'_stock_status','instock'),(19777,19535,'_visibility','hidden'),(19776,19535,'_wpas_done_all','1'),(19774,19534,'fusion_demo_import','classic_shop'),(19773,19534,'_wxr_import_parent','16414'),(19772,19534,'fusion_builder_converted','yes'),(19771,19534,'_wc_review_count','0'),(19770,19534,'_wc_average_rating','0'),(19769,19534,'_wc_rating_count','a:0:{}'),(19768,19534,'_wp_old_slug','praesent-eget-bibendum'),(19767,19534,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19766,19534,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19765,19534,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19764,19534,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19763,19534,'_thumbnail_id','17648'),(19760,19534,'_tax_status','taxable'),(19761,19534,'_tax_class',''),(19762,19534,'slide_template',''),(19759,19534,'pyre_page_title_breadcrumbs_search_bar','default'),(19757,19534,'pyre_page_title_bar_bg_full','default'),(19758,19534,'pyre_page_title_bg_parallax','default'),(19830,19535,'pyre_page_bg',''),(19829,19535,'pyre_page_bg_layout','default'),(19826,19535,'pyre_elasticslider','0'),(19827,19535,'pyre_fallback',''),(19828,19535,'pyre_avada_rev_styles','default'),(19825,19535,'pyre_revslider','0'),(19824,19535,'pyre_wooslider','0'),(19823,19535,'pyre_slider','0'),(19822,19535,'pyre_slider_type','no'),(19821,19535,'pyre_slider_position','default'),(19820,19535,'pyre_sidebar_bg_color',''),(19819,19535,'pyre_sidebar_position','default'),(19818,19535,'pyre_footer_100_width','default'),(19817,19535,'pyre_display_copyright','default'),(19816,19535,'pyre_display_footer','default'),(19815,19535,'pyre_displayed_menu','default'),(19814,19535,'pyre_header_bg_repeat','repeat'),(19813,19535,'pyre_header_bg_full','no'),(19812,19535,'pyre_header_bg_opacity',''),(19811,19535,'pyre_header_bg_color',''),(19810,19535,'pyre_header_bg',''),(19809,19535,'pyre_header_100_width','default'),(19808,19535,'pyre_display_header','yes'),(19807,19535,'pyre_hundredp_padding',''),(19806,19535,'pyre_main_bottom_padding',''),(19805,19535,'pyre_main_top_padding',''),(19804,19535,'_product_image_gallery',''),(19803,19535,'_product_version','2.4.7'),(19801,19535,'_upsell_ids','a:0:{}'),(19802,19535,'_crosssell_ids','a:0:{}'),(19800,19535,'_stock',''),(19799,19535,'_sold_individually',''),(19794,19535,'total_sales','0'),(19795,19535,'_downloadable','no'),(19796,19535,'_virtual','no'),(19797,19535,'_purchase_note',''),(19798,19535,'_product_attributes','a:0:{}'),(19860,19535,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19858,19535,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19859,19535,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19857,19535,'_thumbnail_id','17631'),(19856,19535,'slide_template',''),(19855,19535,'pyre_page_title_breadcrumbs_search_bar','default'),(19854,19535,'pyre_page_title_bg_parallax','default'),(19853,19535,'pyre_page_title_bar_bg_full','default'),(19852,19535,'pyre_page_title_bar_borders_color',''),(19851,19535,'pyre_page_title_bar_bg_color',''),(19850,19535,'pyre_page_title_bar_bg_retina',''),(19849,19535,'pyre_page_title_bar_bg',''),(19848,19535,'pyre_page_title_mobile_height',''),(19847,19535,'pyre_page_title_height',''),(19846,19535,'pyre_page_title_font_color',''),(19845,19535,'pyre_page_title_custom_subheader_text_size',''),(19844,19535,'pyre_page_title_custom_subheader',''),(19843,19535,'pyre_page_title_text_size',''),(19842,19535,'pyre_page_title_custom_text',''),(19841,19535,'pyre_page_title_100_width','default'),(19840,19535,'pyre_page_title_text_alignment','default'),(19839,19535,'pyre_page_title_text','default'),(19838,19535,'pyre_page_title','default'),(19836,19535,'pyre_wide_page_bg_full','no'),(19837,19535,'pyre_wide_page_bg_repeat','repeat'),(19835,19535,'pyre_wide_page_bg_color',''),(19834,19535,'pyre_wide_page_bg',''),(19831,19535,'pyre_page_bg_color',''),(19832,19535,'pyre_page_bg_full','no'),(19833,19535,'pyre_page_bg_repeat','repeat'),(19896,19536,'pyre_main_top_padding',''),(19893,19536,'_crosssell_ids','a:0:{}'),(19894,19536,'_product_version','2.4.7'),(19895,19536,'_product_image_gallery',''),(19892,19536,'_upsell_ids','a:0:{}'),(19891,19536,'_stock',''),(19890,19536,'_backorders','no'),(19889,19536,'_manage_stock','no'),(19888,19536,'_sold_individually',''),(19887,19536,'_price','38'),(19886,19536,'_sale_price_dates_to',''),(19885,19536,'_sale_price_dates_from',''),(19884,19536,'_product_attributes','a:0:{}'),(19883,19536,'_sku','008'),(19882,19536,'_height',''),(19881,19536,'_width',''),(19880,19536,'_length',''),(19879,19536,'_weight',''),(19878,19536,'_featured','no'),(19877,19536,'_purchase_note',''),(19876,19536,'_sale_price',''),(19875,19536,'_regular_price',''),(19874,19536,'_virtual','no'),(19873,19536,'_downloadable','no'),(19872,19536,'total_sales','0'),(19871,19536,'_stock_status','instock'),(19869,19536,'_wpas_done_all','1'),(19870,19536,'_visibility','visible'),(19867,19535,'fusion_demo_import','classic_shop'),(19866,19535,'fusion_builder_converted','yes'),(19865,19535,'_wc_average_rating','0'),(19863,19535,'_wc_rating_count','a:0:{}'),(19864,19535,'_wc_review_count','0'),(19862,19535,'_wp_old_slug','aliquam-eget-ligula'),(19861,19535,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19932,19536,'pyre_page_title_100_width','default'),(19931,19536,'pyre_page_title_text_alignment','default'),(19930,19536,'pyre_page_title_text','default'),(19928,19536,'pyre_wide_page_bg_repeat','repeat'),(19929,19536,'pyre_page_title','default'),(19927,19536,'pyre_wide_page_bg_full','no'),(19926,19536,'pyre_wide_page_bg_color',''),(19925,19536,'pyre_wide_page_bg',''),(19924,19536,'pyre_page_bg_repeat','repeat'),(19923,19536,'pyre_page_bg_full','no'),(19922,19536,'pyre_page_bg_color',''),(19921,19536,'pyre_page_bg',''),(19920,19536,'pyre_page_bg_layout','default'),(19919,19536,'pyre_avada_rev_styles','default'),(19918,19536,'pyre_fallback',''),(19917,19536,'pyre_elasticslider','0'),(19916,19536,'pyre_revslider','0'),(19915,19536,'pyre_wooslider','0'),(19914,19536,'pyre_slider','0'),(19913,19536,'pyre_slider_type','no'),(19912,19536,'pyre_slider_position','default'),(19911,19536,'pyre_sidebar_bg_color',''),(19910,19536,'pyre_sidebar_position','default'),(19909,19536,'pyre_footer_100_width','default'),(19908,19536,'pyre_display_copyright','default'),(19907,19536,'pyre_display_footer','default'),(19906,19536,'pyre_displayed_menu','default'),(19905,19536,'pyre_header_bg_repeat','repeat'),(19904,19536,'pyre_header_bg_full','no'),(19903,19536,'pyre_header_bg_opacity',''),(19901,19536,'pyre_header_bg',''),(19902,19536,'pyre_header_bg_color',''),(19900,19536,'pyre_header_100_width','default'),(19897,19536,'pyre_main_bottom_padding',''),(19898,19536,'pyre_hundredp_padding',''),(19899,19536,'pyre_display_header','yes'),(19963,19537,'_wpas_done_all','1'),(19964,19537,'_visibility','visible'),(19961,19536,'fusion_demo_import','classic_shop'),(19959,19536,'fusion_builder_converted','yes'),(19960,19536,'_children','a:3:{i:0;i:16463;i:1;i:16410;i:2;i:16408;}'),(19958,19536,'_wc_review_count','0'),(19957,19536,'_wc_average_rating','0'),(19956,19536,'_wc_rating_count','a:0:{}'),(19955,19536,'_wp_old_slug','sed-id-pretium-tortor'),(19954,19536,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19953,19536,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19952,19536,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19951,19536,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19950,19536,'_thumbnail_id','17630'),(19949,19536,'slide_template',''),(19948,19536,'_tax_class',''),(19947,19536,'_tax_status','taxable'),(19946,19536,'pyre_page_title_breadcrumbs_search_bar','default'),(19945,19536,'pyre_page_title_bg_parallax','default'),(19944,19536,'pyre_page_title_bar_bg_full','default'),(19943,19536,'pyre_page_title_bar_borders_color',''),(19942,19536,'pyre_page_title_bar_bg_color',''),(19941,19536,'pyre_page_title_bar_bg_retina',''),(19940,19536,'pyre_page_title_bar_bg',''),(19939,19536,'pyre_page_title_mobile_height',''),(19937,19536,'pyre_page_title_font_color',''),(19938,19536,'pyre_page_title_height',''),(19936,19536,'pyre_page_title_custom_subheader_text_size',''),(19933,19536,'pyre_page_title_custom_text',''),(19934,19536,'pyre_page_title_text_size',''),(19935,19536,'pyre_page_title_custom_subheader',''),(20022,19537,'pyre_wide_page_bg_repeat','repeat'),(20021,19537,'pyre_wide_page_bg_full','no'),(20019,19537,'pyre_wide_page_bg',''),(20020,19537,'pyre_wide_page_bg_color',''),(20018,19537,'pyre_page_bg_repeat','repeat'),(20017,19537,'pyre_page_bg_full','no'),(20016,19537,'pyre_page_bg_color',''),(20015,19537,'pyre_page_bg',''),(20014,19537,'pyre_page_bg_layout','default'),(20013,19537,'pyre_avada_rev_styles','default'),(20012,19537,'pyre_fallback',''),(20011,19537,'pyre_elasticslider','0'),(20010,19537,'pyre_revslider','0'),(20009,19537,'pyre_wooslider','0'),(20008,19537,'pyre_slider','0'),(20007,19537,'pyre_slider_type','no'),(20006,19537,'pyre_slider_position','default'),(20005,19537,'pyre_sidebar_bg_color',''),(20004,19537,'pyre_sidebar_position','default'),(20003,19537,'pyre_footer_100_width','default'),(20002,19537,'pyre_display_copyright','default'),(20001,19537,'pyre_display_footer','default'),(20000,19537,'pyre_displayed_menu','default'),(19999,19537,'pyre_header_bg_repeat','repeat'),(19998,19537,'pyre_header_bg_full','no'),(19997,19537,'pyre_header_bg_opacity',''),(19996,19537,'pyre_header_bg_color',''),(19994,19537,'pyre_header_100_width','default'),(19995,19537,'pyre_header_bg',''),(19993,19537,'pyre_display_header','yes'),(19992,19537,'pyre_hundredp_padding',''),(19965,19537,'_stock_status','instock'),(19966,19537,'total_sales','0'),(19967,19537,'_downloadable','no'),(19968,19537,'_virtual','no'),(19969,19537,'_regular_price','99'),(19970,19537,'_sale_price',''),(19971,19537,'_purchase_note',''),(19972,19537,'_featured','no'),(19973,19537,'_weight',''),(19974,19537,'_length',''),(19975,19537,'_width',''),(19976,19537,'_height',''),(19977,19537,'_sku','011'),(19978,19537,'_product_attributes','a:0:{}'),(19979,19537,'_sale_price_dates_from',''),(19980,19537,'_sale_price_dates_to',''),(19981,19537,'_price','99'),(19982,19537,'_sold_individually',''),(19983,19537,'_manage_stock','no'),(19984,19537,'_backorders','no'),(19985,19537,'_stock',''),(19986,19537,'_upsell_ids','a:0:{}'),(19987,19537,'_crosssell_ids','a:0:{}'),(19988,19537,'_product_version','2.4.7'),(19989,19537,'_product_image_gallery',''),(19990,19537,'pyre_main_top_padding',''),(19991,19537,'pyre_main_bottom_padding',''),(20035,19537,'pyre_page_title_bar_bg_retina',''),(20034,19537,'pyre_page_title_bar_bg',''),(20033,19537,'pyre_page_title_mobile_height',''),(20032,19537,'pyre_page_title_height',''),(20031,19537,'pyre_page_title_font_color',''),(20030,19537,'pyre_page_title_custom_subheader_text_size',''),(20029,19537,'pyre_page_title_custom_subheader',''),(20028,19537,'pyre_page_title_text_size',''),(20026,19537,'pyre_page_title_100_width','default'),(20027,19537,'pyre_page_title_custom_text',''),(20025,19537,'pyre_page_title_text_alignment','default'),(20023,19537,'pyre_page_title','default'),(20024,19537,'pyre_page_title_text','default'),(20064,16880,'pyre_revslider','0'),(41498,16880,'pyre_fallback_id',''),(20063,16880,'pyre_wooslider',''),(20062,16880,'pyre_slider','0'),(20060,16880,'pyre_slider_position','default'),(20061,16880,'pyre_slider_type','no'),(20059,16880,'fusion_builder_status','active'),(20058,16880,'slide_template','default'),(20057,16880,'_wp_page_template','100-width.php'),(20056,19537,'fusion_demo_import','classic_shop'),(20055,19537,'fusion_builder_converted','yes'),(20054,19537,'_wc_review_count','0'),(20053,19537,'_wc_average_rating','0'),(20052,19537,'_wc_rating_count','a:0:{}'),(20051,19537,'_wp_old_slug','quisque-elit-augue'),(20050,19537,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20049,19537,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20048,19537,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20047,19537,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20046,19537,'_thumbnail_id','17674'),(20045,19537,'slide_template',''),(20044,19537,'_button_text','Buy On Amazon'),(20043,19537,'_product_url','http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion'),(20042,19537,'_tax_class',''),(20041,19537,'_tax_status','taxable'),(20039,19537,'pyre_page_title_bg_parallax','default'),(20040,19537,'pyre_page_title_breadcrumbs_search_bar','default'),(20038,19537,'pyre_page_title_bar_bg_full','default'),(20036,19537,'pyre_page_title_bar_bg_color',''),(20037,19537,'pyre_page_title_bar_borders_color',''),(20099,16880,'pyre_portfolio_featured_image_size','default'),(20098,16880,'pyre_portfolio_text_layout','default'),(20097,16880,'pyre_portfolio_filters','yes'),(20095,16880,'pyre_portfolio_content_length','default'),(20096,16880,'pyre_portfolio_excerpt',''),(20094,16880,'pyre_portfolio_width_100','no'),(20093,16880,'pyre_wide_page_bg_repeat','repeat'),(20092,16880,'pyre_wide_page_bg_full','no'),(20091,16880,'pyre_wide_page_bg_color',''),(20090,16880,'pyre_wide_page_bg',''),(20089,16880,'pyre_page_bg_repeat','repeat'),(20088,16880,'pyre_page_bg_full','no'),(20087,16880,'pyre_page_bg_color',''),(20086,16880,'pyre_page_bg',''),(20085,16880,'pyre_page_bg_layout','default'),(20084,16880,'pyre_sidebar_bg_color',''),(20083,16880,'pyre_sidebar_position','default'),(20082,16880,'pyre_footer_100_width','default'),(20081,16880,'pyre_display_copyright','default'),(20080,16880,'pyre_display_footer','default'),(20079,16880,'pyre_displayed_menu','default'),(20078,16880,'pyre_header_bg_repeat','repeat'),(20077,16880,'pyre_header_bg_full','no'),(20076,16880,'pyre_header_bg_opacity',''),(20075,16880,'pyre_header_bg_color',''),(20074,16880,'pyre_header_bg',''),(20073,16880,'pyre_header_100_width','default'),(20072,16880,'pyre_display_header','yes'),(20070,16880,'pyre_hundredp_padding',''),(20071,16880,'pyre_show_first_featured_image','no'),(20069,16880,'pyre_main_bottom_padding','0px'),(20068,16880,'pyre_main_top_padding','0px'),(20065,16880,'pyre_elasticslider','0'),(20066,16880,'pyre_fallback',''),(20067,16880,'pyre_avada_rev_styles','default'),(20127,16883,'fusion_builder_status','active'),(20126,16883,'slide_template','default'),(20124,16880,'fusion_demo_import','classic_shop'),(20125,16883,'_wp_page_template','100-width.php'),(20123,16880,'fusion_builder_converted','yes'),(41499,16880,'pyre_demo_slider',''),(41496,16880,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(41497,16880,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(41495,16880,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(41494,16880,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20118,16880,'pyre_page_title_breadcrumbs_search_bar','default'),(20117,16880,'pyre_page_title_bg_parallax','default'),(20116,16880,'pyre_page_title_bar_bg_full','default'),(20115,16880,'pyre_page_title_bar_borders_color',''),(20114,16880,'pyre_page_title_bar_bg_color',''),(20113,16880,'pyre_page_title_bar_bg_retina',''),(20112,16880,'pyre_page_title_bar_bg',''),(20111,16880,'pyre_page_title_mobile_height',''),(20110,16880,'pyre_page_title_height',''),(20109,16880,'pyre_page_title_font_color',''),(20108,16880,'pyre_page_title_custom_subheader_text_size',''),(20107,16880,'pyre_page_title_custom_subheader',''),(20106,16880,'pyre_page_title_text_size',''),(20104,16880,'pyre_page_title_100_width','default'),(20105,16880,'pyre_page_title_custom_text',''),(20103,16880,'pyre_page_title_text_alignment','default'),(20100,16880,'pyre_portfolio_column_spacing',''),(20101,16880,'pyre_page_title','no'),(20102,16880,'pyre_page_title_text','default'),(20161,16883,'pyre_wide_page_bg_repeat','repeat'),(20160,16883,'pyre_wide_page_bg_full','no'),(20158,16883,'pyre_wide_page_bg',''),(20159,16883,'pyre_wide_page_bg_color',''),(20157,16883,'pyre_page_bg_repeat','repeat'),(20156,16883,'pyre_page_bg_full','no'),(20155,16883,'pyre_page_bg_color',''),(20154,16883,'pyre_page_bg',''),(20153,16883,'pyre_page_bg_layout','default'),(20152,16883,'pyre_sidebar_bg_color',''),(20151,16883,'pyre_sidebar_position','default'),(20150,16883,'pyre_footer_100_width','default'),(20149,16883,'pyre_display_copyright','default'),(20148,16883,'pyre_display_footer','default'),(20147,16883,'pyre_displayed_menu','default'),(20146,16883,'pyre_header_bg_repeat','repeat'),(20145,16883,'pyre_header_bg_full','no'),(20144,16883,'pyre_header_bg_opacity',''),(20143,16883,'pyre_header_bg_color',''),(20142,16883,'pyre_header_bg',''),(20141,16883,'pyre_header_100_width','default'),(20140,16883,'pyre_display_header','yes'),(20139,16883,'pyre_show_first_featured_image','no'),(20138,16883,'pyre_hundredp_padding',''),(20137,16883,'pyre_main_bottom_padding','0px'),(20136,16883,'pyre_main_top_padding','0px'),(20133,16883,'pyre_elasticslider','0'),(20134,16883,'pyre_fallback',''),(20135,16883,'pyre_avada_rev_styles','default'),(20132,16883,'pyre_revslider','0'),(20131,16883,'pyre_wooslider','0'),(20128,16883,'pyre_slider_position','default'),(20129,16883,'pyre_slider_type','no'),(20130,16883,'pyre_slider','0'),(20189,16883,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20188,16883,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20187,16883,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20186,16883,'pyre_page_title_breadcrumbs_search_bar','default'),(20185,16883,'pyre_page_title_bg_parallax','default'),(20184,16883,'pyre_page_title_bar_bg_full','default'),(20183,16883,'pyre_page_title_bar_borders_color',''),(20182,16883,'pyre_page_title_bar_bg_color',''),(20181,16883,'pyre_page_title_bar_bg_retina',''),(20180,16883,'pyre_page_title_bar_bg',''),(20179,16883,'pyre_page_title_mobile_height',''),(20178,16883,'pyre_page_title_height',''),(20177,16883,'pyre_page_title_font_color',''),(20176,16883,'pyre_page_title_custom_subheader_text_size',''),(20175,16883,'pyre_page_title_custom_subheader',''),(20174,16883,'pyre_page_title_text_size',''),(20173,16883,'pyre_page_title_custom_text',''),(20172,16883,'pyre_page_title_100_width','default'),(20171,16883,'pyre_page_title_text_alignment','default'),(20170,16883,'pyre_page_title_text','default'),(20169,16883,'pyre_page_title','no'),(20168,16883,'pyre_portfolio_column_spacing',''),(20166,16883,'pyre_portfolio_text_layout','default'),(20167,16883,'pyre_portfolio_featured_image_size','default'),(20165,16883,'pyre_portfolio_filters','yes'),(20164,16883,'pyre_portfolio_excerpt',''),(20162,16883,'pyre_portfolio_width_100','no'),(20163,16883,'pyre_portfolio_content_length','default'),(20220,16886,'pyre_sidebar_bg_color',''),(20217,16886,'pyre_display_copyright','default'),(20218,16886,'pyre_footer_100_width','default'),(20219,16886,'pyre_sidebar_position','default'),(20216,16886,'pyre_display_footer','default'),(20215,16886,'pyre_displayed_menu','default'),(20214,16886,'pyre_header_bg_repeat','repeat'),(20213,16886,'pyre_header_bg_full','no'),(20212,16886,'pyre_header_bg_opacity',''),(20211,16886,'pyre_header_bg_color',''),(20210,16886,'pyre_header_bg',''),(20209,16886,'pyre_header_100_width','default'),(20208,16886,'pyre_display_header','yes'),(20207,16886,'pyre_show_first_featured_image','no'),(20206,16886,'pyre_hundredp_padding',''),(20205,16886,'pyre_main_bottom_padding','0px'),(20204,16886,'pyre_main_top_padding','0px'),(20203,16886,'pyre_avada_rev_styles','default'),(20202,16886,'pyre_fallback',''),(20201,16886,'pyre_elasticslider','0'),(20200,16886,'pyre_revslider','0'),(20199,16886,'pyre_wooslider',''),(20198,16886,'pyre_slider','0'),(20197,16886,'pyre_slider_type','no'),(20196,16886,'pyre_slider_position','default'),(20195,16886,'fusion_builder_status','active'),(20194,16886,'slide_template','default'),(20193,16886,'_wp_page_template','100-width.php'),(20192,16883,'fusion_demo_import','classic_shop'),(20191,16883,'fusion_builder_converted','yes'),(20190,16883,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20254,16886,'pyre_page_title_breadcrumbs_search_bar','default'),(20253,16886,'pyre_page_title_bg_parallax','default'),(20251,16886,'pyre_page_title_bar_borders_color',''),(20252,16886,'pyre_page_title_bar_bg_full','default'),(20250,16886,'pyre_page_title_bar_bg_color',''),(20249,16886,'pyre_page_title_bar_bg_retina',''),(20248,16886,'pyre_page_title_bar_bg',''),(20247,16886,'pyre_page_title_mobile_height',''),(20246,16886,'pyre_page_title_height',''),(20245,16886,'pyre_page_title_font_color',''),(20244,16886,'pyre_page_title_custom_subheader_text_size',''),(20243,16886,'pyre_page_title_custom_subheader',''),(20242,16886,'pyre_page_title_text_size',''),(20241,16886,'pyre_page_title_custom_text',''),(20240,16886,'pyre_page_title_100_width','default'),(20239,16886,'pyre_page_title_text_alignment','default'),(20238,16886,'pyre_page_title_text','default'),(20237,16886,'pyre_page_title','default'),(20236,16886,'pyre_portfolio_column_spacing',''),(20235,16886,'pyre_portfolio_featured_image_size','default'),(20234,16886,'pyre_portfolio_text_layout','default'),(20233,16886,'pyre_portfolio_filters','yes'),(20232,16886,'pyre_portfolio_excerpt',''),(20231,16886,'pyre_portfolio_content_length','default'),(20230,16886,'pyre_portfolio_width_100','no'),(20228,16886,'pyre_wide_page_bg_full','no'),(20229,16886,'pyre_wide_page_bg_repeat','repeat'),(20227,16886,'pyre_wide_page_bg_color',''),(20226,16886,'pyre_wide_page_bg',''),(20221,16886,'pyre_page_bg_layout','default'),(20222,16886,'pyre_page_bg',''),(20223,16886,'pyre_page_bg_color',''),(20224,16886,'pyre_page_bg_full','no'),(20225,16886,'pyre_page_bg_repeat','repeat'),(20280,16889,'pyre_header_bg_opacity',''),(20281,16889,'pyre_header_bg_full','no'),(20282,16889,'pyre_header_bg_repeat','repeat'),(20279,16889,'pyre_header_bg_color',''),(20278,16889,'pyre_header_bg',''),(20277,16889,'pyre_header_100_width','default'),(20276,16889,'pyre_display_header','yes'),(20275,16889,'pyre_show_first_featured_image','no'),(20274,16889,'pyre_hundredp_padding',''),(20273,16889,'pyre_main_bottom_padding','0px'),(20272,16889,'pyre_main_top_padding','0px'),(20271,16889,'pyre_avada_rev_styles','default'),(20270,16889,'pyre_fallback',''),(20269,16889,'pyre_elasticslider','0'),(20268,16889,'pyre_revslider','0'),(20267,16889,'pyre_wooslider','0'),(20266,16889,'pyre_slider','0'),(20265,16889,'pyre_slider_type','no'),(20264,16889,'pyre_slider_position','default'),(20263,16889,'fusion_builder_status','active'),(20262,16889,'slide_template','default'),(20261,16889,'_wp_page_template','100-width.php'),(20260,16886,'fusion_demo_import','classic_shop'),(20259,16886,'fusion_builder_converted','yes'),(42829,16886,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42830,16886,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(42527,16886,'pyre_fallback_id',''),(42827,16886,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(42828,16886,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20313,16889,'pyre_page_title_font_color',''),(20312,16889,'pyre_page_title_custom_subheader_text_size',''),(20309,16889,'pyre_page_title_custom_text',''),(20310,16889,'pyre_page_title_text_size',''),(20311,16889,'pyre_page_title_custom_subheader',''),(20308,16889,'pyre_page_title_100_width','default'),(20307,16889,'pyre_page_title_text_alignment','default'),(20306,16889,'pyre_page_title_text','default'),(20305,16889,'pyre_page_title','no'),(20304,16889,'pyre_portfolio_column_spacing',''),(20303,16889,'pyre_portfolio_featured_image_size','default'),(20302,16889,'pyre_portfolio_text_layout','default'),(20301,16889,'pyre_portfolio_filters','yes'),(20300,16889,'pyre_portfolio_excerpt',''),(20299,16889,'pyre_portfolio_content_length','default'),(20298,16889,'pyre_portfolio_width_100','no'),(20297,16889,'pyre_wide_page_bg_repeat','repeat'),(20296,16889,'pyre_wide_page_bg_full','no'),(20295,16889,'pyre_wide_page_bg_color',''),(20294,16889,'pyre_wide_page_bg',''),(20293,16889,'pyre_page_bg_repeat','repeat'),(20292,16889,'pyre_page_bg_full','no'),(20291,16889,'pyre_page_bg_color',''),(20290,16889,'pyre_page_bg',''),(20289,16889,'pyre_page_bg_layout','default'),(20288,16889,'pyre_sidebar_bg_color',''),(20286,16889,'pyre_footer_100_width','default'),(20287,16889,'pyre_sidebar_position','default'),(20285,16889,'pyre_display_copyright','default'),(20283,16889,'pyre_displayed_menu','default'),(20284,16889,'pyre_display_footer','default'),(20343,16892,'pyre_show_first_featured_image','no'),(20342,16892,'pyre_hundredp_padding',''),(20341,16892,'pyre_main_bottom_padding','0px'),(20339,16892,'pyre_avada_rev_styles','default'),(20340,16892,'pyre_main_top_padding','0px'),(20338,16892,'pyre_fallback',''),(20337,16892,'pyre_elasticslider','0'),(20336,16892,'pyre_revslider','0'),(20335,16892,'pyre_wooslider','0'),(20334,16892,'pyre_slider','0'),(20333,16892,'pyre_slider_type','no'),(20332,16892,'pyre_slider_position','default'),(20331,16892,'fusion_builder_status','active'),(20330,16892,'slide_template','default'),(20329,16892,'_wp_page_template','100-width.php'),(20328,16889,'fusion_demo_import','classic_shop'),(20327,16889,'fusion_builder_converted','yes'),(20326,16889,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20325,16889,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20324,16889,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20323,16889,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20322,16889,'pyre_page_title_breadcrumbs_search_bar','default'),(20321,16889,'pyre_page_title_bg_parallax','default'),(20319,16889,'pyre_page_title_bar_borders_color',''),(20320,16889,'pyre_page_title_bar_bg_full','default'),(20318,16889,'pyre_page_title_bar_bg_color',''),(20317,16889,'pyre_page_title_bar_bg_retina',''),(20314,16889,'pyre_page_title_height',''),(20315,16889,'pyre_page_title_mobile_height',''),(20316,16889,'pyre_page_title_bar_bg',''),(20373,16892,'pyre_page_title','no'),(20371,16892,'pyre_portfolio_featured_image_size','default'),(20372,16892,'pyre_portfolio_column_spacing',''),(20370,16892,'pyre_portfolio_text_layout','default'),(20369,16892,'pyre_portfolio_filters','yes'),(20368,16892,'pyre_portfolio_excerpt',''),(20367,16892,'pyre_portfolio_content_length','default'),(20366,16892,'pyre_portfolio_width_100','no'),(20365,16892,'pyre_wide_page_bg_repeat','repeat'),(20364,16892,'pyre_wide_page_bg_full','no'),(20363,16892,'pyre_wide_page_bg_color',''),(20362,16892,'pyre_wide_page_bg',''),(20361,16892,'pyre_page_bg_repeat','repeat'),(20360,16892,'pyre_page_bg_full','no'),(20359,16892,'pyre_page_bg_color',''),(20358,16892,'pyre_page_bg',''),(20357,16892,'pyre_page_bg_layout','default'),(20356,16892,'pyre_sidebar_bg_color',''),(20355,16892,'pyre_sidebar_position','default'),(20354,16892,'pyre_footer_100_width','default'),(20353,16892,'pyre_display_copyright','default'),(20352,16892,'pyre_display_footer','default'),(20350,16892,'pyre_header_bg_repeat','repeat'),(20351,16892,'pyre_displayed_menu','default'),(20349,16892,'pyre_header_bg_full','no'),(20348,16892,'pyre_header_bg_opacity',''),(20344,16892,'pyre_display_header','yes'),(20345,16892,'pyre_header_100_width','default'),(20346,16892,'pyre_header_bg',''),(20347,16892,'pyre_header_bg_color',''),(20403,19538,'_regular_price','59'),(20400,19538,'_stock_status','instock'),(20401,19538,'_downloadable','yes'),(20402,19538,'_virtual','yes'),(20398,19538,'_wpas_done_all','1'),(20399,19538,'_visibility','visible'),(20396,16892,'fusion_demo_import','classic_shop'),(20395,16892,'fusion_builder_converted','yes'),(20394,16892,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20393,16892,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20392,16892,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20391,16892,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20390,16892,'pyre_page_title_breadcrumbs_search_bar','default'),(20389,16892,'pyre_page_title_bg_parallax','default'),(20388,16892,'pyre_page_title_bar_bg_full','default'),(20387,16892,'pyre_page_title_bar_borders_color',''),(20386,16892,'pyre_page_title_bar_bg_color',''),(20385,16892,'pyre_page_title_bar_bg_retina',''),(20384,16892,'pyre_page_title_bar_bg',''),(20383,16892,'pyre_page_title_mobile_height',''),(20382,16892,'pyre_page_title_height',''),(20381,16892,'pyre_page_title_font_color',''),(20380,16892,'pyre_page_title_custom_subheader_text_size',''),(20379,16892,'pyre_page_title_custom_subheader',''),(20377,16892,'pyre_page_title_custom_text',''),(20378,16892,'pyre_page_title_text_size',''),(20376,16892,'pyre_page_title_100_width','default'),(20374,16892,'pyre_page_title_text','default'),(20375,16892,'pyre_page_title_text_alignment','default'),(20459,19538,'pyre_page_title_text_alignment','default'),(20458,19538,'pyre_page_title_text','default'),(20457,19538,'pyre_page_title','default'),(20454,19538,'pyre_wide_page_bg_color',''),(20455,19538,'pyre_wide_page_bg_full','no'),(20456,19538,'pyre_wide_page_bg_repeat','repeat'),(20453,19538,'pyre_wide_page_bg',''),(20452,19538,'pyre_page_bg_repeat','repeat'),(20451,19538,'pyre_page_bg_full','no'),(20450,19538,'pyre_page_bg_color',''),(20449,19538,'pyre_page_bg',''),(20448,19538,'pyre_page_bg_layout','default'),(20447,19538,'pyre_avada_rev_styles','default'),(20446,19538,'pyre_fallback',''),(20445,19538,'pyre_elasticslider','0'),(20444,19538,'pyre_revslider','0'),(20443,19538,'pyre_wooslider','0'),(20442,19538,'pyre_slider','0'),(20441,19538,'pyre_slider_type','no'),(20440,19538,'pyre_slider_position','default'),(20439,19538,'pyre_sidebar_bg_color',''),(20438,19538,'pyre_sidebar_position','default'),(20437,19538,'pyre_footer_100_width','default'),(20436,19538,'pyre_display_copyright','default'),(20435,19538,'pyre_display_footer','default'),(20434,19538,'pyre_displayed_menu','default'),(20433,19538,'pyre_header_bg_repeat','repeat'),(20432,19538,'pyre_header_bg_full','no'),(20431,19538,'pyre_header_bg_opacity',''),(20428,19538,'pyre_header_100_width','default'),(20429,19538,'pyre_header_bg',''),(20430,19538,'pyre_header_bg_color',''),(20427,19538,'pyre_display_header','yes'),(20426,19538,'pyre_hundredp_padding',''),(20404,19538,'_sale_price',''),(20405,19538,'_purchase_note',''),(20406,19538,'_featured','no'),(20407,19538,'_weight',''),(20408,19538,'_length',''),(20409,19538,'_width',''),(20410,19538,'_height',''),(20411,19538,'_sku','009'),(20412,19538,'_product_attributes','a:0:{}'),(20413,19538,'_sale_price_dates_from',''),(20414,19538,'_sale_price_dates_to',''),(20415,19538,'_price','59'),(20416,19538,'_sold_individually',''),(20417,19538,'_manage_stock','no'),(20418,19538,'_backorders','no'),(20419,19538,'_stock',''),(20420,19538,'_upsell_ids','a:0:{}'),(20421,19538,'_crosssell_ids','a:0:{}'),(20422,19538,'_product_version','2.4.7'),(20423,19538,'_product_image_gallery',''),(20424,19538,'pyre_main_top_padding',''),(20425,19538,'pyre_main_bottom_padding',''),(20475,19538,'_downloadable_files','a:1:{s:32:\"9a262085b60f586b0b7bbd5e2961a83b\";a:2:{s:4:\"name\";s:21:\"Avada Wordpress Theme\";s:4:\"file\";s:87:\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\";}}'),(20474,19538,'pyre_page_title_breadcrumbs_search_bar','default'),(20473,19538,'pyre_page_title_bg_parallax','default'),(20472,19538,'pyre_page_title_bar_bg_full','default'),(20471,19538,'pyre_page_title_bar_borders_color',''),(20470,19538,'pyre_page_title_bar_bg_color',''),(20469,19538,'pyre_page_title_bar_bg_retina',''),(20468,19538,'pyre_page_title_bar_bg',''),(20467,19538,'pyre_page_title_mobile_height',''),(20466,19538,'pyre_page_title_height',''),(20464,19538,'pyre_page_title_custom_subheader_text_size',''),(20465,19538,'pyre_page_title_font_color',''),(20463,19538,'pyre_page_title_custom_subheader',''),(20462,19538,'pyre_page_title_text_size',''),(20460,19538,'pyre_page_title_100_width','default'),(20461,19538,'pyre_page_title_custom_text',''),(20504,19539,'_weight',''),(20503,19539,'_featured','no'),(20502,19539,'_purchase_note',''),(20500,19539,'_regular_price','1567'),(20501,19539,'_sale_price',''),(20499,19539,'_virtual','no'),(20498,19539,'_downloadable','no'),(20497,19539,'total_sales','10'),(20496,19539,'_stock_status','instock'),(20495,19539,'_visibility','visible'),(20494,19539,'_wpas_done_all','1'),(20492,19538,'fusion_demo_import','classic_shop'),(20491,19538,'fusion_builder_converted','yes'),(20490,19538,'_wc_review_count','0'),(20489,19538,'_wc_average_rating','0'),(20488,19538,'_wc_rating_count','a:0:{}'),(20487,19538,'_wp_old_slug','digital-item'),(20486,19538,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20485,19538,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20484,19538,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20483,19538,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20482,19538,'_wp_old_slug','avada-wordpress-theme'),(20481,19538,'_thumbnail_id','17857'),(20480,19538,'total_sales','62'),(20479,19538,'slide_template',''),(20477,19538,'_download_expiry',''),(20478,19538,'_download_type','application'),(20476,19538,'_download_limit',''),(20557,19539,'pyre_page_title_100_width','default'),(20556,19539,'pyre_page_title_text_alignment','default'),(20555,19539,'pyre_page_title_text','default'),(20553,19539,'pyre_wide_page_bg_repeat','repeat'),(20554,19539,'pyre_page_title','default'),(20552,19539,'pyre_wide_page_bg_full','no'),(20551,19539,'pyre_wide_page_bg_color',''),(20550,19539,'pyre_wide_page_bg',''),(20549,19539,'pyre_page_bg_repeat','repeat'),(20548,19539,'pyre_page_bg_full','no'),(20547,19539,'pyre_page_bg_color',''),(20546,19539,'pyre_page_bg',''),(20545,19539,'pyre_page_bg_layout','default'),(20544,19539,'pyre_avada_rev_styles','default'),(20543,19539,'pyre_fallback',''),(20542,19539,'pyre_elasticslider','0'),(20541,19539,'pyre_revslider','0'),(20540,19539,'pyre_wooslider','0'),(20539,19539,'pyre_slider','0'),(20538,19539,'pyre_slider_type','no'),(20537,19539,'pyre_slider_position','default'),(20536,19539,'pyre_sidebar_bg_color',''),(20535,19539,'pyre_sidebar_position','default'),(20534,19539,'pyre_footer_100_width','default'),(20533,19539,'pyre_display_copyright','default'),(20532,19539,'pyre_display_footer','default'),(20531,19539,'pyre_displayed_menu','default'),(20530,19539,'pyre_header_bg_repeat','repeat'),(20528,19539,'pyre_header_bg_opacity',''),(20529,19539,'pyre_header_bg_full','no'),(20527,19539,'pyre_header_bg_color',''),(20526,19539,'pyre_header_bg',''),(20505,19539,'_length',''),(20506,19539,'_width',''),(20507,19539,'_height',''),(20508,19539,'_sku','012'),(20509,19539,'_product_attributes','a:0:{}'),(20510,19539,'_sale_price_dates_from',''),(20511,19539,'_sale_price_dates_to',''),(20512,19539,'_price','1567'),(20513,19539,'_sold_individually',''),(20514,19539,'_manage_stock','no'),(20515,19539,'_backorders','no'),(20516,19539,'_stock',''),(20517,19539,'_upsell_ids','a:0:{}'),(20518,19539,'_crosssell_ids','a:0:{}'),(20519,19539,'_product_version','2.4.7'),(20520,19539,'_product_image_gallery',''),(20521,19539,'pyre_main_top_padding',''),(20522,19539,'pyre_main_bottom_padding',''),(20523,19539,'pyre_hundredp_padding',''),(20524,19539,'pyre_display_header','yes'),(20525,19539,'pyre_header_100_width','default'),(20576,19539,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20575,19539,'_thumbnail_id','17645'),(20574,19539,'slide_template',''),(20573,19539,'_tax_class',''),(20572,19539,'_tax_status','taxable'),(20571,19539,'pyre_page_title_breadcrumbs_search_bar','default'),(20570,19539,'pyre_page_title_bg_parallax','default'),(20569,19539,'pyre_page_title_bar_bg_full','default'),(20568,19539,'pyre_page_title_bar_borders_color',''),(20567,19539,'pyre_page_title_bar_bg_color',''),(20566,19539,'pyre_page_title_bar_bg_retina',''),(20565,19539,'pyre_page_title_bar_bg',''),(20562,19539,'pyre_page_title_font_color',''),(20563,19539,'pyre_page_title_height',''),(20564,19539,'pyre_page_title_mobile_height',''),(20561,19539,'pyre_page_title_custom_subheader_text_size',''),(20558,19539,'pyre_page_title_custom_text',''),(20559,19539,'pyre_page_title_text_size',''),(20560,19539,'pyre_page_title_custom_subheader',''),(20612,19540,'_product_version','2.4.7'),(20611,19540,'_crosssell_ids','a:0:{}'),(20608,19540,'_backorders','no'),(20609,19540,'_stock',''),(20610,19540,'_upsell_ids','a:0:{}'),(20607,19540,'_manage_stock','no'),(20606,19540,'_sold_individually',''),(20605,19540,'_price','87'),(20604,19540,'_sale_price_dates_to',''),(20603,19540,'_sale_price_dates_from',''),(20602,19540,'_product_attributes','a:0:{}'),(20601,19540,'_sku','001'),(20600,19540,'_height',''),(20599,19540,'_width',''),(20598,19540,'_length',''),(20597,19540,'_weight',''),(20596,19540,'_featured','no'),(20595,19540,'_purchase_note',''),(20594,19540,'_sale_price',''),(20593,19540,'_regular_price','87'),(20592,19540,'_virtual','no'),(20591,19540,'_downloadable','no'),(20590,19540,'total_sales','42'),(20589,19540,'_stock_status','instock'),(20588,19540,'_visibility','visible'),(20587,19540,'_wpas_done_all','1'),(20585,19539,'fusion_demo_import','classic_shop'),(20584,19539,'fusion_builder_converted','yes'),(20583,19539,'_wc_review_count','0'),(20582,19539,'_wc_average_rating','0'),(20581,19539,'_wc_rating_count','a:0:{}'),(20579,19539,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20580,19539,'_wp_old_slug','cum-sociis-natoque'),(20578,19539,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20577,19539,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20647,19540,'pyre_page_title','default'),(20646,19540,'pyre_wide_page_bg_repeat','repeat'),(20645,19540,'pyre_wide_page_bg_full','no'),(20643,19540,'pyre_wide_page_bg',''),(20644,19540,'pyre_wide_page_bg_color',''),(20642,19540,'pyre_page_bg_repeat','repeat'),(20641,19540,'pyre_page_bg_full','no'),(20640,19540,'pyre_page_bg_color',''),(20639,19540,'pyre_page_bg',''),(20638,19540,'pyre_page_bg_layout','default'),(20637,19540,'pyre_avada_rev_styles','default'),(20636,19540,'pyre_fallback',''),(20635,19540,'pyre_elasticslider','0'),(20634,19540,'pyre_revslider','0'),(20633,19540,'pyre_wooslider','0'),(20632,19540,'pyre_slider','0'),(20631,19540,'pyre_slider_type','no'),(20630,19540,'pyre_slider_position','default'),(20629,19540,'pyre_sidebar_bg_color',''),(20628,19540,'pyre_sidebar_position','default'),(20627,19540,'pyre_footer_100_width','default'),(20626,19540,'pyre_display_copyright','default'),(20625,19540,'pyre_display_footer','default'),(20624,19540,'pyre_displayed_menu','default'),(20623,19540,'pyre_header_bg_repeat','repeat'),(20622,19540,'pyre_header_bg_full','no'),(20621,19540,'pyre_header_bg_opacity',''),(20620,19540,'pyre_header_bg_color',''),(20618,19540,'pyre_header_100_width','default'),(20619,19540,'pyre_header_bg',''),(20617,19540,'pyre_display_header','yes'),(20616,19540,'pyre_hundredp_padding',''),(20613,19540,'_product_image_gallery',''),(20614,19540,'pyre_main_top_padding',''),(20615,19540,'pyre_main_bottom_padding',''),(20676,19540,'fusion_demo_import','classic_shop'),(20673,19540,'_wc_rating_count','a:0:{}'),(20674,19540,'_wc_average_rating','0'),(20675,19540,'_wc_review_count','0'),(20672,19540,'fusion_builder_converted','yes'),(20671,19540,'_wp_old_slug','nulla-auctor-volutpat'),(20670,19540,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20669,19540,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20668,19540,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20667,19540,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20666,19540,'_thumbnail_id','17644'),(20665,19540,'slide_template',''),(20664,19540,'pyre_page_title_breadcrumbs_search_bar','default'),(20663,19540,'pyre_page_title_bg_parallax','default'),(20662,19540,'pyre_page_title_bar_bg_full','default'),(20661,19540,'pyre_page_title_bar_borders_color',''),(20660,19540,'pyre_page_title_bar_bg_color',''),(20659,19540,'pyre_page_title_bar_bg_retina',''),(20658,19540,'pyre_page_title_bar_bg',''),(20657,19540,'pyre_page_title_mobile_height',''),(20656,19540,'pyre_page_title_height',''),(20655,19540,'pyre_page_title_font_color',''),(20654,19540,'pyre_page_title_custom_subheader_text_size',''),(20653,19540,'pyre_page_title_custom_subheader',''),(20651,19540,'pyre_page_title_custom_text',''),(20652,19540,'pyre_page_title_text_size',''),(20650,19540,'pyre_page_title_100_width','default'),(20648,19540,'pyre_page_title_text','default'),(20649,19540,'pyre_page_title_text_alignment','default'),(20736,19541,'pyre_wide_page_bg_full','no'),(20735,19541,'pyre_wide_page_bg_color',''),(20732,19541,'pyre_page_bg_full','no'),(20733,19541,'pyre_page_bg_repeat','repeat'),(20734,19541,'pyre_wide_page_bg',''),(20731,19541,'pyre_page_bg_color',''),(20730,19541,'pyre_page_bg',''),(20729,19541,'pyre_page_bg_layout','default'),(20728,19541,'pyre_avada_rev_styles','default'),(20727,19541,'pyre_fallback',''),(20726,19541,'pyre_elasticslider','0'),(20725,19541,'pyre_revslider','0'),(20724,19541,'pyre_wooslider','0'),(20723,19541,'pyre_slider','0'),(20722,19541,'pyre_slider_type','no'),(20721,19541,'pyre_slider_position','default'),(20720,19541,'pyre_sidebar_bg_color',''),(20719,19541,'pyre_sidebar_position','default'),(20718,19541,'pyre_footer_100_width','default'),(20717,19541,'pyre_display_copyright','default'),(20716,19541,'pyre_display_footer','default'),(20715,19541,'pyre_displayed_menu','default'),(20714,19541,'pyre_header_bg_repeat','repeat'),(20713,19541,'pyre_header_bg_full','no'),(20712,19541,'pyre_header_bg_opacity',''),(20711,19541,'pyre_header_bg_color',''),(20710,19541,'pyre_header_bg',''),(20709,19541,'pyre_header_100_width','default'),(20707,19541,'pyre_hundredp_padding',''),(20708,19541,'pyre_display_header','yes'),(20706,19541,'pyre_main_bottom_padding',''),(20705,19541,'pyre_main_top_padding',''),(20678,19541,'_wpas_done_all','1'),(20679,19541,'_visibility','visible'),(20680,19541,'_stock_status','instock'),(20681,19541,'total_sales','9'),(20682,19541,'_downloadable','no'),(20683,19541,'_virtual','no'),(20684,19541,'_regular_price','156'),(20685,19541,'_sale_price',''),(20686,19541,'_purchase_note',''),(20687,19541,'_featured','yes'),(20688,19541,'_weight',''),(20689,19541,'_length',''),(20690,19541,'_width',''),(20691,19541,'_height',''),(20692,19541,'_sku','002'),(20693,19541,'_product_attributes','a:0:{}'),(20694,19541,'_sale_price_dates_from',''),(20695,19541,'_sale_price_dates_to',''),(20696,19541,'_price','156'),(20697,19541,'_sold_individually',''),(20698,19541,'_manage_stock','no'),(20699,19541,'_backorders','no'),(20700,19541,'_stock',''),(20701,19541,'_upsell_ids','a:0:{}'),(20702,19541,'_crosssell_ids','a:0:{}'),(20703,19541,'_product_version','2.4.12'),(20704,19541,'_product_image_gallery',''),(20750,19541,'pyre_page_title_bar_bg_retina',''),(20749,19541,'pyre_page_title_bar_bg',''),(20748,19541,'pyre_page_title_mobile_height',''),(20747,19541,'pyre_page_title_height',''),(20746,19541,'pyre_page_title_font_color',''),(20745,19541,'pyre_page_title_custom_subheader_text_size',''),(20744,19541,'pyre_page_title_custom_subheader',''),(20743,19541,'pyre_page_title_text_size',''),(20741,19541,'pyre_page_title_100_width','default'),(20742,19541,'pyre_page_title_custom_text',''),(20740,19541,'pyre_page_title_text_alignment','default'),(20737,19541,'pyre_wide_page_bg_repeat','repeat'),(20738,19541,'pyre_page_title','default'),(20739,19541,'pyre_page_title_text','default'),(20779,19542,'_regular_price','249'),(20778,19542,'_virtual','no'),(20775,19542,'_stock_status','instock'),(20776,19542,'total_sales','9'),(20777,19542,'_downloadable','no'),(20774,19542,'_visibility','visible'),(20773,19542,'_wpas_done_all','1'),(20771,19541,'fusion_demo_import','classic_shop'),(20770,19541,'fusion_builder_converted','yes'),(20769,19541,'_wc_review_count','0'),(20768,19541,'_wc_average_rating','0'),(20767,19541,'_wc_rating_count','a:0:{}'),(20766,19541,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20765,19541,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20764,19541,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20763,19541,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20762,19541,'_wp_old_slug','proin-eleifend-erat-velit'),(20761,19541,'_thumbnail_id','17643'),(20760,19541,'slide_template','default'),(20759,19541,'_download_type','application'),(20758,19541,'_download_expiry',''),(20757,19541,'_download_limit',''),(20756,19541,'_downloadable_files','a:1:{s:32:\"9a262085b60f586b0b7bbd5e2961a83b\";a:2:{s:4:\"name\";s:21:\"Avada Wordpress Theme\";s:4:\"file\";s:87:\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\";}}'),(20754,19541,'pyre_page_title_bg_parallax','default'),(20755,19541,'pyre_page_title_breadcrumbs_search_bar','default'),(20753,19541,'pyre_page_title_bar_bg_full','default'),(20751,19541,'pyre_page_title_bar_bg_color',''),(20752,19541,'pyre_page_title_bar_borders_color',''),(20836,19542,'pyre_page_title_100_width','default'),(20835,19542,'pyre_page_title_text_alignment','default'),(20834,19542,'pyre_page_title_text','default'),(20832,19542,'pyre_wide_page_bg_repeat','repeat'),(20833,19542,'pyre_page_title','default'),(20831,19542,'pyre_wide_page_bg_full','no'),(20830,19542,'pyre_wide_page_bg_color',''),(20829,19542,'pyre_wide_page_bg',''),(20828,19542,'pyre_page_bg_repeat','repeat'),(20827,19542,'pyre_page_bg_full','no'),(20826,19542,'pyre_page_bg_color',''),(20825,19542,'pyre_page_bg',''),(20824,19542,'pyre_page_bg_layout','default'),(20823,19542,'pyre_avada_rev_styles','default'),(20822,19542,'pyre_fallback',''),(20821,19542,'pyre_elasticslider','0'),(20820,19542,'pyre_revslider','0'),(20819,19542,'pyre_wooslider','0'),(20818,19542,'pyre_slider','0'),(20817,19542,'pyre_slider_type','no'),(20816,19542,'pyre_slider_position','default'),(20815,19542,'pyre_sidebar_bg_color',''),(20814,19542,'pyre_sidebar_position','default'),(20813,19542,'pyre_footer_100_width','default'),(20812,19542,'pyre_display_copyright','default'),(20811,19542,'pyre_display_footer','default'),(20810,19542,'pyre_displayed_menu','default'),(20809,19542,'pyre_header_bg_repeat','repeat'),(20807,19542,'pyre_header_bg_opacity',''),(20808,19542,'pyre_header_bg_full','no'),(20806,19542,'pyre_header_bg_color',''),(20805,19542,'pyre_header_bg',''),(20780,19542,'_sale_price',''),(20781,19542,'_purchase_note',''),(20782,19542,'_featured','yes'),(20783,19542,'_weight',''),(20784,19542,'_length',''),(20785,19542,'_width',''),(20786,19542,'_height',''),(20787,19542,'_sku','003'),(20788,19542,'_product_attributes','a:0:{}'),(20789,19542,'_sale_price_dates_from',''),(20790,19542,'_sale_price_dates_to',''),(20791,19542,'_price','249'),(20792,19542,'_sold_individually',''),(20793,19542,'_manage_stock','no'),(20794,19542,'_backorders','no'),(20795,19542,'_stock',''),(20796,19542,'_upsell_ids','a:0:{}'),(20797,19542,'_crosssell_ids','a:0:{}'),(20798,19542,'_product_version','2.4.7'),(20799,19542,'_product_image_gallery',''),(20800,19542,'pyre_main_top_padding',''),(20801,19542,'pyre_main_bottom_padding',''),(20802,19542,'pyre_hundredp_padding',''),(20803,19542,'pyre_display_header','yes'),(20804,19542,'pyre_header_100_width','default'),(20851,19542,'slide_template',''),(20850,19542,'pyre_page_title_breadcrumbs_search_bar','default'),(20849,19542,'pyre_page_title_bg_parallax','default'),(20848,19542,'pyre_page_title_bar_bg_full','default'),(20847,19542,'pyre_page_title_bar_borders_color',''),(20846,19542,'pyre_page_title_bar_bg_color',''),(20845,19542,'pyre_page_title_bar_bg_retina',''),(20844,19542,'pyre_page_title_bar_bg',''),(20841,19542,'pyre_page_title_font_color',''),(20842,19542,'pyre_page_title_height',''),(20843,19542,'pyre_page_title_mobile_height',''),(20840,19542,'pyre_page_title_custom_subheader_text_size',''),(20837,19542,'pyre_page_title_custom_text',''),(20838,19542,'pyre_page_title_text_size',''),(20839,19542,'pyre_page_title_custom_subheader',''),(20889,19543,'_product_version','2.4.7'),(20888,19543,'_crosssell_ids','a:0:{}'),(20885,19543,'_backorders','no'),(20886,19543,'_stock',''),(20887,19543,'_upsell_ids','a:0:{}'),(20884,19543,'_manage_stock','no'),(20883,19543,'_sold_individually',''),(20882,19543,'_price','60'),(20881,19543,'_sale_price_dates_to',''),(20880,19543,'_sale_price_dates_from',''),(20879,19543,'_product_attributes','a:0:{}'),(20878,19543,'_sku','004'),(20877,19543,'_height',''),(20876,19543,'_width',''),(20875,19543,'_length',''),(20874,19543,'_weight',''),(20873,19543,'_featured','yes'),(20872,19543,'_purchase_note',''),(20871,19543,'_sale_price','60'),(20870,19543,'_regular_price','80'),(20869,19543,'_virtual','no'),(20868,19543,'_downloadable','no'),(20867,19543,'total_sales','91'),(20866,19543,'_stock_status','instock'),(20865,19543,'_visibility','visible'),(20864,19543,'_wpas_done_all','1'),(20862,19542,'fusion_demo_import','classic_shop'),(20861,19542,'fusion_builder_converted','yes'),(20860,19542,'_wc_review_count','0'),(20859,19542,'_wc_average_rating','0'),(20858,19542,'_wc_rating_count','a:0:{}'),(20857,19542,'_wp_old_slug','aenean-nec-dui-quis'),(20855,19542,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20856,19542,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20854,19542,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20852,19542,'_thumbnail_id','17629'),(20853,19542,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20927,19543,'pyre_page_title_100_width','default'),(20926,19543,'pyre_page_title_text_alignment','default'),(20925,19543,'pyre_page_title_text','default'),(20923,19543,'pyre_wide_page_bg_repeat','repeat'),(20924,19543,'pyre_page_title','default'),(20922,19543,'pyre_wide_page_bg_full','no'),(20921,19543,'pyre_wide_page_bg_color',''),(20920,19543,'pyre_wide_page_bg',''),(20919,19543,'pyre_page_bg_repeat','repeat'),(20918,19543,'pyre_page_bg_full','no'),(20917,19543,'pyre_page_bg_color',''),(20916,19543,'pyre_page_bg',''),(20915,19543,'pyre_page_bg_layout','default'),(20914,19543,'pyre_avada_rev_styles','default'),(20913,19543,'pyre_fallback',''),(20912,19543,'pyre_elasticslider','0'),(20911,19543,'pyre_revslider','0'),(20910,19543,'pyre_wooslider','0'),(20909,19543,'pyre_slider','0'),(20908,19543,'pyre_slider_type','no'),(20907,19543,'pyre_slider_position','default'),(20906,19543,'pyre_sidebar_bg_color',''),(20905,19543,'pyre_sidebar_position','default'),(20904,19543,'pyre_footer_100_width','default'),(20903,19543,'pyre_display_copyright','default'),(20902,19543,'pyre_display_footer','default'),(20901,19543,'pyre_displayed_menu','default'),(20900,19543,'pyre_header_bg_repeat','repeat'),(20899,19543,'pyre_header_bg_full','no'),(20896,19543,'pyre_header_bg',''),(20897,19543,'pyre_header_bg_color',''),(20898,19543,'pyre_header_bg_opacity',''),(20895,19543,'pyre_header_100_width','default'),(20894,19543,'pyre_display_header','yes'),(20890,19543,'_product_image_gallery',''),(20891,19543,'pyre_main_top_padding',''),(20892,19543,'pyre_main_bottom_padding',''),(20893,19543,'pyre_hundredp_padding',''),(20955,19544,'_wpas_done_all','1'),(20956,19544,'_visibility','visible'),(20953,19543,'fusion_demo_import','classic_shop'),(20952,19543,'fusion_builder_converted','yes'),(20951,19543,'_wc_review_count','0'),(20950,19543,'_wc_average_rating','0'),(20949,19543,'_wc_rating_count','a:0:{}'),(20948,19543,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20947,19543,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20946,19543,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20945,19543,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20944,19543,'_wp_old_slug','ut-ullamcorper-dictum'),(20943,19543,'_thumbnail_id','17642'),(20942,19543,'slide_template','default'),(20941,19543,'pyre_page_title_breadcrumbs_search_bar','default'),(20940,19543,'pyre_page_title_bg_parallax','default'),(20939,19543,'pyre_page_title_bar_bg_full','default'),(20938,19543,'pyre_page_title_bar_borders_color',''),(20937,19543,'pyre_page_title_bar_bg_color',''),(20936,19543,'pyre_page_title_bar_bg_retina',''),(20935,19543,'pyre_page_title_bar_bg',''),(20934,19543,'pyre_page_title_mobile_height',''),(20932,19543,'pyre_page_title_font_color',''),(20933,19543,'pyre_page_title_height',''),(20931,19543,'pyre_page_title_custom_subheader_text_size',''),(20928,19543,'pyre_page_title_custom_text',''),(20929,19543,'pyre_page_title_text_size',''),(20930,19543,'pyre_page_title_custom_subheader',''),(20993,19544,'pyre_display_footer','default'),(20990,19544,'pyre_header_bg_full','no'),(20991,19544,'pyre_header_bg_repeat','repeat'),(20992,19544,'pyre_displayed_menu','default'),(20989,19544,'pyre_header_bg_opacity',''),(20988,19544,'pyre_header_bg_color',''),(20987,19544,'pyre_header_bg',''),(20986,19544,'pyre_header_100_width','default'),(20985,19544,'pyre_display_header','yes'),(20984,19544,'pyre_hundredp_padding',''),(20983,19544,'pyre_main_bottom_padding',''),(20982,19544,'pyre_main_top_padding',''),(20981,19544,'_product_image_gallery',''),(20980,19544,'_product_version','2.4.7'),(20979,19544,'_crosssell_ids','a:0:{}'),(20978,19544,'_upsell_ids','a:0:{}'),(20977,19544,'_stock',''),(20976,19544,'_backorders','no'),(20975,19544,'_manage_stock','no'),(20974,19544,'_sold_individually',''),(20973,19544,'_price','39'),(20972,19544,'_sale_price_dates_to',''),(20971,19544,'_sale_price_dates_from',''),(20970,19544,'_product_attributes','a:0:{}'),(20969,19544,'_sku','005'),(20968,19544,'_height',''),(20967,19544,'_width',''),(20966,19544,'_length',''),(20964,19544,'_featured','no'),(20965,19544,'_weight',''),(20963,19544,'_purchase_note',''),(20962,19544,'_sale_price',''),(20957,19544,'_stock_status','instock'),(20958,19544,'total_sales','15'),(20959,19544,'_downloadable','no'),(20960,19544,'_virtual','no'),(20961,19544,'_regular_price','39'),(21024,19544,'pyre_page_title_height',''),(21022,19544,'pyre_page_title_custom_subheader_text_size',''),(21023,19544,'pyre_page_title_font_color',''),(21021,19544,'pyre_page_title_custom_subheader',''),(21020,19544,'pyre_page_title_text_size',''),(21019,19544,'pyre_page_title_custom_text',''),(21018,19544,'pyre_page_title_100_width','default'),(21017,19544,'pyre_page_title_text_alignment','default'),(21016,19544,'pyre_page_title_text','default'),(21015,19544,'pyre_page_title','default'),(21014,19544,'pyre_wide_page_bg_repeat','repeat'),(21013,19544,'pyre_wide_page_bg_full','no'),(21012,19544,'pyre_wide_page_bg_color',''),(21011,19544,'pyre_wide_page_bg',''),(21010,19544,'pyre_page_bg_repeat','repeat'),(21009,19544,'pyre_page_bg_full','no'),(21008,19544,'pyre_page_bg_color',''),(21007,19544,'pyre_page_bg',''),(21006,19544,'pyre_page_bg_layout','default'),(21005,19544,'pyre_avada_rev_styles','default'),(21004,19544,'pyre_fallback',''),(21003,19544,'pyre_elasticslider','0'),(21002,19544,'pyre_revslider','0'),(21001,19544,'pyre_wooslider','0'),(21000,19544,'pyre_slider','0'),(20999,19544,'pyre_slider_type','no'),(20997,19544,'pyre_sidebar_bg_color',''),(20998,19544,'pyre_slider_position','default'),(20996,19544,'pyre_sidebar_position','default'),(20994,19544,'pyre_display_copyright','default'),(20995,19544,'pyre_footer_100_width','default'),(21056,19545,'_weight',''),(21055,19545,'_featured','no'),(21054,19545,'_purchase_note',''),(21051,19545,'_virtual','no'),(21052,19545,'_regular_price',''),(21053,19545,'_sale_price',''),(21050,19545,'_downloadable','no'),(21049,19545,'total_sales','75'),(21048,19545,'_stock_status','instock'),(21047,19545,'_visibility','visible'),(21046,19545,'_wpas_done_all','1'),(21044,19544,'fusion_demo_import','classic_shop'),(21043,19544,'fusion_builder_converted','yes'),(21042,19544,'_wc_review_count','0'),(21041,19544,'_wc_average_rating','0'),(21040,19544,'_wc_rating_count','a:0:{}'),(21039,19544,'_wp_old_slug','donec-commodo-metus'),(21038,19544,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21037,19544,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21036,19544,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21035,19544,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21034,19544,'_thumbnail_id','17626'),(21033,19544,'slide_template',''),(21032,19544,'pyre_page_title_breadcrumbs_search_bar','default'),(21031,19544,'pyre_page_title_bg_parallax','default'),(21030,19544,'pyre_page_title_bar_bg_full','default'),(21029,19544,'pyre_page_title_bar_borders_color',''),(21028,19544,'pyre_page_title_bar_bg_color',''),(21025,19544,'pyre_page_title_mobile_height',''),(21026,19544,'pyre_page_title_bar_bg',''),(21027,19544,'pyre_page_title_bar_bg_retina',''),(21082,19545,'pyre_header_bg_repeat','repeat'),(21081,19545,'pyre_header_bg_full','no'),(21079,19545,'pyre_header_bg_color',''),(21080,19545,'pyre_header_bg_opacity',''),(21078,19545,'pyre_header_bg',''),(21077,19545,'pyre_header_100_width','default'),(21076,19545,'pyre_display_header','yes'),(21075,19545,'pyre_hundredp_padding',''),(21074,19545,'pyre_main_bottom_padding',''),(21073,19545,'pyre_main_top_padding',''),(21072,19545,'_product_image_gallery',''),(21071,19545,'_product_version','2.4.7'),(21070,19545,'_crosssell_ids','a:0:{}'),(21069,19545,'_upsell_ids','a:0:{}'),(21068,19545,'_stock',''),(21067,19545,'_backorders','no'),(21066,19545,'_manage_stock','no'),(21065,19545,'_sold_individually',''),(21064,19545,'_price','50'),(21063,19545,'_sale_price_dates_to',''),(21062,19545,'_sale_price_dates_from',''),(21060,19545,'_sku','013'),(21061,19545,'_product_attributes','a:2:{s:5:\"color\";a:6:{s:4:\"name\";s:5:\"Color\";s:5:\"value\";s:28:\"White | Black | Pink | Denim\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:19:\"XS | S | M | L | XL\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(21059,19545,'_height',''),(21058,19545,'_width',''),(21057,19545,'_length',''),(46191,20347,'_wp_attached_file','2019/02/shop-top5.jpg'),(46192,20347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2019/02/shop-top5.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shop-top5-150x150.jpg\";s:5:\"width\";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:\"shop-top5-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"shop-top5-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"shop-top5-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"shop-top5-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"shop-top5-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"shop-top5-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"shop-top5-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"shop-top5-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"shop-top5-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"shop-top5-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"shop-top5-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"shop-top5-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"shop-top5-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"shop-top5-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"shop-top5-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"shop-top5-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"shop-top5-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"shop-top5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"shop-top5-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"shop-top5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"shop-top5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"shop-top5-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"shop-top5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46281,20354,'sharing_disabled','1'),(21169,19546,'_sold_individually',''),(21170,19546,'_manage_stock','no'),(21171,19546,'_backorders','no'),(21172,19546,'_stock',''),(21173,19546,'_upsell_ids','a:0:{}'),(21174,19546,'_crosssell_ids','a:0:{}'),(21175,19546,'_product_version','2.4.7'),(21176,19546,'_product_image_gallery',''),(21177,19546,'slide_template',''),(21178,19546,'pyre_main_top_padding',''),(21179,19546,'pyre_main_bottom_padding',''),(21180,19546,'pyre_hundredp_padding',''),(21181,19546,'pyre_display_header','yes'),(21182,19546,'pyre_header_100_width','default'),(21183,19546,'pyre_header_bg',''),(21184,19546,'pyre_header_bg_color',''),(21185,19546,'pyre_header_bg_opacity',''),(21186,19546,'pyre_header_bg_full','no'),(21187,19546,'pyre_header_bg_repeat','repeat'),(21188,19546,'pyre_displayed_menu','default'),(21189,19546,'pyre_display_footer','default'),(21190,19546,'pyre_display_copyright','default'),(21191,19546,'pyre_footer_100_width','default'),(21192,19546,'pyre_sidebar_position','default'),(21193,19546,'pyre_sidebar_bg_color',''),(21194,19546,'pyre_slider_position','default'),(21195,19546,'pyre_slider_type','no'),(21196,19546,'pyre_slider','0'),(21197,19546,'pyre_wooslider','0'),(21198,19546,'pyre_revslider','0'),(21199,19546,'pyre_elasticslider','0'),(21200,19546,'pyre_fallback',''),(21201,19546,'pyre_avada_rev_styles','default'),(21202,19546,'pyre_page_bg_layout','default'),(21203,19546,'pyre_page_bg',''),(21204,19546,'pyre_page_bg_color',''),(21205,19546,'pyre_page_bg_full','no'),(21206,19546,'pyre_page_bg_repeat','repeat'),(21207,19546,'pyre_wide_page_bg',''),(21208,19546,'pyre_wide_page_bg_color',''),(21209,19546,'pyre_wide_page_bg_full','no'),(21210,19546,'pyre_wide_page_bg_repeat','repeat'),(21211,19546,'pyre_page_title','default'),(21212,19546,'pyre_page_title_text','default'),(21213,19546,'pyre_page_title_text_alignment','default'),(21214,19546,'pyre_page_title_100_width','default'),(21215,19546,'pyre_page_title_custom_text',''),(21216,19546,'pyre_page_title_text_size',''),(21217,19546,'pyre_page_title_custom_subheader',''),(21218,19546,'pyre_page_title_custom_subheader_text_size',''),(21219,19546,'pyre_page_title_font_color',''),(21220,19546,'pyre_page_title_height',''),(21221,19546,'pyre_page_title_mobile_height',''),(21222,19546,'pyre_page_title_bar_bg',''),(21223,19546,'pyre_page_title_bar_bg_retina',''),(21224,19546,'pyre_page_title_bar_bg_color',''),(21225,19546,'pyre_page_title_bar_borders_color',''),(21226,19546,'pyre_page_title_bar_bg_full','default'),(21227,19546,'pyre_page_title_bg_parallax','default'),(21228,19546,'pyre_page_title_breadcrumbs_search_bar','default'),(21229,19546,'_thumbnail_id','17625'),(21230,19546,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21231,19546,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21232,19546,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21233,19546,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21234,19546,'_wp_old_slug','sed-nulla-nibh'),(21235,19546,'_wc_rating_count','a:0:{}'),(21236,19546,'_wc_average_rating','0'),(21237,19546,'_wc_review_count','0'),(21238,19546,'fusion_builder_converted','yes'),(21239,19546,'fusion_demo_import','classic_shop'),(21241,19547,'_wpas_done_all','1'),(21242,19547,'_visibility','visible'),(21243,19547,'_stock_status','instock'),(21244,19547,'total_sales','12'),(21245,19547,'_downloadable','no'),(21246,19547,'_virtual','no'),(21247,19547,'_regular_price','79'),(21248,19547,'_sale_price',''),(21249,19547,'_purchase_note',''),(21250,19547,'_featured','yes'),(21251,19547,'_weight',''),(21252,19547,'_length',''),(21253,19547,'_width',''),(21254,19547,'_height',''),(21255,19547,'_sku','015'),(21256,19547,'_product_attributes','a:0:{}'),(21257,19547,'_sale_price_dates_from',''),(21258,19547,'_sale_price_dates_to',''),(21259,19547,'_price','79'),(21260,19547,'_sold_individually',''),(21261,19547,'_manage_stock','no'),(21262,19547,'_backorders','no'),(21263,19547,'_stock',''),(21264,19547,'_upsell_ids','a:0:{}'),(21265,19547,'_crosssell_ids','a:0:{}'),(21266,19547,'_product_version','2.4.7'),(21267,19547,'_product_image_gallery',''),(21268,19547,'slide_template',''),(21269,19547,'pyre_main_top_padding',''),(21270,19547,'pyre_main_bottom_padding',''),(21271,19547,'pyre_hundredp_padding',''),(21272,19547,'pyre_display_header','yes'),(21273,19547,'pyre_header_100_width','default'),(21274,19547,'pyre_header_bg',''),(21275,19547,'pyre_header_bg_color',''),(21276,19547,'pyre_header_bg_opacity',''),(21277,19547,'pyre_header_bg_full','no'),(21278,19547,'pyre_header_bg_repeat','repeat'),(21279,19547,'pyre_displayed_menu','default'),(21280,19547,'pyre_display_footer','default'),(21281,19547,'pyre_display_copyright','default'),(21282,19547,'pyre_footer_100_width','default'),(21283,19547,'pyre_sidebar_position','default'),(21284,19547,'pyre_sidebar_bg_color',''),(21285,19547,'pyre_slider_position','default'),(21286,19547,'pyre_slider_type','no'),(21287,19547,'pyre_slider','0'),(21288,19547,'pyre_wooslider','0'),(21289,19547,'pyre_revslider','0'),(21290,19547,'pyre_elasticslider','0'),(21291,19547,'pyre_fallback',''),(21292,19547,'pyre_avada_rev_styles','default'),(21293,19547,'pyre_page_bg_layout','default'),(21294,19547,'pyre_page_bg',''),(21295,19547,'pyre_page_bg_color',''),(21296,19547,'pyre_page_bg_full','no'),(21297,19547,'pyre_page_bg_repeat','repeat'),(21298,19547,'pyre_wide_page_bg',''),(21299,19547,'pyre_wide_page_bg_color',''),(21300,19547,'pyre_wide_page_bg_full','no'),(21301,19547,'pyre_wide_page_bg_repeat','repeat'),(21302,19547,'pyre_page_title','default'),(21303,19547,'pyre_page_title_text','default'),(21304,19547,'pyre_page_title_text_alignment','default'),(21305,19547,'pyre_page_title_100_width','default'),(21306,19547,'pyre_page_title_custom_text',''),(21307,19547,'pyre_page_title_text_size',''),(21308,19547,'pyre_page_title_custom_subheader',''),(21309,19547,'pyre_page_title_custom_subheader_text_size',''),(21310,19547,'pyre_page_title_font_color',''),(21311,19547,'pyre_page_title_height',''),(21312,19547,'pyre_page_title_mobile_height',''),(21313,19547,'pyre_page_title_bar_bg',''),(21314,19547,'pyre_page_title_bar_bg_retina',''),(21315,19547,'pyre_page_title_bar_bg_color',''),(21316,19547,'pyre_page_title_bar_borders_color',''),(21317,19547,'pyre_page_title_bar_bg_full','default'),(21318,19547,'pyre_page_title_bg_parallax','default'),(21319,19547,'pyre_page_title_breadcrumbs_search_bar','default'),(21320,19547,'_thumbnail_id','17624'),(21321,19547,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21322,19547,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21323,19547,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21324,19547,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21325,19547,'_wp_old_slug','vestibulum-consequat'),(21326,19547,'_wc_rating_count','a:0:{}'),(21327,19547,'_wc_average_rating','0'),(21328,19547,'_wc_review_count','0'),(21329,19547,'fusion_builder_converted','yes'),(21330,19547,'fusion_demo_import','classic_shop'),(21332,19548,'_wpas_done_all','1'),(21333,19548,'_visibility','visible'),(21334,19548,'_stock_status','instock'),(21335,19548,'total_sales','49'),(21336,19548,'_downloadable','no'),(21337,19548,'_virtual','no'),(21338,19548,'_regular_price','96'),(21339,19548,'_sale_price',''),(21340,19548,'_purchase_note',''),(21341,19548,'_featured','no'),(21342,19548,'_weight',''),(21343,19548,'_length',''),(21344,19548,'_width',''),(21345,19548,'_height',''),(21346,19548,'_sku','018'),(21347,19548,'_product_attributes','a:0:{}'),(21348,19548,'_sale_price_dates_from',''),(21349,19548,'_sale_price_dates_to',''),(21350,19548,'_price','96'),(21351,19548,'_sold_individually',''),(21352,19548,'_manage_stock','no'),(21353,19548,'_backorders','no'),(21354,19548,'_stock',''),(21355,19548,'_upsell_ids','a:0:{}'),(21356,19548,'_crosssell_ids','a:0:{}'),(21357,19548,'_product_version','2.4.7'),(21358,19548,'_product_image_gallery',''),(21359,19548,'slide_template',''),(21360,19548,'pyre_main_top_padding',''),(21361,19548,'pyre_main_bottom_padding',''),(21362,19548,'pyre_hundredp_padding',''),(21363,19548,'pyre_display_header','yes'),(21364,19548,'pyre_header_100_width','default'),(21365,19548,'pyre_header_bg',''),(21366,19548,'pyre_header_bg_color',''),(21367,19548,'pyre_header_bg_opacity',''),(21368,19548,'pyre_header_bg_full','no'),(21369,19548,'pyre_header_bg_repeat','repeat'),(21370,19548,'pyre_displayed_menu','default'),(21371,19548,'pyre_display_footer','default'),(21372,19548,'pyre_display_copyright','default'),(21373,19548,'pyre_footer_100_width','default'),(21374,19548,'pyre_sidebar_position','default'),(21375,19548,'pyre_sidebar_bg_color',''),(21376,19548,'pyre_slider_position','default'),(21377,19548,'pyre_slider_type','no'),(21378,19548,'pyre_slider','0'),(21379,19548,'pyre_wooslider','0'),(21380,19548,'pyre_revslider','0'),(21381,19548,'pyre_elasticslider','0'),(21382,19548,'pyre_fallback',''),(21383,19548,'pyre_avada_rev_styles','default'),(21384,19548,'pyre_page_bg_layout','default'),(21385,19548,'pyre_page_bg',''),(21386,19548,'pyre_page_bg_color',''),(21387,19548,'pyre_page_bg_full','no'),(21388,19548,'pyre_page_bg_repeat','repeat'),(21389,19548,'pyre_wide_page_bg',''),(21390,19548,'pyre_wide_page_bg_color',''),(21391,19548,'pyre_wide_page_bg_full','no'),(21392,19548,'pyre_wide_page_bg_repeat','repeat'),(21393,19548,'pyre_page_title','default'),(21394,19548,'pyre_page_title_text','default'),(21395,19548,'pyre_page_title_text_alignment','default'),(21396,19548,'pyre_page_title_100_width','default'),(21397,19548,'pyre_page_title_custom_text',''),(21398,19548,'pyre_page_title_text_size',''),(21399,19548,'pyre_page_title_custom_subheader',''),(21400,19548,'pyre_page_title_custom_subheader_text_size',''),(21401,19548,'pyre_page_title_font_color',''),(21402,19548,'pyre_page_title_height',''),(21403,19548,'pyre_page_title_mobile_height',''),(21404,19548,'pyre_page_title_bar_bg',''),(21405,19548,'pyre_page_title_bar_bg_retina',''),(21406,19548,'pyre_page_title_bar_bg_color',''),(21407,19548,'pyre_page_title_bar_borders_color',''),(21408,19548,'pyre_page_title_bar_bg_full','default'),(21409,19548,'pyre_page_title_bg_parallax','default'),(21410,19548,'pyre_page_title_breadcrumbs_search_bar','default'),(21411,19548,'_thumbnail_id','17641'),(21412,19548,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21413,19548,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21414,19548,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21415,19548,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21416,19548,'_wp_old_slug','facilisis-tortor-sit'),(21417,19548,'_wc_rating_count','a:0:{}'),(21418,19548,'_wc_average_rating','0'),(21419,19548,'_wc_review_count','0'),(21420,19548,'fusion_builder_converted','yes'),(21421,19548,'fusion_demo_import','classic_shop'),(21423,19549,'_wpas_done_all','1'),(21424,19549,'_visibility','visible'),(21425,19549,'_stock_status','instock'),(21426,19549,'total_sales','42'),(21427,19549,'_downloadable','no'),(21428,19549,'_virtual','no'),(21429,19549,'_regular_price','50'),(21430,19549,'_sale_price','30'),(21431,19549,'_purchase_note',''),(21432,19549,'_featured','no'),(21433,19549,'_weight',''),(21434,19549,'_length',''),(21435,19549,'_width',''),(21436,19549,'_height',''),(21437,19549,'_sku','020'),(21438,19549,'_product_attributes','a:0:{}'),(21439,19549,'_sale_price_dates_from',''),(21440,19549,'_sale_price_dates_to',''),(21441,19549,'_price','30'),(21442,19549,'_sold_individually',''),(21443,19549,'_manage_stock','no'),(21444,19549,'_backorders','no'),(21445,19549,'_stock',''),(21446,19549,'_upsell_ids','a:0:{}'),(21447,19549,'_crosssell_ids','a:0:{}'),(21448,19549,'_product_version','2.4.7'),(21449,19549,'_product_image_gallery',''),(21450,19549,'slide_template',''),(21451,19549,'pyre_main_top_padding',''),(21452,19549,'pyre_main_bottom_padding',''),(21453,19549,'pyre_hundredp_padding',''),(21454,19549,'pyre_display_header','yes'),(21455,19549,'pyre_header_100_width','default'),(21456,19549,'pyre_header_bg',''),(21457,19549,'pyre_header_bg_color',''),(21458,19549,'pyre_header_bg_opacity',''),(21459,19549,'pyre_header_bg_full','no'),(21460,19549,'pyre_header_bg_repeat','repeat'),(21461,19549,'pyre_displayed_menu','default'),(21462,19549,'pyre_display_footer','default'),(21463,19549,'pyre_display_copyright','default'),(21464,19549,'pyre_footer_100_width','default'),(21465,19549,'pyre_sidebar_position','default'),(21466,19549,'pyre_sidebar_bg_color',''),(21467,19549,'pyre_slider_position','default'),(21468,19549,'pyre_slider_type','no'),(21469,19549,'pyre_slider','0'),(21470,19549,'pyre_wooslider','0'),(21471,19549,'pyre_revslider','0'),(21472,19549,'pyre_elasticslider','0'),(21473,19549,'pyre_fallback',''),(21474,19549,'pyre_avada_rev_styles','default'),(21475,19549,'pyre_page_bg_layout','default'),(21476,19549,'pyre_page_bg',''),(21477,19549,'pyre_page_bg_color',''),(21478,19549,'pyre_page_bg_full','no'),(21479,19549,'pyre_page_bg_repeat','repeat'),(21480,19549,'pyre_wide_page_bg',''),(21481,19549,'pyre_wide_page_bg_color',''),(21482,19549,'pyre_wide_page_bg_full','no'),(21483,19549,'pyre_wide_page_bg_repeat','repeat'),(21484,19549,'pyre_page_title','default'),(21485,19549,'pyre_page_title_text','default'),(21486,19549,'pyre_page_title_text_alignment','default'),(21487,19549,'pyre_page_title_100_width','default'),(21488,19549,'pyre_page_title_custom_text',''),(21489,19549,'pyre_page_title_text_size',''),(21490,19549,'pyre_page_title_custom_subheader',''),(21491,19549,'pyre_page_title_custom_subheader_text_size',''),(21492,19549,'pyre_page_title_font_color',''),(21493,19549,'pyre_page_title_height',''),(21494,19549,'pyre_page_title_mobile_height',''),(21495,19549,'pyre_page_title_bar_bg',''),(21496,19549,'pyre_page_title_bar_bg_retina',''),(21497,19549,'pyre_page_title_bar_bg_color',''),(21498,19549,'pyre_page_title_bar_borders_color',''),(21499,19549,'pyre_page_title_bar_bg_full','default'),(21500,19549,'pyre_page_title_bg_parallax','default'),(21501,19549,'pyre_page_title_breadcrumbs_search_bar','default'),(21502,19549,'_thumbnail_id','17639'),(21503,19549,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21504,19549,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21505,19549,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21506,19549,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21507,19549,'_wp_old_slug','etiam-consequat-varius'),(21508,19549,'_wc_rating_count','a:0:{}'),(21509,19549,'_wc_average_rating','0'),(21510,19549,'_wc_review_count','0'),(21511,19549,'fusion_builder_converted','yes'),(21512,19549,'fusion_demo_import','classic_shop'),(21514,19550,'_wpas_done_all','1'),(21515,19550,'_visibility','visible'),(21516,19550,'_stock_status','instock'),(21517,19550,'total_sales','46'),(21518,19550,'_downloadable','no'),(21519,19550,'_virtual','no'),(21520,19550,'_regular_price','45'),(21521,19550,'_sale_price',''),(21522,19550,'_purchase_note',''),(21523,19550,'_featured','no'),(21524,19550,'_weight',''),(21525,19550,'_length',''),(21526,19550,'_width',''),(21527,19550,'_height',''),(21528,19550,'_sku','022'),(21529,19550,'_product_attributes','a:0:{}'),(21530,19550,'_sale_price_dates_from',''),(21531,19550,'_sale_price_dates_to',''),(21532,19550,'_price','45'),(21533,19550,'_sold_individually',''),(21534,19550,'_manage_stock','no'),(21535,19550,'_backorders','no'),(21536,19550,'_stock',''),(21537,19550,'_upsell_ids','a:0:{}'),(21538,19550,'_crosssell_ids','a:0:{}'),(21539,19550,'_product_version','2.6.0'),(21540,19550,'_product_image_gallery',''),(21541,19550,'slide_template','default'),(21542,19550,'pyre_main_top_padding',''),(21543,19550,'pyre_main_bottom_padding',''),(21544,19550,'pyre_hundredp_padding',''),(21545,19550,'pyre_display_header','yes'),(21546,19550,'pyre_header_100_width','default'),(21547,19550,'pyre_header_bg',''),(21548,19550,'pyre_header_bg_color',''),(21549,19550,'pyre_header_bg_opacity',''),(21550,19550,'pyre_header_bg_full','no'),(21551,19550,'pyre_header_bg_repeat','repeat'),(21552,19550,'pyre_displayed_menu','default'),(21553,19550,'pyre_display_footer','default'),(21554,19550,'pyre_display_copyright','default'),(21555,19550,'pyre_footer_100_width','default'),(21556,19550,'pyre_sidebar_position','default'),(21557,19550,'pyre_sidebar_bg_color',''),(21558,19550,'pyre_slider_position','default'),(21559,19550,'pyre_slider_type','no'),(21560,19550,'pyre_slider','0'),(21561,19550,'pyre_wooslider','0'),(21562,19550,'pyre_revslider','0'),(21563,19550,'pyre_elasticslider','0'),(21564,19550,'pyre_fallback',''),(21565,19550,'pyre_avada_rev_styles','default'),(21566,19550,'pyre_page_bg_layout','default'),(21567,19550,'pyre_page_bg',''),(21568,19550,'pyre_page_bg_color',''),(21569,19550,'pyre_page_bg_full','no'),(21570,19550,'pyre_page_bg_repeat','repeat'),(21571,19550,'pyre_wide_page_bg',''),(21572,19550,'pyre_wide_page_bg_color',''),(21573,19550,'pyre_wide_page_bg_full','no'),(21574,19550,'pyre_wide_page_bg_repeat','repeat'),(21575,19550,'pyre_page_title','default'),(21576,19550,'pyre_page_title_text','default'),(21577,19550,'pyre_page_title_text_alignment','default'),(21578,19550,'pyre_page_title_100_width','default'),(21579,19550,'pyre_page_title_custom_text',''),(21580,19550,'pyre_page_title_text_size',''),(21581,19550,'pyre_page_title_custom_subheader',''),(21582,19550,'pyre_page_title_custom_subheader_text_size',''),(21583,19550,'pyre_page_title_font_color',''),(21584,19550,'pyre_page_title_height',''),(21585,19550,'pyre_page_title_mobile_height',''),(21586,19550,'pyre_page_title_bar_bg',''),(21587,19550,'pyre_page_title_bar_bg_retina',''),(21588,19550,'pyre_page_title_bar_bg_color',''),(21589,19550,'pyre_page_title_bar_borders_color',''),(21590,19550,'pyre_page_title_bar_bg_full','default'),(21591,19550,'pyre_page_title_bg_parallax','default'),(21592,19550,'pyre_page_title_breadcrumbs_search_bar','default'),(21593,19550,'_thumbnail_id','17647'),(21594,19550,'_wp_old_slug','curabitur-vel-metus'),(21595,19550,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21596,19550,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21597,19550,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21598,19550,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21599,19550,'fusion_builder_converted','yes'),(21600,19550,'_wc_rating_count','a:0:{}'),(21601,19550,'_wc_average_rating','0'),(21602,19550,'_wc_review_count','0'),(21603,19550,'fusion_demo_import','classic_shop'),(21605,19551,'_wpas_done_all','1'),(21606,19551,'_visibility','visible'),(21607,19551,'_stock_status','instock'),(21608,19551,'total_sales','12'),(21609,19551,'_downloadable','no'),(21610,19551,'_virtual','no'),(21611,19551,'_regular_price','65'),(21612,19551,'_sale_price',''),(21613,19551,'_purchase_note',''),(21614,19551,'_featured','no'),(21615,19551,'_weight',''),(21616,19551,'_length',''),(21617,19551,'_width',''),(21618,19551,'_height',''),(21619,19551,'_sku','024'),(21620,19551,'_product_attributes','a:0:{}'),(21621,19551,'_sale_price_dates_from',''),(21622,19551,'_sale_price_dates_to',''),(21623,19551,'_price','65'),(21624,19551,'_sold_individually',''),(21625,19551,'_manage_stock','no'),(21626,19551,'_backorders','no'),(21627,19551,'_stock',''),(21628,19551,'_upsell_ids','a:0:{}'),(21629,19551,'_crosssell_ids','a:0:{}'),(21630,19551,'_product_version','3.1.0'),(21631,19551,'_product_image_gallery',''),(21632,19551,'slide_template','default'),(21633,19551,'pyre_main_top_padding',''),(21634,19551,'pyre_main_bottom_padding',''),(21635,19551,'pyre_hundredp_padding',''),(21636,19551,'pyre_display_header','yes'),(21637,19551,'pyre_header_100_width','default'),(21638,19551,'pyre_header_bg',''),(21639,19551,'pyre_header_bg_color',''),(21640,19551,'pyre_header_bg_opacity',''),(21641,19551,'pyre_header_bg_full','no'),(21642,19551,'pyre_header_bg_repeat','repeat'),(21643,19551,'pyre_displayed_menu','default'),(21644,19551,'pyre_display_footer','default'),(21645,19551,'pyre_display_copyright','default'),(21646,19551,'pyre_footer_100_width','default'),(21647,19551,'pyre_sidebar_position','default'),(21648,19551,'pyre_sidebar_bg_color',''),(21649,19551,'pyre_slider_position','default'),(21650,19551,'pyre_slider_type','no'),(21651,19551,'pyre_slider','0'),(21652,19551,'pyre_wooslider','classic-shop-home1-fs'),(21653,19551,'pyre_revslider','0'),(21654,19551,'pyre_elasticslider','0'),(21655,19551,'pyre_fallback',''),(21656,19551,'pyre_avada_rev_styles','default'),(21657,19551,'pyre_page_bg_layout','default'),(21658,19551,'pyre_page_bg',''),(21659,19551,'pyre_page_bg_color',''),(21660,19551,'pyre_page_bg_full','no'),(21661,19551,'pyre_page_bg_repeat','repeat'),(21662,19551,'pyre_wide_page_bg',''),(21663,19551,'pyre_wide_page_bg_color',''),(21664,19551,'pyre_wide_page_bg_full','no'),(21665,19551,'pyre_wide_page_bg_repeat','repeat'),(21666,19551,'pyre_page_title','default'),(21667,19551,'pyre_page_title_text','default'),(21668,19551,'pyre_page_title_text_alignment','default'),(21669,19551,'pyre_page_title_100_width','default'),(21670,19551,'pyre_page_title_custom_text',''),(21671,19551,'pyre_page_title_text_size',''),(21672,19551,'pyre_page_title_custom_subheader',''),(21673,19551,'pyre_page_title_custom_subheader_text_size',''),(21674,19551,'pyre_page_title_font_color',''),(21675,19551,'pyre_page_title_height',''),(21676,19551,'pyre_page_title_mobile_height',''),(21677,19551,'pyre_page_title_bar_bg',''),(21678,19551,'pyre_page_title_bar_bg_retina',''),(21679,19551,'pyre_page_title_bar_bg_color',''),(21680,19551,'pyre_page_title_bar_borders_color',''),(21681,19551,'pyre_page_title_bar_bg_full','default'),(21682,19551,'pyre_page_title_bg_parallax','default'),(21683,19551,'pyre_page_title_breadcrumbs_search_bar','default'),(21684,19551,'_thumbnail_id','17638'),(21685,19551,'_wp_old_slug','nam-ligula-lectus'),(21686,19551,'_wc_rating_count','a:0:{}'),(21687,19551,'_wc_average_rating','0'),(21688,19551,'_wc_review_count','0'),(21689,19551,'_tax_status','taxable'),(21690,19551,'_tax_class',''),(21691,19551,'_default_attributes','a:0:{}'),(21692,19551,'_download_limit','-1'),(21693,19551,'_download_expiry','-1'),(21694,19551,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21695,19551,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21696,19551,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21697,19551,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21698,19551,'pyre_sidebar_sticky','default'),(21699,19551,'pyre_demo_slider',''),(21700,19551,'pyre_page_title_line_height',''),(21701,19551,'fusion_demo_import','classic_shop'),(21703,19552,'_wpas_done_all','1'),(21704,19552,'_visibility','visible'),(21705,19552,'_stock_status','instock'),(21706,19552,'total_sales','161'),(21707,19552,'_downloadable','no'),(21708,19552,'_virtual','no'),(21709,19552,'_regular_price','580'),(21710,19552,'_sale_price',''),(21711,19552,'_purchase_note',''),(21712,19552,'_featured','yes'),(21713,19552,'_weight',''),(21714,19552,'_length',''),(21715,19552,'_width',''),(21716,19552,'_height',''),(21717,19552,'_sku','026'),(21718,19552,'_product_attributes','a:0:{}'),(21719,19552,'_sale_price_dates_from',''),(21720,19552,'_sale_price_dates_to',''),(21721,19552,'_price','580'),(21722,19552,'_sold_individually',''),(21723,19552,'_manage_stock','no'),(21724,19552,'_backorders','no'),(21725,19552,'_stock',''),(21726,19552,'_upsell_ids','a:0:{}'),(21727,19552,'_crosssell_ids','a:0:{}'),(21728,19552,'_product_version','2.4.12'),(21729,19552,'_product_image_gallery',''),(21730,19552,'slide_template','default'),(21731,19552,'pyre_main_top_padding',''),(21732,19552,'pyre_main_bottom_padding',''),(21733,19552,'pyre_hundredp_padding',''),(21734,19552,'pyre_display_header','yes'),(21735,19552,'pyre_header_100_width','default'),(21736,19552,'pyre_header_bg',''),(21737,19552,'pyre_header_bg_color',''),(21738,19552,'pyre_header_bg_opacity',''),(21739,19552,'pyre_header_bg_full','no'),(21740,19552,'pyre_header_bg_repeat','repeat'),(21741,19552,'pyre_displayed_menu','default'),(21742,19552,'pyre_display_footer','default'),(21743,19552,'pyre_display_copyright','default'),(21744,19552,'pyre_footer_100_width','default'),(21745,19552,'pyre_sidebar_position','default'),(21746,19552,'pyre_sidebar_bg_color',''),(21747,19552,'pyre_slider_position','default'),(21748,19552,'pyre_slider_type','no'),(21749,19552,'pyre_slider','0'),(21750,19552,'pyre_wooslider','0'),(21751,19552,'pyre_revslider','0'),(21752,19552,'pyre_elasticslider','0'),(21753,19552,'pyre_fallback',''),(21754,19552,'pyre_avada_rev_styles','default'),(21755,19552,'pyre_page_bg_layout','default'),(21756,19552,'pyre_page_bg',''),(21757,19552,'pyre_page_bg_color',''),(21758,19552,'pyre_page_bg_full','no'),(21759,19552,'pyre_page_bg_repeat','repeat'),(21760,19552,'pyre_wide_page_bg',''),(21761,19552,'pyre_wide_page_bg_color',''),(21762,19552,'pyre_wide_page_bg_full','no'),(21763,19552,'pyre_wide_page_bg_repeat','repeat'),(21764,19552,'pyre_page_title','default'),(21765,19552,'pyre_page_title_text','default'),(21766,19552,'pyre_page_title_text_alignment','default'),(21767,19552,'pyre_page_title_100_width','default'),(21768,19552,'pyre_page_title_custom_text',''),(21769,19552,'pyre_page_title_text_size',''),(21770,19552,'pyre_page_title_custom_subheader',''),(21771,19552,'pyre_page_title_custom_subheader_text_size',''),(21772,19552,'pyre_page_title_font_color',''),(21773,19552,'pyre_page_title_height',''),(21774,19552,'pyre_page_title_mobile_height',''),(21775,19552,'pyre_page_title_bar_bg',''),(21776,19552,'pyre_page_title_bar_bg_retina',''),(21777,19552,'pyre_page_title_bar_bg_color',''),(21778,19552,'pyre_page_title_bar_borders_color',''),(21779,19552,'pyre_page_title_bar_bg_full','default'),(21780,19552,'pyre_page_title_bg_parallax','default'),(21781,19552,'pyre_page_title_breadcrumbs_search_bar','default'),(21782,19552,'_thumbnail_id','17636'),(21783,19552,'_wp_old_slug','quisque-quis-lacinia'),(21784,19552,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21785,19552,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21786,19552,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21787,19552,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21788,19552,'_wc_rating_count','a:0:{}'),(21789,19552,'_wc_average_rating','0'),(21790,19552,'_wc_review_count','0'),(21791,19552,'fusion_builder_converted','yes'),(21792,19552,'fusion_demo_import','classic_shop'),(21794,19553,'_wpas_done_all','1'),(21795,19553,'_visibility','visible'),(21796,19553,'_stock_status','instock'),(21797,19553,'total_sales','217'),(21798,19553,'_downloadable','no'),(21799,19553,'_virtual','no'),(21800,19553,'_regular_price','176'),(21801,19553,'_sale_price',''),(21802,19553,'_purchase_note',''),(21803,19553,'_featured','no'),(21804,19553,'_weight',''),(21805,19553,'_length',''),(21806,19553,'_width',''),(21807,19553,'_height',''),(21808,19553,'_sku','027'),(21809,19553,'_product_attributes','a:0:{}'),(21810,19553,'_sale_price_dates_from',''),(21811,19553,'_sale_price_dates_to',''),(21812,19553,'_price','176'),(21813,19553,'_sold_individually',''),(21814,19553,'_manage_stock','no'),(21815,19553,'_backorders','no'),(21816,19553,'_stock',''),(21817,19553,'_upsell_ids','a:0:{}'),(21818,19553,'_crosssell_ids','a:0:{}'),(21819,19553,'_product_version','2.4.7'),(21820,19553,'_product_image_gallery',''),(21821,19553,'slide_template',''),(21822,19553,'pyre_main_top_padding',''),(21823,19553,'pyre_main_bottom_padding',''),(21824,19553,'pyre_hundredp_padding',''),(21825,19553,'pyre_display_header','yes'),(21826,19553,'pyre_header_100_width','default'),(21827,19553,'pyre_header_bg',''),(21828,19553,'pyre_header_bg_color',''),(21829,19553,'pyre_header_bg_opacity',''),(21830,19553,'pyre_header_bg_full','no'),(21831,19553,'pyre_header_bg_repeat','repeat'),(21832,19553,'pyre_displayed_menu','default'),(21833,19553,'pyre_display_footer','default'),(21834,19553,'pyre_display_copyright','default'),(21835,19553,'pyre_footer_100_width','default'),(21836,19553,'pyre_sidebar_position','default'),(21837,19553,'pyre_sidebar_bg_color',''),(21838,19553,'pyre_slider_position','default'),(21839,19553,'pyre_slider_type','no'),(21840,19553,'pyre_slider','0'),(21841,19553,'pyre_wooslider','0'),(21842,19553,'pyre_revslider','0'),(21843,19553,'pyre_elasticslider','0'),(21844,19553,'pyre_fallback',''),(21845,19553,'pyre_avada_rev_styles','default'),(21846,19553,'pyre_page_bg_layout','default'),(21847,19553,'pyre_page_bg',''),(21848,19553,'pyre_page_bg_color',''),(21849,19553,'pyre_page_bg_full','no'),(21850,19553,'pyre_page_bg_repeat','repeat'),(21851,19553,'pyre_wide_page_bg',''),(21852,19553,'pyre_wide_page_bg_color',''),(21853,19553,'pyre_wide_page_bg_full','no'),(21854,19553,'pyre_wide_page_bg_repeat','repeat'),(21855,19553,'pyre_page_title','default'),(21856,19553,'pyre_page_title_text','default'),(21857,19553,'pyre_page_title_text_alignment','default'),(21858,19553,'pyre_page_title_100_width','default'),(21859,19553,'pyre_page_title_custom_text',''),(21860,19553,'pyre_page_title_text_size',''),(21861,19553,'pyre_page_title_custom_subheader',''),(21862,19553,'pyre_page_title_custom_subheader_text_size',''),(21863,19553,'pyre_page_title_font_color',''),(21864,19553,'pyre_page_title_height',''),(21865,19553,'pyre_page_title_mobile_height',''),(21866,19553,'pyre_page_title_bar_bg',''),(21867,19553,'pyre_page_title_bar_bg_retina',''),(21868,19553,'pyre_page_title_bar_bg_color',''),(21869,19553,'pyre_page_title_bar_borders_color',''),(21870,19553,'pyre_page_title_bar_bg_full','default'),(21871,19553,'pyre_page_title_bg_parallax','default'),(21872,19553,'pyre_page_title_breadcrumbs_search_bar','default'),(21873,19553,'_thumbnail_id','17635'),(21874,19553,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21875,19553,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21876,19553,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21877,19553,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21878,19553,'_wp_old_slug','suspendisse-turpis'),(21879,19553,'fusion_builder_converted','yes'),(21880,19553,'_wc_rating_count','a:0:{}'),(21881,19553,'_wc_average_rating','0'),(21882,19553,'_wc_review_count','0'),(21883,19553,'fusion_demo_import','classic_shop'),(21885,19554,'_wpas_done_all','1'),(21886,19554,'_visibility','visible'),(21887,19554,'_stock_status','instock'),(21888,19554,'total_sales','44'),(21889,19554,'_downloadable','no'),(21890,19554,'_virtual','no'),(21891,19554,'_regular_price','57'),(21892,19554,'_sale_price',''),(21893,19554,'_purchase_note',''),(21894,19554,'_featured','yes'),(21895,19554,'_weight',''),(21896,19554,'_length',''),(21897,19554,'_width',''),(21898,19554,'_height',''),(21899,19554,'_sku','028'),(21900,19554,'_product_attributes','a:0:{}'),(21901,19554,'_sale_price_dates_from',''),(21902,19554,'_sale_price_dates_to',''),(21903,19554,'_price','57'),(21904,19554,'_sold_individually',''),(21905,19554,'_manage_stock','no'),(21906,19554,'_backorders','no'),(21907,19554,'_stock',''),(21908,19554,'_upsell_ids','a:0:{}'),(21909,19554,'_crosssell_ids','a:0:{}'),(21910,19554,'_product_version','2.4.7'),(21911,19554,'_product_image_gallery',''),(21912,19554,'slide_template',''),(21913,19554,'pyre_main_top_padding',''),(21914,19554,'pyre_main_bottom_padding',''),(21915,19554,'pyre_hundredp_padding',''),(21916,19554,'pyre_display_header','yes'),(21917,19554,'pyre_header_100_width','default'),(21918,19554,'pyre_header_bg',''),(21919,19554,'pyre_header_bg_color',''),(21920,19554,'pyre_header_bg_opacity',''),(21921,19554,'pyre_header_bg_full','no'),(21922,19554,'pyre_header_bg_repeat','repeat'),(21923,19554,'pyre_displayed_menu','default'),(21924,19554,'pyre_display_footer','default'),(21925,19554,'pyre_display_copyright','default'),(21926,19554,'pyre_footer_100_width','default'),(21927,19554,'pyre_sidebar_position','default'),(21928,19554,'pyre_sidebar_bg_color',''),(21929,19554,'pyre_slider_position','default'),(21930,19554,'pyre_slider_type','no'),(21931,19554,'pyre_slider','0'),(21932,19554,'pyre_wooslider','0'),(21933,19554,'pyre_revslider','0'),(21934,19554,'pyre_elasticslider','0'),(21935,19554,'pyre_fallback',''),(21936,19554,'pyre_avada_rev_styles','default'),(21937,19554,'pyre_page_bg_layout','default'),(21938,19554,'pyre_page_bg',''),(21939,19554,'pyre_page_bg_color',''),(21940,19554,'pyre_page_bg_full','no'),(21941,19554,'pyre_page_bg_repeat','repeat'),(21942,19554,'pyre_wide_page_bg',''),(21943,19554,'pyre_wide_page_bg_color',''),(21944,19554,'pyre_wide_page_bg_full','no'),(21945,19554,'pyre_wide_page_bg_repeat','repeat'),(21946,19554,'pyre_page_title','default'),(21947,19554,'pyre_page_title_text','default'),(21948,19554,'pyre_page_title_text_alignment','default'),(21949,19554,'pyre_page_title_100_width','default'),(21950,19554,'pyre_page_title_custom_text',''),(21951,19554,'pyre_page_title_text_size',''),(21952,19554,'pyre_page_title_custom_subheader',''),(21953,19554,'pyre_page_title_custom_subheader_text_size',''),(21954,19554,'pyre_page_title_font_color',''),(21955,19554,'pyre_page_title_height',''),(21956,19554,'pyre_page_title_mobile_height',''),(21957,19554,'pyre_page_title_bar_bg',''),(21958,19554,'pyre_page_title_bar_bg_retina',''),(21959,19554,'pyre_page_title_bar_bg_color',''),(21960,19554,'pyre_page_title_bar_borders_color',''),(21961,19554,'pyre_page_title_bar_bg_full','default'),(21962,19554,'pyre_page_title_bg_parallax','default'),(21963,19554,'pyre_page_title_breadcrumbs_search_bar','default'),(21964,19554,'_thumbnail_id','17623'),(21965,19554,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21966,19554,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21967,19554,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21968,19554,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21969,19554,'_wp_old_slug','suspendisse-turpis-2'),(21970,19554,'_wc_rating_count','a:0:{}'),(21971,19554,'_wc_review_count','0'),(21972,19554,'_wc_average_rating','0'),(21973,19554,'fusion_builder_converted','yes'),(21974,19554,'fusion_demo_import','classic_shop'),(21976,19555,'_wpas_done_all','1'),(21977,19555,'_visibility','visible'),(21978,19555,'_stock_status','instock'),(21979,19555,'total_sales','279'),(21980,19555,'_downloadable','no'),(21981,19555,'_virtual','no'),(21982,19555,'_regular_price','235'),(21983,19555,'_sale_price','200'),(21984,19555,'_purchase_note',''),(21985,19555,'_featured','yes'),(21986,19555,'_weight',''),(21987,19555,'_length',''),(21988,19555,'_width',''),(21989,19555,'_height',''),(21990,19555,'_sku','029'),(21991,19555,'_product_attributes','a:0:{}'),(21992,19555,'_sale_price_dates_from',''),(21993,19555,'_sale_price_dates_to',''),(21994,19555,'_price','200'),(21995,19555,'_sold_individually',''),(21996,19555,'_manage_stock','no'),(21997,19555,'_backorders','no'),(21998,19555,'_stock',''),(21999,19555,'_upsell_ids','a:0:{}'),(22000,19555,'_crosssell_ids','a:0:{}'),(22001,19555,'_product_version','2.6.9'),(22002,19555,'_product_image_gallery','17644,17635,17641'),(22003,19555,'slide_template','default'),(22004,19555,'_thumbnail_id','17634'),(22005,19555,'_wp_old_slug','phasellus-non-euism'),(22006,19555,'fusion_builder_converted','yes'),(22007,19555,'_wc_rating_count','a:0:{}'),(22008,19555,'_wc_average_rating','0'),(22009,19555,'_wc_review_count','0'),(22010,19555,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22011,19555,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22012,19555,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22013,19555,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22014,19555,'pyre_main_top_padding',''),(22015,19555,'pyre_main_bottom_padding',''),(22016,19555,'pyre_hundredp_padding',''),(22017,19555,'pyre_display_header','yes'),(22018,19555,'pyre_header_100_width','default'),(22019,19555,'pyre_header_bg_color',''),(22020,19555,'pyre_header_bg_opacity',''),(22021,19555,'pyre_header_bg',''),(22022,19555,'pyre_header_bg_full','no'),(22023,19555,'pyre_header_bg_repeat','repeat'),(22024,19555,'pyre_displayed_menu','default'),(22025,19555,'pyre_display_footer','default'),(22026,19555,'pyre_display_copyright','default'),(22027,19555,'pyre_footer_100_width','default'),(22028,19555,'pyre_sidebar_position','default'),(22029,19555,'pyre_sidebar_bg_color',''),(22030,19555,'pyre_slider_type','no'),(22031,19555,'pyre_slider','0'),(22032,19555,'pyre_wooslider','0'),(22033,19555,'pyre_revslider','0'),(22034,19555,'pyre_elasticslider','0'),(22035,19555,'pyre_slider_position','default'),(22036,19555,'pyre_avada_rev_styles','default'),(22037,19555,'pyre_fallback',''),(22038,19555,'pyre_demo_slider',''),(22039,19555,'pyre_page_bg_layout','default'),(22040,19555,'pyre_page_bg_color',''),(22041,19555,'pyre_page_bg',''),(22042,19555,'pyre_page_bg_full','no'),(22043,19555,'pyre_page_bg_repeat','repeat'),(22044,19555,'pyre_wide_page_bg_color',''),(22045,19555,'pyre_wide_page_bg',''),(22046,19555,'pyre_wide_page_bg_full','no'),(22047,19555,'pyre_wide_page_bg_repeat','repeat'),(22048,19555,'pyre_page_title','default'),(22049,19555,'pyre_page_title_breadcrumbs_search_bar','default'),(22050,19555,'pyre_page_title_text','default'),(22051,19555,'pyre_page_title_text_alignment','default'),(22052,19555,'pyre_page_title_custom_text',''),(22053,19555,'pyre_page_title_text_size',''),(22054,19555,'pyre_page_title_custom_subheader',''),(22055,19555,'pyre_page_title_custom_subheader_text_size',''),(22056,19555,'pyre_page_title_font_color',''),(22057,19555,'pyre_page_title_100_width','default'),(22058,19555,'pyre_page_title_height',''),(22059,19555,'pyre_page_title_mobile_height',''),(22060,19555,'pyre_page_title_bar_bg_color',''),(22061,19555,'pyre_page_title_bar_borders_color',''),(22062,19555,'pyre_page_title_bar_bg',''),(22063,19555,'pyre_page_title_bar_bg_retina',''),(22064,19555,'pyre_page_title_bar_bg_full','default'),(22065,19555,'pyre_page_title_bg_parallax','default'),(22066,19555,'fusion_demo_import','classic_shop'),(22068,19556,'_wpas_done_all','1'),(22069,19556,'_visibility','visible'),(22070,19556,'_stock_status','instock'),(22071,19556,'total_sales','110'),(22072,19556,'_downloadable','no'),(22073,19556,'_virtual','no'),(22074,19556,'_regular_price','125'),(22075,19556,'_sale_price',''),(22076,19556,'_purchase_note',''),(22077,19556,'_featured','yes'),(22078,19556,'_weight',''),(22079,19556,'_length',''),(22080,19556,'_width',''),(22081,19556,'_height',''),(22082,19556,'_sku','030'),(22083,19556,'_product_attributes','a:0:{}'),(22084,19556,'_sale_price_dates_from',''),(22085,19556,'_sale_price_dates_to',''),(22086,19556,'_price','125'),(22087,19556,'_sold_individually',''),(22088,19556,'_manage_stock','no'),(22089,19556,'_backorders','no'),(22090,19556,'_stock',''),(22091,19556,'_upsell_ids','a:0:{}'),(22092,19556,'_crosssell_ids','a:0:{}'),(22093,19556,'_product_version','2.7.0'),(22094,19556,'_product_image_gallery',''),(22095,19556,'slide_template','default'),(22096,19556,'pyre_main_top_padding',''),(22097,19556,'pyre_main_bottom_padding',''),(22098,19556,'pyre_hundredp_padding',''),(22099,19556,'pyre_display_header','yes'),(22100,19556,'pyre_header_100_width','default'),(22101,19556,'pyre_header_bg',''),(22102,19556,'pyre_header_bg_color',''),(22103,19556,'pyre_header_bg_opacity',''),(22104,19556,'pyre_header_bg_full','no'),(22105,19556,'pyre_header_bg_repeat','repeat'),(22106,19556,'pyre_displayed_menu','default'),(22107,19556,'pyre_display_footer','default'),(22108,19556,'pyre_display_copyright','default'),(22109,19556,'pyre_footer_100_width','default'),(22110,19556,'pyre_sidebar_position','default'),(22111,19556,'pyre_sidebar_bg_color',''),(22112,19556,'pyre_slider_position','default'),(22113,19556,'pyre_slider_type','no'),(22114,19556,'pyre_slider','0'),(22115,19556,'pyre_wooslider',''),(22116,19556,'pyre_revslider','0'),(22117,19556,'pyre_elasticslider','0'),(22118,19556,'pyre_fallback',''),(22119,19556,'pyre_avada_rev_styles','default'),(22120,19556,'pyre_page_bg_layout','default'),(22121,19556,'pyre_page_bg',''),(22122,19556,'pyre_page_bg_color',''),(22123,19556,'pyre_page_bg_full','no'),(22124,19556,'pyre_page_bg_repeat','repeat'),(22125,19556,'pyre_wide_page_bg',''),(22126,19556,'pyre_wide_page_bg_color',''),(22127,19556,'pyre_wide_page_bg_full','no'),(22128,19556,'pyre_wide_page_bg_repeat','repeat'),(22129,19556,'pyre_page_title','default'),(22130,19556,'pyre_page_title_text','default'),(22131,19556,'pyre_page_title_text_alignment','default'),(22132,19556,'pyre_page_title_100_width','default'),(22133,19556,'pyre_page_title_custom_text',''),(22134,19556,'pyre_page_title_text_size',''),(22135,19556,'pyre_page_title_custom_subheader',''),(22136,19556,'pyre_page_title_custom_subheader_text_size',''),(22137,19556,'pyre_page_title_font_color',''),(22138,19556,'pyre_page_title_height',''),(22139,19556,'pyre_page_title_mobile_height',''),(22140,19556,'pyre_page_title_bar_bg',''),(22141,19556,'pyre_page_title_bar_bg_retina',''),(22142,19556,'pyre_page_title_bar_bg_color',''),(22143,19556,'pyre_page_title_bar_borders_color',''),(22144,19556,'pyre_page_title_bar_bg_full','default'),(22145,19556,'pyre_page_title_bg_parallax','default'),(22146,19556,'pyre_page_title_breadcrumbs_search_bar','default'),(22147,19556,'_thumbnail_id','17620'),(42132,19556,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(42134,19556,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22152,19556,'_wp_old_slug','vestibul-odio-justo'),(22153,19556,'_wc_rating_count','a:0:{}'),(22154,19556,'_wc_average_rating','0'),(22155,19556,'_wc_review_count','0'),(22156,19556,'fusion_builder_converted','yes'),(22157,19556,'_tax_status','taxable'),(22158,19556,'_tax_class',''),(22159,19556,'_default_attributes','a:0:{}'),(22160,19556,'_download_limit','-1'),(22161,19556,'_download_expiry','-1'),(22162,19556,'fusion_demo_import','classic_shop'),(22164,19557,'_wpas_done_all','1'),(22165,19557,'_visibility','visible'),(22166,19557,'_stock_status','instock'),(22167,19557,'total_sales','208'),(22168,19557,'_downloadable','no'),(22169,19557,'_virtual','no'),(22170,19557,'_regular_price','68'),(22171,19557,'_sale_price',''),(22172,19557,'_purchase_note',''),(22173,19557,'_featured','no'),(22174,19557,'_weight',''),(22175,19557,'_length',''),(22176,19557,'_width',''),(22177,19557,'_height',''),(22178,19557,'_sku','031'),(22179,19557,'_product_attributes','a:0:{}'),(22180,19557,'_sale_price_dates_from',''),(22181,19557,'_sale_price_dates_to',''),(22182,19557,'_price','68'),(22183,19557,'_sold_individually',''),(22184,19557,'_manage_stock','no'),(22185,19557,'_backorders','no'),(22186,19557,'_stock',''),(22187,19557,'_upsell_ids','a:0:{}'),(22188,19557,'_crosssell_ids','a:0:{}'),(22189,19557,'_product_version','2.4.7'),(22190,19557,'_product_image_gallery',''),(22191,19557,'slide_template',''),(22192,19557,'pyre_main_top_padding',''),(22193,19557,'pyre_main_bottom_padding',''),(22194,19557,'pyre_hundredp_padding',''),(22195,19557,'pyre_display_header','yes'),(22196,19557,'pyre_header_100_width','default'),(22197,19557,'pyre_header_bg',''),(22198,19557,'pyre_header_bg_color',''),(22199,19557,'pyre_header_bg_opacity',''),(22200,19557,'pyre_header_bg_full','no'),(22201,19557,'pyre_header_bg_repeat','repeat'),(22202,19557,'pyre_displayed_menu','default'),(22203,19557,'pyre_display_footer','default'),(22204,19557,'pyre_display_copyright','default'),(22205,19557,'pyre_footer_100_width','default'),(22206,19557,'pyre_sidebar_position','default'),(22207,19557,'pyre_sidebar_bg_color',''),(22208,19557,'pyre_slider_position','default'),(22209,19557,'pyre_slider_type','no'),(22210,19557,'pyre_slider','0'),(22211,19557,'pyre_wooslider','0'),(22212,19557,'pyre_revslider','0'),(22213,19557,'pyre_elasticslider','0'),(22214,19557,'pyre_fallback',''),(22215,19557,'pyre_avada_rev_styles','default'),(22216,19557,'pyre_page_bg_layout','default'),(22217,19557,'pyre_page_bg',''),(22218,19557,'pyre_page_bg_color',''),(22219,19557,'pyre_page_bg_full','no'),(22220,19557,'pyre_page_bg_repeat','repeat'),(22221,19557,'pyre_wide_page_bg',''),(22222,19557,'pyre_wide_page_bg_color',''),(22223,19557,'pyre_wide_page_bg_full','no'),(22224,19557,'pyre_wide_page_bg_repeat','repeat'),(22225,19557,'pyre_page_title','default'),(22226,19557,'pyre_page_title_text','default'),(22227,19557,'pyre_page_title_text_alignment','default'),(22228,19557,'pyre_page_title_100_width','default'),(22229,19557,'pyre_page_title_custom_text',''),(22230,19557,'pyre_page_title_text_size',''),(22231,19557,'pyre_page_title_custom_subheader',''),(22232,19557,'pyre_page_title_custom_subheader_text_size',''),(22233,19557,'pyre_page_title_font_color',''),(22234,19557,'pyre_page_title_height',''),(22235,19557,'pyre_page_title_mobile_height',''),(22236,19557,'pyre_page_title_bar_bg',''),(22237,19557,'pyre_page_title_bar_bg_retina',''),(22238,19557,'pyre_page_title_bar_bg_color',''),(22239,19557,'pyre_page_title_bar_borders_color',''),(22240,19557,'pyre_page_title_bar_bg_full','default'),(22241,19557,'pyre_page_title_bg_parallax','default'),(22242,19557,'pyre_page_title_breadcrumbs_search_bar','default'),(22243,19557,'_thumbnail_id','17619'),(22244,19557,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22245,19557,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22246,19557,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22247,19557,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22248,19557,'_wp_old_slug','quisque-eu-dapibus'),(22249,19557,'_wc_rating_count','a:0:{}'),(22250,19557,'_wc_average_rating','0'),(22251,19557,'_wc_review_count','0'),(22252,19557,'fusion_builder_converted','yes'),(22253,19557,'fusion_demo_import','classic_shop'),(22255,19558,'_wpas_done_all','1'),(22256,19558,'_visibility','visible'),(22257,19558,'_stock_status','instock'),(22258,19558,'total_sales','122'),(22259,19558,'_downloadable','no'),(22260,19558,'_virtual','no'),(22261,19558,'_regular_price','47'),(22262,19558,'_sale_price',''),(22263,19558,'_purchase_note',''),(22264,19558,'_featured','no'),(22265,19558,'_weight',''),(22266,19558,'_length',''),(22267,19558,'_width',''),(22268,19558,'_height',''),(22269,19558,'_sku','033'),(22270,19558,'_product_attributes','a:0:{}'),(22271,19558,'_sale_price_dates_from',''),(22272,19558,'_sale_price_dates_to',''),(22273,19558,'_price','47'),(22274,19558,'_sold_individually',''),(22275,19558,'_manage_stock','no'),(22276,19558,'_backorders','no'),(22277,19558,'_stock',''),(22278,19558,'_upsell_ids','a:0:{}'),(22279,19558,'_crosssell_ids','a:0:{}'),(22280,19558,'_product_version','3.2.5'),(22281,19558,'_product_image_gallery',''),(22282,19558,'slide_template','default'),(22283,19558,'_thumbnail_id','17617'),(22284,19558,'_wp_old_slug','luctus-sed-velit'),(22285,19558,'fusion_builder_converted','yes'),(22286,19558,'_wc_rating_count','a:0:{}'),(22287,19558,'_wc_average_rating','0'),(22288,19558,'_wc_review_count','0'),(22289,19558,'_tax_status','taxable'),(22290,19558,'_tax_class',''),(22291,19558,'_default_attributes','a:0:{}'),(22292,19558,'_download_limit','-1'),(22293,19558,'_download_expiry','-1'),(22294,19558,'pyre_main_top_padding',''),(22295,19558,'pyre_main_bottom_padding',''),(22296,19558,'pyre_hundredp_padding',''),(22297,19558,'pyre_display_header','yes'),(22298,19558,'pyre_header_100_width','default'),(22299,19558,'pyre_header_bg_color',''),(22300,19558,'pyre_header_bg_opacity',''),(22301,19558,'pyre_header_bg',''),(22302,19558,'pyre_header_bg_full','no'),(22303,19558,'pyre_header_bg_repeat','repeat'),(22304,19558,'pyre_displayed_menu','default'),(22305,19558,'pyre_display_footer','default'),(22306,19558,'pyre_display_copyright','default'),(22307,19558,'pyre_footer_100_width','default'),(22308,19558,'pyre_sidebar_position','default'),(22309,19558,'pyre_sidebar_bg_color',''),(22310,19558,'pyre_slider_type','no'),(22311,19558,'pyre_slider','0'),(22312,19558,'pyre_wooslider',''),(22313,19558,'pyre_revslider','0'),(22314,19558,'pyre_elasticslider','0'),(22315,19558,'pyre_slider_position','default'),(22316,19558,'pyre_avada_rev_styles','default'),(22317,19558,'pyre_fallback',''),(22318,19558,'pyre_demo_slider',''),(22319,19558,'pyre_page_bg_layout','default'),(22320,19558,'pyre_page_bg_color',''),(22321,19558,'pyre_page_bg',''),(22322,19558,'pyre_page_bg_full','no'),(22323,19558,'pyre_page_bg_repeat','repeat'),(22324,19558,'pyre_wide_page_bg_color',''),(22325,19558,'pyre_wide_page_bg',''),(22326,19558,'pyre_wide_page_bg_full','no'),(22327,19558,'pyre_wide_page_bg_repeat','repeat'),(22328,19558,'pyre_page_title','default'),(22329,19558,'pyre_page_title_breadcrumbs_search_bar','default'),(22330,19558,'pyre_page_title_text','default'),(22331,19558,'pyre_page_title_text_alignment','default'),(22332,19558,'pyre_page_title_custom_text',''),(22333,19558,'pyre_page_title_text_size',''),(22334,19558,'pyre_page_title_custom_subheader',''),(22335,19558,'pyre_page_title_custom_subheader_text_size',''),(22336,19558,'pyre_page_title_font_color',''),(22337,19558,'pyre_page_title_100_width','default'),(22338,19558,'pyre_page_title_height',''),(22339,19558,'pyre_page_title_mobile_height',''),(22340,19558,'pyre_page_title_bar_bg_color',''),(22341,19558,'pyre_page_title_bar_borders_color',''),(22342,19558,'pyre_page_title_bar_bg',''),(22343,19558,'pyre_page_title_bar_bg_retina',''),(22344,19558,'pyre_page_title_bar_bg_full','default'),(22345,19558,'pyre_page_title_bg_parallax','default'),(22346,19558,'pyre_portfolio_width_100','default'),(22347,19558,'pyre_sidebar_sticky','default'),(22348,19558,'pyre_page_title_line_height',''),(22349,19558,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22350,19558,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22351,19558,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22352,19558,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22353,19558,'fusion_demo_import','classic_shop'),(22354,19559,'_sku',''),(22355,19559,'_thumbnail_id','0'),(22356,19559,'_virtual','no'),(22357,19559,'_downloadable','no'),(22358,19559,'_weight',''),(22359,19559,'_length',''),(22360,19559,'_width',''),(22361,19559,'_height',''),(22362,19559,'_manage_stock','no'),(22363,19559,'_stock_status','instock'),(22364,19559,'_regular_price','80'),(22365,19559,'_sale_price',''),(22366,19559,'_sale_price_dates_from',''),(22367,19559,'_sale_price_dates_to',''),(22368,19559,'_price','80'),(22369,19559,'_download_limit',''),(22370,19559,'_download_expiry',''),(22371,19559,'_downloadable_files',''),(22372,19559,'_variation_description',''),(22373,19559,'attribute_color','Black'),(22374,19559,'attribute_size',''),(22375,19559,'fusion_demo_import','classic_shop'),(22376,19560,'_sku',''),(22377,19560,'_thumbnail_id','0'),(22378,19560,'_virtual','no'),(22379,19560,'_downloadable','no'),(22380,19560,'_weight',''),(22381,19560,'_length',''),(22382,19560,'_width',''),(22383,19560,'_height',''),(22384,19560,'_manage_stock','no'),(22385,19560,'_stock_status','instock'),(22386,19560,'_regular_price','80'),(22387,19560,'_sale_price',''),(22388,19560,'_sale_price_dates_from',''),(22389,19560,'_sale_price_dates_to',''),(22390,19560,'_price','80'),(22391,19560,'_download_limit',''),(22392,19560,'_download_expiry',''),(22393,19560,'_downloadable_files',''),(22394,19560,'_variation_description',''),(22395,19560,'attribute_color','White'),(22396,19560,'attribute_size',''),(22397,19560,'fusion_demo_import','classic_shop'),(22398,19561,'_sku',''),(22399,19561,'_thumbnail_id','0'),(22400,19561,'_virtual','no'),(22401,19561,'_downloadable','no'),(22402,19561,'_weight',''),(22403,19561,'_length',''),(22404,19561,'_width',''),(22405,19561,'_height',''),(22406,19561,'_manage_stock','no'),(22407,19561,'_stock_status','instock'),(22408,19561,'_regular_price','50'),(22409,19561,'_sale_price',''),(22410,19561,'_sale_price_dates_from',''),(22411,19561,'_sale_price_dates_to',''),(22412,19561,'_price','50'),(22413,19561,'_download_limit',''),(22414,19561,'_download_expiry',''),(22415,19561,'_downloadable_files',''),(22416,19561,'_variation_description',''),(22417,19561,'attribute_color','Pink'),(22418,19561,'attribute_size',''),(22419,19561,'fusion_demo_import','classic_shop'),(22420,19562,'_sku',''),(22421,19562,'_thumbnail_id','0'),(22422,19562,'_virtual','no'),(22423,19562,'_downloadable','no'),(22424,19562,'_weight',''),(22425,19562,'_length',''),(22426,19562,'_width',''),(22427,19562,'_height',''),(22428,19562,'_manage_stock','no'),(22429,19562,'_stock_status','instock'),(22430,19562,'_regular_price','60'),(22431,19562,'_sale_price',''),(22432,19562,'_sale_price_dates_from',''),(22433,19562,'_sale_price_dates_to',''),(22434,19562,'_price','60'),(22435,19562,'_download_limit',''),(22436,19562,'_download_expiry',''),(22437,19562,'_downloadable_files',''),(22438,19562,'_variation_description',''),(22439,19562,'attribute_color','Denim'),(22440,19562,'attribute_size',''),(22441,19562,'fusion_demo_import','classic_shop'),(22442,19327,'_order_key','wc_order_5a11a36d5d312'),(22443,19327,'_customer_user','0'),(22444,19327,'_payment_method','paypal'),(22445,19327,'_payment_method_title','PayPal'),(22446,19327,'_transaction_id',''),(22447,19327,'_customer_ip_address','188.86.126.102'),(22448,19327,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10.11; rv:57.0) gecko/20100101 firefox/57.0'),(22449,19327,'_created_via','checkout'),(22450,19327,'_date_completed',''),(22451,19327,'_completed_date',''),(22452,19327,'_date_paid',''),(22453,19327,'_paid_date',''),(22454,19327,'_cart_hash','0b66a70485d41876b25aef9419bdbdb1'),(22455,19327,'_billing_first_name','G'),(22456,19327,'_billing_last_name','V'),(22457,19327,'_billing_company',''),(22458,19327,'_billing_address_1','mad'),(22459,19327,'_billing_address_2',''),(22460,19327,'_billing_city','vall'),(22461,19327,'_billing_state','VA'),(22462,19327,'_billing_postcode','47008'),(22463,19327,'_billing_country','ES'),(22464,19327,'_billing_email','ggu@fd.es'),(22465,19327,'_billing_phone','566'),(22466,19327,'_shipping_first_name',''),(22467,19327,'_shipping_last_name',''),(22468,19327,'_shipping_company',''),(22469,19327,'_shipping_address_1',''),(22470,19327,'_shipping_address_2',''),(22471,19327,'_shipping_city',''),(22472,19327,'_shipping_state',''),(22473,19327,'_shipping_postcode',''),(22474,19327,'_shipping_country',''),(22475,19327,'_order_currency','USD'),(22476,19327,'_cart_discount','0'),(22477,19327,'_cart_discount_tax','0'),(22478,19327,'_order_shipping','0'),(22479,19327,'_order_shipping_tax','0'),(22480,19327,'_order_tax','0'),(22481,19327,'_order_total','272'),(22482,19327,'_order_version','3.2.3'),(22483,19327,'_prices_include_tax','no'),(22484,19327,'_billing_address_index','G V  mad  vall VA 47008 ES ggu@fd.es 566'),(22485,19327,'_shipping_address_index','        '),(22486,19327,'_wxr_import_user_slug','admin'),(22487,19327,'fusion_demo_import','classic_shop'),(22488,19329,'_order_key','wc_order_5a11f5f33fcc0'),(22489,19329,'_customer_user','6724'),(22490,19329,'_payment_method','paypal'),(22491,19329,'_payment_method_title','PayPal'),(22492,19329,'_transaction_id',''),(22493,19329,'_customer_ip_address','188.27.103.110'),(22494,19329,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22495,19329,'_created_via','checkout'),(22496,19329,'_date_completed',''),(22497,19329,'_completed_date',''),(22498,19329,'_date_paid',''),(22499,19329,'_paid_date',''),(22500,19329,'_cart_hash','d69feaa6a8333b65808ef6408c970c08'),(22501,19329,'_billing_first_name','awrawdwafd'),(22502,19329,'_billing_last_name','sASasAS'),(22503,19329,'_billing_company',''),(22504,19329,'_billing_address_1','SAASDAS SADASD ASDASDAS'),(22505,19329,'_billing_address_2',''),(22506,19329,'_billing_city','Bucharest'),(22507,19329,'_billing_state','B'),(22508,19329,'_billing_postcode','021975'),(22509,19329,'_billing_country','RO'),(22510,19329,'_billing_email','catalinadragomir91@gmail.com'),(22511,19329,'_billing_phone','0732026166'),(22512,19329,'_shipping_first_name',''),(22513,19329,'_shipping_last_name',''),(22514,19329,'_shipping_company',''),(22515,19329,'_shipping_address_1',''),(22516,19329,'_shipping_address_2',''),(22517,19329,'_shipping_city',''),(22518,19329,'_shipping_state',''),(22519,19329,'_shipping_postcode',''),(22520,19329,'_shipping_country',''),(22521,19329,'_order_currency','USD'),(22522,19329,'_cart_discount','0'),(22523,19329,'_cart_discount_tax','0'),(22524,19329,'_order_shipping','0'),(22525,19329,'_order_shipping_tax','0'),(22526,19329,'_order_tax','0'),(22527,19329,'_order_total','125'),(22528,19329,'_order_version','3.2.3'),(22529,19329,'_prices_include_tax','no'),(22530,19329,'_billing_address_index','awrawdwafd sASasAS  SAASDAS SADASD ASDASDAS  Bucharest B 021975 RO catalinadragomir91@gmail.com 0732026166'),(22531,19329,'_shipping_address_index','        '),(22532,19329,'_wxr_import_user_slug','admin'),(22533,19329,'fusion_demo_import','classic_shop'),(22534,19342,'_order_key','wc_order_5a156c383af92'),(22535,19342,'_customer_user','0'),(22536,19342,'_payment_method','paypal'),(22537,19342,'_payment_method_title','PayPal'),(22538,19342,'_transaction_id',''),(22539,19342,'_customer_ip_address','212.103.26.217'),(22540,19342,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22541,19342,'_created_via','checkout'),(22542,19342,'_date_completed',''),(22543,19342,'_completed_date',''),(22544,19342,'_date_paid',''),(22545,19342,'_paid_date',''),(22546,19342,'_cart_hash','a32f04cca92280d0cbddd3afe813a518'),(22547,19342,'_billing_first_name','votre'),(22548,19342,'_billing_last_name','nom...'),(22549,19342,'_billing_company','Presta-Tech'),(22550,19342,'_billing_address_1','10b rue Emile Zola'),(22551,19342,'_billing_address_2',''),(22552,19342,'_billing_city','Belfort'),(22553,19342,'_billing_state',''),(22554,19342,'_billing_postcode','90000'),(22555,19342,'_billing_country','FR'),(22556,19342,'_billing_email','hello@manonhorlacher.fr'),(22557,19342,'_billing_phone','0606060606'),(22558,19342,'_shipping_first_name',''),(22559,19342,'_shipping_last_name',''),(22560,19342,'_shipping_company',''),(22561,19342,'_shipping_address_1',''),(22562,19342,'_shipping_address_2',''),(22563,19342,'_shipping_city',''),(22564,19342,'_shipping_state',''),(22565,19342,'_shipping_postcode',''),(22566,19342,'_shipping_country',''),(22567,19342,'_order_currency','USD'),(22568,19342,'_cart_discount','0'),(22569,19342,'_cart_discount_tax','0'),(22570,19342,'_order_shipping','0'),(22571,19342,'_order_shipping_tax','0'),(22572,19342,'_order_tax','0'),(22573,19342,'_order_total','47'),(22574,19342,'_order_version','3.2.4'),(22575,19342,'_prices_include_tax','no'),(22576,19342,'_billing_address_index','votre nom... Presta-Tech 10b rue Emile Zola  Belfort  90000 FR hello@manonhorlacher.fr 0606060606'),(22577,19342,'_shipping_address_index','        '),(22578,19342,'_wxr_import_user_slug','admin'),(22579,19342,'fusion_demo_import','classic_shop'),(22580,19344,'_order_key','wc_order_5a15ca410fc8a'),(22581,19344,'_customer_user','0'),(22582,19344,'_payment_method','paypal'),(22583,19344,'_payment_method_title','PayPal'),(22584,19344,'_transaction_id',''),(22585,19344,'_customer_ip_address','31.154.81.69'),(22586,19344,'_customer_user_agent','mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22587,19344,'_created_via','checkout'),(22588,19344,'_date_completed',''),(22589,19344,'_completed_date',''),(22590,19344,'_date_paid',''),(22591,19344,'_paid_date',''),(22592,19344,'_cart_hash','a167c9a3a0aefa32c1b6a1b91b6c10e4'),(22593,19344,'_billing_first_name','dfgh'),(22594,19344,'_billing_last_name','dfh'),(22595,19344,'_billing_company','dfh'),(22596,19344,'_billing_address_1','dfgh 15'),(22597,19344,'_billing_address_2',''),(22598,19344,'_billing_city','dfgh'),(22599,19344,'_billing_state',''),(22600,19344,'_billing_postcode','04540'),(22601,19344,'_billing_country','IL'),(22602,19344,'_billing_email','skywriting77@gmail.com'),(22603,19344,'_billing_phone','046540'),(22604,19344,'_shipping_first_name',''),(22605,19344,'_shipping_last_name',''),(22606,19344,'_shipping_company',''),(22607,19344,'_shipping_address_1',''),(22608,19344,'_shipping_address_2',''),(22609,19344,'_shipping_city',''),(22610,19344,'_shipping_state',''),(22611,19344,'_shipping_postcode',''),(22612,19344,'_shipping_country',''),(22613,19344,'_order_currency','USD'),(22614,19344,'_cart_discount','0'),(22615,19344,'_cart_discount_tax','0'),(22616,19344,'_order_shipping','0'),(22617,19344,'_order_shipping_tax','0'),(22618,19344,'_order_tax','0'),(22619,19344,'_order_total','87'),(22620,19344,'_order_version','3.2.4'),(22621,19344,'_prices_include_tax','no'),(22622,19344,'_billing_address_index','dfgh dfh dfh dfgh 15  dfgh  04540 IL skywriting77@gmail.com 046540'),(22623,19344,'_shipping_address_index','        '),(22624,19344,'_wxr_import_user_slug','admin'),(22625,19344,'fusion_demo_import','classic_shop'),(22626,19346,'_order_key','wc_order_5a17b808afd08'),(22627,19346,'_customer_user','0'),(22628,19346,'_payment_method','paypal'),(22629,19346,'_payment_method_title','PayPal'),(22630,19346,'_transaction_id',''),(22631,19346,'_customer_ip_address','2405:204:d18a:dafd:d6:23b1:d641:7776'),(22632,19346,'_customer_user_agent','mozilla/5.0 (windows nt 6.3; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(22633,19346,'_created_via','checkout'),(22634,19346,'_date_completed',''),(22635,19346,'_completed_date',''),(22636,19346,'_date_paid',''),(22637,19346,'_paid_date',''),(22638,19346,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(22639,19346,'_billing_first_name','ffxzvxcvx'),(22640,19346,'_billing_last_name','fdsfcxvxcv'),(22641,19346,'_billing_company','fsdfdsvxcvcx'),(22642,19346,'_billing_address_1','dsfsdf'),(22643,19346,'_billing_address_2','sdfds'),(22644,19346,'_billing_city','sfdfsd'),(22645,19346,'_billing_state','BR'),(22646,19346,'_billing_postcode','985632'),(22647,19346,'_billing_country','IN'),(22648,19346,'_billing_email','sdfgdsfgs@gdsfgfd.com'),(22649,19346,'_billing_phone','9895835203'),(22650,19346,'_shipping_first_name',''),(22651,19346,'_shipping_last_name',''),(22652,19346,'_shipping_company',''),(22653,19346,'_shipping_address_1',''),(22654,19346,'_shipping_address_2',''),(22655,19346,'_shipping_city',''),(22656,19346,'_shipping_state',''),(22657,19346,'_shipping_postcode',''),(22658,19346,'_shipping_country',''),(22659,19346,'_order_currency','USD'),(22660,19346,'_cart_discount','0'),(22661,19346,'_cart_discount_tax','0'),(22662,19346,'_order_shipping','0'),(22663,19346,'_order_shipping_tax','0'),(22664,19346,'_order_tax','0'),(22665,19346,'_order_total','176'),(22666,19346,'_order_version','3.2.4'),(22667,19346,'_prices_include_tax','no'),(22668,19346,'_billing_address_index','ffxzvxcvx fdsfcxvxcv fsdfdsvxcvcx dsfsdf sdfds sfdfsd BR 985632 IN sdfgdsfgs@gdsfgfd.com 9895835203'),(22669,19346,'_shipping_address_index','        '),(22670,19346,'_wxr_import_user_slug','admin'),(22671,19346,'fusion_demo_import','classic_shop'),(22672,19348,'_order_key','wc_order_5a17c9d0c9005'),(22673,19348,'_customer_user','0'),(22674,19348,'_payment_method','paypal'),(22675,19348,'_payment_method_title','PayPal'),(22676,19348,'_transaction_id',''),(22677,19348,'_customer_ip_address','2003:6:1318:6464:9189:416b:fea6:ed4e'),(22678,19348,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_1_2 like mac os x) applewebkit/604.3.5 (khtml, like gecko) version/11.0 mobile/15b202 safari/604.1'),(22679,19348,'_created_via','checkout'),(22680,19348,'_date_completed',''),(22681,19348,'_completed_date',''),(22682,19348,'_date_paid',''),(22683,19348,'_paid_date',''),(22684,19348,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(22685,19348,'_billing_first_name','Ali'),(22686,19348,'_billing_last_name','Bauer'),(22687,19348,'_billing_company',''),(22688,19348,'_billing_address_1','Mathildenstraße 10'),(22689,19348,'_billing_address_2',''),(22690,19348,'_billing_city','Seeheim-Jugenheim'),(22691,19348,'_billing_state',''),(22692,19348,'_billing_postcode','64342'),(22693,19348,'_billing_country','DE'),(22694,19348,'_billing_email','schwimmbad2@hotmail.de'),(22695,19348,'_billing_phone','01709304707'),(22696,19348,'_shipping_first_name',''),(22697,19348,'_shipping_last_name',''),(22698,19348,'_shipping_company',''),(22699,19348,'_shipping_address_1',''),(22700,19348,'_shipping_address_2',''),(22701,19348,'_shipping_city',''),(22702,19348,'_shipping_state',''),(22703,19348,'_shipping_postcode',''),(22704,19348,'_shipping_country',''),(22705,19348,'_order_currency','USD'),(22706,19348,'_cart_discount','0'),(22707,19348,'_cart_discount_tax','0'),(22708,19348,'_order_shipping','0'),(22709,19348,'_order_shipping_tax','0'),(22710,19348,'_order_tax','0'),(22711,19348,'_order_total','176'),(22712,19348,'_order_version','3.2.4'),(22713,19348,'_prices_include_tax','no'),(22714,19348,'_billing_address_index','Ali Bauer  Mathildenstraße 10  Seeheim-Jugenheim  64342 DE schwimmbad2@hotmail.de 01709304707'),(22715,19348,'_shipping_address_index','        '),(22716,19348,'_wxr_import_user_slug','admin'),(22717,19348,'fusion_demo_import','classic_shop'),(22718,19349,'_order_key','wc_order_5a18c18e51e7d'),(22719,19349,'_customer_user','0'),(22720,19349,'_payment_method','paypal'),(22721,19349,'_payment_method_title','PayPal'),(22722,19349,'_transaction_id',''),(22723,19349,'_customer_ip_address','187.136.103.102'),(22724,19349,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22725,19349,'_created_via','checkout'),(22726,19349,'_date_completed',''),(22727,19349,'_completed_date',''),(22728,19349,'_date_paid',''),(22729,19349,'_paid_date',''),(22730,19349,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(22731,19349,'_billing_first_name','alksdjl'),(22732,19349,'_billing_last_name','kjlkasjdlkj'),(22733,19349,'_billing_company','lkjasldkjkl'),(22734,19349,'_billing_address_1','laksjdlk'),(22735,19349,'_billing_address_2','jlkajsdlkj'),(22736,19349,'_billing_city','lkjasdlkj'),(22737,19349,'_billing_state','QR'),(22738,19349,'_billing_postcode','77517'),(22739,19349,'_billing_country','MX'),(22740,19349,'_billing_email','admin@cloudfrog.com.mx'),(22741,19349,'_billing_phone','68768767'),(22742,19349,'_shipping_first_name',''),(22743,19349,'_shipping_last_name',''),(22744,19349,'_shipping_company',''),(22745,19349,'_shipping_address_1',''),(22746,19349,'_shipping_address_2',''),(22747,19349,'_shipping_city',''),(22748,19349,'_shipping_state',''),(22749,19349,'_shipping_postcode',''),(22750,19349,'_shipping_country',''),(22751,19349,'_order_currency','USD'),(22752,19349,'_cart_discount','0'),(22753,19349,'_cart_discount_tax','0'),(22754,19349,'_order_shipping','0'),(22755,19349,'_order_shipping_tax','0'),(22756,19349,'_order_tax','0'),(22757,19349,'_order_total','200'),(22758,19349,'_order_version','3.2.4'),(22759,19349,'_prices_include_tax','no'),(22760,19349,'_billing_address_index','alksdjl kjlkasjdlkj lkjasldkjkl laksjdlk jlkajsdlkj lkjasdlkj QR 77517 MX admin@cloudfrog.com.mx 68768767'),(22761,19349,'_shipping_address_index','        '),(22762,19349,'_wxr_import_user_slug','admin'),(22763,19349,'fusion_demo_import','classic_shop'),(22764,19354,'_order_key','wc_order_5a1dab4c32a00'),(22765,19354,'_customer_user','0'),(22766,19354,'_payment_method','paypal'),(22767,19354,'_payment_method_title','PayPal'),(22768,19354,'_transaction_id',''),(22769,19354,'_customer_ip_address','46.33.213.152'),(22770,19354,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22771,19354,'_created_via','checkout'),(22772,19354,'_date_completed',''),(22773,19354,'_completed_date',''),(22774,19354,'_date_paid',''),(22775,19354,'_paid_date',''),(22776,19354,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(22777,19354,'_billing_first_name','fdfdf'),(22778,19354,'_billing_last_name','fadfdaf'),(22779,19354,'_billing_company',''),(22780,19354,'_billing_address_1','dfafdafadf'),(22781,19354,'_billing_address_2',''),(22782,19354,'_billing_city','fdofdsfda'),(22783,19354,'_billing_state','dfafda'),(22784,19354,'_billing_postcode','65464'),(22785,19354,'_billing_country','ME'),(22786,19354,'_billing_email','fdaf@gmail.com'),(22787,19354,'_billing_phone','65465456123'),(22788,19354,'_shipping_first_name',''),(22789,19354,'_shipping_last_name',''),(22790,19354,'_shipping_company',''),(22791,19354,'_shipping_address_1',''),(22792,19354,'_shipping_address_2',''),(22793,19354,'_shipping_city',''),(22794,19354,'_shipping_state',''),(22795,19354,'_shipping_postcode',''),(22796,19354,'_shipping_country',''),(22797,19354,'_order_currency','USD'),(22798,19354,'_cart_discount','0'),(22799,19354,'_cart_discount_tax','0'),(22800,19354,'_order_shipping','0'),(22801,19354,'_order_shipping_tax','0'),(22802,19354,'_order_tax','0'),(22803,19354,'_order_total','200'),(22804,19354,'_order_version','3.2.4'),(22805,19354,'_prices_include_tax','no'),(22806,19354,'_billing_address_index','fdfdf fadfdaf  dfafdafadf  fdofdsfda dfafda 65464 ME fdaf@gmail.com 65465456123'),(22807,19354,'_shipping_address_index','        '),(22808,19354,'_wxr_import_user_slug','admin'),(22809,19354,'fusion_demo_import','classic_shop'),(22810,19356,'_order_key','wc_order_5a1dfdff894e4'),(22811,19356,'_customer_user','0'),(22812,19356,'_payment_method','paypal'),(22813,19356,'_payment_method_title','PayPal'),(22814,19356,'_transaction_id',''),(22815,19356,'_customer_ip_address','206.132.48.218'),(22816,19356,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22817,19356,'_created_via','checkout'),(22818,19356,'_date_completed',''),(22819,19356,'_completed_date',''),(22820,19356,'_date_paid',''),(22821,19356,'_paid_date',''),(22822,19356,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(22823,19356,'_billing_first_name','jhjh'),(22824,19356,'_billing_last_name','jhkhk'),(22825,19356,'_billing_company','khkhk'),(22826,19356,'_billing_address_1','17 KJLJ'),(22827,19356,'_billing_address_2',''),(22828,19356,'_billing_city','kjhjh'),(22829,19356,'_billing_state','ON'),(22830,19356,'_billing_postcode','L2N 2K9'),(22831,19356,'_billing_country','CA'),(22832,19356,'_billing_email','sejfshkd@hotmail.com'),(22833,19356,'_billing_phone','9057688586'),(22834,19356,'_shipping_first_name',''),(22835,19356,'_shipping_last_name',''),(22836,19356,'_shipping_company',''),(22837,19356,'_shipping_address_1',''),(22838,19356,'_shipping_address_2',''),(22839,19356,'_shipping_city',''),(22840,19356,'_shipping_state',''),(22841,19356,'_shipping_postcode',''),(22842,19356,'_shipping_country',''),(22843,19356,'_order_currency','USD'),(22844,19356,'_cart_discount','0'),(22845,19356,'_cart_discount_tax','0'),(22846,19356,'_order_shipping','0'),(22847,19356,'_order_shipping_tax','0'),(22848,19356,'_order_tax','0'),(22849,19356,'_order_total','68'),(22850,19356,'_order_version','3.2.4'),(22851,19356,'_prices_include_tax','no'),(22852,19356,'_billing_address_index','jhjh jhkhk khkhk 17 KJLJ  kjhjh ON L2N 2K9 CA sejfshkd@hotmail.com 9057688586'),(22853,19356,'_shipping_address_index','        '),(22854,19356,'_wxr_import_user_slug','admin'),(22855,19356,'fusion_demo_import','classic_shop'),(22856,19360,'_order_key','wc_order_5a1ec76704148'),(22857,19360,'_customer_user','0'),(22858,19360,'_payment_method','paypal'),(22859,19360,'_payment_method_title','PayPal'),(22860,19360,'_transaction_id',''),(22861,19360,'_customer_ip_address','156.222.145.37'),(22862,19360,'_customer_user_agent','mozilla/5.0 (x11; linux x86_64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.100 safari/537.36'),(22863,19360,'_created_via','checkout'),(22864,19360,'_date_completed',''),(22865,19360,'_completed_date',''),(22866,19360,'_date_paid',''),(22867,19360,'_paid_date',''),(22868,19360,'_cart_hash','1ab658594d1d8b6fdbc9348626ea60e8'),(22869,19360,'_billing_first_name','Sayed'),(22870,19360,'_billing_last_name','Sarhan'),(22871,19360,'_billing_company',''),(22872,19360,'_billing_address_1','مدينه 15 مايو مجاوره 10 حي ي عماره 1'),(22873,19360,'_billing_address_2',''),(22874,19360,'_billing_city','القاهره'),(22875,19360,'_billing_state','Al Qahirah'),(22876,19360,'_billing_postcode','11937'),(22877,19360,'_billing_country','EG'),(22878,19360,'_billing_email','sayedsarhan491@gmail.com'),(22879,19360,'_billing_phone','+201113530306'),(22880,19360,'_shipping_first_name',''),(22881,19360,'_shipping_last_name',''),(22882,19360,'_shipping_company',''),(22883,19360,'_shipping_address_1',''),(22884,19360,'_shipping_address_2',''),(22885,19360,'_shipping_city',''),(22886,19360,'_shipping_state',''),(22887,19360,'_shipping_postcode',''),(22888,19360,'_shipping_country',''),(22889,19360,'_order_currency','USD'),(22890,19360,'_cart_discount','0'),(22891,19360,'_cart_discount_tax','0'),(22892,19360,'_order_shipping','0'),(22893,19360,'_order_shipping_tax','0'),(22894,19360,'_order_tax','0'),(22895,19360,'_order_total','193'),(22896,19360,'_order_version','3.2.5'),(22897,19360,'_prices_include_tax','no'),(22898,19360,'_billing_address_index','Sayed Sarhan  مدينه 15 مايو مجاوره 10 حي ي عماره 1  القاهره Al Qahirah 11937 EG sayedsarhan491@gmail.com +201113530306'),(22899,19360,'_shipping_address_index','        '),(22900,19360,'_wxr_import_user_slug','admin'),(22901,19360,'fusion_demo_import','classic_shop'),(22902,19361,'_order_key','wc_order_5a1ee0d67dfe3'),(22903,19361,'_customer_user','0'),(22904,19361,'_payment_method','paypal'),(22905,19361,'_payment_method_title','PayPal'),(22906,19361,'_transaction_id',''),(22907,19361,'_customer_ip_address','194.73.109.60'),(22908,19361,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(22909,19361,'_created_via','checkout'),(22910,19361,'_date_completed',''),(22911,19361,'_completed_date',''),(22912,19361,'_date_paid',''),(22913,19361,'_paid_date',''),(22914,19361,'_cart_hash','a32f04cca92280d0cbddd3afe813a518'),(22915,19361,'_billing_first_name','Adrian'),(22916,19361,'_billing_last_name','Adrian'),(22917,19361,'_billing_company',''),(22918,19361,'_billing_address_1','63 William Perkin Court'),(22919,19361,'_billing_address_2',''),(22920,19361,'_billing_city','Greenford'),(22921,19361,'_billing_state',''),(22922,19361,'_billing_postcode','UB6 0AJ'),(22923,19361,'_billing_country','GB'),(22924,19361,'_billing_email','adrian@landofcake.net'),(22925,19361,'_billing_phone','0777777777'),(22926,19361,'_shipping_first_name',''),(22927,19361,'_shipping_last_name',''),(22928,19361,'_shipping_company',''),(22929,19361,'_shipping_address_1',''),(22930,19361,'_shipping_address_2',''),(22931,19361,'_shipping_city',''),(22932,19361,'_shipping_state',''),(22933,19361,'_shipping_postcode',''),(22934,19361,'_shipping_country',''),(22935,19361,'_order_currency','USD'),(22936,19361,'_cart_discount','0'),(22937,19361,'_cart_discount_tax','0'),(22938,19361,'_order_shipping','0'),(22939,19361,'_order_shipping_tax','0'),(22940,19361,'_order_tax','0'),(22941,19361,'_order_total','47'),(22942,19361,'_order_version','3.2.5'),(22943,19361,'_prices_include_tax','no'),(22944,19361,'_billing_address_index','Adrian Adrian  63 William Perkin Court  Greenford  UB6 0AJ GB adrian@landofcake.net 0777777777'),(22945,19361,'_shipping_address_index','        '),(22946,19361,'_wxr_import_user_slug','admin'),(22947,19361,'fusion_demo_import','classic_shop'),(22948,19365,'_order_key','wc_order_5a1fc1f5e980a'),(22949,19365,'_customer_user','6741'),(22950,19365,'_payment_method','paypal'),(22951,19365,'_payment_method_title','PayPal'),(22952,19365,'_transaction_id',''),(22953,19365,'_customer_ip_address','178.168.81.177'),(22954,19365,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/604.3.5 (khtml, like gecko) version/11.0.1 safari/604.3.5'),(22955,19365,'_created_via','checkout'),(22956,19365,'_date_completed',''),(22957,19365,'_completed_date',''),(22958,19365,'_date_paid',''),(22959,19365,'_paid_date',''),(22960,19365,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(22961,19365,'_billing_first_name','wew'),(22962,19365,'_billing_last_name','wefwq'),(22963,19365,'_billing_company','wefwqef'),(22964,19365,'_billing_address_1','wefwqef'),(22965,19365,'_billing_address_2','qwesdf'),(22966,19365,'_billing_city','sadfasdf'),(22967,19365,'_billing_state','sdfsadf'),(22968,19365,'_billing_postcode','WE234234'),(22969,19365,'_billing_country','MD'),(22970,19365,'_billing_email','adfasdfs@mail.com'),(22971,19365,'_billing_phone','21341234'),(22972,19365,'_shipping_first_name',''),(22973,19365,'_shipping_last_name',''),(22974,19365,'_shipping_company',''),(22975,19365,'_shipping_address_1',''),(22976,19365,'_shipping_address_2',''),(22977,19365,'_shipping_city',''),(22978,19365,'_shipping_state',''),(22979,19365,'_shipping_postcode',''),(22980,19365,'_shipping_country',''),(22981,19365,'_order_currency','USD'),(22982,19365,'_cart_discount','0'),(22983,19365,'_cart_discount_tax','0'),(22984,19365,'_order_shipping','0'),(22985,19365,'_order_shipping_tax','0'),(22986,19365,'_order_tax','0'),(22987,19365,'_order_total','176'),(22988,19365,'_order_version','3.2.5'),(22989,19365,'_prices_include_tax','no'),(22990,19365,'_billing_address_index','wew wefwq wefwqef wefwqef qwesdf sadfasdf sdfsadf WE234234 MD adfasdfs@mail.com 21341234'),(22991,19365,'_shipping_address_index','        '),(22992,19365,'_wxr_import_user_slug','admin'),(22993,19365,'fusion_demo_import','classic_shop'),(22994,19366,'_order_key','wc_order_5a1ffd8cd5557'),(22995,19366,'_customer_user','6743'),(22996,19366,'_payment_method','paypal'),(22997,19366,'_payment_method_title','PayPal'),(22998,19366,'_transaction_id',''),(22999,19366,'_customer_ip_address','62.173.125.107'),(23000,19366,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(23001,19366,'_created_via','checkout'),(23002,19366,'_date_completed',''),(23003,19366,'_completed_date',''),(23004,19366,'_date_paid',''),(23005,19366,'_paid_date',''),(23006,19366,'_cart_hash','242dd5fa3df56e0519a5c83bc24961f7'),(23007,19366,'_billing_first_name','David'),(23008,19366,'_billing_last_name','Campbell'),(23009,19366,'_billing_company',''),(23010,19366,'_billing_address_1','13 Strathord Street'),(23011,19366,'_billing_address_2',''),(23012,19366,'_billing_city','Glasgow'),(23013,19366,'_billing_state',''),(23014,19366,'_billing_postcode','G32 7SR'),(23015,19366,'_billing_country','GB'),(23016,19366,'_billing_email','david.campbell@arran.com'),(23017,19366,'_billing_phone','07760162200'),(23018,19366,'_shipping_first_name',''),(23019,19366,'_shipping_last_name',''),(23020,19366,'_shipping_company',''),(23021,19366,'_shipping_address_1',''),(23022,19366,'_shipping_address_2',''),(23023,19366,'_shipping_city',''),(23024,19366,'_shipping_state',''),(23025,19366,'_shipping_postcode',''),(23026,19366,'_shipping_country',''),(23027,19366,'_order_currency','USD'),(23028,19366,'_cart_discount','0'),(23029,19366,'_cart_discount_tax','0'),(23030,19366,'_order_shipping','0'),(23031,19366,'_order_shipping_tax','0'),(23032,19366,'_order_tax','0'),(23033,19366,'_order_total','393'),(23034,19366,'_order_version','3.2.5'),(23035,19366,'_prices_include_tax','no'),(23036,19366,'_billing_address_index','David Campbell  13 Strathord Street  Glasgow  G32 7SR GB david.campbell@arran.com 07760162200'),(23037,19366,'_shipping_address_index','        '),(23038,19366,'_wxr_import_user_slug','admin'),(23039,19366,'fusion_demo_import','classic_shop'),(23040,19368,'_order_key','wc_order_5a2032e888484'),(23041,19368,'_customer_user','0'),(23042,19368,'_payment_method','paypal'),(23043,19368,'_payment_method_title','PayPal'),(23044,19368,'_transaction_id',''),(23045,19368,'_customer_ip_address','162.222.82.9'),(23046,19368,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(23047,19368,'_created_via','checkout'),(23048,19368,'_date_completed',''),(23049,19368,'_completed_date',''),(23050,19368,'_date_paid',''),(23051,19368,'_paid_date',''),(23052,19368,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(23053,19368,'_billing_first_name','s'),(23054,19368,'_billing_last_name','n'),(23055,19368,'_billing_company','sss'),(23056,19368,'_billing_address_1','12 s stree'),(23057,19368,'_billing_address_2',''),(23058,19368,'_billing_city','toronto'),(23059,19368,'_billing_state','NB'),(23060,19368,'_billing_postcode','L8L 9K4'),(23061,19368,'_billing_country','CA'),(23062,19368,'_billing_email','some@hotmail.com'),(23063,19368,'_billing_phone','416-888-9988'),(23064,19368,'_shipping_first_name',''),(23065,19368,'_shipping_last_name',''),(23066,19368,'_shipping_company',''),(23067,19368,'_shipping_address_1',''),(23068,19368,'_shipping_address_2',''),(23069,19368,'_shipping_city',''),(23070,19368,'_shipping_state',''),(23071,19368,'_shipping_postcode',''),(23072,19368,'_shipping_country',''),(23073,19368,'_order_currency','USD'),(23074,19368,'_cart_discount','0'),(23075,19368,'_cart_discount_tax','0'),(23076,19368,'_order_shipping','0'),(23077,19368,'_order_shipping_tax','0'),(23078,19368,'_order_tax','0'),(23079,19368,'_order_total','68'),(23080,19368,'_order_version','3.2.5'),(23081,19368,'_prices_include_tax','no'),(23082,19368,'_billing_address_index','s n sss 12 s stree  toronto NB L8L 9K4 CA some@hotmail.com 416-888-9988'),(23083,19368,'_shipping_address_index','        '),(23084,19368,'_wxr_import_user_slug','admin'),(23085,19368,'fusion_demo_import','classic_shop'),(23086,19369,'_order_key','wc_order_5a205ba464b5b'),(23087,19369,'_customer_user','0'),(23088,19369,'_payment_method','paypal'),(23089,19369,'_payment_method_title','PayPal'),(23090,19369,'_transaction_id',''),(23091,19369,'_customer_ip_address','108.5.233.34'),(23092,19369,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(23093,19369,'_created_via','checkout'),(23094,19369,'_date_completed',''),(23095,19369,'_completed_date',''),(23096,19369,'_date_paid',''),(23097,19369,'_paid_date',''),(23098,19369,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(23099,19369,'_billing_first_name','Grigory'),(23100,19369,'_billing_last_name','Balasanov'),(23101,19369,'_billing_company',''),(23102,19369,'_billing_address_1','11605 Falls Rd'),(23103,19369,'_billing_address_2',''),(23104,19369,'_billing_city','Potomac'),(23105,19369,'_billing_state','MD'),(23106,19369,'_billing_postcode','20854'),(23107,19369,'_billing_country','US'),(23108,19369,'_billing_email','python.usa@gmail.com'),(23109,19369,'_billing_phone','9095474742'),(23110,19369,'_shipping_first_name',''),(23111,19369,'_shipping_last_name',''),(23112,19369,'_shipping_company',''),(23113,19369,'_shipping_address_1',''),(23114,19369,'_shipping_address_2',''),(23115,19369,'_shipping_city',''),(23116,19369,'_shipping_state',''),(23117,19369,'_shipping_postcode',''),(23118,19369,'_shipping_country',''),(23119,19369,'_order_currency','USD'),(23120,19369,'_cart_discount','0'),(23121,19369,'_cart_discount_tax','0'),(23122,19369,'_order_shipping','0'),(23123,19369,'_order_shipping_tax','0'),(23124,19369,'_order_tax','0'),(23125,19369,'_order_total','200'),(23126,19369,'_order_version','3.2.5'),(23127,19369,'_prices_include_tax','no'),(23128,19369,'_billing_address_index','Grigory Balasanov  11605 Falls Rd  Potomac MD 20854 US python.usa@gmail.com 9095474742'),(23129,19369,'_shipping_address_index','        '),(23130,19369,'_wxr_import_user_slug','admin'),(23131,19369,'fusion_demo_import','classic_shop'),(23132,19371,'_order_key','wc_order_5a20b8de970c3'),(23133,19371,'_customer_user','0'),(23134,19371,'_payment_method','paypal'),(23135,19371,'_payment_method_title','PayPal'),(23136,19371,'_transaction_id',''),(23137,19371,'_customer_ip_address','103.234.27.26'),(23138,19371,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(23139,19371,'_created_via','checkout'),(23140,19371,'_date_completed',''),(23141,19371,'_completed_date',''),(23142,19371,'_date_paid',''),(23143,19371,'_paid_date',''),(23144,19371,'_cart_hash','20ac52ce6fa45f53404655b7f8351cd2'),(23145,19371,'_billing_first_name','Ki'),(23146,19371,'_billing_last_name','Arif'),(23147,19371,'_billing_company',''),(23148,19371,'_billing_address_1','234/f middle street'),(23149,19371,'_billing_address_2',''),(23150,19371,'_billing_city','Habiganj'),(23151,19371,'_billing_state','BARI'),(23152,19371,'_billing_postcode',''),(23153,19371,'_billing_country','BD'),(23154,19371,'_billing_email','ki@gmail.com'),(23155,19371,'_billing_phone','+88 01534745674'),(23156,19371,'_shipping_first_name',''),(23157,19371,'_shipping_last_name',''),(23158,19371,'_shipping_company',''),(23159,19371,'_shipping_address_1',''),(23160,19371,'_shipping_address_2',''),(23161,19371,'_shipping_city',''),(23162,19371,'_shipping_state',''),(23163,19371,'_shipping_postcode',''),(23164,19371,'_shipping_country',''),(23165,19371,'_order_currency','USD'),(23166,19371,'_cart_discount','0'),(23167,19371,'_cart_discount_tax','0'),(23168,19371,'_order_shipping','0'),(23169,19371,'_order_shipping_tax','0'),(23170,19371,'_order_tax','0'),(23171,19371,'_order_total','472'),(23172,19371,'_order_version','3.2.5'),(23173,19371,'_prices_include_tax','no'),(23174,19371,'_billing_address_index','Ki Arif  234/f middle street  Habiganj BARI  BD ki@gmail.com +88 01534745674'),(23175,19371,'_shipping_address_index','        '),(23176,19371,'_wxr_import_user_slug','admin'),(23177,19371,'fusion_demo_import','classic_shop'),(23178,19376,'_order_key','wc_order_5a22a89cebced'),(23179,19376,'_customer_user','0'),(23180,19376,'_payment_method','paypal'),(23181,19376,'_payment_method_title','PayPal'),(23182,19376,'_transaction_id',''),(23183,19376,'_customer_ip_address','103.234.27.26'),(23184,19376,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(23185,19376,'_created_via','checkout'),(23186,19376,'_date_completed',''),(23187,19376,'_completed_date',''),(23188,19376,'_date_paid',''),(23189,19376,'_paid_date',''),(23190,19376,'_cart_hash','552df80fa12addfbbb541eea46557778'),(23191,19376,'_billing_first_name','re'),(23192,19376,'_billing_last_name','re'),(23193,19376,'_billing_company',''),(23194,19376,'_billing_address_1','234/f middle street'),(23195,19376,'_billing_address_2',''),(23196,19376,'_billing_city','Habiganj'),(23197,19376,'_billing_state','BARI'),(23198,19376,'_billing_postcode',''),(23199,19376,'_billing_country','BD'),(23200,19376,'_billing_email','rt@gmail.com'),(23201,19376,'_billing_phone','6767676767'),(23202,19376,'_shipping_first_name',''),(23203,19376,'_shipping_last_name',''),(23204,19376,'_shipping_company',''),(23205,19376,'_shipping_address_1',''),(23206,19376,'_shipping_address_2',''),(23207,19376,'_shipping_city',''),(23208,19376,'_shipping_state',''),(23209,19376,'_shipping_postcode',''),(23210,19376,'_shipping_country',''),(23211,19376,'_order_currency','USD'),(23212,19376,'_cart_discount','0'),(23213,19376,'_cart_discount_tax','0'),(23214,19376,'_order_shipping','0'),(23215,19376,'_order_shipping_tax','0'),(23216,19376,'_order_tax','0'),(23217,19376,'_order_total','1592'),(23218,19376,'_order_version','3.2.5'),(23219,19376,'_prices_include_tax','no'),(23220,19376,'_billing_address_index','re re  234/f middle street  Habiganj BARI  BD rt@gmail.com 6767676767'),(23221,19376,'_shipping_address_index','        '),(23222,19376,'_wxr_import_user_slug','admin'),(23223,19376,'fusion_demo_import','classic_shop'),(23224,19379,'_order_key','wc_order_5a247495c6fbc'),(23225,19379,'_customer_user','6750'),(23226,19379,'_payment_method','paypal'),(23227,19379,'_payment_method_title','PayPal'),(23228,19379,'_transaction_id',''),(23229,19379,'_customer_ip_address','31.193.36.32'),(23230,19379,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; vtr-l09 build/huaweivtr-l09) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.84 mobile safari/537.36'),(23231,19379,'_created_via','checkout'),(23232,19379,'_date_completed',''),(23233,19379,'_completed_date',''),(23234,19379,'_date_paid',''),(23235,19379,'_paid_date',''),(23236,19379,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(23237,19379,'_billing_first_name','Abbf'),(23238,19379,'_billing_last_name','Jajs'),(23239,19379,'_billing_company',''),(23240,19379,'_billing_address_1','Nsnfnskanb sjakg 1'),(23241,19379,'_billing_address_2',''),(23242,19379,'_billing_city','San Antonio'),(23243,19379,'_billing_state','AR'),(23244,19379,'_billing_postcode','47891'),(23245,19379,'_billing_country','IT'),(23246,19379,'_billing_email','sjjfjz@gmail.it'),(23247,19379,'_billing_phone','3388066289'),(23248,19379,'_shipping_first_name',''),(23249,19379,'_shipping_last_name',''),(23250,19379,'_shipping_company',''),(23251,19379,'_shipping_address_1',''),(23252,19379,'_shipping_address_2',''),(23253,19379,'_shipping_city',''),(23254,19379,'_shipping_state',''),(23255,19379,'_shipping_postcode',''),(23256,19379,'_shipping_country',''),(23257,19379,'_order_currency','USD'),(23258,19379,'_cart_discount','0'),(23259,19379,'_cart_discount_tax','0'),(23260,19379,'_order_shipping','0'),(23261,19379,'_order_shipping_tax','0'),(23262,19379,'_order_tax','0'),(23263,19379,'_order_total','176'),(23264,19379,'_order_version','3.2.5'),(23265,19379,'_prices_include_tax','no'),(23266,19379,'_billing_address_index','Abbf Jajs  Nsnfnskanb sjakg 1  San Antonio AR 47891 IT sjjfjz@gmail.it 3388066289'),(23267,19379,'_shipping_address_index','        '),(23268,19379,'_wxr_import_user_slug','admin'),(23269,19379,'fusion_demo_import','classic_shop'),(23270,19384,'_order_key','wc_order_5a25d94aa15ad'),(23271,19384,'_customer_user','6752'),(23272,19384,'_payment_method','paypal'),(23273,19384,'_payment_method_title','PayPal'),(23274,19384,'_transaction_id',''),(23275,19384,'_customer_ip_address','2804:7f4:c285:ebcb:1321:2fdf:3652:a8a1'),(23276,19384,'_customer_user_agent','mozilla/5.0 (x11; fedora; linux x86_64; rv:57.0) gecko/20100101 firefox/57.0'),(23277,19384,'_created_via','checkout'),(23278,19384,'_date_completed',''),(23279,19384,'_completed_date',''),(23280,19384,'_date_paid',''),(23281,19384,'_paid_date',''),(23282,19384,'_cart_hash','e352a42b856299ce359af2393796d2f5'),(23283,19384,'_billing_first_name','adada'),(23284,19384,'_billing_last_name','dssdsd'),(23285,19384,'_billing_company',''),(23286,19384,'_billing_address_1','ddadaadads'),(23287,19384,'_billing_address_2',''),(23288,19384,'_billing_city','asdssad'),(23289,19384,'_billing_state','MG'),(23290,19384,'_billing_postcode','95009-500'),(23291,19384,'_billing_country','BR'),(23292,19384,'_billing_email','jcdazered@gmail.com'),(23293,19384,'_billing_phone','5499900999'),(23294,19384,'_shipping_first_name',''),(23295,19384,'_shipping_last_name',''),(23296,19384,'_shipping_company',''),(23297,19384,'_shipping_address_1',''),(23298,19384,'_shipping_address_2',''),(23299,19384,'_shipping_city',''),(23300,19384,'_shipping_state',''),(23301,19384,'_shipping_postcode',''),(23302,19384,'_shipping_country',''),(23303,19384,'_order_currency','USD'),(23304,19384,'_cart_discount','0'),(23305,19384,'_cart_discount_tax','0'),(23306,19384,'_order_shipping','0'),(23307,19384,'_order_shipping_tax','0'),(23308,19384,'_order_tax','0'),(23309,19384,'_order_total','580'),(23310,19384,'_order_version','3.2.5'),(23311,19384,'_prices_include_tax','no'),(23312,19384,'_billing_address_index','adada dssdsd  ddadaadads  asdssad MG 95009-500 BR jcdazered@gmail.com 5499900999'),(23313,19384,'_shipping_address_index','        '),(23314,19384,'_wxr_import_user_slug','admin'),(23315,19384,'fusion_demo_import','classic_shop'),(23316,19386,'_order_key','wc_order_5a26a3967eeb9'),(23317,19386,'_customer_user','0'),(23318,19386,'_payment_method','paypal'),(23319,19386,'_payment_method_title','PayPal'),(23320,19386,'_transaction_id',''),(23321,19386,'_customer_ip_address','91.232.242.251'),(23322,19386,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(23323,19386,'_created_via','checkout'),(23324,19386,'_date_completed',''),(23325,19386,'_completed_date',''),(23326,19386,'_date_paid',''),(23327,19386,'_paid_date',''),(23328,19386,'_cart_hash','409b4a52e7b312f5e51dae065f94e3bc'),(23329,19386,'_billing_first_name','gjghjghj'),(23330,19386,'_billing_last_name','ghjghjghj'),(23331,19386,'_billing_company',''),(23332,19386,'_billing_address_1','ghjghjghj'),(23333,19386,'_billing_address_2',''),(23334,19386,'_billing_city','ghjgfjghj'),(23335,19386,'_billing_state',''),(23336,19386,'_billing_postcode','24000'),(23337,19386,'_billing_country','FR'),(23338,19386,'_billing_email','ghytru@gmail.com'),(23339,19386,'_billing_phone','0505572'),(23340,19386,'_shipping_first_name',''),(23341,19386,'_shipping_last_name',''),(23342,19386,'_shipping_company',''),(23343,19386,'_shipping_address_1',''),(23344,19386,'_shipping_address_2',''),(23345,19386,'_shipping_city',''),(23346,19386,'_shipping_state',''),(23347,19386,'_shipping_postcode',''),(23348,19386,'_shipping_country',''),(23349,19386,'_order_currency','USD'),(23350,19386,'_cart_discount','0'),(23351,19386,'_cart_discount_tax','0'),(23352,19386,'_order_shipping','0'),(23353,19386,'_order_shipping_tax','0'),(23354,19386,'_order_tax','0'),(23355,19386,'_order_total','57'),(23356,19386,'_order_version','3.2.5'),(23357,19386,'_prices_include_tax','no'),(23358,19386,'_billing_address_index','gjghjghj ghjghjghj  ghjghjghj  ghjgfjghj  24000 FR ghytru@gmail.com 0505572'),(23359,19386,'_shipping_address_index','        '),(23360,19386,'_wxr_import_user_slug','admin'),(23361,19386,'fusion_demo_import','classic_shop'),(23362,19389,'_order_key','wc_order_5a26dce232623'),(23363,19389,'_customer_user','6755'),(23364,19389,'_payment_method','paypal'),(23365,19389,'_payment_method_title','PayPal'),(23366,19389,'_transaction_id',''),(23367,19389,'_customer_ip_address','2804:7f2:2080:cbb0:e02c:5159:6495:83ed'),(23368,19389,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10.13; rv:57.0) gecko/20100101 firefox/57.0'),(23369,19389,'_created_via','checkout'),(23370,19389,'_date_completed',''),(23371,19389,'_completed_date',''),(23372,19389,'_date_paid',''),(23373,19389,'_paid_date',''),(23374,19389,'_cart_hash','44fbb36108fba10f26eaa7dce6d30c6a'),(23375,19389,'_billing_first_name','kgjkdgkjsgckjskjc'),(23376,19389,'_billing_last_name','skjdjkchskjckshilucs'),(23377,19389,'_billing_company','bdjkhfbskajfksajf'),(23378,19389,'_billing_address_1','asnkldfhshfhwl,8888'),(23379,19389,'_billing_address_2','8888'),(23380,19389,'_billing_city','efwgfeag'),(23381,19389,'_billing_state','MG'),(23382,19389,'_billing_postcode','30270-170'),(23383,19389,'_billing_country','BR'),(23384,19389,'_billing_email','icthyscomunicacao@gmail.com'),(23385,19389,'_billing_phone','3144545352545'),(23386,19389,'_shipping_first_name',''),(23387,19389,'_shipping_last_name',''),(23388,19389,'_shipping_company',''),(23389,19389,'_shipping_address_1',''),(23390,19389,'_shipping_address_2',''),(23391,19389,'_shipping_city',''),(23392,19389,'_shipping_state',''),(23393,19389,'_shipping_postcode',''),(23394,19389,'_shipping_country',''),(23395,19389,'_order_currency','USD'),(23396,19389,'_cart_discount','0'),(23397,19389,'_cart_discount_tax','0'),(23398,19389,'_order_shipping','0'),(23399,19389,'_order_shipping_tax','0'),(23400,19389,'_order_tax','0'),(23401,19389,'_order_total','325'),(23402,19389,'_order_version','3.2.5'),(23403,19389,'_prices_include_tax','no'),(23404,19389,'_billing_address_index','kgjkdgkjsgckjskjc skjdjkchskjckshilucs bdjkhfbskajfksajf asnkldfhshfhwl,8888 8888 efwgfeag MG 30270-170 BR icthyscomunicacao@gmail.com 3144545352545'),(23405,19389,'_shipping_address_index','        '),(23406,19389,'_wxr_import_user_slug','admin'),(23407,19389,'fusion_demo_import','classic_shop'),(23408,19391,'_order_key','wc_order_5a2797f01b6b1'),(23409,19391,'_customer_user','0'),(23410,19391,'_payment_method','paypal'),(23411,19391,'_payment_method_title','PayPal'),(23412,19391,'_transaction_id',''),(23413,19391,'_customer_ip_address','184.164.6.110'),(23414,19391,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(23415,19391,'_created_via','checkout'),(23416,19391,'_date_completed',''),(23417,19391,'_completed_date',''),(23418,19391,'_date_paid',''),(23419,19391,'_paid_date',''),(23420,19391,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(23421,19391,'_billing_first_name','Joe'),(23422,19391,'_billing_last_name','joe'),(23423,19391,'_billing_company','Joe Joe inc'),(23424,19391,'_billing_address_1','123 abc road'),(23425,19391,'_billing_address_2',''),(23426,19391,'_billing_city','ofnowhere'),(23427,19391,'_billing_state','cold'),(23428,19391,'_billing_postcode','90210'),(23429,19391,'_billing_country','CV'),(23430,19391,'_billing_email','joe@joe.com'),(23431,19391,'_billing_phone','555-1234'),(23432,19391,'_shipping_first_name',''),(23433,19391,'_shipping_last_name',''),(23434,19391,'_shipping_company',''),(23435,19391,'_shipping_address_1',''),(23436,19391,'_shipping_address_2',''),(23437,19391,'_shipping_city',''),(23438,19391,'_shipping_state',''),(23439,19391,'_shipping_postcode',''),(23440,19391,'_shipping_country',''),(23441,19391,'_order_currency','USD'),(23442,19391,'_cart_discount','0'),(23443,19391,'_cart_discount_tax','0'),(23444,19391,'_order_shipping','0'),(23445,19391,'_order_shipping_tax','0'),(23446,19391,'_order_tax','0'),(23447,19391,'_order_total','200'),(23448,19391,'_order_version','3.2.5'),(23449,19391,'_prices_include_tax','no'),(23450,19391,'_billing_address_index','Joe joe Joe Joe inc 123 abc road  ofnowhere cold 90210 CV joe@joe.com 555-1234'),(23451,19391,'_shipping_address_index','        '),(23452,19391,'_wxr_import_user_slug','admin'),(23453,19391,'fusion_demo_import','classic_shop'),(23454,19399,'_order_key','wc_order_5a2e784ad5155'),(23455,19399,'_customer_user','0'),(23456,19399,'_payment_method','paypal'),(23457,19399,'_payment_method_title','PayPal'),(23458,19399,'_transaction_id',''),(23459,19399,'_customer_ip_address','122.175.70.81'),(23460,19399,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(23461,19399,'_created_via','checkout'),(23462,19399,'_date_completed',''),(23463,19399,'_completed_date',''),(23464,19399,'_date_paid',''),(23465,19399,'_paid_date',''),(23466,19399,'_cart_hash','e352a42b856299ce359af2393796d2f5'),(23467,19399,'_billing_first_name','dfh'),(23468,19399,'_billing_last_name','dfthfdgh'),(23469,19399,'_billing_company','yruryu'),(23470,19399,'_billing_address_1','jrty ery u566'),(23471,19399,'_billing_address_2','ery er'),(23472,19399,'_billing_city','hyd'),(23473,19399,'_billing_state','AP'),(23474,19399,'_billing_postcode','500004'),(23475,19399,'_billing_country','IN'),(23476,19399,'_billing_email','ghdfhttg@gmail.com'),(23477,19399,'_billing_phone','57565656'),(23478,19399,'_shipping_first_name',''),(23479,19399,'_shipping_last_name',''),(23480,19399,'_shipping_company',''),(23481,19399,'_shipping_address_1',''),(23482,19399,'_shipping_address_2',''),(23483,19399,'_shipping_city',''),(23484,19399,'_shipping_state',''),(23485,19399,'_shipping_postcode',''),(23486,19399,'_shipping_country',''),(23487,19399,'_order_currency','USD'),(23488,19399,'_cart_discount','0'),(23489,19399,'_cart_discount_tax','0'),(23490,19399,'_order_shipping','0'),(23491,19399,'_order_shipping_tax','0'),(23492,19399,'_order_tax','0'),(23493,19399,'_order_total','580'),(23494,19399,'_order_version','3.2.5'),(23495,19399,'_prices_include_tax','no'),(23496,19399,'_billing_address_index','dfh dfthfdgh yruryu jrty ery u566 ery er hyd AP 500004 IN ghdfhttg@gmail.com 57565656'),(23497,19399,'_shipping_address_index','        '),(23498,19399,'_wxr_import_user_slug','admin'),(23499,19399,'fusion_demo_import','classic_shop'),(23500,19400,'_order_key','wc_order_5a2ec2dc4393d'),(23501,19400,'_customer_user','0'),(23502,19400,'_payment_method','paypal'),(23503,19400,'_payment_method_title','PayPal'),(23504,19400,'_transaction_id',''),(23505,19400,'_customer_ip_address','45.220.20.141'),(23506,19400,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(23507,19400,'_created_via','checkout'),(23508,19400,'_date_completed',''),(23509,19400,'_completed_date',''),(23510,19400,'_date_paid',''),(23511,19400,'_paid_date',''),(23512,19400,'_cart_hash','fa571566d03aa8900d4e1bb7276966bf'),(23513,19400,'_billing_first_name','123'),(23514,19400,'_billing_last_name','123'),(23515,19400,'_billing_company','123'),(23516,19400,'_billing_address_1','123'),(23517,19400,'_billing_address_2',''),(23518,19400,'_billing_city','123'),(23519,19400,'_billing_state','GP'),(23520,19400,'_billing_postcode','123'),(23521,19400,'_billing_country','ZA'),(23522,19400,'_billing_email','123@123.com'),(23523,19400,'_billing_phone','123'),(23524,19400,'_shipping_first_name',''),(23525,19400,'_shipping_last_name',''),(23526,19400,'_shipping_company',''),(23527,19400,'_shipping_address_1',''),(23528,19400,'_shipping_address_2',''),(23529,19400,'_shipping_city',''),(23530,19400,'_shipping_state',''),(23531,19400,'_shipping_postcode',''),(23532,19400,'_shipping_country',''),(23533,19400,'_order_currency','USD'),(23534,19400,'_cart_discount','0'),(23535,19400,'_cart_discount_tax','0'),(23536,19400,'_order_shipping','0'),(23537,19400,'_order_shipping_tax','0'),(23538,19400,'_order_tax','0'),(23539,19400,'_order_total','30'),(23540,19400,'_order_version','3.2.5'),(23541,19400,'_prices_include_tax','no'),(23542,19400,'_billing_address_index','123 123 123 123  123 GP 123 ZA 123@123.com 123'),(23543,19400,'_shipping_address_index','        '),(23544,19400,'_wxr_import_user_slug','admin'),(23545,19400,'fusion_demo_import','classic_shop'),(23546,19401,'_order_key','wc_order_5a2eccb5ce8f8'),(23547,19401,'_customer_user','0'),(23548,19401,'_payment_method','paypal'),(23549,19401,'_payment_method_title','PayPal'),(23550,19401,'_transaction_id',''),(23551,19401,'_customer_ip_address','67.149.116.29'),(23552,19401,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_9_5) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.89 safari/537.36'),(23553,19401,'_created_via','checkout'),(23554,19401,'_date_completed',''),(23555,19401,'_completed_date',''),(23556,19401,'_date_paid',''),(23557,19401,'_paid_date',''),(23558,19401,'_cart_hash','338a3e19e58c8e36e4c4c4748a063f00'),(23559,19401,'_billing_first_name','Lisa'),(23560,19401,'_billing_last_name','Majewski'),(23561,19401,'_billing_company','Site Traffic Digital Marketing'),(23562,19401,'_billing_address_1','78625 Kidder Road'),(23563,19401,'_billing_address_2',''),(23564,19401,'_billing_city','Romeo'),(23565,19401,'_billing_state','MI'),(23566,19401,'_billing_postcode','48306'),(23567,19401,'_billing_country','US'),(23568,19401,'_billing_email','lisa@sitetrafficdm.com'),(23569,19401,'_billing_phone','5866041889'),(23570,19401,'_shipping_first_name',''),(23571,19401,'_shipping_last_name',''),(23572,19401,'_shipping_company',''),(23573,19401,'_shipping_address_1',''),(23574,19401,'_shipping_address_2',''),(23575,19401,'_shipping_city',''),(23576,19401,'_shipping_state',''),(23577,19401,'_shipping_postcode',''),(23578,19401,'_shipping_country',''),(23579,19401,'_order_currency','USD'),(23580,19401,'_cart_discount','0'),(23581,19401,'_cart_discount_tax','0'),(23582,19401,'_order_shipping','0'),(23583,19401,'_order_shipping_tax','0'),(23584,19401,'_order_tax','0'),(23585,19401,'_order_total','59'),(23586,19401,'_order_version','3.2.5'),(23587,19401,'_prices_include_tax','no'),(23588,19401,'_billing_address_index','Lisa Majewski Site Traffic Digital Marketing 78625 Kidder Road  Romeo MI 48306 US lisa@sitetrafficdm.com 5866041889'),(23589,19401,'_shipping_address_index','        '),(23590,19401,'_wxr_import_user_slug','admin'),(23591,19401,'fusion_demo_import','classic_shop'),(23592,19408,'_order_key','wc_order_5a30061818f43'),(23593,19408,'_customer_user','0'),(23594,19408,'_payment_method','paypal'),(23595,19408,'_payment_method_title','PayPal'),(23596,19408,'_transaction_id',''),(23597,19408,'_customer_ip_address','201.92.190.13'),(23598,19408,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.81 safari/537.36'),(23599,19408,'_created_via','checkout'),(23600,19408,'_date_completed',''),(23601,19408,'_completed_date',''),(23602,19408,'_date_paid',''),(23603,19408,'_paid_date',''),(23604,19408,'_cart_hash','d928386aac9fa249f4c8ee512b5b0d5a'),(23605,19408,'_billing_first_name','adriano'),(23606,19408,'_billing_last_name','ferraz'),(23607,19408,'_billing_company','adrad'),(23608,19408,'_billing_address_1','avenida 1'),(23609,19408,'_billing_address_2','43'),(23610,19408,'_billing_city','sao paulo'),(23611,19408,'_billing_state','SP'),(23612,19408,'_billing_postcode','05547-030'),(23613,19408,'_billing_country','BR'),(23614,19408,'_billing_email','adriano@asantapedra.com.br'),(23615,19408,'_billing_phone','11 30211403'),(23616,19408,'_shipping_first_name',''),(23617,19408,'_shipping_last_name',''),(23618,19408,'_shipping_company',''),(23619,19408,'_shipping_address_1',''),(23620,19408,'_shipping_address_2',''),(23621,19408,'_shipping_city',''),(23622,19408,'_shipping_state',''),(23623,19408,'_shipping_postcode',''),(23624,19408,'_shipping_country',''),(23625,19408,'_order_currency','USD'),(23626,19408,'_cart_discount','0'),(23627,19408,'_cart_discount_tax','0'),(23628,19408,'_order_shipping','0'),(23629,19408,'_order_shipping_tax','0'),(23630,19408,'_order_tax','0'),(23631,19408,'_order_total','45'),(23632,19408,'_order_version','3.2.5'),(23633,19408,'_prices_include_tax','no'),(23634,19408,'_billing_address_index','adriano ferraz adrad avenida 1 43 sao paulo SP 05547-030 BR adriano@asantapedra.com.br 11 30211403'),(23635,19408,'_shipping_address_index','        '),(23636,19408,'_wxr_import_user_slug','admin'),(23637,19408,'fusion_demo_import','classic_shop'),(23638,19411,'_order_key','wc_order_5a3118c16ed1a'),(23639,19411,'_customer_user','6743'),(23640,19411,'_payment_method','paypal'),(23641,19411,'_payment_method_title','PayPal'),(23642,19411,'_transaction_id',''),(23643,19411,'_customer_ip_address','87.242.221.186'),(23644,19411,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(23645,19411,'_created_via','checkout'),(23646,19411,'_date_completed',''),(23647,19411,'_completed_date',''),(23648,19411,'_date_paid',''),(23649,19411,'_paid_date',''),(23650,19411,'_cart_hash','66aac47f806fe2c4550fe99482f5c312'),(23651,19411,'_billing_first_name','David'),(23652,19411,'_billing_last_name','Campbell'),(23653,19411,'_billing_company',''),(23654,19411,'_billing_address_1','13 Strathord Street'),(23655,19411,'_billing_address_2',''),(23656,19411,'_billing_city','Glasgow'),(23657,19411,'_billing_state',''),(23658,19411,'_billing_postcode','G32 7SR'),(23659,19411,'_billing_country','GB'),(23660,19411,'_billing_email','david.campbell@arran.com'),(23661,19411,'_billing_phone','07760162200'),(23662,19411,'_shipping_first_name',''),(23663,19411,'_shipping_last_name',''),(23664,19411,'_shipping_company',''),(23665,19411,'_shipping_address_1',''),(23666,19411,'_shipping_address_2',''),(23667,19411,'_shipping_city',''),(23668,19411,'_shipping_state',''),(23669,19411,'_shipping_postcode',''),(23670,19411,'_shipping_country',''),(23671,19411,'_order_currency','USD'),(23672,19411,'_cart_discount','0'),(23673,19411,'_cart_discount_tax','0'),(23674,19411,'_order_shipping','0'),(23675,19411,'_order_shipping_tax','0'),(23676,19411,'_order_tax','0'),(23677,19411,'_order_total','626'),(23678,19411,'_order_version','3.2.5'),(23679,19411,'_prices_include_tax','no'),(23680,19411,'_billing_address_index','David Campbell  13 Strathord Street  Glasgow  G32 7SR GB david.campbell@arran.com 07760162200'),(23681,19411,'_shipping_address_index','        '),(23682,19411,'_wxr_import_user_slug','admin'),(23683,19411,'fusion_demo_import','classic_shop'),(23684,19415,'_order_key','wc_order_5a3311ba77abf'),(23685,19415,'_customer_user','6766'),(23686,19415,'_payment_method','paypal'),(23687,19415,'_payment_method_title','PayPal'),(23688,19415,'_transaction_id',''),(23689,19415,'_customer_ip_address','2.190.233.22'),(23690,19415,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(23691,19415,'_created_via','checkout'),(23692,19415,'_date_completed',''),(23693,19415,'_completed_date',''),(23694,19415,'_date_paid',''),(23695,19415,'_paid_date',''),(23696,19415,'_cart_hash','48f4439c8055c0d3e910f6766041798d'),(23697,19415,'_billing_first_name','aidin'),(23698,19415,'_billing_last_name','dorkhah'),(23699,19415,'_billing_company','dori'),(23700,19415,'_billing_address_1','dvdase'),(23701,19415,'_billing_address_2','sb'),(23702,19415,'_billing_city','253845678'),(23703,19415,'_billing_state','THR'),(23704,19415,'_billing_postcode','123458135485'),(23705,19415,'_billing_country','IR'),(23706,19415,'_billing_email','aidin.dorkhah@gmail.com'),(23707,19415,'_billing_phone','22584112'),(23708,19415,'_shipping_first_name',''),(23709,19415,'_shipping_last_name',''),(23710,19415,'_shipping_company',''),(23711,19415,'_shipping_address_1',''),(23712,19415,'_shipping_address_2',''),(23713,19415,'_shipping_city',''),(23714,19415,'_shipping_state',''),(23715,19415,'_shipping_postcode',''),(23716,19415,'_shipping_country',''),(23717,19415,'_order_currency','USD'),(23718,19415,'_cart_discount','0'),(23719,19415,'_cart_discount_tax','0'),(23720,19415,'_order_shipping','0'),(23721,19415,'_order_shipping_tax','0'),(23722,19415,'_order_tax','0'),(23723,19415,'_order_total','409'),(23724,19415,'_order_version','3.2.5'),(23725,19415,'_prices_include_tax','no'),(23726,19415,'_billing_address_index','aidin dorkhah dori dvdase sb 253845678 THR 123458135485 IR aidin.dorkhah@gmail.com 22584112'),(23727,19415,'_shipping_address_index','        '),(23728,19415,'_wxr_import_user_slug','admin'),(23729,19415,'fusion_demo_import','classic_shop'),(23730,19419,'_order_key','wc_order_5a3838fe90aea'),(23731,19419,'_customer_user','0'),(23732,19419,'_payment_method','paypal'),(23733,19419,'_payment_method_title','PayPal'),(23734,19419,'_transaction_id',''),(23735,19419,'_customer_ip_address','113.173.84.16'),(23736,19419,'_customer_user_agent','mozilla/5.0 (linux; android 8.0.0; f8332 build/41.3.a.0.401) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.111 mobile safari/537.36'),(23737,19419,'_created_via','checkout'),(23738,19419,'_date_completed',''),(23739,19419,'_completed_date',''),(23740,19419,'_date_paid',''),(23741,19419,'_paid_date',''),(23742,19419,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(23743,19419,'_billing_first_name','Eric'),(23744,19419,'_billing_last_name','Nguyen'),(23745,19419,'_billing_company',''),(23746,19419,'_billing_address_1','123 Tran Hung Dao'),(23747,19419,'_billing_address_2',''),(23748,19419,'_billing_city','Quan 3'),(23749,19419,'_billing_state',''),(23750,19419,'_billing_postcode','700000'),(23751,19419,'_billing_country','VN'),(23752,19419,'_billing_email','Tonny.hieu3006@gmail.com'),(23753,19419,'_billing_phone','0977224455'),(23754,19419,'_shipping_first_name',''),(23755,19419,'_shipping_last_name',''),(23756,19419,'_shipping_company',''),(23757,19419,'_shipping_address_1',''),(23758,19419,'_shipping_address_2',''),(23759,19419,'_shipping_city',''),(23760,19419,'_shipping_state',''),(23761,19419,'_shipping_postcode',''),(23762,19419,'_shipping_country',''),(23763,19419,'_order_currency','USD'),(23764,19419,'_cart_discount','0'),(23765,19419,'_cart_discount_tax','0'),(23766,19419,'_order_shipping','0'),(23767,19419,'_order_shipping_tax','0'),(23768,19419,'_order_tax','0'),(23769,19419,'_order_total','176'),(23770,19419,'_order_version','3.2.5'),(23771,19419,'_prices_include_tax','no'),(23772,19419,'_billing_address_index','Eric Nguyen  123 Tran Hung Dao  Quan 3  700000 VN Tonny.hieu3006@gmail.com 0977224455'),(23773,19419,'_shipping_address_index','        '),(23774,19419,'_wxr_import_user_slug','admin'),(23775,19419,'fusion_demo_import','classic_shop'),(23776,19422,'_order_key','wc_order_5a3910238c029'),(23777,19422,'_customer_user','0'),(23778,19422,'_payment_method','paypal'),(23779,19422,'_payment_method_title','PayPal'),(23780,19422,'_transaction_id',''),(23781,19422,'_customer_ip_address','27.121.103.210'),(23782,19422,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(23783,19422,'_created_via','checkout'),(23784,19422,'_date_completed',''),(23785,19422,'_completed_date',''),(23786,19422,'_date_paid',''),(23787,19422,'_paid_date',''),(23788,19422,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(23789,19422,'_billing_first_name','Tester'),(23790,19422,'_billing_last_name','Tester1'),(23791,19422,'_billing_company','Test Company'),(23792,19422,'_billing_address_1','test address'),(23793,19422,'_billing_address_2','test Apartment'),(23794,19422,'_billing_city','Raleigh'),(23795,19422,'_billing_state','DN'),(23796,19422,'_billing_postcode','27010'),(23797,19422,'_billing_country','IN'),(23798,19422,'_billing_email','tester@test.com'),(23799,19422,'_billing_phone','1234567890'),(23800,19422,'_shipping_first_name',''),(23801,19422,'_shipping_last_name',''),(23802,19422,'_shipping_company',''),(23803,19422,'_shipping_address_1',''),(23804,19422,'_shipping_address_2',''),(23805,19422,'_shipping_city',''),(23806,19422,'_shipping_state',''),(23807,19422,'_shipping_postcode',''),(23808,19422,'_shipping_country',''),(23809,19422,'_order_currency','USD'),(23810,19422,'_cart_discount','0'),(23811,19422,'_cart_discount_tax','0'),(23812,19422,'_order_shipping','0'),(23813,19422,'_order_shipping_tax','0'),(23814,19422,'_order_tax','0'),(23815,19422,'_order_total','200'),(23816,19422,'_order_version','3.2.5'),(23817,19422,'_prices_include_tax','no'),(23818,19422,'_billing_address_index','Tester Tester1 Test Company test address test Apartment Raleigh DN 27010 IN tester@test.com 1234567890'),(23819,19422,'_shipping_address_index','        '),(23820,19422,'_wxr_import_user_slug','admin'),(23821,19422,'fusion_demo_import','classic_shop'),(23822,19423,'_order_key','wc_order_5a39c9c215358'),(23823,19423,'_customer_user','0'),(23824,19423,'_payment_method','paypal'),(23825,19423,'_payment_method_title','PayPal'),(23826,19423,'_transaction_id',''),(23827,19423,'_customer_ip_address','47.74.7.83'),(23828,19423,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3269.3 safari/537.36'),(23829,19423,'_created_via','checkout'),(23830,19423,'_date_completed',''),(23831,19423,'_completed_date',''),(23832,19423,'_date_paid',''),(23833,19423,'_paid_date',''),(23834,19423,'_cart_hash','43e419530cdecfbeb515694db5ad68e3'),(23835,19423,'_billing_first_name','allen'),(23836,19423,'_billing_last_name','smith'),(23837,19423,'_billing_company',''),(23838,19423,'_billing_address_1','street'),(23839,19423,'_billing_address_2',''),(23840,19423,'_billing_city','newyouk'),(23841,19423,'_billing_state','CA'),(23842,19423,'_billing_postcode','51500'),(23843,19423,'_billing_country','US'),(23844,19423,'_billing_email','allen6337@mail.com'),(23845,19423,'_billing_phone','158963547'),(23846,19423,'_shipping_first_name',''),(23847,19423,'_shipping_last_name',''),(23848,19423,'_shipping_company',''),(23849,19423,'_shipping_address_1',''),(23850,19423,'_shipping_address_2',''),(23851,19423,'_shipping_city',''),(23852,19423,'_shipping_state',''),(23853,19423,'_shipping_postcode',''),(23854,19423,'_shipping_country',''),(23855,19423,'_order_currency','USD'),(23856,19423,'_cart_discount','0'),(23857,19423,'_cart_discount_tax','0'),(23858,19423,'_order_shipping','0'),(23859,19423,'_order_shipping_tax','0'),(23860,19423,'_order_tax','0'),(23861,19423,'_order_total','96'),(23862,19423,'_order_version','3.2.5'),(23863,19423,'_prices_include_tax','no'),(23864,19423,'_billing_address_index','allen smith  street  newyouk CA 51500 US allen6337@mail.com 158963547'),(23865,19423,'_shipping_address_index','        '),(23866,19423,'_wxr_import_user_slug','admin'),(23867,19423,'fusion_demo_import','classic_shop'),(23868,19424,'_order_key','wc_order_5a3a3f0e72a55'),(23869,19424,'_customer_user','0'),(23870,19424,'_payment_method','paypal'),(23871,19424,'_payment_method_title','PayPal'),(23872,19424,'_transaction_id',''),(23873,19424,'_customer_ip_address','186.72.201.186'),(23874,19424,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(23875,19424,'_created_via','checkout'),(23876,19424,'_date_completed',''),(23877,19424,'_completed_date',''),(23878,19424,'_date_paid',''),(23879,19424,'_paid_date',''),(23880,19424,'_cart_hash','fb41729637c230229a9b13b8bf6a9224'),(23881,19424,'_billing_first_name','Nicole'),(23882,19424,'_billing_last_name','Lasso'),(23883,19424,'_billing_company','Ceste'),(23884,19424,'_billing_address_1','La Chorrera Calle 2da'),(23885,19424,'_billing_address_2','Barriada Valle Dorado'),(23886,19424,'_billing_city','La Chorrera'),(23887,19424,'_billing_state','Panama'),(23888,19424,'_billing_postcode','507'),(23889,19424,'_billing_country','PA'),(23890,19424,'_billing_email','nlasso@gmail.com'),(23891,19424,'_billing_phone','61656239'),(23892,19424,'_shipping_first_name',''),(23893,19424,'_shipping_last_name',''),(23894,19424,'_shipping_company',''),(23895,19424,'_shipping_address_1',''),(23896,19424,'_shipping_address_2',''),(23897,19424,'_shipping_city',''),(23898,19424,'_shipping_state',''),(23899,19424,'_shipping_postcode',''),(23900,19424,'_shipping_country',''),(23901,19424,'_order_currency','USD'),(23902,19424,'_cart_discount','0'),(23903,19424,'_cart_discount_tax','0'),(23904,19424,'_order_shipping','0'),(23905,19424,'_order_shipping_tax','0'),(23906,19424,'_order_tax','0'),(23907,19424,'_order_total','246'),(23908,19424,'_order_version','3.2.5'),(23909,19424,'_prices_include_tax','no'),(23910,19424,'_billing_address_index','Nicole Lasso Ceste La Chorrera Calle 2da Barriada Valle Dorado La Chorrera Panama 507 PA nlasso@gmail.com 61656239'),(23911,19424,'_shipping_address_index','        '),(23912,19424,'_wxr_import_user_slug','admin'),(23913,19424,'fusion_demo_import','classic_shop'),(23914,19425,'_order_key','wc_order_5a3a89aff225a'),(23915,19425,'_customer_user','0'),(23916,19425,'_payment_method','paypal'),(23917,19425,'_payment_method_title','PayPal'),(23918,19425,'_transaction_id',''),(23919,19425,'_customer_ip_address','45.121.190.5'),(23920,19425,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(23921,19425,'_created_via','checkout'),(23922,19425,'_date_completed',''),(23923,19425,'_completed_date',''),(23924,19425,'_date_paid',''),(23925,19425,'_paid_date',''),(23926,19425,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(23927,19425,'_billing_first_name','asd'),(23928,19425,'_billing_last_name','asd'),(23929,19425,'_billing_company','asdf'),(23930,19425,'_billing_address_1','12'),(23931,19425,'_billing_address_2','qwer'),(23932,19425,'_billing_city','Delhi'),(23933,19425,'_billing_state','DL'),(23934,19425,'_billing_postcode','110003'),(23935,19425,'_billing_country','IN'),(23936,19425,'_billing_email','delhicoverage.com@gmail.com'),(23937,19425,'_billing_phone','+919582424090'),(23938,19425,'_shipping_first_name',''),(23939,19425,'_shipping_last_name',''),(23940,19425,'_shipping_company',''),(23941,19425,'_shipping_address_1',''),(23942,19425,'_shipping_address_2',''),(23943,19425,'_shipping_city',''),(23944,19425,'_shipping_state',''),(23945,19425,'_shipping_postcode',''),(23946,19425,'_shipping_country',''),(23947,19425,'_order_currency','USD'),(23948,19425,'_cart_discount','0'),(23949,19425,'_cart_discount_tax','0'),(23950,19425,'_order_shipping','0'),(23951,19425,'_order_shipping_tax','0'),(23952,19425,'_order_tax','0'),(23953,19425,'_order_total','176'),(23954,19425,'_order_version','3.2.5'),(23955,19425,'_prices_include_tax','no'),(23956,19425,'_billing_address_index','asd asd asdf 12 qwer Delhi DL 110003 IN delhicoverage.com@gmail.com +919582424090'),(23957,19425,'_shipping_address_index','        '),(23958,19425,'_wxr_import_user_slug','admin'),(23959,19425,'fusion_demo_import','classic_shop'),(23960,19427,'_order_key','wc_order_5a3c39dc91942'),(23961,19427,'_customer_user','0'),(23962,19427,'_payment_method','paypal'),(23963,19427,'_payment_method_title','PayPal'),(23964,19427,'_transaction_id',''),(23965,19427,'_customer_ip_address','2a01:cb00:508:e600:a997:8ca6:c2fe:2b75'),(23966,19427,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(23967,19427,'_created_via','checkout'),(23968,19427,'_date_completed',''),(23969,19427,'_completed_date',''),(23970,19427,'_date_paid',''),(23971,19427,'_paid_date',''),(23972,19427,'_cart_hash','d928386aac9fa249f4c8ee512b5b0d5a'),(23973,19427,'_billing_first_name','Alexandre'),(23974,19427,'_billing_last_name','Marotel'),(23975,19427,'_billing_company','Pixi'),(23976,19427,'_billing_address_1','rue sous l\'Eglise'),(23977,19427,'_billing_address_2','9'),(23978,19427,'_billing_city','Chemilly / Yonne'),(23979,19427,'_billing_state',''),(23980,19427,'_billing_postcode','89250'),(23981,19427,'_billing_country','FR'),(23982,19427,'_billing_email','blabla@gmail.com'),(23983,19427,'_billing_phone','0786063948'),(23984,19427,'_shipping_first_name',''),(23985,19427,'_shipping_last_name',''),(23986,19427,'_shipping_company',''),(23987,19427,'_shipping_address_1',''),(23988,19427,'_shipping_address_2',''),(23989,19427,'_shipping_city',''),(23990,19427,'_shipping_state',''),(23991,19427,'_shipping_postcode',''),(23992,19427,'_shipping_country',''),(23993,19427,'_order_currency','USD'),(23994,19427,'_cart_discount','0'),(23995,19427,'_cart_discount_tax','0'),(23996,19427,'_order_shipping','0'),(23997,19427,'_order_shipping_tax','0'),(23998,19427,'_order_tax','0'),(23999,19427,'_order_total','45'),(24000,19427,'_order_version','3.2.5'),(24001,19427,'_prices_include_tax','no'),(24002,19427,'_billing_address_index','Alexandre Marotel Pixi rue sous l\'Eglise 9 Chemilly / Yonne  89250 FR blabla@gmail.com 0786063948'),(24003,19427,'_shipping_address_index','        '),(24004,19427,'_wxr_import_user_slug','admin'),(24005,19427,'fusion_demo_import','classic_shop'),(24006,19429,'_order_key','wc_order_5a3f8d9bbe33d'),(24007,19429,'_customer_user','0'),(24008,19429,'_payment_method','paypal'),(24009,19429,'_payment_method_title','PayPal'),(24010,19429,'_transaction_id',''),(24011,19429,'_customer_ip_address','213.194.201.145'),(24012,19429,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24013,19429,'_created_via','checkout'),(24014,19429,'_date_completed',''),(24015,19429,'_completed_date',''),(24016,19429,'_date_paid',''),(24017,19429,'_paid_date',''),(24018,19429,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(24019,19429,'_billing_first_name','xvxdfsad'),(24020,19429,'_billing_last_name','sdfsd'),(24021,19429,'_billing_company',''),(24022,19429,'_billing_address_1','aadcvvy6456'),(24023,19429,'_billing_address_2',''),(24024,19429,'_billing_city','majd'),(24025,19429,'_billing_state',''),(24026,19429,'_billing_postcode','46153'),(24027,19429,'_billing_country','CZ'),(24028,19429,'_billing_email','ahsh@xn--gjs-1s5a.ch'),(24029,19429,'_billing_phone','4653'),(24030,19429,'_shipping_first_name',''),(24031,19429,'_shipping_last_name',''),(24032,19429,'_shipping_company',''),(24033,19429,'_shipping_address_1',''),(24034,19429,'_shipping_address_2',''),(24035,19429,'_shipping_city',''),(24036,19429,'_shipping_state',''),(24037,19429,'_shipping_postcode',''),(24038,19429,'_shipping_country',''),(24039,19429,'_order_currency','USD'),(24040,19429,'_cart_discount','0'),(24041,19429,'_cart_discount_tax','0'),(24042,19429,'_order_shipping','0'),(24043,19429,'_order_shipping_tax','0'),(24044,19429,'_order_tax','0'),(24045,19429,'_order_total','200'),(24046,19429,'_order_version','3.2.5'),(24047,19429,'_prices_include_tax','no'),(24048,19429,'_billing_address_index','xvxdfsad sdfsd  aadcvvy6456  majd  46153 CZ ahsh@xn--gjs-1s5a.ch 4653'),(24049,19429,'_shipping_address_index','        '),(24050,19429,'_wxr_import_user_slug','admin'),(24051,19429,'fusion_demo_import','classic_shop'),(24052,19432,'_order_key','wc_order_5a4379b17cbb0'),(24053,19432,'_customer_user','0'),(24054,19432,'_payment_method','paypal'),(24055,19432,'_payment_method_title','PayPal'),(24056,19432,'_transaction_id',''),(24057,19432,'_customer_ip_address','87.5.1.11'),(24058,19432,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24059,19432,'_created_via','checkout'),(24060,19432,'_date_completed',''),(24061,19432,'_completed_date',''),(24062,19432,'_date_paid',''),(24063,19432,'_paid_date',''),(24064,19432,'_cart_hash','a32f04cca92280d0cbddd3afe813a518'),(24065,19432,'_billing_first_name','hhh'),(24066,19432,'_billing_last_name','ffff'),(24067,19432,'_billing_company','hfdhfh'),(24068,19432,'_billing_address_1','thfghfh'),(24069,19432,'_billing_address_2',''),(24070,19432,'_billing_city','fgfghfh'),(24071,19432,'_billing_state','AR'),(24072,19432,'_billing_postcode','505050'),(24073,19432,'_billing_country','IT'),(24074,19432,'_billing_email','ddhgdf@fgfdsgsg.oi'),(24075,19432,'_billing_phone','25234345345'),(24076,19432,'_shipping_first_name',''),(24077,19432,'_shipping_last_name',''),(24078,19432,'_shipping_company',''),(24079,19432,'_shipping_address_1',''),(24080,19432,'_shipping_address_2',''),(24081,19432,'_shipping_city',''),(24082,19432,'_shipping_state',''),(24083,19432,'_shipping_postcode',''),(24084,19432,'_shipping_country',''),(24085,19432,'_order_currency','USD'),(24086,19432,'_cart_discount','0'),(24087,19432,'_cart_discount_tax','0'),(24088,19432,'_order_shipping','0'),(24089,19432,'_order_shipping_tax','0'),(24090,19432,'_order_tax','0'),(24091,19432,'_order_total','47'),(24092,19432,'_order_version','3.2.5'),(24093,19432,'_prices_include_tax','no'),(24094,19432,'_billing_address_index','hhh ffff hfdhfh thfghfh  fgfghfh AR 505050 IT ddhgdf@fgfdsgsg.oi 25234345345'),(24095,19432,'_shipping_address_index','        '),(24096,19432,'_wxr_import_user_slug','admin'),(24097,19432,'fusion_demo_import','classic_shop'),(24098,19433,'_order_key','wc_order_5a4389467f7e1'),(24099,19433,'_customer_user','6782'),(24100,19433,'_payment_method','paypal'),(24101,19433,'_payment_method_title','PayPal'),(24102,19433,'_transaction_id',''),(24103,19433,'_customer_ip_address','2405:204:5700:f1ac:6c00:a872:e2d9:8527'),(24104,19433,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24105,19433,'_created_via','checkout'),(24106,19433,'_date_completed',''),(24107,19433,'_completed_date',''),(24108,19433,'_date_paid',''),(24109,19433,'_paid_date',''),(24110,19433,'_cart_hash','3c09e8318154e6f74aa9557db3fe6022'),(24111,19433,'_billing_first_name','Manju'),(24112,19433,'_billing_last_name','T'),(24113,19433,'_billing_company','Pmfias'),(24114,19433,'_billing_address_1','Hill top'),(24115,19433,'_billing_address_2','Mumbai'),(24116,19433,'_billing_city','Sindh'),(24117,19433,'_billing_state','KA'),(24118,19433,'_billing_postcode','560054'),(24119,19433,'_billing_country','IN'),(24120,19433,'_billing_email','manjupmf@gmail.com'),(24121,19433,'_billing_phone','8971887458'),(24122,19433,'_shipping_first_name',''),(24123,19433,'_shipping_last_name',''),(24124,19433,'_shipping_company',''),(24125,19433,'_shipping_address_1',''),(24126,19433,'_shipping_address_2',''),(24127,19433,'_shipping_city',''),(24128,19433,'_shipping_state',''),(24129,19433,'_shipping_postcode',''),(24130,19433,'_shipping_country',''),(24131,19433,'_order_currency','USD'),(24132,19433,'_cart_discount','0'),(24133,19433,'_cart_discount_tax','0'),(24134,19433,'_order_shipping','0'),(24135,19433,'_order_shipping_tax','0'),(24136,19433,'_order_tax','0'),(24137,19433,'_order_total','1816'),(24138,19433,'_order_version','3.2.5'),(24139,19433,'_prices_include_tax','no'),(24140,19433,'_billing_address_index','Manju T Pmfias Hill top Mumbai Sindh KA 560054 IN manjupmf@gmail.com 8971887458'),(24141,19433,'_shipping_address_index','        '),(24142,19433,'_wxr_import_user_slug','admin'),(24143,19433,'fusion_demo_import','classic_shop'),(24144,19435,'_order_key','wc_order_5a43e74f46fb0'),(24145,19435,'_customer_user','0'),(24146,19435,'_payment_method','paypal'),(24147,19435,'_payment_method_title','PayPal'),(24148,19435,'_transaction_id',''),(24149,19435,'_customer_ip_address','2405:205:1086:9279:f088:282f:fff2:e7a9'),(24150,19435,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64; rv:58.0) gecko/20100101 firefox/58.0'),(24151,19435,'_created_via','checkout'),(24152,19435,'_date_completed',''),(24153,19435,'_completed_date',''),(24154,19435,'_date_paid',''),(24155,19435,'_paid_date',''),(24156,19435,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(24157,19435,'_billing_first_name','fsgf'),(24158,19435,'_billing_last_name','sfgs'),(24159,19435,'_billing_company','fgsfg'),(24160,19435,'_billing_address_1','sfg'),(24161,19435,'_billing_address_2','sfg'),(24162,19435,'_billing_city','sf'),(24163,19435,'_billing_state','AS'),(24164,19435,'_billing_postcode','7878878'),(24165,19435,'_billing_country','IN'),(24166,19435,'_billing_email','adfad@gmail.com'),(24167,19435,'_billing_phone','46546464656'),(24168,19435,'_shipping_first_name',''),(24169,19435,'_shipping_last_name',''),(24170,19435,'_shipping_company',''),(24171,19435,'_shipping_address_1',''),(24172,19435,'_shipping_address_2',''),(24173,19435,'_shipping_city',''),(24174,19435,'_shipping_state',''),(24175,19435,'_shipping_postcode',''),(24176,19435,'_shipping_country',''),(24177,19435,'_order_currency','USD'),(24178,19435,'_cart_discount','0'),(24179,19435,'_cart_discount_tax','0'),(24180,19435,'_order_shipping','0'),(24181,19435,'_order_shipping_tax','0'),(24182,19435,'_order_tax','0'),(24183,19435,'_order_total','200'),(24184,19435,'_order_version','3.2.5'),(24185,19435,'_prices_include_tax','no'),(24186,19435,'_billing_address_index','fsgf sfgs fgsfg sfg sfg sf AS 7878878 IN adfad@gmail.com 46546464656'),(24187,19435,'_shipping_address_index','        '),(24188,19435,'_wxr_import_user_slug','admin'),(24189,19435,'fusion_demo_import','classic_shop'),(24190,19436,'_order_key','wc_order_5a4460d4b8134'),(24191,19436,'_customer_user','0'),(24192,19436,'_payment_method','paypal'),(24193,19436,'_payment_method_title','PayPal'),(24194,19436,'_transaction_id',''),(24195,19436,'_customer_ip_address','71.76.208.235'),(24196,19436,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24197,19436,'_created_via','checkout'),(24198,19436,'_date_completed',''),(24199,19436,'_completed_date',''),(24200,19436,'_date_paid',''),(24201,19436,'_paid_date',''),(24202,19436,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(24203,19436,'_billing_first_name','kjkfda'),(24204,19436,'_billing_last_name','klfjdsaklfj'),(24205,19436,'_billing_company',''),(24206,19436,'_billing_address_1','350 main st'),(24207,19436,'_billing_address_2',''),(24208,19436,'_billing_city','winston-salem'),(24209,19436,'_billing_state','NC'),(24210,19436,'_billing_postcode','27107'),(24211,19436,'_billing_country','US'),(24212,19436,'_billing_email','dmalms@lkajlf.com'),(24213,19436,'_billing_phone','3367890123'),(24214,19436,'_shipping_first_name',''),(24215,19436,'_shipping_last_name',''),(24216,19436,'_shipping_company',''),(24217,19436,'_shipping_address_1',''),(24218,19436,'_shipping_address_2',''),(24219,19436,'_shipping_city',''),(24220,19436,'_shipping_state',''),(24221,19436,'_shipping_postcode',''),(24222,19436,'_shipping_country',''),(24223,19436,'_order_currency','USD'),(24224,19436,'_cart_discount','0'),(24225,19436,'_cart_discount_tax','0'),(24226,19436,'_order_shipping','0'),(24227,19436,'_order_shipping_tax','0'),(24228,19436,'_order_tax','0'),(24229,19436,'_order_total','200'),(24230,19436,'_order_version','3.2.5'),(24231,19436,'_prices_include_tax','no'),(24232,19436,'_billing_address_index','kjkfda klfjdsaklfj  350 main st  winston-salem NC 27107 US dmalms@lkajlf.com 3367890123'),(24233,19436,'_shipping_address_index','        '),(24234,19436,'_wxr_import_user_slug','admin'),(24235,19436,'fusion_demo_import','classic_shop'),(24236,19437,'_order_key','wc_order_5a44a3938fb58'),(24237,19437,'_customer_user','0'),(24238,19437,'_payment_method','paypal'),(24239,19437,'_payment_method_title','PayPal'),(24240,19437,'_transaction_id',''),(24241,19437,'_customer_ip_address','88.208.206.128'),(24242,19437,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24243,19437,'_created_via','checkout'),(24244,19437,'_date_completed',''),(24245,19437,'_completed_date',''),(24246,19437,'_date_paid',''),(24247,19437,'_paid_date',''),(24248,19437,'_cart_hash','7e8f42871dd0a621f93ac957c50b1654'),(24249,19437,'_billing_first_name','sdfsdf'),(24250,19437,'_billing_last_name','sdfsdf'),(24251,19437,'_billing_company','sdf'),(24252,19437,'_billing_address_1','sdfsd'),(24253,19437,'_billing_address_2','fsdfsdfsdf'),(24254,19437,'_billing_city','sdfdsfdsf'),(24255,19437,'_billing_state','AR'),(24256,19437,'_billing_postcode','99999'),(24257,19437,'_billing_country','US'),(24258,19437,'_billing_email','7hashemi@gmail.com'),(24259,19437,'_billing_phone','454545'),(24260,19437,'_shipping_first_name',''),(24261,19437,'_shipping_last_name',''),(24262,19437,'_shipping_company',''),(24263,19437,'_shipping_address_1',''),(24264,19437,'_shipping_address_2',''),(24265,19437,'_shipping_city',''),(24266,19437,'_shipping_state',''),(24267,19437,'_shipping_postcode',''),(24268,19437,'_shipping_country',''),(24269,19437,'_order_currency','USD'),(24270,19437,'_cart_discount','0'),(24271,19437,'_cart_discount_tax','0'),(24272,19437,'_order_shipping','0'),(24273,19437,'_order_shipping_tax','0'),(24274,19437,'_order_tax','0'),(24275,19437,'_order_total','182'),(24276,19437,'_order_version','3.2.5'),(24277,19437,'_prices_include_tax','no'),(24278,19437,'_billing_address_index','sdfsdf sdfsdf sdf sdfsd fsdfsdfsdf sdfdsfdsf AR 99999 US 7hashemi@gmail.com 454545'),(24279,19437,'_shipping_address_index','        '),(24280,19437,'_wxr_import_user_slug','admin'),(24281,19437,'fusion_demo_import','classic_shop'),(24282,19438,'_order_key','wc_order_5a4641dbb7e25'),(24283,19438,'_customer_user','0'),(24284,19438,'_payment_method','paypal'),(24285,19438,'_payment_method_title','PayPal'),(24286,19438,'_transaction_id',''),(24287,19438,'_customer_ip_address','178.119.220.89'),(24288,19438,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24289,19438,'_created_via','checkout'),(24290,19438,'_date_completed',''),(24291,19438,'_completed_date',''),(24292,19438,'_date_paid',''),(24293,19438,'_paid_date',''),(24294,19438,'_cart_hash','338a3e19e58c8e36e4c4c4748a063f00'),(24295,19438,'_billing_first_name','gngn'),(24296,19438,'_billing_last_name','cccc n'),(24297,19438,'_billing_company',''),(24298,19438,'_billing_address_1','12 jghgcg'),(24299,19438,'_billing_address_2',''),(24300,19438,'_billing_city','bhjh'),(24301,19438,'_billing_state',''),(24302,19438,'_billing_postcode','8000'),(24303,19438,'_billing_country','BE'),(24304,19438,'_billing_email','jkhjk@bhcg.bv'),(24305,19438,'_billing_phone','0154365855'),(24306,19438,'_shipping_first_name',''),(24307,19438,'_shipping_last_name',''),(24308,19438,'_shipping_company',''),(24309,19438,'_shipping_address_1',''),(24310,19438,'_shipping_address_2',''),(24311,19438,'_shipping_city',''),(24312,19438,'_shipping_state',''),(24313,19438,'_shipping_postcode',''),(24314,19438,'_shipping_country',''),(24315,19438,'_order_currency','USD'),(24316,19438,'_cart_discount','0'),(24317,19438,'_cart_discount_tax','0'),(24318,19438,'_order_shipping','0'),(24319,19438,'_order_shipping_tax','0'),(24320,19438,'_order_tax','0'),(24321,19438,'_order_total','59'),(24322,19438,'_order_version','3.2.5'),(24323,19438,'_prices_include_tax','no'),(24324,19438,'_billing_address_index','gngn cccc n  12 jghgcg  bhjh  8000 BE jkhjk@bhcg.bv 0154365855'),(24325,19438,'_shipping_address_index','        '),(24326,19438,'_wxr_import_user_slug','admin'),(24327,19438,'fusion_demo_import','classic_shop'),(24328,19439,'_order_key','wc_order_5a46d0cdb5f48'),(24329,19439,'_customer_user','0'),(24330,19439,'_payment_method','paypal'),(24331,19439,'_payment_method_title','PayPal'),(24332,19439,'_transaction_id',''),(24333,19439,'_customer_ip_address','49.188.22.143'),(24334,19439,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24335,19439,'_created_via','checkout'),(24336,19439,'_date_completed',''),(24337,19439,'_completed_date',''),(24338,19439,'_date_paid',''),(24339,19439,'_paid_date',''),(24340,19439,'_cart_hash','7d64d9e93ff63431bdbfa887f71ba8b2'),(24341,19439,'_billing_first_name','Keely'),(24342,19439,'_billing_last_name','Worth'),(24343,19439,'_billing_company',''),(24344,19439,'_billing_address_1','PO Box 111'),(24345,19439,'_billing_address_2',''),(24346,19439,'_billing_city','Melbourne'),(24347,19439,'_billing_state','QLD'),(24348,19439,'_billing_postcode','3000'),(24349,19439,'_billing_country','AU'),(24350,19439,'_billing_email','keelyworth@gmail.com'),(24351,19439,'_billing_phone','0400075560'),(24352,19439,'_shipping_first_name',''),(24353,19439,'_shipping_last_name',''),(24354,19439,'_shipping_company',''),(24355,19439,'_shipping_address_1',''),(24356,19439,'_shipping_address_2',''),(24357,19439,'_shipping_city',''),(24358,19439,'_shipping_state',''),(24359,19439,'_shipping_postcode',''),(24360,19439,'_shipping_country',''),(24361,19439,'_order_currency','USD'),(24362,19439,'_cart_discount','0'),(24363,19439,'_cart_discount_tax','0'),(24364,19439,'_order_shipping','0'),(24365,19439,'_order_shipping_tax','0'),(24366,19439,'_order_tax','0'),(24367,19439,'_order_total','212'),(24368,19439,'_order_version','3.2.5'),(24369,19439,'_prices_include_tax','no'),(24370,19439,'_billing_address_index','Keely Worth  PO Box 111  Melbourne QLD 3000 AU keelyworth@gmail.com 0400075560'),(24371,19439,'_shipping_address_index','        '),(24372,19439,'_wxr_import_user_slug','admin'),(24373,19439,'fusion_demo_import','classic_shop'),(24374,19440,'_order_key','wc_order_5a471d936675e'),(24375,19440,'_customer_user','0'),(24376,19440,'_payment_method','paypal'),(24377,19440,'_payment_method_title','PayPal'),(24378,19440,'_transaction_id',''),(24379,19440,'_customer_ip_address','5.77.155.130'),(24380,19440,'_customer_user_agent','mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.108 safari/537.36'),(24381,19440,'_created_via','checkout'),(24382,19440,'_date_completed',''),(24383,19440,'_completed_date',''),(24384,19440,'_date_paid',''),(24385,19440,'_paid_date',''),(24386,19440,'_cart_hash','615a23b170217cf097a5e96df77f6264'),(24387,19440,'_billing_first_name','MKHITAR'),(24388,19440,'_billing_last_name','AVETAN'),(24389,19440,'_billing_company','Mike Avetyan'),(24390,19440,'_billing_address_1','Komitas Avenue'),(24391,19440,'_billing_address_2',''),(24392,19440,'_billing_city','Yerevan'),(24393,19440,'_billing_state','Yerevan'),(24394,19440,'_billing_postcode','0033'),(24395,19440,'_billing_country','AM'),(24396,19440,'_billing_email','mxitar_avetyan@mail.ru'),(24397,19440,'_billing_phone','+37493469455'),(24398,19440,'_shipping_first_name',''),(24399,19440,'_shipping_last_name',''),(24400,19440,'_shipping_company',''),(24401,19440,'_shipping_address_1',''),(24402,19440,'_shipping_address_2',''),(24403,19440,'_shipping_city',''),(24404,19440,'_shipping_state',''),(24405,19440,'_shipping_postcode',''),(24406,19440,'_shipping_country',''),(24407,19440,'_order_currency','USD'),(24408,19440,'_cart_discount','0'),(24409,19440,'_cart_discount_tax','0'),(24410,19440,'_order_shipping','0'),(24411,19440,'_order_shipping_tax','0'),(24412,19440,'_order_tax','0'),(24413,19440,'_order_total','127'),(24414,19440,'_order_version','3.2.5'),(24415,19440,'_prices_include_tax','no'),(24416,19440,'_billing_address_index','MKHITAR AVETAN Mike Avetyan Komitas Avenue  Yerevan Yerevan 0033 AM mxitar_avetyan@mail.ru +37493469455'),(24417,19440,'_shipping_address_index','        '),(24418,19440,'_wxr_import_user_slug','admin'),(24419,19440,'fusion_demo_import','classic_shop'),(24420,19447,'_order_key','wc_order_5a4e057148421'),(24421,19447,'_customer_user','0'),(24422,19447,'_payment_method','paypal'),(24423,19447,'_payment_method_title','PayPal'),(24424,19447,'_transaction_id',''),(24425,19447,'_customer_ip_address','103.255.7.34'),(24426,19447,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24427,19447,'_created_via','checkout'),(24428,19447,'_date_completed',''),(24429,19447,'_completed_date',''),(24430,19447,'_date_paid',''),(24431,19447,'_paid_date',''),(24432,19447,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(24433,19447,'_billing_first_name','dilshad'),(24434,19447,'_billing_last_name','khaliq'),(24435,19447,'_billing_company',''),(24436,19447,'_billing_address_1','q hall uet taxila'),(24437,19447,'_billing_address_2',''),(24438,19447,'_billing_city','taxila'),(24439,19447,'_billing_state','IS'),(24440,19447,'_billing_postcode','46000'),(24441,19447,'_billing_country','PK'),(24442,19447,'_billing_email','dilshadkhaliq786@gmail.com'),(24443,19447,'_billing_phone','03066381084'),(24444,19447,'_shipping_first_name',''),(24445,19447,'_shipping_last_name',''),(24446,19447,'_shipping_company',''),(24447,19447,'_shipping_address_1',''),(24448,19447,'_shipping_address_2',''),(24449,19447,'_shipping_city',''),(24450,19447,'_shipping_state',''),(24451,19447,'_shipping_postcode',''),(24452,19447,'_shipping_country',''),(24453,19447,'_order_currency','USD'),(24454,19447,'_cart_discount','0'),(24455,19447,'_cart_discount_tax','0'),(24456,19447,'_order_shipping','0'),(24457,19447,'_order_shipping_tax','0'),(24458,19447,'_order_tax','0'),(24459,19447,'_order_total','68'),(24460,19447,'_order_version','3.2.5'),(24461,19447,'_prices_include_tax','no'),(24462,19447,'_billing_address_index','dilshad khaliq  q hall uet taxila  taxila IS 46000 PK dilshadkhaliq786@gmail.com 03066381084'),(24463,19447,'_shipping_address_index','        '),(24464,19447,'_wxr_import_user_slug','admin'),(24465,19447,'fusion_demo_import','classic_shop'),(24466,19452,'_order_key','wc_order_5a4f2c057acb3'),(24467,19452,'_customer_user','0'),(24468,19452,'_payment_method','paypal'),(24469,19452,'_payment_method_title','PayPal'),(24470,19452,'_transaction_id',''),(24471,19452,'_customer_ip_address','61.12.35.18'),(24472,19452,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.89 safari/537.36 opr/49.0.2725.47'),(24473,19452,'_created_via','checkout'),(24474,19452,'_date_completed',''),(24475,19452,'_completed_date',''),(24476,19452,'_date_paid',''),(24477,19452,'_paid_date',''),(24478,19452,'_cart_hash','9bd686c50c6b712948e40d0385a561ad'),(24479,19452,'_billing_first_name','Thangamuthu'),(24480,19452,'_billing_last_name','K'),(24481,19452,'_billing_company',''),(24482,19452,'_billing_address_1','22'),(24483,19452,'_billing_address_2','22'),(24484,19452,'_billing_city','NY'),(24485,19452,'_billing_state','TN'),(24486,19452,'_billing_postcode','600018'),(24487,19452,'_billing_country','IN'),(24488,19452,'_billing_email','muthuh@hghhggh.com'),(24489,19452,'_billing_phone','98798798541'),(24490,19452,'_shipping_first_name',''),(24491,19452,'_shipping_last_name',''),(24492,19452,'_shipping_company',''),(24493,19452,'_shipping_address_1',''),(24494,19452,'_shipping_address_2',''),(24495,19452,'_shipping_city',''),(24496,19452,'_shipping_state',''),(24497,19452,'_shipping_postcode',''),(24498,19452,'_shipping_country',''),(24499,19452,'_order_currency','USD'),(24500,19452,'_cart_discount','0'),(24501,19452,'_cart_discount_tax','0'),(24502,19452,'_order_shipping','0'),(24503,19452,'_order_shipping_tax','0'),(24504,19452,'_order_tax','0'),(24505,19452,'_order_total','376'),(24506,19452,'_order_version','3.2.5'),(24507,19452,'_prices_include_tax','no'),(24508,19452,'_billing_address_index','Thangamuthu K  22 22 NY TN 600018 IN muthuh@hghhggh.com 98798798541'),(24509,19452,'_shipping_address_index','        '),(24510,19452,'_wxr_import_user_slug','admin'),(24511,19452,'fusion_demo_import','classic_shop'),(24512,19456,'_order_key','wc_order_5a51b06db7e5e'),(24513,19456,'_customer_user','0'),(24514,19456,'_payment_method','paypal'),(24515,19456,'_payment_method_title','PayPal'),(24516,19456,'_transaction_id',''),(24517,19456,'_customer_ip_address','182.187.25.122'),(24518,19456,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24519,19456,'_created_via','checkout'),(24520,19456,'_date_completed',''),(24521,19456,'_completed_date',''),(24522,19456,'_date_paid',''),(24523,19456,'_paid_date',''),(24524,19456,'_cart_hash','a32f04cca92280d0cbddd3afe813a518'),(24525,19456,'_billing_first_name','admin'),(24526,19456,'_billing_last_name','admin'),(24527,19456,'_billing_company',''),(24528,19456,'_billing_address_1','adsasd'),(24529,19456,'_billing_address_2',''),(24530,19456,'_billing_city','Gujranwala'),(24531,19456,'_billing_state','PB'),(24532,19456,'_billing_postcode','52250'),(24533,19456,'_billing_country','PK'),(24534,19456,'_billing_email','prolancer304@gmail.com'),(24535,19456,'_billing_phone','1432432312341'),(24536,19456,'_shipping_first_name',''),(24537,19456,'_shipping_last_name',''),(24538,19456,'_shipping_company',''),(24539,19456,'_shipping_address_1',''),(24540,19456,'_shipping_address_2',''),(24541,19456,'_shipping_city',''),(24542,19456,'_shipping_state',''),(24543,19456,'_shipping_postcode',''),(24544,19456,'_shipping_country',''),(24545,19456,'_order_currency','USD'),(24546,19456,'_cart_discount','0'),(24547,19456,'_cart_discount_tax','0'),(24548,19456,'_order_shipping','0'),(24549,19456,'_order_shipping_tax','0'),(24550,19456,'_order_tax','0'),(24551,19456,'_order_total','47'),(24552,19456,'_order_version','3.2.5'),(24553,19456,'_prices_include_tax','no'),(24554,19456,'_billing_address_index','admin admin  adsasd  Gujranwala PB 52250 PK prolancer304@gmail.com 1432432312341'),(24555,19456,'_shipping_address_index','        '),(24556,19456,'_wxr_import_user_slug','admin'),(24557,19456,'fusion_demo_import','classic_shop'),(24558,19458,'_order_key','wc_order_5a52489990ad5'),(24559,19458,'_customer_user','0'),(24560,19458,'_payment_method','paypal'),(24561,19458,'_payment_method_title','PayPal'),(24562,19458,'_transaction_id',''),(24563,19458,'_customer_ip_address','83.250.202.25'),(24564,19458,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24565,19458,'_created_via','checkout'),(24566,19458,'_date_completed',''),(24567,19458,'_completed_date',''),(24568,19458,'_date_paid',''),(24569,19458,'_paid_date',''),(24570,19458,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(24571,19458,'_billing_first_name','Test'),(24572,19458,'_billing_last_name','Test'),(24573,19458,'_billing_company','Test'),(24574,19458,'_billing_address_1','Test'),(24575,19458,'_billing_address_2','Test'),(24576,19458,'_billing_city','Test'),(24577,19458,'_billing_state',''),(24578,19458,'_billing_postcode','12334'),(24579,19458,'_billing_country','SE'),(24580,19458,'_billing_email','fsdfs@hdfs.com'),(24581,19458,'_billing_phone','342423'),(24582,19458,'_shipping_first_name',''),(24583,19458,'_shipping_last_name',''),(24584,19458,'_shipping_company',''),(24585,19458,'_shipping_address_1',''),(24586,19458,'_shipping_address_2',''),(24587,19458,'_shipping_city',''),(24588,19458,'_shipping_state',''),(24589,19458,'_shipping_postcode',''),(24590,19458,'_shipping_country',''),(24591,19458,'_order_currency','USD'),(24592,19458,'_cart_discount','0'),(24593,19458,'_cart_discount_tax','0'),(24594,19458,'_order_shipping','0'),(24595,19458,'_order_shipping_tax','0'),(24596,19458,'_order_tax','0'),(24597,19458,'_order_total','176'),(24598,19458,'_order_version','3.2.5'),(24599,19458,'_prices_include_tax','no'),(24600,19458,'_billing_address_index','Test Test Test Test Test Test  12334 SE fsdfs@hdfs.com 342423'),(24601,19458,'_shipping_address_index','        '),(24602,19458,'_wxr_import_user_slug','admin'),(24603,19458,'fusion_demo_import','classic_shop'),(24604,19460,'_order_key','wc_order_5a5350d4df70e'),(24605,19460,'_customer_user','0'),(24606,19460,'_payment_method','paypal'),(24607,19460,'_payment_method_title','PayPal'),(24608,19460,'_transaction_id',''),(24609,19460,'_customer_ip_address','156.204.66.219'),(24610,19460,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(24611,19460,'_created_via','checkout'),(24612,19460,'_date_completed',''),(24613,19460,'_completed_date',''),(24614,19460,'_date_paid',''),(24615,19460,'_paid_date',''),(24616,19460,'_cart_hash','a8bf5b0f21b7805557e94143981ddbf0'),(24617,19460,'_billing_first_name','moustafa'),(24618,19460,'_billing_last_name','mabrouk'),(24619,19460,'_billing_company','track'),(24620,19460,'_billing_address_1','cairo'),(24621,19460,'_billing_address_2',''),(24622,19460,'_billing_city','cairo'),(24623,19460,'_billing_state','eg'),(24624,19460,'_billing_postcode','12369'),(24625,19460,'_billing_country','EG'),(24626,19460,'_billing_email','wassam3000@gmail.com'),(24627,19460,'_billing_phone','01006015654'),(24628,19460,'_shipping_first_name',''),(24629,19460,'_shipping_last_name',''),(24630,19460,'_shipping_company',''),(24631,19460,'_shipping_address_1',''),(24632,19460,'_shipping_address_2',''),(24633,19460,'_shipping_city',''),(24634,19460,'_shipping_state',''),(24635,19460,'_shipping_postcode',''),(24636,19460,'_shipping_country',''),(24637,19460,'_order_currency','USD'),(24638,19460,'_cart_discount','0'),(24639,19460,'_cart_discount_tax','0'),(24640,19460,'_order_shipping','0'),(24641,19460,'_order_shipping_tax','0'),(24642,19460,'_order_tax','0'),(24643,19460,'_order_total','400'),(24644,19460,'_order_version','3.2.5'),(24645,19460,'_prices_include_tax','no'),(24646,19460,'_billing_address_index','moustafa mabrouk track cairo  cairo eg 12369 EG wassam3000@gmail.com 01006015654'),(24647,19460,'_shipping_address_index','        '),(24648,19460,'_wxr_import_user_slug','admin'),(24649,19460,'fusion_demo_import','classic_shop'),(24650,19466,'_order_key','wc_order_5a55c48a5c6ed'),(24651,19466,'_customer_user','0'),(24652,19466,'_payment_method','paypal'),(24653,19466,'_payment_method_title','PayPal'),(24654,19466,'_transaction_id',''),(24655,19466,'_customer_ip_address','87.29.27.113'),(24656,19466,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(24657,19466,'_created_via','checkout'),(24658,19466,'_date_completed',''),(24659,19466,'_completed_date',''),(24660,19466,'_date_paid',''),(24661,19466,'_paid_date',''),(24662,19466,'_cart_hash','f6f4ee3c8277eba0f26ce63face41d21'),(24663,19466,'_billing_first_name','Salvatore'),(24664,19466,'_billing_last_name','Battagòoa'),(24665,19466,'_billing_company',''),(24666,19466,'_billing_address_1','Via E. berlinguer, 128'),(24667,19466,'_billing_address_2',''),(24668,19466,'_billing_city','Comiso'),(24669,19466,'_billing_state','RG'),(24670,19466,'_billing_postcode','97013'),(24671,19466,'_billing_country','IT'),(24672,19466,'_billing_email','info@mmdgservice.it'),(24673,19466,'_billing_phone','0932922903'),(24674,19466,'_shipping_first_name',''),(24675,19466,'_shipping_last_name',''),(24676,19466,'_shipping_company',''),(24677,19466,'_shipping_address_1',''),(24678,19466,'_shipping_address_2',''),(24679,19466,'_shipping_city',''),(24680,19466,'_shipping_state',''),(24681,19466,'_shipping_postcode',''),(24682,19466,'_shipping_country',''),(24683,19466,'_order_currency','USD'),(24684,19466,'_cart_discount','0'),(24685,19466,'_cart_discount_tax','0'),(24686,19466,'_order_shipping','0'),(24687,19466,'_order_shipping_tax','0'),(24688,19466,'_order_tax','0'),(24689,19466,'_order_total','90'),(24690,19466,'_order_version','3.2.5'),(24691,19466,'_prices_include_tax','no'),(24692,19466,'_billing_address_index','Salvatore Battagòoa  Via E. berlinguer, 128  Comiso RG 97013 IT info@mmdgservice.it 0932922903'),(24693,19466,'_shipping_address_index','        '),(24694,19466,'_wxr_import_user_slug','admin'),(24695,19466,'fusion_demo_import','classic_shop'),(24696,19467,'_order_key','wc_order_5a5645b38659f'),(24697,19467,'_customer_user','0'),(24698,19467,'_payment_method','paypal'),(24699,19467,'_payment_method_title','PayPal'),(24700,19467,'_transaction_id',''),(24701,19467,'_customer_ip_address','217.42.139.72'),(24702,19467,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(24703,19467,'_created_via','checkout'),(24704,19467,'_date_completed',''),(24705,19467,'_completed_date',''),(24706,19467,'_date_paid',''),(24707,19467,'_paid_date',''),(24708,19467,'_cart_hash','a8bf5b0f21b7805557e94143981ddbf0'),(24709,19467,'_billing_first_name','xxx'),(24710,19467,'_billing_last_name','xxxx'),(24711,19467,'_billing_company',''),(24712,19467,'_billing_address_1','xxxxx'),(24713,19467,'_billing_address_2',''),(24714,19467,'_billing_city','xxxx'),(24715,19467,'_billing_state',''),(24716,19467,'_billing_postcode','PO19 7LX'),(24717,19467,'_billing_country','GB'),(24718,19467,'_billing_email','aa@ff.com'),(24719,19467,'_billing_phone','123456789'),(24720,19467,'_shipping_first_name',''),(24721,19467,'_shipping_last_name',''),(24722,19467,'_shipping_company',''),(24723,19467,'_shipping_address_1',''),(24724,19467,'_shipping_address_2',''),(24725,19467,'_shipping_city',''),(24726,19467,'_shipping_state',''),(24727,19467,'_shipping_postcode',''),(24728,19467,'_shipping_country',''),(24729,19467,'_order_currency','USD'),(24730,19467,'_cart_discount','0'),(24731,19467,'_cart_discount_tax','0'),(24732,19467,'_order_shipping','0'),(24733,19467,'_order_shipping_tax','0'),(24734,19467,'_order_tax','0'),(24735,19467,'_order_total','400'),(24736,19467,'_order_version','3.2.5'),(24737,19467,'_prices_include_tax','no'),(24738,19467,'_billing_address_index','xxx xxxx  xxxxx  xxxx  PO19 7LX GB aa@ff.com 123456789'),(24739,19467,'_shipping_address_index','        '),(24740,19467,'_wxr_import_user_slug','admin'),(24741,19467,'fusion_demo_import','classic_shop'),(24742,19470,'_order_key','wc_order_5a57b02b1587e'),(24743,19470,'_customer_user','0'),(24744,19470,'_payment_method','paypal'),(24745,19470,'_payment_method_title','PayPal'),(24746,19470,'_transaction_id',''),(24747,19470,'_customer_ip_address','188.188.172.174'),(24748,19470,'_customer_user_agent','mozilla/5.0 (linux; android 6.0.1; samsung sm-j510fn build/mmb29m) applewebkit/537.36 (khtml, like gecko) samsungbrowser/6.2 chrome/56.0.2924.87 mobile safari/537.36'),(24749,19470,'_created_via','checkout'),(24750,19470,'_date_completed',''),(24751,19470,'_completed_date',''),(24752,19470,'_date_paid',''),(24753,19470,'_paid_date',''),(24754,19470,'_cart_hash','a8bf5b0f21b7805557e94143981ddbf0'),(24755,19470,'_billing_first_name','Ifjjk'),(24756,19470,'_billing_last_name','Fjjgkkj'),(24757,19470,'_billing_company',''),(24758,19470,'_billing_address_1','Gjiyjjhhj'),(24759,19470,'_billing_address_2',''),(24760,19470,'_billing_city','Brjhhj'),(24761,19470,'_billing_state',''),(24762,19470,'_billing_postcode','1020'),(24763,19470,'_billing_country','BE'),(24764,19470,'_billing_email','ismael@hydro-shop.be'),(24765,19470,'_billing_phone','047856584'),(24766,19470,'_shipping_first_name',''),(24767,19470,'_shipping_last_name',''),(24768,19470,'_shipping_company',''),(24769,19470,'_shipping_address_1',''),(24770,19470,'_shipping_address_2',''),(24771,19470,'_shipping_city',''),(24772,19470,'_shipping_state',''),(24773,19470,'_shipping_postcode',''),(24774,19470,'_shipping_country',''),(24775,19470,'_order_currency','USD'),(24776,19470,'_cart_discount','0'),(24777,19470,'_cart_discount_tax','0'),(24778,19470,'_order_shipping','0'),(24779,19470,'_order_shipping_tax','0'),(24780,19470,'_order_tax','0'),(24781,19470,'_order_total','400'),(24782,19470,'_order_version','3.2.5'),(24783,19470,'_prices_include_tax','no'),(24784,19470,'_billing_address_index','Ifjjk Fjjgkkj  Gjiyjjhhj  Brjhhj  1020 BE ismael@hydro-shop.be 047856584'),(24785,19470,'_shipping_address_index','        '),(24786,19470,'_wxr_import_user_slug','admin'),(24787,19470,'fusion_demo_import','classic_shop'),(24788,19475,'_order_key','wc_order_5a5a4b6cbf90a'),(24789,19475,'_customer_user','0'),(24790,19475,'_payment_method','paypal'),(24791,19475,'_payment_method_title','PayPal'),(24792,19475,'_transaction_id',''),(24793,19475,'_customer_ip_address','2a02:c7f:ce0a:e700:757e:5674:3099:ec37'),(24794,19475,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(24795,19475,'_created_via','checkout'),(24796,19475,'_date_completed',''),(24797,19475,'_completed_date',''),(24798,19475,'_date_paid',''),(24799,19475,'_paid_date',''),(24800,19475,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(24801,19475,'_billing_first_name','marcus'),(24802,19475,'_billing_last_name','skerratt'),(24803,19475,'_billing_company','UCL'),(24804,19475,'_billing_address_1','5 redshank place'),(24805,19475,'_billing_address_2',''),(24806,19475,'_billing_city','sandbach'),(24807,19475,'_billing_state','cheshire'),(24808,19475,'_billing_postcode','CW11 3JR'),(24809,19475,'_billing_country','GB'),(24810,19475,'_billing_email','MARCUS.SKERRATT@HOTMAIL.COM'),(24811,19475,'_billing_phone','07801640261'),(24812,19475,'_shipping_first_name',''),(24813,19475,'_shipping_last_name',''),(24814,19475,'_shipping_company',''),(24815,19475,'_shipping_address_1',''),(24816,19475,'_shipping_address_2',''),(24817,19475,'_shipping_city',''),(24818,19475,'_shipping_state',''),(24819,19475,'_shipping_postcode',''),(24820,19475,'_shipping_country',''),(24821,19475,'_order_currency','USD'),(24822,19475,'_cart_discount','0'),(24823,19475,'_cart_discount_tax','0'),(24824,19475,'_order_shipping','0'),(24825,19475,'_order_shipping_tax','0'),(24826,19475,'_order_tax','0'),(24827,19475,'_order_total','68'),(24828,19475,'_order_version','3.2.6'),(24829,19475,'_prices_include_tax','no'),(24830,19475,'_billing_address_index','marcus skerratt UCL 5 redshank place  sandbach cheshire CW11 3JR GB MARCUS.SKERRATT@HOTMAIL.COM 07801640261'),(24831,19475,'_shipping_address_index','        '),(24832,19475,'_wxr_import_user_slug','admin'),(24833,19475,'fusion_demo_import','classic_shop'),(24834,19477,'_order_key','wc_order_5a5bf0dfa40dd'),(24835,19477,'_customer_user','0'),(24836,19477,'_payment_method','paypal'),(24837,19477,'_payment_method_title','PayPal'),(24838,19477,'_transaction_id',''),(24839,19477,'_customer_ip_address','46.162.249.210'),(24840,19477,'_customer_user_agent','mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(24841,19477,'_created_via','checkout'),(24842,19477,'_date_completed',''),(24843,19477,'_completed_date',''),(24844,19477,'_date_paid',''),(24845,19477,'_paid_date',''),(24846,19477,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(24847,19477,'_billing_first_name','MKHITAR'),(24848,19477,'_billing_last_name','AVETAN'),(24849,19477,'_billing_company',''),(24850,19477,'_billing_address_1','Komitas Avenue'),(24851,19477,'_billing_address_2',''),(24852,19477,'_billing_city','Yerevan'),(24853,19477,'_billing_state','Yerevan'),(24854,19477,'_billing_postcode','0033'),(24855,19477,'_billing_country','AM'),(24856,19477,'_billing_email','mxitar_avetyan@mail.ru'),(24857,19477,'_billing_phone','0955558855'),(24858,19477,'_shipping_first_name',''),(24859,19477,'_shipping_last_name',''),(24860,19477,'_shipping_company',''),(24861,19477,'_shipping_address_1',''),(24862,19477,'_shipping_address_2',''),(24863,19477,'_shipping_city',''),(24864,19477,'_shipping_state',''),(24865,19477,'_shipping_postcode',''),(24866,19477,'_shipping_country',''),(24867,19477,'_order_currency','USD'),(24868,19477,'_cart_discount','0'),(24869,19477,'_cart_discount_tax','0'),(24870,19477,'_order_shipping','0'),(24871,19477,'_order_shipping_tax','0'),(24872,19477,'_order_tax','0'),(24873,19477,'_order_total','176'),(24874,19477,'_order_version','3.2.6'),(24875,19477,'_prices_include_tax','no'),(24876,19477,'_billing_address_index','MKHITAR AVETAN  Komitas Avenue  Yerevan Yerevan 0033 AM mxitar_avetyan@mail.ru 0955558855'),(24877,19477,'_shipping_address_index','        '),(24878,19477,'_wxr_import_user_slug','admin'),(24879,19477,'fusion_demo_import','classic_shop'),(24880,19478,'_order_key','wc_order_5a5cb13404e1e'),(24881,19478,'_customer_user','6807'),(24882,19478,'_payment_method','paypal'),(24883,19478,'_payment_method_title','PayPal'),(24884,19478,'_transaction_id',''),(24885,19478,'_customer_ip_address','46.181.84.170'),(24886,19478,'_customer_user_agent','mozilla/5.0 (windows nt 6.3; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(24887,19478,'_created_via','checkout'),(24888,19478,'_date_completed',''),(24889,19478,'_completed_date',''),(24890,19478,'_date_paid',''),(24891,19478,'_paid_date',''),(24892,19478,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(24893,19478,'_billing_first_name','fghf'),(24894,19478,'_billing_last_name','fghfghgf'),(24895,19478,'_billing_company',''),(24896,19478,'_billing_address_1','ertert3'),(24897,19478,'_billing_address_2',''),(24898,19478,'_billing_city','Kemerovo'),(24899,19478,'_billing_state','Russia'),(24900,19478,'_billing_postcode','650040'),(24901,19478,'_billing_country','RU'),(24902,19478,'_billing_email','2423@gdf.com'),(24903,19478,'_billing_phone','234'),(24904,19478,'_shipping_first_name',''),(24905,19478,'_shipping_last_name',''),(24906,19478,'_shipping_company',''),(24907,19478,'_shipping_address_1',''),(24908,19478,'_shipping_address_2',''),(24909,19478,'_shipping_city',''),(24910,19478,'_shipping_state',''),(24911,19478,'_shipping_postcode',''),(24912,19478,'_shipping_country',''),(24913,19478,'_order_currency','USD'),(24914,19478,'_cart_discount','0'),(24915,19478,'_cart_discount_tax','0'),(24916,19478,'_order_shipping','0'),(24917,19478,'_order_shipping_tax','0'),(24918,19478,'_order_tax','0'),(24919,19478,'_order_total','68'),(24920,19478,'_order_version','3.2.6'),(24921,19478,'_prices_include_tax','no'),(24922,19478,'_billing_address_index','fghf fghfghgf  ertert3  Kemerovo Russia 650040 RU 2423@gdf.com 234'),(24923,19478,'_shipping_address_index','        '),(24924,19478,'_wxr_import_user_slug','admin'),(24925,19478,'fusion_demo_import','classic_shop'),(24926,19480,'_order_key','wc_order_5a5d9c97428f1'),(24927,19480,'_customer_user','0'),(24928,19480,'_payment_method','paypal'),(24929,19480,'_payment_method_title','PayPal'),(24930,19480,'_transaction_id',''),(24931,19480,'_customer_ip_address','2.44.90.28'),(24932,19480,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(24933,19480,'_created_via','checkout'),(24934,19480,'_date_completed',''),(24935,19480,'_completed_date',''),(24936,19480,'_date_paid',''),(24937,19480,'_paid_date',''),(24938,19480,'_cart_hash','77d8c769a3b78846f258ef4bbb4801e4'),(24939,19480,'_billing_first_name','Prova'),(24940,19480,'_billing_last_name','Prova'),(24941,19480,'_billing_company','Prova'),(24942,19480,'_billing_address_1','Via Paperino 21'),(24943,19480,'_billing_address_2',''),(24944,19480,'_billing_city','Milan'),(24945,19480,'_billing_state','MI'),(24946,19480,'_billing_postcode','20090'),(24947,19480,'_billing_country','IT'),(24948,19480,'_billing_email','prova@mail.it'),(24949,19480,'_billing_phone','3402475846'),(24950,19480,'_shipping_first_name',''),(24951,19480,'_shipping_last_name',''),(24952,19480,'_shipping_company',''),(24953,19480,'_shipping_address_1',''),(24954,19480,'_shipping_address_2',''),(24955,19480,'_shipping_city',''),(24956,19480,'_shipping_state',''),(24957,19480,'_shipping_postcode',''),(24958,19480,'_shipping_country',''),(24959,19480,'_order_currency','USD'),(24960,19480,'_cart_discount','0'),(24961,19480,'_cart_discount_tax','0'),(24962,19480,'_order_shipping','0'),(24963,19480,'_order_shipping_tax','0'),(24964,19480,'_order_tax','0'),(24965,19480,'_order_total','241'),(24966,19480,'_order_version','3.2.6'),(24967,19480,'_prices_include_tax','no'),(24968,19480,'_billing_address_index','Prova Prova Prova Via Paperino 21  Milan MI 20090 IT prova@mail.it 3402475846'),(24969,19480,'_shipping_address_index','        '),(24970,19480,'_wxr_import_user_slug','admin'),(24971,19480,'fusion_demo_import','classic_shop'),(24972,19481,'_order_key','wc_order_5a5ed2ac91b57'),(24973,19481,'_customer_user','6810'),(24974,19481,'_payment_method','paypal'),(24975,19481,'_payment_method_title','PayPal'),(24976,19481,'_transaction_id',''),(24977,19481,'_customer_ip_address','78.62.218.29'),(24978,19481,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(24979,19481,'_created_via','checkout'),(24980,19481,'_date_completed',''),(24981,19481,'_completed_date',''),(24982,19481,'_date_paid',''),(24983,19481,'_paid_date',''),(24984,19481,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(24985,19481,'_billing_first_name','Justinas'),(24986,19481,'_billing_last_name','Jazepcikas'),(24987,19481,'_billing_company',''),(24988,19481,'_billing_address_1','Birzelio 23-iosios, 5-9, Vilnius'),(24989,19481,'_billing_address_2','Lithuania'),(24990,19481,'_billing_city','Vilnius'),(24991,19481,'_billing_state','None'),(24992,19481,'_billing_postcode','03206'),(24993,19481,'_billing_country','LT'),(24994,19481,'_billing_email','justinasjot@gmail.com'),(24995,19481,'_billing_phone','6578'),(24996,19481,'_shipping_first_name',''),(24997,19481,'_shipping_last_name',''),(24998,19481,'_shipping_company',''),(24999,19481,'_shipping_address_1',''),(25000,19481,'_shipping_address_2',''),(25001,19481,'_shipping_city',''),(25002,19481,'_shipping_state',''),(25003,19481,'_shipping_postcode',''),(25004,19481,'_shipping_country',''),(25005,19481,'_order_currency','USD'),(25006,19481,'_cart_discount','0'),(25007,19481,'_cart_discount_tax','0'),(25008,19481,'_order_shipping','0'),(25009,19481,'_order_shipping_tax','0'),(25010,19481,'_order_tax','0'),(25011,19481,'_order_total','68'),(25012,19481,'_order_version','3.2.6'),(25013,19481,'_prices_include_tax','no'),(25014,19481,'_billing_address_index','Justinas Jazepcikas  Birzelio 23-iosios, 5-9, Vilnius Lithuania Vilnius None 03206 LT justinasjot@gmail.com 6578'),(25015,19481,'_shipping_address_index','        '),(25016,19481,'_wxr_import_user_slug','admin'),(25017,19481,'fusion_demo_import','classic_shop'),(25018,19484,'_order_key','wc_order_5a608491b6cd0'),(25019,19484,'_customer_user','6812'),(25020,19484,'_payment_method','paypal'),(25021,19484,'_payment_method_title','PayPal'),(25022,19484,'_transaction_id',''),(25023,19484,'_customer_ip_address','165.255.133.240'),(25024,19484,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25025,19484,'_created_via','checkout'),(25026,19484,'_date_completed',''),(25027,19484,'_completed_date',''),(25028,19484,'_date_paid',''),(25029,19484,'_paid_date',''),(25030,19484,'_cart_hash','e352a42b856299ce359af2393796d2f5'),(25031,19484,'_billing_first_name','Dylan'),(25032,19484,'_billing_last_name','Sharp'),(25033,19484,'_billing_company','Hotjar'),(25034,19484,'_billing_address_1','5 Hii'),(25035,19484,'_billing_address_2','21'),(25036,19484,'_billing_city','Cape Town'),(25037,19484,'_billing_state','WC'),(25038,19484,'_billing_postcode','7700'),(25039,19484,'_billing_country','ZA'),(25040,19484,'_billing_email','dylan.sharp@hotjar.com'),(25041,19484,'_billing_phone','27741821742'),(25042,19484,'_shipping_first_name',''),(25043,19484,'_shipping_last_name',''),(25044,19484,'_shipping_company',''),(25045,19484,'_shipping_address_1',''),(25046,19484,'_shipping_address_2',''),(25047,19484,'_shipping_city',''),(25048,19484,'_shipping_state',''),(25049,19484,'_shipping_postcode',''),(25050,19484,'_shipping_country',''),(25051,19484,'_order_currency','USD'),(25052,19484,'_cart_discount','0'),(25053,19484,'_cart_discount_tax','0'),(25054,19484,'_order_shipping','0'),(25055,19484,'_order_shipping_tax','0'),(25056,19484,'_order_tax','0'),(25057,19484,'_order_total','580'),(25058,19484,'_order_version','3.2.6'),(25059,19484,'_prices_include_tax','no'),(25060,19484,'_billing_address_index','Dylan Sharp Hotjar 5 Hii 21 Cape Town WC 7700 ZA dylan.sharp@hotjar.com 27741821742'),(25061,19484,'_shipping_address_index','        '),(25062,19484,'_wxr_import_user_slug','admin'),(25063,19484,'fusion_demo_import','classic_shop'),(25064,19489,'_order_key','wc_order_5a63b0b761d4f'),(25065,19489,'_customer_user','0'),(25066,19489,'_payment_method','paypal'),(25067,19489,'_payment_method_title','PayPal'),(25068,19489,'_transaction_id',''),(25069,19489,'_customer_ip_address','87.52.55.30'),(25070,19489,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/604.4.7 (khtml, like gecko) version/11.0.2 safari/604.4.7'),(25071,19489,'_created_via','checkout'),(25072,19489,'_date_completed',''),(25073,19489,'_completed_date',''),(25074,19489,'_date_paid',''),(25075,19489,'_paid_date',''),(25076,19489,'_cart_hash','4af9f41d530e1444c2695f3c9187f036'),(25077,19489,'_billing_first_name','Casper'),(25078,19489,'_billing_last_name','Pedersen'),(25079,19489,'_billing_company',''),(25080,19489,'_billing_address_1','Hyltebjerg allé 25, st.tv'),(25081,19489,'_billing_address_2',''),(25082,19489,'_billing_city','Vanløse'),(25083,19489,'_billing_state',''),(25084,19489,'_billing_postcode','2720'),(25085,19489,'_billing_country','DK'),(25086,19489,'_billing_email','casperjuelpedersen@gmail.com'),(25087,19489,'_billing_phone','34345634'),(25088,19489,'_shipping_first_name',''),(25089,19489,'_shipping_last_name',''),(25090,19489,'_shipping_company',''),(25091,19489,'_shipping_address_1',''),(25092,19489,'_shipping_address_2',''),(25093,19489,'_shipping_city',''),(25094,19489,'_shipping_state',''),(25095,19489,'_shipping_postcode',''),(25096,19489,'_shipping_country',''),(25097,19489,'_order_currency','USD'),(25098,19489,'_cart_discount','0'),(25099,19489,'_cart_discount_tax','0'),(25100,19489,'_order_shipping','0'),(25101,19489,'_order_shipping_tax','0'),(25102,19489,'_order_tax','0'),(25103,19489,'_order_total','288'),(25104,19489,'_order_version','3.2.6'),(25105,19489,'_prices_include_tax','no'),(25106,19489,'_billing_address_index','Casper Pedersen  Hyltebjerg allé 25, st.tv  Vanløse  2720 DK casperjuelpedersen@gmail.com 34345634'),(25107,19489,'_shipping_address_index','        '),(25108,19489,'_wxr_import_user_slug','admin'),(25109,19489,'fusion_demo_import','classic_shop'),(25110,19496,'_order_key','wc_order_5a6592a8eb6ce'),(25111,19496,'_customer_user','0'),(25112,19496,'_payment_method','paypal'),(25113,19496,'_payment_method_title','PayPal'),(25114,19496,'_transaction_id',''),(25115,19496,'_customer_ip_address','123.177.18.116'),(25116,19496,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25117,19496,'_created_via','checkout'),(25118,19496,'_date_completed',''),(25119,19496,'_completed_date',''),(25120,19496,'_date_paid',''),(25121,19496,'_paid_date',''),(25122,19496,'_cart_hash','a95b11fe8599e88502e924bacf911fa2'),(25123,19496,'_billing_first_name','hn'),(25124,19496,'_billing_last_name','hanas'),(25125,19496,'_billing_company','sadasdasd'),(25126,19496,'_billing_address_1','asdfasdfsdad'),(25127,19496,'_billing_address_2','dasdadsasd'),(25128,19496,'_billing_city','qasd'),(25129,19496,'_billing_state','CN1'),(25130,19496,'_billing_postcode','1213132123'),(25131,19496,'_billing_country','CN'),(25132,19496,'_billing_email','qaadsadasd@126.com'),(25133,19496,'_billing_phone','132123123123'),(25134,19496,'_shipping_first_name',''),(25135,19496,'_shipping_last_name',''),(25136,19496,'_shipping_company',''),(25137,19496,'_shipping_address_1',''),(25138,19496,'_shipping_address_2',''),(25139,19496,'_shipping_city',''),(25140,19496,'_shipping_state',''),(25141,19496,'_shipping_postcode',''),(25142,19496,'_shipping_country',''),(25143,19496,'_order_currency','USD'),(25144,19496,'_cart_discount','0'),(25145,19496,'_cart_discount_tax','0'),(25146,19496,'_order_shipping','0'),(25147,19496,'_order_shipping_tax','0'),(25148,19496,'_order_tax','0'),(25149,19496,'_order_total','250'),(25150,19496,'_order_version','3.2.6'),(25151,19496,'_prices_include_tax','no'),(25152,19496,'_billing_address_index','hn hanas sadasdasd asdfasdfsdad dasdadsasd qasd CN1 1213132123 CN qaadsadasd@126.com 132123123123'),(25153,19496,'_shipping_address_index','        '),(25154,19496,'_wxr_import_user_slug','admin'),(25155,19496,'fusion_demo_import','classic_shop'),(25156,19501,'_order_key','wc_order_5a67ec08b6dcc'),(25157,19501,'_customer_user','0'),(25158,19501,'_payment_method','paypal'),(25159,19501,'_payment_method_title','PayPal'),(25160,19501,'_transaction_id',''),(25161,19501,'_customer_ip_address','50.101.125.48'),(25162,19501,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/603.3.8 (khtml, like gecko) version/10.1.2 safari/603.3.8'),(25163,19501,'_created_via','checkout'),(25164,19501,'_date_completed',''),(25165,19501,'_completed_date',''),(25166,19501,'_date_paid',''),(25167,19501,'_paid_date',''),(25168,19501,'_cart_hash','d69feaa6a8333b65808ef6408c970c08'),(25169,19501,'_billing_first_name','Abigail'),(25170,19501,'_billing_last_name','Thorpe'),(25171,19501,'_billing_company',''),(25172,19501,'_billing_address_1','35 Stanyon St'),(25173,19501,'_billing_address_2',''),(25174,19501,'_billing_city','Sudbury'),(25175,19501,'_billing_state','ON'),(25176,19501,'_billing_postcode','P3E 3K9'),(25177,19501,'_billing_country','CA'),(25178,19501,'_billing_email','abigail_thorpe@hotmail.com'),(25179,19501,'_billing_phone','7052073103'),(25180,19501,'_shipping_first_name',''),(25181,19501,'_shipping_last_name',''),(25182,19501,'_shipping_company',''),(25183,19501,'_shipping_address_1',''),(25184,19501,'_shipping_address_2',''),(25185,19501,'_shipping_city',''),(25186,19501,'_shipping_state',''),(25187,19501,'_shipping_postcode',''),(25188,19501,'_shipping_country',''),(25189,19501,'_order_currency','USD'),(25190,19501,'_cart_discount','0'),(25191,19501,'_cart_discount_tax','0'),(25192,19501,'_order_shipping','0'),(25193,19501,'_order_shipping_tax','0'),(25194,19501,'_order_tax','0'),(25195,19501,'_order_total','125'),(25196,19501,'_order_version','3.2.6'),(25197,19501,'_prices_include_tax','no'),(25198,19501,'_billing_address_index','Abigail Thorpe  35 Stanyon St  Sudbury ON P3E 3K9 CA abigail_thorpe@hotmail.com 7052073103'),(25199,19501,'_shipping_address_index','        '),(25200,19501,'_wxr_import_user_slug','admin'),(25201,19501,'fusion_demo_import','classic_shop'),(25202,19505,'_order_key','wc_order_5a69d565eda1d'),(25203,19505,'_customer_user','0'),(25204,19505,'_payment_method','paypal'),(25205,19505,'_payment_method_title','PayPal'),(25206,19505,'_transaction_id',''),(25207,19505,'_customer_ip_address','89.134.206.32'),(25208,19505,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/604.4.7 (khtml, like gecko) version/11.0.2 safari/604.4.7'),(25209,19505,'_created_via','checkout'),(25210,19505,'_date_completed',''),(25211,19505,'_completed_date',''),(25212,19505,'_date_paid',''),(25213,19505,'_paid_date',''),(25214,19505,'_cart_hash','6b0da7bd3f3369c30e84fc6529004177'),(25215,19505,'_billing_first_name','sdasdas'),(25216,19505,'_billing_last_name','dasdsa'),(25217,19505,'_billing_company',''),(25218,19505,'_billing_address_1','ddadsad'),(25219,19505,'_billing_address_2',''),(25220,19505,'_billing_city','sadad'),(25221,19505,'_billing_state','BU'),(25222,19505,'_billing_postcode','2222'),(25223,19505,'_billing_country','HU'),(25224,19505,'_billing_email','adasdsa@me.com'),(25225,19505,'_billing_phone','42343325235'),(25226,19505,'_shipping_first_name',''),(25227,19505,'_shipping_last_name',''),(25228,19505,'_shipping_company',''),(25229,19505,'_shipping_address_1',''),(25230,19505,'_shipping_address_2',''),(25231,19505,'_shipping_city',''),(25232,19505,'_shipping_state',''),(25233,19505,'_shipping_postcode',''),(25234,19505,'_shipping_country',''),(25235,19505,'_order_currency','USD'),(25236,19505,'_cart_discount','0'),(25237,19505,'_cart_discount_tax','0'),(25238,19505,'_order_shipping','0'),(25239,19505,'_order_shipping_tax','0'),(25240,19505,'_order_tax','0'),(25241,19505,'_order_total','236'),(25242,19505,'_order_version','3.2.6'),(25243,19505,'_prices_include_tax','no'),(25244,19505,'_billing_address_index','sdasdas dasdsa  ddadsad  sadad BU 2222 HU adasdsa@me.com 42343325235'),(25245,19505,'_shipping_address_index','        '),(25246,19505,'_wxr_import_user_slug','admin'),(25247,19505,'fusion_demo_import','classic_shop'),(25248,19506,'_order_key','wc_order_5a6a4b2b89aee'),(25249,19506,'_customer_user','6825'),(25250,19506,'_payment_method','paypal'),(25251,19506,'_payment_method_title','PayPal'),(25252,19506,'_transaction_id',''),(25253,19506,'_customer_ip_address','2600:387:b:9::bc'),(25254,19506,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25255,19506,'_created_via','checkout'),(25256,19506,'_date_completed',''),(25257,19506,'_completed_date',''),(25258,19506,'_date_paid',''),(25259,19506,'_paid_date',''),(25260,19506,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(25261,19506,'_billing_first_name','Ben'),(25262,19506,'_billing_last_name','Holman'),(25263,19506,'_billing_company','CCC trading'),(25264,19506,'_billing_address_1','118 Della Lane'),(25265,19506,'_billing_address_2','111'),(25266,19506,'_billing_city','Oswego'),(25267,19506,'_billing_state','IL'),(25268,19506,'_billing_postcode','60543'),(25269,19506,'_billing_country','US'),(25270,19506,'_billing_email','benholman45@gmail.com'),(25271,19506,'_billing_phone','630-885-3628'),(25272,19506,'_shipping_first_name',''),(25273,19506,'_shipping_last_name',''),(25274,19506,'_shipping_company',''),(25275,19506,'_shipping_address_1',''),(25276,19506,'_shipping_address_2',''),(25277,19506,'_shipping_city',''),(25278,19506,'_shipping_state',''),(25279,19506,'_shipping_postcode',''),(25280,19506,'_shipping_country',''),(25281,19506,'_order_currency','USD'),(25282,19506,'_cart_discount','0'),(25283,19506,'_cart_discount_tax','0'),(25284,19506,'_order_shipping','0'),(25285,19506,'_order_shipping_tax','0'),(25286,19506,'_order_tax','0'),(25287,19506,'_order_total','200'),(25288,19506,'_order_version','3.2.6'),(25289,19506,'_prices_include_tax','no'),(25290,19506,'_billing_address_index','Ben Holman CCC trading 118 Della Lane 111 Oswego IL 60543 US benholman45@gmail.com 630-885-3628'),(25291,19506,'_shipping_address_index','        '),(25292,19506,'_wxr_import_user_slug','admin'),(25293,19506,'fusion_demo_import','classic_shop'),(25294,19508,'_order_key','wc_order_5a6af16ac3489'),(25295,19508,'_customer_user','0'),(25296,19508,'_payment_method','paypal'),(25297,19508,'_payment_method_title','PayPal'),(25298,19508,'_transaction_id',''),(25299,19508,'_customer_ip_address','212.90.29.2'),(25300,19508,'_customer_user_agent','mozilla/5.0 (windows nt 6.3; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25301,19508,'_created_via','checkout'),(25302,19508,'_date_completed',''),(25303,19508,'_completed_date',''),(25304,19508,'_date_paid',''),(25305,19508,'_paid_date',''),(25306,19508,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(25307,19508,'_billing_first_name','fdad'),(25308,19508,'_billing_last_name','fadf'),(25309,19508,'_billing_company',''),(25310,19508,'_billing_address_1','23 fadf'),(25311,19508,'_billing_address_2',''),(25312,19508,'_billing_city','firenze'),(25313,19508,'_billing_state','FI'),(25314,19508,'_billing_postcode','5100'),(25315,19508,'_billing_country','IT'),(25316,19508,'_billing_email','jkljl@jjkl.com'),(25317,19508,'_billing_phone','12365486'),(25318,19508,'_shipping_first_name',''),(25319,19508,'_shipping_last_name',''),(25320,19508,'_shipping_company',''),(25321,19508,'_shipping_address_1',''),(25322,19508,'_shipping_address_2',''),(25323,19508,'_shipping_city',''),(25324,19508,'_shipping_state',''),(25325,19508,'_shipping_postcode',''),(25326,19508,'_shipping_country',''),(25327,19508,'_order_currency','USD'),(25328,19508,'_cart_discount','0'),(25329,19508,'_cart_discount_tax','0'),(25330,19508,'_order_shipping','0'),(25331,19508,'_order_shipping_tax','0'),(25332,19508,'_order_tax','0'),(25333,19508,'_order_total','176'),(25334,19508,'_order_version','3.2.6'),(25335,19508,'_prices_include_tax','no'),(25336,19508,'_billing_address_index','fdad fadf  23 fadf  firenze FI 5100 IT jkljl@jjkl.com 12365486'),(25337,19508,'_shipping_address_index','        '),(25338,19508,'_wxr_import_user_slug','admin'),(25339,19508,'fusion_demo_import','classic_shop'),(25340,19510,'_order_key','wc_order_5a6b5a775857f'),(25341,19510,'_customer_user','0'),(25342,19510,'_payment_method','paypal'),(25343,19510,'_payment_method_title','PayPal'),(25344,19510,'_transaction_id',''),(25345,19510,'_customer_ip_address','197.237.72.44'),(25346,19510,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25347,19510,'_created_via','checkout'),(25348,19510,'_date_completed',''),(25349,19510,'_completed_date',''),(25350,19510,'_date_paid',''),(25351,19510,'_paid_date',''),(25352,19510,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(25353,19510,'_billing_first_name','Elkanah'),(25354,19510,'_billing_last_name','Ondieki'),(25355,19510,'_billing_company','DoubleServ'),(25356,19510,'_billing_address_1','Kibera, Olympic, Nairobi'),(25357,19510,'_billing_address_2',''),(25358,19510,'_billing_city','Nairobi'),(25359,19510,'_billing_state','Kenya'),(25360,19510,'_billing_postcode','00517'),(25361,19510,'_billing_country','KE'),(25362,19510,'_billing_email','elkanahnotes@gmail.com'),(25363,19510,'_billing_phone','0723062960'),(25364,19510,'_shipping_first_name',''),(25365,19510,'_shipping_last_name',''),(25366,19510,'_shipping_company',''),(25367,19510,'_shipping_address_1',''),(25368,19510,'_shipping_address_2',''),(25369,19510,'_shipping_city',''),(25370,19510,'_shipping_state',''),(25371,19510,'_shipping_postcode',''),(25372,19510,'_shipping_country',''),(25373,19510,'_order_currency','USD'),(25374,19510,'_cart_discount','0'),(25375,19510,'_cart_discount_tax','0'),(25376,19510,'_order_shipping','0'),(25377,19510,'_order_shipping_tax','0'),(25378,19510,'_order_tax','0'),(25379,19510,'_order_total','200'),(25380,19510,'_order_version','3.2.6'),(25381,19510,'_prices_include_tax','no'),(25382,19510,'_billing_address_index','Elkanah Ondieki DoubleServ Kibera, Olympic, Nairobi  Nairobi Kenya 00517 KE elkanahnotes@gmail.com 0723062960'),(25383,19510,'_shipping_address_index','        '),(25384,19510,'_wxr_import_user_slug','admin'),(25385,19510,'fusion_demo_import','classic_shop'),(25386,19511,'_order_key','wc_order_5a6b5bc17a0e5'),(25387,19511,'_customer_user','0'),(25388,19511,'_payment_method','paypal'),(25389,19511,'_payment_method_title','PayPal'),(25390,19511,'_transaction_id',''),(25391,19511,'_customer_ip_address','197.237.72.44'),(25392,19511,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25393,19511,'_created_via','checkout'),(25394,19511,'_date_completed',''),(25395,19511,'_completed_date',''),(25396,19511,'_date_paid',''),(25397,19511,'_paid_date',''),(25398,19511,'_cart_hash','65bc22cf5462c2d275bb2c86f769a8bc'),(25399,19511,'_billing_first_name','Elkanah'),(25400,19511,'_billing_last_name','Ondieki'),(25401,19511,'_billing_company','DoubleServ'),(25402,19511,'_billing_address_1','Kibera, Olympic, Nairobi'),(25403,19511,'_billing_address_2',''),(25404,19511,'_billing_city','Nairobi'),(25405,19511,'_billing_state','Kenya'),(25406,19511,'_billing_postcode','00517'),(25407,19511,'_billing_country','KE'),(25408,19511,'_billing_email','elkanahnotes@gmail.com'),(25409,19511,'_billing_phone','0723062960'),(25410,19511,'_shipping_first_name',''),(25411,19511,'_shipping_last_name',''),(25412,19511,'_shipping_company',''),(25413,19511,'_shipping_address_1',''),(25414,19511,'_shipping_address_2',''),(25415,19511,'_shipping_city',''),(25416,19511,'_shipping_state',''),(25417,19511,'_shipping_postcode',''),(25418,19511,'_shipping_country',''),(25419,19511,'_order_currency','USD'),(25420,19511,'_cart_discount','0'),(25421,19511,'_cart_discount_tax','0'),(25422,19511,'_order_shipping','0'),(25423,19511,'_order_shipping_tax','0'),(25424,19511,'_order_tax','0'),(25425,19511,'_order_total','257'),(25426,19511,'_order_version','3.2.6'),(25427,19511,'_prices_include_tax','no'),(25428,19511,'_billing_address_index','Elkanah Ondieki DoubleServ Kibera, Olympic, Nairobi  Nairobi Kenya 00517 KE elkanahnotes@gmail.com 0723062960'),(25429,19511,'_shipping_address_index','        '),(25430,19511,'_wxr_import_user_slug','admin'),(25431,19511,'fusion_demo_import','classic_shop'),(25432,19513,'_order_key','wc_order_5a6cc16744fea'),(25433,19513,'_customer_user','0'),(25434,19513,'_payment_method','paypal'),(25435,19513,'_payment_method_title','PayPal'),(25436,19513,'_transaction_id',''),(25437,19513,'_customer_ip_address','213.149.61.168'),(25438,19513,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25439,19513,'_created_via','checkout'),(25440,19513,'_date_completed',''),(25441,19513,'_completed_date',''),(25442,19513,'_date_paid',''),(25443,19513,'_paid_date',''),(25444,19513,'_cart_hash','409b4a52e7b312f5e51dae065f94e3bc'),(25445,19513,'_billing_first_name','tesaeq'),(25446,19513,'_billing_last_name','ewtwe'),(25447,19513,'_billing_company','ehewhewh'),(25448,19513,'_billing_address_1','eshehehe'),(25449,19513,'_billing_address_2','rehrejhrejrej'),(25450,19513,'_billing_city','rejrejrjrej'),(25451,19513,'_billing_state','rdjrdjrtjdrjrdj'),(25452,19513,'_billing_postcode','DRJRDJRDJ'),(25453,19513,'_billing_country','HR'),(25454,19513,'_billing_email','rdjrdjrdjrdjrdjdrjdrjdr@gma.com'),(25455,19513,'_billing_phone','98545585561454'),(25456,19513,'_shipping_first_name',''),(25457,19513,'_shipping_last_name',''),(25458,19513,'_shipping_company',''),(25459,19513,'_shipping_address_1',''),(25460,19513,'_shipping_address_2',''),(25461,19513,'_shipping_city',''),(25462,19513,'_shipping_state',''),(25463,19513,'_shipping_postcode',''),(25464,19513,'_shipping_country',''),(25465,19513,'_order_currency','USD'),(25466,19513,'_cart_discount','0'),(25467,19513,'_cart_discount_tax','0'),(25468,19513,'_order_shipping','0'),(25469,19513,'_order_shipping_tax','0'),(25470,19513,'_order_tax','0'),(25471,19513,'_order_total','57'),(25472,19513,'_order_version','3.2.6'),(25473,19513,'_prices_include_tax','no'),(25474,19513,'_billing_address_index','tesaeq ewtwe ehewhewh eshehehe rehrejhrejrej rejrejrjrej rdjrdjrtjdrjrdj DRJRDJRDJ HR rdjrdjrdjrdjrdjdrjdrjdr@gma.com 98545585561454'),(25475,19513,'_shipping_address_index','        '),(25476,19513,'_wxr_import_user_slug','admin'),(25477,19513,'fusion_demo_import','classic_shop'),(25478,19515,'_order_key','wc_order_5a6ec1799a32e'),(25479,19515,'_customer_user','0'),(25480,19515,'_payment_method','paypal'),(25481,19515,'_payment_method_title','PayPal'),(25482,19515,'_transaction_id',''),(25483,19515,'_customer_ip_address','202.83.166.114'),(25484,19515,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:59.0) gecko/20100101 firefox/59.0'),(25485,19515,'_created_via','checkout'),(25486,19515,'_date_completed',''),(25487,19515,'_completed_date',''),(25488,19515,'_date_paid',''),(25489,19515,'_paid_date',''),(25490,19515,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(25491,19515,'_billing_first_name','hdfhdf'),(25492,19515,'_billing_last_name','hdfhdhdf'),(25493,19515,'_billing_company',''),(25494,19515,'_billing_address_1','dhfdf'),(25495,19515,'_billing_address_2',''),(25496,19515,'_billing_city','dfhdfh'),(25497,19515,'_billing_state','GB'),(25498,19515,'_billing_postcode','03265'),(25499,19515,'_billing_country','PK'),(25500,19515,'_billing_email','bilal.dcis@yahoo.com'),(25501,19515,'_billing_phone','455657467'),(25502,19515,'_shipping_first_name',''),(25503,19515,'_shipping_last_name',''),(25504,19515,'_shipping_company',''),(25505,19515,'_shipping_address_1',''),(25506,19515,'_shipping_address_2',''),(25507,19515,'_shipping_city',''),(25508,19515,'_shipping_state',''),(25509,19515,'_shipping_postcode',''),(25510,19515,'_shipping_country',''),(25511,19515,'_order_currency','USD'),(25512,19515,'_cart_discount','0'),(25513,19515,'_cart_discount_tax','0'),(25514,19515,'_order_shipping','0'),(25515,19515,'_order_shipping_tax','0'),(25516,19515,'_order_tax','0'),(25517,19515,'_order_total','200'),(25518,19515,'_order_version','3.2.6'),(25519,19515,'_prices_include_tax','no'),(25520,19515,'_billing_address_index','hdfhdf hdfhdhdf  dhfdf  dfhdfh GB 03265 PK bilal.dcis@yahoo.com 455657467'),(25521,19515,'_shipping_address_index','        '),(25522,19515,'_wxr_import_user_slug','admin'),(25523,19515,'fusion_demo_import','classic_shop'),(25524,19520,'_order_key','wc_order_5a6ffcb8e0a78'),(25525,19520,'_customer_user','0'),(25526,19520,'_payment_method','paypal'),(25527,19520,'_payment_method_title','PayPal'),(25528,19520,'_transaction_id',''),(25529,19520,'_customer_ip_address','73.228.114.212'),(25530,19520,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25531,19520,'_created_via','checkout'),(25532,19520,'_date_completed',''),(25533,19520,'_completed_date',''),(25534,19520,'_date_paid',''),(25535,19520,'_paid_date',''),(25536,19520,'_cart_hash','e352a42b856299ce359af2393796d2f5'),(25537,19520,'_billing_first_name','xxx'),(25538,19520,'_billing_last_name','xxx'),(25539,19520,'_billing_company',''),(25540,19520,'_billing_address_1','123 xxx'),(25541,19520,'_billing_address_2',''),(25542,19520,'_billing_city','sandy'),(25543,19520,'_billing_state','UT'),(25544,19520,'_billing_postcode','88888'),(25545,19520,'_billing_country','US'),(25546,19520,'_billing_email','sommerborzilleri@yahoo.com'),(25547,19520,'_billing_phone','8109138272'),(25548,19520,'_shipping_first_name',''),(25549,19520,'_shipping_last_name',''),(25550,19520,'_shipping_company',''),(25551,19520,'_shipping_address_1',''),(25552,19520,'_shipping_address_2',''),(25553,19520,'_shipping_city',''),(25554,19520,'_shipping_state',''),(25555,19520,'_shipping_postcode',''),(25556,19520,'_shipping_country',''),(25557,19520,'_order_currency','USD'),(25558,19520,'_cart_discount','0'),(25559,19520,'_cart_discount_tax','0'),(25560,19520,'_order_shipping','0'),(25561,19520,'_order_shipping_tax','0'),(25562,19520,'_order_tax','0'),(25563,19520,'_order_total','580'),(25564,19520,'_order_version','3.2.6'),(25565,19520,'_prices_include_tax','no'),(25566,19520,'_billing_address_index','xxx xxx  123 xxx  sandy UT 88888 US sommerborzilleri@yahoo.com 8109138272'),(25567,19520,'_shipping_address_index','        '),(25568,19520,'_wxr_import_user_slug','admin'),(25569,19520,'fusion_demo_import','classic_shop'),(25570,19523,'_order_key','wc_order_5a718c410a86d'),(25571,19523,'_customer_user','0'),(25572,19523,'_payment_method','paypal'),(25573,19523,'_payment_method_title','PayPal'),(25574,19523,'_transaction_id',''),(25575,19523,'_customer_ip_address','176.227.138.62'),(25576,19523,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(25577,19523,'_created_via','checkout'),(25578,19523,'_date_completed',''),(25579,19523,'_completed_date',''),(25580,19523,'_date_paid',''),(25581,19523,'_paid_date',''),(25582,19523,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(25583,19523,'_billing_first_name','Zak'),(25584,19523,'_billing_last_name','Single'),(25585,19523,'_billing_company',''),(25586,19523,'_billing_address_1','1 Harebell Close'),(25587,19523,'_billing_address_2',''),(25588,19523,'_billing_city','Huntingdon'),(25589,19523,'_billing_state','Cambridgeshire'),(25590,19523,'_billing_postcode','PE29 7WE'),(25591,19523,'_billing_country','GB'),(25592,19523,'_billing_email','zak.single@hotmail.co.uk'),(25593,19523,'_billing_phone','07966056905'),(25594,19523,'_shipping_first_name',''),(25595,19523,'_shipping_last_name',''),(25596,19523,'_shipping_company',''),(25597,19523,'_shipping_address_1',''),(25598,19523,'_shipping_address_2',''),(25599,19523,'_shipping_city',''),(25600,19523,'_shipping_state',''),(25601,19523,'_shipping_postcode',''),(25602,19523,'_shipping_country',''),(25603,19523,'_order_currency','USD'),(25604,19523,'_cart_discount','0'),(25605,19523,'_cart_discount_tax','0'),(25606,19523,'_order_shipping','0'),(25607,19523,'_order_shipping_tax','0'),(25608,19523,'_order_tax','0'),(25609,19523,'_order_total','200'),(25610,19523,'_order_version','3.2.6'),(25611,19523,'_prices_include_tax','no'),(25612,19523,'_billing_address_index','Zak Single  1 Harebell Close  Huntingdon Cambridgeshire PE29 7WE GB zak.single@hotmail.co.uk 07966056905'),(25613,19523,'_shipping_address_index','        '),(25614,19523,'_wxr_import_user_slug','admin'),(25615,19523,'fusion_demo_import','classic_shop'),(25616,19531,'_order_key','wc_order_5a7483807b405'),(25617,19531,'_customer_user','0'),(25618,19531,'_payment_method','paypal'),(25619,19531,'_payment_method_title','PayPal'),(25620,19531,'_transaction_id',''),(25621,19531,'_customer_ip_address','94.254.174.55'),(25622,19531,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36 opr/50.0.2762.67'),(25623,19531,'_created_via','checkout'),(25624,19531,'_date_completed',''),(25625,19531,'_completed_date',''),(25626,19531,'_date_paid',''),(25627,19531,'_paid_date',''),(25628,19531,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(25629,19531,'_billing_first_name','dom'),(25630,19531,'_billing_last_name','domd'),(25631,19531,'_billing_company','dom'),(25632,19531,'_billing_address_1','dom'),(25633,19531,'_billing_address_2','dom'),(25634,19531,'_billing_city','dom'),(25635,19531,'_billing_state',''),(25636,19531,'_billing_postcode','88-123'),(25637,19531,'_billing_country','PL'),(25638,19531,'_billing_email','dom@dom.pl'),(25639,19531,'_billing_phone','564654652'),(25640,19531,'_shipping_first_name',''),(25641,19531,'_shipping_last_name',''),(25642,19531,'_shipping_company',''),(25643,19531,'_shipping_address_1',''),(25644,19531,'_shipping_address_2',''),(25645,19531,'_shipping_city',''),(25646,19531,'_shipping_state',''),(25647,19531,'_shipping_postcode',''),(25648,19531,'_shipping_country',''),(25649,19531,'_order_currency','USD'),(25650,19531,'_cart_discount','0'),(25651,19531,'_cart_discount_tax','0'),(25652,19531,'_order_shipping','0'),(25653,19531,'_order_shipping_tax','0'),(25654,19531,'_order_tax','0'),(25655,19531,'_order_total','200'),(25656,19531,'_order_version','3.2.6'),(25657,19531,'_prices_include_tax','no'),(25658,19531,'_billing_address_index','dom domd dom dom dom dom  88-123 PL dom@dom.pl 564654652'),(25659,19531,'_shipping_address_index','        '),(25660,19531,'_wxr_import_user_slug','admin'),(25661,19531,'fusion_demo_import','classic_shop'),(25662,19532,'_order_key','wc_order_5a761c71c105b'),(25663,19532,'_customer_user','0'),(25664,19532,'_payment_method','paypal'),(25665,19532,'_payment_method_title','PayPal'),(25666,19532,'_transaction_id',''),(25667,19532,'_customer_ip_address','194.96.153.73'),(25668,19532,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; wow64; rv:52.0) gecko/20100101 firefox/52.0'),(25669,19532,'_created_via','checkout'),(25670,19532,'_date_completed',''),(25671,19532,'_completed_date',''),(25672,19532,'_date_paid',''),(25673,19532,'_paid_date',''),(25674,19532,'_cart_hash','d928386aac9fa249f4c8ee512b5b0d5a'),(25675,19532,'_billing_first_name','sss'),(25676,19532,'_billing_last_name','ss'),(25677,19532,'_billing_company',''),(25678,19532,'_billing_address_1','sssssss'),(25679,19532,'_billing_address_2',''),(25680,19532,'_billing_city','tzgdf'),(25681,19532,'_billing_state',''),(25682,19532,'_billing_postcode','3453'),(25683,19532,'_billing_country','AT'),(25684,19532,'_billing_email','bbb@ddd.eu'),(25685,19532,'_billing_phone','0876795402'),(25686,19532,'_shipping_first_name',''),(25687,19532,'_shipping_last_name',''),(25688,19532,'_shipping_company',''),(25689,19532,'_shipping_address_1',''),(25690,19532,'_shipping_address_2',''),(25691,19532,'_shipping_city',''),(25692,19532,'_shipping_state',''),(25693,19532,'_shipping_postcode',''),(25694,19532,'_shipping_country',''),(25695,19532,'_order_currency','USD'),(25696,19532,'_cart_discount','0'),(25697,19532,'_cart_discount_tax','0'),(25698,19532,'_order_shipping','0'),(25699,19532,'_order_shipping_tax','0'),(25700,19532,'_order_tax','0'),(25701,19532,'_order_total','45'),(25702,19532,'_order_version','3.2.6'),(25703,19532,'_prices_include_tax','no'),(25704,19532,'_billing_address_index','sss ss  sssssss  tzgdf  3453 AT bbb@ddd.eu 0876795402'),(25705,19532,'_shipping_address_index','        '),(25706,19532,'_wxr_import_user_slug','admin'),(25707,19532,'fusion_demo_import','classic_shop'),(25708,19563,'_order_key','wc_order_5a7673f4ed35c'),(25709,19563,'_customer_user','0'),(25710,19563,'_payment_method','paypal'),(25711,19563,'_payment_method_title','PayPal'),(25712,19563,'_transaction_id',''),(25713,19563,'_customer_ip_address','175.136.150.245'),(25714,19563,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.119 safari/537.36'),(25715,19563,'_created_via','checkout'),(25716,19563,'_date_completed',''),(25717,19563,'_completed_date',''),(25718,19563,'_date_paid',''),(25719,19563,'_paid_date',''),(25720,19563,'_cart_hash','19aec00fbb2f37ea1893cac0149c9fc1'),(25721,19563,'_billing_first_name','K'),(25722,19563,'_billing_last_name','vin'),(25723,19563,'_billing_company','kek'),(25724,19563,'_billing_address_1','hello city'),(25725,19563,'_billing_address_2',''),(25726,19563,'_billing_city','cityy as w'),(25727,19563,'_billing_state','KUL'),(25728,19563,'_billing_postcode','88880'),(25729,19563,'_billing_country','MY'),(25730,19563,'_billing_email','tbr_26@yahoo.com'),(25731,19563,'_billing_phone','898979878'),(25732,19563,'_shipping_first_name',''),(25733,19563,'_shipping_last_name',''),(25734,19563,'_shipping_company',''),(25735,19563,'_shipping_address_1',''),(25736,19563,'_shipping_address_2',''),(25737,19563,'_shipping_city',''),(25738,19563,'_shipping_state',''),(25739,19563,'_shipping_postcode',''),(25740,19563,'_shipping_country',''),(25741,19563,'_order_currency','USD'),(25742,19563,'_cart_discount','0'),(25743,19563,'_cart_discount_tax','0'),(25744,19563,'_order_shipping','0'),(25745,19563,'_order_shipping_tax','0'),(25746,19563,'_order_tax','0'),(25747,19563,'_order_total','119'),(25748,19563,'_order_version','3.2.6'),(25749,19563,'_prices_include_tax','no'),(25750,19563,'_billing_address_index','K vin kek hello city  cityy as w KUL 88880 MY tbr_26@yahoo.com 898979878'),(25751,19563,'_shipping_address_index','        '),(25752,19563,'_wxr_import_user_slug','admin'),(25753,19563,'fusion_demo_import','classic_shop'),(25754,19564,'_order_key','wc_order_5a77486e627dd'),(25755,19564,'_customer_user','0'),(25756,19564,'_payment_method','paypal'),(25757,19564,'_payment_method_title','PayPal'),(25758,19564,'_transaction_id',''),(25759,19564,'_customer_ip_address','123.0.19.170'),(25760,19564,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),(25761,19564,'_created_via','checkout'),(25762,19564,'_date_completed',''),(25763,19564,'_completed_date',''),(25764,19564,'_date_paid',''),(25765,19564,'_paid_date',''),(25766,19564,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(25767,19564,'_billing_first_name','Niaz'),(25768,19564,'_billing_last_name','Ahmed'),(25769,19564,'_billing_company',''),(25770,19564,'_billing_address_1','Barisal Sadar, Barisal'),(25771,19564,'_billing_address_2',''),(25772,19564,'_billing_city','Barisal'),(25773,19564,'_billing_state','BARI'),(25774,19564,'_billing_postcode','8200'),(25775,19564,'_billing_country','BD'),(25776,19564,'_billing_email','n.anil@outlook.com'),(25777,19564,'_billing_phone','01415445511'),(25778,19564,'_shipping_first_name',''),(25779,19564,'_shipping_last_name',''),(25780,19564,'_shipping_company',''),(25781,19564,'_shipping_address_1',''),(25782,19564,'_shipping_address_2',''),(25783,19564,'_shipping_city',''),(25784,19564,'_shipping_state',''),(25785,19564,'_shipping_postcode',''),(25786,19564,'_shipping_country',''),(25787,19564,'_order_currency','USD'),(25788,19564,'_cart_discount','0'),(25789,19564,'_cart_discount_tax','0'),(25790,19564,'_order_shipping','0'),(25791,19564,'_order_shipping_tax','0'),(25792,19564,'_order_tax','0'),(25793,19564,'_order_total','176'),(25794,19564,'_order_version','3.2.6'),(25795,19564,'_prices_include_tax','no'),(25796,19564,'_billing_address_index','Niaz Ahmed  Barisal Sadar, Barisal  Barisal BARI 8200 BD n.anil@outlook.com 01415445511'),(25797,19564,'_shipping_address_index','        '),(25798,19564,'_wxr_import_user_slug','admin'),(25799,19564,'fusion_demo_import','classic_shop'),(25800,19565,'_order_key','wc_order_5a784c93b819a'),(25801,19565,'_customer_user','0'),(25802,19565,'_payment_method','paypal'),(25803,19565,'_payment_method_title','PayPal'),(25804,19565,'_transaction_id',''),(25805,19565,'_customer_ip_address','95.208.53.39'),(25806,19565,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:58.0) gecko/20100101 firefox/58.0'),(25807,19565,'_created_via','checkout'),(25808,19565,'_date_completed',''),(25809,19565,'_completed_date',''),(25810,19565,'_date_paid',''),(25811,19565,'_paid_date',''),(25812,19565,'_cart_hash','a08b9c9a3f96a0f2fdb8ff733fa93ed0'),(25813,19565,'_billing_first_name','Andreas'),(25814,19565,'_billing_last_name','Bertsch'),(25815,19565,'_billing_company',''),(25816,19565,'_billing_address_1','Bahnhofstraße 30'),(25817,19565,'_billing_address_2',''),(25818,19565,'_billing_city','Altensteig'),(25819,19565,'_billing_state',''),(25820,19565,'_billing_postcode','72213'),(25821,19565,'_billing_country','DE'),(25822,19565,'_billing_email','a.bertsch@inkom.de'),(25823,19565,'_billing_phone','0000000000000000000'),(25824,19565,'_shipping_first_name',''),(25825,19565,'_shipping_last_name',''),(25826,19565,'_shipping_company',''),(25827,19565,'_shipping_address_1',''),(25828,19565,'_shipping_address_2',''),(25829,19565,'_shipping_city',''),(25830,19565,'_shipping_state',''),(25831,19565,'_shipping_postcode',''),(25832,19565,'_shipping_country',''),(25833,19565,'_order_currency','USD'),(25834,19565,'_cart_discount','0'),(25835,19565,'_cart_discount_tax','0'),(25836,19565,'_order_shipping','0'),(25837,19565,'_order_shipping_tax','0'),(25838,19565,'_order_tax','0'),(25839,19565,'_order_total','60'),(25840,19565,'_order_version','3.2.6'),(25841,19565,'_prices_include_tax','no'),(25842,19565,'_billing_address_index','Andreas Bertsch  Bahnhofstraße 30  Altensteig  72213 DE a.bertsch@inkom.de 0000000000000000000'),(25843,19565,'_shipping_address_index','        '),(25844,19565,'_wxr_import_user_slug','admin'),(25845,19565,'fusion_demo_import','classic_shop'),(25846,19566,'_order_key','wc_order_5a7aaf76d22fa'),(25847,19566,'_customer_user','6844'),(25848,19566,'_payment_method','paypal'),(25849,19566,'_payment_method_title','PayPal'),(25850,19566,'_transaction_id',''),(25851,19566,'_customer_ip_address','73.229.196.94'),(25852,19566,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.140 safari/537.36'),(25853,19566,'_created_via','checkout'),(25854,19566,'_date_completed',''),(25855,19566,'_completed_date',''),(25856,19566,'_date_paid',''),(25857,19566,'_paid_date',''),(25858,19566,'_cart_hash','4ca2cd37e13b602e39c45ab9063ca485'),(25859,19566,'_billing_first_name','Peggy'),(25860,19566,'_billing_last_name','Sue'),(25861,19566,'_billing_company',''),(25862,19566,'_billing_address_1','1234 Blue St'),(25863,19566,'_billing_address_2',''),(25864,19566,'_billing_city','Chappaqua'),(25865,19566,'_billing_state','NY'),(25866,19566,'_billing_postcode','10514'),(25867,19566,'_billing_country','US'),(25868,19566,'_billing_email','blue@yahoo.com'),(25869,19566,'_billing_phone','212222222'),(25870,19566,'_shipping_first_name',''),(25871,19566,'_shipping_last_name',''),(25872,19566,'_shipping_company',''),(25873,19566,'_shipping_address_1',''),(25874,19566,'_shipping_address_2',''),(25875,19566,'_shipping_city',''),(25876,19566,'_shipping_state',''),(25877,19566,'_shipping_postcode',''),(25878,19566,'_shipping_country',''),(25879,19566,'_order_currency','USD'),(25880,19566,'_cart_discount','0'),(25881,19566,'_cart_discount_tax','0'),(25882,19566,'_order_shipping','0'),(25883,19566,'_order_shipping_tax','0'),(25884,19566,'_order_tax','0'),(25885,19566,'_order_total','325'),(25886,19566,'_order_version','3.2.6'),(25887,19566,'_prices_include_tax','no'),(25888,19566,'_billing_address_index','Peggy Sue  1234 Blue St  Chappaqua NY 10514 US blue@yahoo.com 212222222'),(25889,19566,'_shipping_address_index','        '),(25890,19566,'_wxr_import_user_slug','admin'),(25891,19566,'fusion_demo_import','classic_shop'),(25892,19567,'_order_key','wc_order_5a7b0c5bb6e1f'),(25893,19567,'_customer_user','6846'),(25894,19567,'_payment_method','paypal'),(25895,19567,'_payment_method_title','PayPal'),(25896,19567,'_transaction_id',''),(25897,19567,'_customer_ip_address','92.25.72.199'),(25898,19567,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.140 safari/537.36'),(25899,19567,'_created_via','checkout'),(25900,19567,'_date_completed',''),(25901,19567,'_completed_date',''),(25902,19567,'_date_paid',''),(25903,19567,'_paid_date',''),(25904,19567,'_cart_hash','e78cbd81d3a77fec97d07a46e98e942b'),(25905,19567,'_billing_first_name','Swindon'),(25906,19567,'_billing_last_name','Steve'),(25907,19567,'_billing_company',''),(25908,19567,'_billing_address_1','37'),(25909,19567,'_billing_address_2','Oaklands'),(25910,19567,'_billing_city','Braydon'),(25911,19567,'_billing_state',''),(25912,19567,'_billing_postcode','SN5 0AN'),(25913,19567,'_billing_country','GB'),(25914,19567,'_billing_email','theswindonsteve@gmail.com'),(25915,19567,'_billing_phone','01234567890'),(25916,19567,'_shipping_first_name',''),(25917,19567,'_shipping_last_name',''),(25918,19567,'_shipping_company',''),(25919,19567,'_shipping_address_1',''),(25920,19567,'_shipping_address_2',''),(25921,19567,'_shipping_city',''),(25922,19567,'_shipping_state',''),(25923,19567,'_shipping_postcode',''),(25924,19567,'_shipping_country',''),(25925,19567,'_order_currency','USD'),(25926,19567,'_cart_discount','0'),(25927,19567,'_cart_discount_tax','0'),(25928,19567,'_order_shipping','0'),(25929,19567,'_order_shipping_tax','0'),(25930,19567,'_order_tax','0'),(25931,19567,'_order_total','80'),(25932,19567,'_order_version','3.2.6'),(25933,19567,'_prices_include_tax','no'),(25934,19567,'_billing_address_index','Swindon Steve  37 Oaklands Braydon  SN5 0AN GB theswindonsteve@gmail.com 01234567890'),(25935,19567,'_shipping_address_index','        '),(25936,19567,'_wxr_import_user_slug','admin'),(25937,19567,'fusion_demo_import','classic_shop'),(25938,19568,'_order_key','wc_order_5a7cb5d6a9a25'),(25939,19568,'_customer_user','0'),(25940,19568,'_payment_method','paypal'),(25941,19568,'_payment_method_title','PayPal'),(25942,19568,'_transaction_id',''),(25943,19568,'_customer_ip_address','89.140.170.168'),(25944,19568,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 9_3_5 like mac os x) applewebkit/601.1.46 (khtml, like gecko) version/9.0 mobile/13g36 safari/601.1'),(25945,19568,'_created_via','checkout'),(25946,19568,'_date_completed',''),(25947,19568,'_completed_date',''),(25948,19568,'_date_paid',''),(25949,19568,'_paid_date',''),(25950,19568,'_cart_hash','b5bb5a28c427f5e78f21bf8ab7ac2f28'),(25951,19568,'_billing_first_name','Ksksk'),(25952,19568,'_billing_last_name','Jdjdj'),(25953,19568,'_billing_company','Jdjdj'),(25954,19568,'_billing_address_1','Jdndnn'),(25955,19568,'_billing_address_2',''),(25956,19568,'_billing_city','Ososl'),(25957,19568,'_billing_state','AL'),(25958,19568,'_billing_postcode','29560'),(25959,19568,'_billing_country','ES'),(25960,19568,'_billing_email','jdjdmdj@jdjdj.com'),(25961,19568,'_billing_phone','837474748'),(25962,19568,'_shipping_first_name',''),(25963,19568,'_shipping_last_name',''),(25964,19568,'_shipping_company',''),(25965,19568,'_shipping_address_1',''),(25966,19568,'_shipping_address_2',''),(25967,19568,'_shipping_city',''),(25968,19568,'_shipping_state',''),(25969,19568,'_shipping_postcode',''),(25970,19568,'_shipping_country',''),(25971,19568,'_order_currency','USD'),(25972,19568,'_cart_discount','0'),(25973,19568,'_cart_discount_tax','0'),(25974,19568,'_order_shipping','0'),(25975,19568,'_order_shipping_tax','0'),(25976,19568,'_order_tax','0'),(25977,19568,'_order_total','79'),(25978,19568,'_order_version','3.2.6'),(25979,19568,'_prices_include_tax','no'),(25980,19568,'_billing_address_index','Ksksk Jdjdj Jdjdj Jdndnn  Ososl AL 29560 ES jdjdmdj@jdjdj.com 837474748'),(25981,19568,'_shipping_address_index','        '),(25982,19568,'_wxr_import_user_slug','admin'),(25983,19568,'fusion_demo_import','classic_shop'),(25984,19569,'_order_key','wc_order_5a7d635cba8e0'),(25985,19569,'_customer_user','6853'),(25986,19569,'_payment_method','paypal'),(25987,19569,'_payment_method_title','PayPal'),(25988,19569,'_transaction_id',''),(25989,19569,'_customer_ip_address','41.50.62.27'),(25990,19569,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.140 safari/537.36'),(25991,19569,'_created_via','checkout'),(25992,19569,'_date_completed',''),(25993,19569,'_completed_date',''),(25994,19569,'_date_paid',''),(25995,19569,'_paid_date',''),(25996,19569,'_cart_hash','a8bf5b0f21b7805557e94143981ddbf0'),(25997,19569,'_billing_first_name','rtgyhjukl'),(25998,19569,'_billing_last_name','ukilo;\'p['),(25999,19569,'_billing_company','ilo;\'p['),(26000,19569,'_billing_address_1','tyui'),(26001,19569,'_billing_address_2','op[poi'),(26002,19569,'_billing_city','io[]=[-p'),(26003,19569,'_billing_state','GP'),(26004,19569,'_billing_postcode','456'),(26005,19569,'_billing_country','ZA'),(26006,19569,'_billing_email','media@softillion.com'),(26007,19569,'_billing_phone','4567899876'),(26008,19569,'_shipping_first_name',''),(26009,19569,'_shipping_last_name',''),(26010,19569,'_shipping_company',''),(26011,19569,'_shipping_address_1',''),(26012,19569,'_shipping_address_2',''),(26013,19569,'_shipping_city',''),(26014,19569,'_shipping_state',''),(26015,19569,'_shipping_postcode',''),(26016,19569,'_shipping_country',''),(26017,19569,'_order_currency','USD'),(26018,19569,'_cart_discount','0'),(26019,19569,'_cart_discount_tax','0'),(26020,19569,'_order_shipping','0'),(26021,19569,'_order_shipping_tax','0'),(26022,19569,'_order_tax','0'),(26023,19569,'_order_total','400'),(26024,19569,'_order_version','3.2.6'),(26025,19569,'_prices_include_tax','no'),(26026,19569,'_billing_address_index','rtgyhjukl ukilo;\'p[ ilo;\'p[ tyui op[poi io[]=[-p GP 456 ZA media@softillion.com 4567899876'),(26027,19569,'_shipping_address_index','        '),(26028,19569,'_wxr_import_user_slug','admin'),(26029,19569,'fusion_demo_import','classic_shop'),(26030,19570,'_order_key','wc_order_5a7e3941f25f4'),(26031,19570,'_customer_user','0'),(26032,19570,'_payment_method','paypal'),(26033,19570,'_payment_method_title','PayPal'),(26034,19570,'_transaction_id',''),(26035,19570,'_customer_ip_address','101.100.156.113'),(26036,19570,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(26037,19570,'_created_via','checkout'),(26038,19570,'_date_completed',''),(26039,19570,'_completed_date',''),(26040,19570,'_date_paid',''),(26041,19570,'_paid_date',''),(26042,19570,'_cart_hash','d928386aac9fa249f4c8ee512b5b0d5a'),(26043,19570,'_billing_first_name','cs'),(26044,19570,'_billing_last_name','x'),(26045,19570,'_billing_company','x'),(26046,19570,'_billing_address_1','xz c'),(26047,19570,'_billing_address_2',''),(26048,19570,'_billing_city','csds'),(26049,19570,'_billing_state','AK'),(26050,19570,'_billing_postcode','3432'),(26051,19570,'_billing_country','NZ'),(26052,19570,'_billing_email','ds@x.com'),(26053,19570,'_billing_phone','323223213123213'),(26054,19570,'_shipping_first_name',''),(26055,19570,'_shipping_last_name',''),(26056,19570,'_shipping_company',''),(26057,19570,'_shipping_address_1',''),(26058,19570,'_shipping_address_2',''),(26059,19570,'_shipping_city',''),(26060,19570,'_shipping_state',''),(26061,19570,'_shipping_postcode',''),(26062,19570,'_shipping_country',''),(26063,19570,'_order_currency','USD'),(26064,19570,'_cart_discount','0'),(26065,19570,'_cart_discount_tax','0'),(26066,19570,'_order_shipping','0'),(26067,19570,'_order_shipping_tax','0'),(26068,19570,'_order_tax','0'),(26069,19570,'_order_total','45'),(26070,19570,'_order_version','3.2.6'),(26071,19570,'_prices_include_tax','no'),(26072,19570,'_billing_address_index','cs x x xz c  csds AK 3432 NZ ds@x.com 323223213123213'),(26073,19570,'_shipping_address_index','        '),(26074,19570,'_wxr_import_user_slug','admin'),(26075,19570,'fusion_demo_import','classic_shop'),(26076,19571,'_order_key','wc_order_5a7f02d22d1f6'),(26077,19571,'_customer_user','0'),(26078,19571,'_payment_method','paypal'),(26079,19571,'_payment_method_title','PayPal'),(26080,19571,'_transaction_id',''),(26081,19571,'_customer_ip_address','86.17.72.79'),(26082,19571,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.140 safari/537.36'),(26083,19571,'_created_via','checkout'),(26084,19571,'_date_completed',''),(26085,19571,'_completed_date',''),(26086,19571,'_date_paid',''),(26087,19571,'_paid_date',''),(26088,19571,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(26089,19571,'_billing_first_name','Vladimir'),(26090,19571,'_billing_last_name','Kohut'),(26091,19571,'_billing_company','Vladimir Kohut Carpentry Services'),(26092,19571,'_billing_address_1','117 Headswell Avenue'),(26093,19571,'_billing_address_2',''),(26094,19571,'_billing_city','BOURNEMOUTH'),(26095,19571,'_billing_state','Dorset'),(26096,19571,'_billing_postcode','BH10 6LA'),(26097,19571,'_billing_country','GB'),(26098,19571,'_billing_email','vladimirkohut@hotmail.com'),(26099,19571,'_billing_phone','07723315638'),(26100,19571,'_shipping_first_name',''),(26101,19571,'_shipping_last_name',''),(26102,19571,'_shipping_company',''),(26103,19571,'_shipping_address_1',''),(26104,19571,'_shipping_address_2',''),(26105,19571,'_shipping_city',''),(26106,19571,'_shipping_state',''),(26107,19571,'_shipping_postcode',''),(26108,19571,'_shipping_country',''),(26109,19571,'_order_currency','USD'),(26110,19571,'_cart_discount','0'),(26111,19571,'_cart_discount_tax','0'),(26112,19571,'_order_shipping','0'),(26113,19571,'_order_shipping_tax','0'),(26114,19571,'_order_tax','0'),(26115,19571,'_order_total','200'),(26116,19571,'_order_version','3.2.6'),(26117,19571,'_prices_include_tax','no'),(26118,19571,'_billing_address_index','Vladimir Kohut Vladimir Kohut Carpentry Services 117 Headswell Avenue  BOURNEMOUTH Dorset BH10 6LA GB vladimirkohut@hotmail.com 07723315638'),(26119,19571,'_shipping_address_index','        '),(26120,19571,'_wxr_import_user_slug','admin'),(26121,19571,'fusion_demo_import','classic_shop'),(26122,19572,'_order_key','wc_order_5a7f29dfdd674'),(26123,19572,'_customer_user','6854'),(26124,19572,'_payment_method','paypal'),(26125,19572,'_payment_method_title','PayPal'),(26126,19572,'_transaction_id',''),(26127,19572,'_customer_ip_address','179.57.120.89'),(26128,19572,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_1_1 like mac os x) applewebkit/604.1.34 (khtml, like gecko) crios/64.0.3282.112 mobile/15b150 safari/604.1'),(26129,19572,'_created_via','checkout'),(26130,19572,'_date_completed',''),(26131,19572,'_completed_date',''),(26132,19572,'_date_paid',''),(26133,19572,'_paid_date',''),(26134,19572,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(26135,19572,'_billing_first_name','hhhuuuu'),(26136,19572,'_billing_last_name','Gggh'),(26137,19572,'_billing_company','Uuuubbbb'),(26138,19572,'_billing_address_1','Hhhhhh 23'),(26139,19572,'_billing_address_2',''),(26140,19572,'_billing_city','Con'),(26141,19572,'_billing_state','Bio'),(26142,19572,'_billing_postcode','1234'),(26143,19572,'_billing_country','CL'),(26144,19572,'_billing_email','s@llo.com'),(26145,19572,'_billing_phone','123456'),(26146,19572,'_shipping_first_name',''),(26147,19572,'_shipping_last_name',''),(26148,19572,'_shipping_company',''),(26149,19572,'_shipping_address_1',''),(26150,19572,'_shipping_address_2',''),(26151,19572,'_shipping_city',''),(26152,19572,'_shipping_state',''),(26153,19572,'_shipping_postcode',''),(26154,19572,'_shipping_country',''),(26155,19572,'_order_currency','USD'),(26156,19572,'_cart_discount','0'),(26157,19572,'_cart_discount_tax','0'),(26158,19572,'_order_shipping','0'),(26159,19572,'_order_shipping_tax','0'),(26160,19572,'_order_tax','0'),(26161,19572,'_order_total','176'),(26162,19572,'_order_version','3.2.6'),(26163,19572,'_prices_include_tax','no'),(26164,19572,'_billing_address_index','hhhuuuu Gggh Uuuubbbb Hhhhhh 23  Con Bio 1234 CL s@llo.com 123456'),(26165,19572,'_shipping_address_index','        '),(26166,19572,'_wxr_import_user_slug','admin'),(26167,19572,'fusion_demo_import','classic_shop'),(26168,19573,'_order_key','wc_order_5a7fed2a2c802'),(26169,19573,'_customer_user','6856'),(26170,19573,'_payment_method','paypal'),(26171,19573,'_payment_method_title','PayPal'),(26172,19573,'_transaction_id',''),(26173,19573,'_customer_ip_address','2402:8100:3024:7f22:21d8:e29e:7007:b995'),(26174,19573,'_customer_user_agent','mozilla/5.0 (linux; android 6.0.1; redmi 3s build/mmb29m) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.98 mobile safari/537.36'),(26175,19573,'_created_via','checkout'),(26176,19573,'_date_completed',''),(26177,19573,'_completed_date',''),(26178,19573,'_date_paid',''),(26179,19573,'_paid_date',''),(26180,19573,'_cart_hash','e352a42b856299ce359af2393796d2f5'),(26181,19573,'_billing_first_name','Ghh'),(26182,19573,'_billing_last_name','Vgg'),(26183,19573,'_billing_company','Vgh'),(26184,19573,'_billing_address_1','Guide uujj'),(26185,19573,'_billing_address_2','Ghai hjj'),(26186,19573,'_billing_city','Pund'),(26187,19573,'_billing_state','MH'),(26188,19573,'_billing_postcode','411404'),(26189,19573,'_billing_country','IN'),(26190,19573,'_billing_email','ajitbait315@gmail.com'),(26191,19573,'_billing_phone','635263526'),(26192,19573,'_shipping_first_name',''),(26193,19573,'_shipping_last_name',''),(26194,19573,'_shipping_company',''),(26195,19573,'_shipping_address_1',''),(26196,19573,'_shipping_address_2',''),(26197,19573,'_shipping_city',''),(26198,19573,'_shipping_state',''),(26199,19573,'_shipping_postcode',''),(26200,19573,'_shipping_country',''),(26201,19573,'_order_currency','USD'),(26202,19573,'_cart_discount','0'),(26203,19573,'_cart_discount_tax','0'),(26204,19573,'_order_shipping','0'),(26205,19573,'_order_shipping_tax','0'),(26206,19573,'_order_tax','0'),(26207,19573,'_order_total','580'),(26208,19573,'_order_version','3.2.6'),(26209,19573,'_prices_include_tax','no'),(26210,19573,'_billing_address_index','Ghh Vgg Vgh Guide uujj Ghai hjj Pund MH 411404 IN ajitbait315@gmail.com 635263526'),(26211,19573,'_shipping_address_index','        '),(26212,19573,'_wxr_import_user_slug','admin'),(26213,19573,'fusion_demo_import','classic_shop'),(26214,19574,'_order_key','wc_order_5a80687ea1c41'),(26215,19574,'_customer_user','0'),(26216,19574,'_payment_method','paypal'),(26217,19574,'_payment_method_title','PayPal'),(26218,19574,'_transaction_id',''),(26219,19574,'_customer_ip_address','216.198.162.67'),(26220,19574,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64; rv:58.0) gecko/20100101 firefox/58.0'),(26221,19574,'_created_via','checkout'),(26222,19574,'_date_completed',''),(26223,19574,'_completed_date',''),(26224,19574,'_date_paid',''),(26225,19574,'_paid_date',''),(26226,19574,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(26227,19574,'_billing_first_name','Casey'),(26228,19574,'_billing_last_name','Hicks'),(26229,19574,'_billing_company','ndaf'),(26230,19574,'_billing_address_1','PO Box 423'),(26231,19574,'_billing_address_2',''),(26232,19574,'_billing_city','Roland'),(26233,19574,'_billing_state','OK'),(26234,19574,'_billing_postcode','74954'),(26235,19574,'_billing_country','US'),(26236,19574,'_billing_email','office@rolanddentist.com'),(26237,19574,'_billing_phone','479-353-2885'),(26238,19574,'_shipping_first_name',''),(26239,19574,'_shipping_last_name',''),(26240,19574,'_shipping_company',''),(26241,19574,'_shipping_address_1',''),(26242,19574,'_shipping_address_2',''),(26243,19574,'_shipping_city',''),(26244,19574,'_shipping_state',''),(26245,19574,'_shipping_postcode',''),(26246,19574,'_shipping_country',''),(26247,19574,'_order_currency','USD'),(26248,19574,'_cart_discount','0'),(26249,19574,'_cart_discount_tax','0'),(26250,19574,'_order_shipping','0'),(26251,19574,'_order_shipping_tax','0'),(26252,19574,'_order_tax','0'),(26253,19574,'_order_total','200'),(26254,19574,'_order_version','3.2.6'),(26255,19574,'_prices_include_tax','no'),(26256,19574,'_billing_address_index','Casey Hicks ndaf PO Box 423  Roland OK 74954 US office@rolanddentist.com 479-353-2885'),(26257,19574,'_shipping_address_index','        '),(26258,19574,'_wxr_import_user_slug','admin'),(26259,19574,'fusion_demo_import','classic_shop'),(26260,19575,'_order_key','wc_order_5a823b7816049'),(26261,19575,'_customer_user','0'),(26262,19575,'_payment_method','paypal'),(26263,19575,'_payment_method_title','PayPal'),(26264,19575,'_transaction_id',''),(26265,19575,'_customer_ip_address','68.118.184.144'),(26266,19575,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(26267,19575,'_created_via','checkout'),(26268,19575,'_date_completed',''),(26269,19575,'_completed_date',''),(26270,19575,'_date_paid',''),(26271,19575,'_paid_date',''),(26272,19575,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(26273,19575,'_billing_first_name','Amir Poost'),(26274,19575,'_billing_last_name','Pardaz'),(26275,19575,'_billing_company','Clark University'),(26276,19575,'_billing_address_1','9 Crystal St. Apt 3'),(26277,19575,'_billing_address_2',''),(26278,19575,'_billing_city','Worcester'),(26279,19575,'_billing_state','MA'),(26280,19575,'_billing_postcode','01603'),(26281,19575,'_billing_country','US'),(26282,19575,'_billing_email','apoostpardaz@clarku.edu'),(26283,19575,'_billing_phone','7742253603'),(26284,19575,'_shipping_first_name',''),(26285,19575,'_shipping_last_name',''),(26286,19575,'_shipping_company',''),(26287,19575,'_shipping_address_1',''),(26288,19575,'_shipping_address_2',''),(26289,19575,'_shipping_city',''),(26290,19575,'_shipping_state',''),(26291,19575,'_shipping_postcode',''),(26292,19575,'_shipping_country',''),(26293,19575,'_order_currency','USD'),(26294,19575,'_cart_discount','0'),(26295,19575,'_cart_discount_tax','0'),(26296,19575,'_order_shipping','0'),(26297,19575,'_order_shipping_tax','0'),(26298,19575,'_order_tax','0'),(26299,19575,'_order_total','200'),(26300,19575,'_order_version','3.2.6'),(26301,19575,'_prices_include_tax','no'),(26302,19575,'_billing_address_index','Amir Poost Pardaz Clark University 9 Crystal St. Apt 3  Worcester MA 01603 US apoostpardaz@clarku.edu 7742253603'),(26303,19575,'_shipping_address_index','        '),(26304,19575,'_wxr_import_user_slug','admin'),(26305,19575,'fusion_demo_import','classic_shop'),(26306,19576,'_order_key','wc_order_5a8576e61854b'),(26307,19576,'_customer_user','0'),(26308,19576,'_payment_method','paypal'),(26309,19576,'_payment_method_title','PayPal'),(26310,19576,'_transaction_id',''),(26311,19576,'_customer_ip_address','128.140.161.138'),(26312,19576,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; rv:58.0) gecko/20100101 firefox/58.0'),(26313,19576,'_created_via','checkout'),(26314,19576,'_date_completed',''),(26315,19576,'_completed_date',''),(26316,19576,'_date_paid',''),(26317,19576,'_paid_date',''),(26318,19576,'_cart_hash','338a3e19e58c8e36e4c4c4748a063f00'),(26319,19576,'_billing_first_name','ууу'),(26320,19576,'_billing_last_name','увввв'),(26321,19576,'_billing_company',''),(26322,19576,'_billing_address_1','dfdfdf'),(26323,19576,'_billing_address_2',''),(26324,19576,'_billing_city','dfdfdf'),(26325,19576,'_billing_state','dfdfdfdf'),(26326,19576,'_billing_postcode','DFDFDFDF'),(26327,19576,'_billing_country','RU'),(26328,19576,'_billing_email','sdsd@mail.ru'),(26329,19576,'_billing_phone','2223333'),(26330,19576,'_shipping_first_name',''),(26331,19576,'_shipping_last_name',''),(26332,19576,'_shipping_company',''),(26333,19576,'_shipping_address_1',''),(26334,19576,'_shipping_address_2',''),(26335,19576,'_shipping_city',''),(26336,19576,'_shipping_state',''),(26337,19576,'_shipping_postcode',''),(26338,19576,'_shipping_country',''),(26339,19576,'_order_currency','USD'),(26340,19576,'_cart_discount','0'),(26341,19576,'_cart_discount_tax','0'),(26342,19576,'_order_shipping','0'),(26343,19576,'_order_shipping_tax','0'),(26344,19576,'_order_tax','0'),(26345,19576,'_order_total','59'),(26346,19576,'_order_version','3.2.6'),(26347,19576,'_prices_include_tax','no'),(26348,19576,'_billing_address_index','ууу увввв  dfdfdf  dfdfdf dfdfdfdf DFDFDFDF RU sdsd@mail.ru 2223333'),(26349,19576,'_shipping_address_index','        '),(26350,19576,'_wxr_import_user_slug','admin'),(26351,19576,'fusion_demo_import','classic_shop'),(26352,19577,'_order_key','wc_order_5a89785b4190d'),(26353,19577,'_customer_user','0'),(26354,19577,'_payment_method','paypal'),(26355,19577,'_payment_method_title','PayPal'),(26356,19577,'_transaction_id',''),(26357,19577,'_customer_ip_address','192.162.60.46'),(26358,19577,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64; rv:58.0) gecko/20100101 firefox/58.0'),(26359,19577,'_created_via','checkout'),(26360,19577,'_date_completed',''),(26361,19577,'_completed_date',''),(26362,19577,'_date_paid',''),(26363,19577,'_paid_date',''),(26364,19577,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(26365,19577,'_billing_first_name','test'),(26366,19577,'_billing_last_name','test'),(26367,19577,'_billing_company',''),(26368,19577,'_billing_address_1','test'),(26369,19577,'_billing_address_2','22'),(26370,19577,'_billing_city','test'),(26371,19577,'_billing_state',''),(26372,19577,'_billing_postcode','22-333'),(26373,19577,'_billing_country','PL'),(26374,19577,'_billing_email','mat.deron@wp.pl'),(26375,19577,'_billing_phone','123456789'),(26376,19577,'_shipping_first_name',''),(26377,19577,'_shipping_last_name',''),(26378,19577,'_shipping_company',''),(26379,19577,'_shipping_address_1',''),(26380,19577,'_shipping_address_2',''),(26381,19577,'_shipping_city',''),(26382,19577,'_shipping_state',''),(26383,19577,'_shipping_postcode',''),(26384,19577,'_shipping_country',''),(26385,19577,'_order_currency','USD'),(26386,19577,'_cart_discount','0'),(26387,19577,'_cart_discount_tax','0'),(26388,19577,'_order_shipping','0'),(26389,19577,'_order_shipping_tax','0'),(26390,19577,'_order_tax','0'),(26391,19577,'_order_total','176'),(26392,19577,'_order_version','3.2.6'),(26393,19577,'_prices_include_tax','no'),(26394,19577,'_billing_address_index','test test  test 22 test  22-333 PL mat.deron@wp.pl 123456789'),(26395,19577,'_shipping_address_index','        '),(26396,19577,'_wxr_import_user_slug','admin'),(26397,19577,'fusion_demo_import','classic_shop'),(26398,19578,'_order_key','wc_order_5a8bee6c17f54'),(26399,19578,'_customer_user','0'),(26400,19578,'_payment_method','paypal'),(26401,19578,'_payment_method_title','PayPal'),(26402,19578,'_transaction_id',''),(26403,19578,'_customer_ip_address','156.204.195.236'),(26404,19578,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36 opr/50.0.2762.67'),(26405,19578,'_created_via','checkout'),(26406,19578,'_date_completed',''),(26407,19578,'_completed_date',''),(26408,19578,'_date_paid',''),(26409,19578,'_paid_date',''),(26410,19578,'_cart_hash','e352a42b856299ce359af2393796d2f5'),(26411,19578,'_billing_first_name','sfsfs'),(26412,19578,'_billing_last_name','fasfasf'),(26413,19578,'_billing_company','asfasf'),(26414,19578,'_billing_address_1','fssafas'),(26415,19578,'_billing_address_2','dsdad'),(26416,19578,'_billing_city','cairo'),(26417,19578,'_billing_state','fsaf'),(26418,19578,'_billing_postcode','11798'),(26419,19578,'_billing_country','EG'),(26420,19578,'_billing_email','ada@sdvd.ne'),(26421,19578,'_billing_phone','0121548787/'),(26422,19578,'_shipping_first_name',''),(26423,19578,'_shipping_last_name',''),(26424,19578,'_shipping_company',''),(26425,19578,'_shipping_address_1',''),(26426,19578,'_shipping_address_2',''),(26427,19578,'_shipping_city',''),(26428,19578,'_shipping_state',''),(26429,19578,'_shipping_postcode',''),(26430,19578,'_shipping_country',''),(26431,19578,'_order_currency','USD'),(26432,19578,'_cart_discount','0'),(26433,19578,'_cart_discount_tax','0'),(26434,19578,'_order_shipping','0'),(26435,19578,'_order_shipping_tax','0'),(26436,19578,'_order_tax','0'),(26437,19578,'_order_total','580'),(26438,19578,'_order_version','3.2.6'),(26439,19578,'_prices_include_tax','no'),(26440,19578,'_billing_address_index','sfsfs fasfasf asfasf fssafas dsdad cairo fsaf 11798 EG ada@sdvd.ne 0121548787/'),(26441,19578,'_shipping_address_index','        '),(26442,19578,'_wxr_import_user_slug','admin'),(26443,19578,'fusion_demo_import','classic_shop'),(26444,19579,'_order_key','wc_order_5a8d6fab3937a'),(26445,19579,'_customer_user','0'),(26446,19579,'_payment_method','paypal'),(26447,19579,'_payment_method_title','PayPal'),(26448,19579,'_transaction_id',''),(26449,19579,'_customer_ip_address','87.158.218.131'),(26450,19579,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36'),(26451,19579,'_created_via','checkout'),(26452,19579,'_date_completed',''),(26453,19579,'_completed_date',''),(26454,19579,'_date_paid',''),(26455,19579,'_paid_date',''),(26456,19579,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(26457,19579,'_billing_first_name','jkjk'),(26458,19579,'_billing_last_name','kjkj'),(26459,19579,'_billing_company','Frau'),(26460,19579,'_billing_address_1','Ostendorfer Straße'),(26461,19579,'_billing_address_2','22a'),(26462,19579,'_billing_city','Rinteln'),(26463,19579,'_billing_state',''),(26464,19579,'_billing_postcode','31737'),(26465,19579,'_billing_country','DE'),(26466,19579,'_billing_email','christine-becker1@gmx.de'),(26467,19579,'_billing_phone','01629165377'),(26468,19579,'_shipping_first_name',''),(26469,19579,'_shipping_last_name',''),(26470,19579,'_shipping_company',''),(26471,19579,'_shipping_address_1',''),(26472,19579,'_shipping_address_2',''),(26473,19579,'_shipping_city',''),(26474,19579,'_shipping_state',''),(26475,19579,'_shipping_postcode',''),(26476,19579,'_shipping_country',''),(26477,19579,'_order_currency','USD'),(26478,19579,'_cart_discount','0'),(26479,19579,'_cart_discount_tax','0'),(26480,19579,'_order_shipping','0'),(26481,19579,'_order_shipping_tax','0'),(26482,19579,'_order_tax','0'),(26483,19579,'_order_total','200'),(26484,19579,'_order_version','3.2.6'),(26485,19579,'_prices_include_tax','no'),(26486,19579,'_billing_address_index','jkjk kjkj Frau Ostendorfer Straße 22a Rinteln  31737 DE christine-becker1@gmx.de 01629165377'),(26487,19579,'_shipping_address_index','        '),(26488,19579,'_wxr_import_user_slug','admin'),(26489,19579,'fusion_demo_import','classic_shop'),(26490,19580,'_order_key','wc_order_5a8d9a839f7b5'),(26491,19580,'_customer_user','0'),(26492,19580,'_payment_method','paypal'),(26493,19580,'_payment_method_title','PayPal'),(26494,19580,'_transaction_id',''),(26495,19580,'_customer_ip_address','85.248.108.6'),(26496,19580,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64; rv:53.0) gecko/20100101 firefox/53.0'),(26497,19580,'_created_via','checkout'),(26498,19580,'_date_completed',''),(26499,19580,'_completed_date',''),(26500,19580,'_date_paid',''),(26501,19580,'_paid_date',''),(26502,19580,'_cart_hash','d1b33a2d1d02354c7d0c2b7452891134'),(26503,19580,'_billing_first_name','a'),(26504,19580,'_billing_last_name','a'),(26505,19580,'_billing_company',''),(26506,19580,'_billing_address_1','a'),(26507,19580,'_billing_address_2',''),(26508,19580,'_billing_city','Kosice'),(26509,19580,'_billing_state',''),(26510,19580,'_billing_postcode','04001'),(26511,19580,'_billing_country','SK'),(26512,19580,'_billing_email','demo@demo.sk'),(26513,19580,'_billing_phone','0901123123'),(26514,19580,'_shipping_first_name',''),(26515,19580,'_shipping_last_name',''),(26516,19580,'_shipping_company',''),(26517,19580,'_shipping_address_1',''),(26518,19580,'_shipping_address_2',''),(26519,19580,'_shipping_city',''),(26520,19580,'_shipping_state',''),(26521,19580,'_shipping_postcode',''),(26522,19580,'_shipping_country',''),(26523,19580,'_order_currency','USD'),(26524,19580,'_cart_discount','0'),(26525,19580,'_cart_discount_tax','0'),(26526,19580,'_order_shipping','0'),(26527,19580,'_order_shipping_tax','0'),(26528,19580,'_order_tax','0'),(26529,19580,'_order_total','36'),(26530,19580,'_order_version','3.2.6'),(26531,19580,'_prices_include_tax','no'),(26532,19580,'_billing_address_index','a a  a  Kosice  04001 SK demo@demo.sk 0901123123'),(26533,19580,'_shipping_address_index','        '),(26534,19580,'_wxr_import_user_slug','admin'),(26535,19580,'fusion_demo_import','classic_shop'),(26536,19581,'_order_key','wc_order_5a8e6c7c4c909'),(26537,19581,'_customer_user','0'),(26538,19581,'_payment_method','paypal'),(26539,19581,'_payment_method_title','PayPal'),(26540,19581,'_transaction_id',''),(26541,19581,'_customer_ip_address','135.0.226.236'),(26542,19581,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36'),(26543,19581,'_created_via','checkout'),(26544,19581,'_date_completed',''),(26545,19581,'_completed_date',''),(26546,19581,'_date_paid',''),(26547,19581,'_paid_date',''),(26548,19581,'_cart_hash','6318f15c21cc4e0c7bf03475bd5c0f47'),(26549,19581,'_billing_first_name','sumin'),(26550,19581,'_billing_last_name','tang'),(26551,19581,'_billing_company','ecolor printing'),(26552,19581,'_billing_address_1','5343 Rue Sherbrooke Ouest'),(26553,19581,'_billing_address_2',''),(26554,19581,'_billing_city','Montréal'),(26555,19581,'_billing_state','QC'),(26556,19581,'_billing_postcode','H4A 1V2'),(26557,19581,'_billing_country','CA'),(26558,19581,'_billing_email','info@ecolor.ca'),(26559,19581,'_billing_phone','5148854499'),(26560,19581,'_shipping_first_name',''),(26561,19581,'_shipping_last_name',''),(26562,19581,'_shipping_company',''),(26563,19581,'_shipping_address_1',''),(26564,19581,'_shipping_address_2',''),(26565,19581,'_shipping_city',''),(26566,19581,'_shipping_state',''),(26567,19581,'_shipping_postcode',''),(26568,19581,'_shipping_country',''),(26569,19581,'_order_currency','USD'),(26570,19581,'_cart_discount','0'),(26571,19581,'_cart_discount_tax','0'),(26572,19581,'_order_shipping','0'),(26573,19581,'_order_shipping_tax','0'),(26574,19581,'_order_tax','0'),(26575,19581,'_order_total','176'),(26576,19581,'_order_version','3.2.6'),(26577,19581,'_prices_include_tax','no'),(26578,19581,'_billing_address_index','sumin tang ecolor printing 5343 Rue Sherbrooke Ouest  Montréal QC H4A 1V2 CA info@ecolor.ca 5148854499'),(26579,19581,'_shipping_address_index','        '),(26580,19581,'_wxr_import_user_slug','admin'),(26581,19581,'fusion_demo_import','classic_shop'),(26582,19582,'_order_key','wc_order_5a8f36d82a117'),(26583,19582,'_customer_user','0'),(26584,19582,'_payment_method','paypal'),(26585,19582,'_payment_method_title','PayPal'),(26586,19582,'_transaction_id',''),(26587,19582,'_customer_ip_address','85.150.208.15'),(26588,19582,'_customer_user_agent','mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(26589,19582,'_created_via','checkout'),(26590,19582,'_date_completed',''),(26591,19582,'_completed_date',''),(26592,19582,'_date_paid',''),(26593,19582,'_paid_date',''),(26594,19582,'_cart_hash','23eba7b73010378c2b38ced07dc6ec1f'),(26595,19582,'_billing_first_name','dd'),(26596,19582,'_billing_last_name','dffevf'),(26597,19582,'_billing_company','dfvbwfgbfwgb'),(26598,19582,'_billing_address_1','fbfdbfg 67'),(26599,19582,'_billing_address_2',''),(26600,19582,'_billing_city','delft'),(26601,19582,'_billing_state',''),(26602,19582,'_billing_postcode','234RF'),(26603,19582,'_billing_country','NL'),(26604,19582,'_billing_email','ikke@hier.nl'),(26605,19582,'_billing_phone','342 5765 8765'),(26606,19582,'_shipping_first_name',''),(26607,19582,'_shipping_last_name',''),(26608,19582,'_shipping_company',''),(26609,19582,'_shipping_address_1',''),(26610,19582,'_shipping_address_2',''),(26611,19582,'_shipping_city',''),(26612,19582,'_shipping_state',''),(26613,19582,'_shipping_postcode',''),(26614,19582,'_shipping_country',''),(26615,19582,'_order_currency','USD'),(26616,19582,'_cart_discount','0'),(26617,19582,'_cart_discount_tax','0'),(26618,19582,'_order_shipping','0'),(26619,19582,'_order_shipping_tax','0'),(26620,19582,'_order_tax','0'),(26621,19582,'_order_total','86'),(26622,19582,'_order_version','3.2.6'),(26623,19582,'_prices_include_tax','no'),(26624,19582,'_billing_address_index','dd dffevf dfvbwfgbfwgb fbfdbfg 67  delft  234RF NL ikke@hier.nl 342 5765 8765'),(26625,19582,'_shipping_address_index','        '),(26626,19582,'_wxr_import_user_slug','admin'),(26627,19582,'fusion_demo_import','classic_shop'),(26628,19583,'_order_key','wc_order_5a90279438852'),(26629,19583,'_customer_user','0'),(26630,19583,'_payment_method','paypal'),(26631,19583,'_payment_method_title','PayPal'),(26632,19583,'_transaction_id',''),(26633,19583,'_customer_ip_address','84.27.16.120'),(26634,19583,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36'),(26635,19583,'_created_via','checkout'),(26636,19583,'_date_completed',''),(26637,19583,'_completed_date',''),(26638,19583,'_date_paid',''),(26639,19583,'_paid_date',''),(26640,19583,'_cart_hash','d928386aac9fa249f4c8ee512b5b0d5a'),(26641,19583,'_billing_first_name','adassa'),(26642,19583,'_billing_last_name','dasads'),(26643,19583,'_billing_company','saddasads'),(26644,19583,'_billing_address_1','asddasdas 15'),(26645,19583,'_billing_address_2','adsads'),(26646,19583,'_billing_city','vught'),(26647,19583,'_billing_state',''),(26648,19583,'_billing_postcode','5262DL'),(26649,19583,'_billing_country','NL'),(26650,19583,'_billing_email','bartje0@hotmail.com'),(26651,19583,'_billing_phone','0612345678'),(26652,19583,'_shipping_first_name',''),(26653,19583,'_shipping_last_name',''),(26654,19583,'_shipping_company',''),(26655,19583,'_shipping_address_1',''),(26656,19583,'_shipping_address_2',''),(26657,19583,'_shipping_city',''),(26658,19583,'_shipping_state',''),(26659,19583,'_shipping_postcode',''),(26660,19583,'_shipping_country',''),(26661,19583,'_order_currency','USD'),(26662,19583,'_cart_discount','0'),(26663,19583,'_cart_discount_tax','0'),(26664,19583,'_order_shipping','0'),(26665,19583,'_order_shipping_tax','0'),(26666,19583,'_order_tax','0'),(26667,19583,'_order_total','45'),(26668,19583,'_order_version','3.2.6'),(26669,19583,'_prices_include_tax','no'),(26670,19583,'_billing_address_index','adassa dasads saddasads asddasdas 15 adsads vught  5262DL NL bartje0@hotmail.com 0612345678'),(26671,19583,'_shipping_address_index','        '),(26672,19583,'_wxr_import_user_slug','admin'),(26673,19583,'fusion_demo_import','classic_shop'),(26674,19584,'_order_key','wc_order_5a9076723b07d'),(26675,19584,'_customer_user','0'),(26676,19584,'_payment_method','paypal'),(26677,19584,'_payment_method_title','PayPal'),(26678,19584,'_transaction_id',''),(26679,19584,'_customer_ip_address','176.205.9.38'),(26680,19584,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(26681,19584,'_created_via','checkout'),(26682,19584,'_date_completed',''),(26683,19584,'_completed_date',''),(26684,19584,'_date_paid',''),(26685,19584,'_paid_date',''),(26686,19584,'_cart_hash','c01820fbb44efb6bfb26c069f6bb5a99'),(26687,19584,'_billing_first_name','aa'),(26688,19584,'_billing_last_name','aa'),(26689,19584,'_billing_company','aa'),(26690,19584,'_billing_address_1','Aa'),(26691,19584,'_billing_address_2','aa'),(26692,19584,'_billing_city','aa'),(26693,19584,'_billing_state','aa'),(26694,19584,'_billing_postcode',''),(26695,19584,'_billing_country','AE'),(26696,19584,'_billing_email','aa@aa.aa'),(26697,19584,'_billing_phone','00971505966887'),(26698,19584,'_shipping_first_name',''),(26699,19584,'_shipping_last_name',''),(26700,19584,'_shipping_company',''),(26701,19584,'_shipping_address_1',''),(26702,19584,'_shipping_address_2',''),(26703,19584,'_shipping_city',''),(26704,19584,'_shipping_state',''),(26705,19584,'_shipping_postcode',''),(26706,19584,'_shipping_country',''),(26707,19584,'_order_currency','USD'),(26708,19584,'_cart_discount','0'),(26709,19584,'_cart_discount_tax','0'),(26710,19584,'_order_shipping','0'),(26711,19584,'_order_shipping_tax','0'),(26712,19584,'_order_tax','0'),(26713,19584,'_order_total','315'),(26714,19584,'_order_version','3.2.6'),(26715,19584,'_prices_include_tax','no'),(26716,19584,'_billing_address_index','aa aa aa Aa aa aa aa  AE aa@aa.aa 00971505966887'),(26717,19584,'_shipping_address_index','        '),(26718,19584,'_wxr_import_user_slug','admin'),(26719,19584,'fusion_demo_import','classic_shop'),(26720,19593,'_order_key','wc_order_5a95ad7d5ca5f'),(26721,19593,'_customer_user','0'),(26722,19593,'_payment_method','paypal'),(26723,19593,'_payment_method_title','PayPal'),(26724,19593,'_transaction_id',''),(26725,19593,'_customer_ip_address','86.38.2.89'),(26726,19593,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),(26727,19593,'_created_via','checkout'),(26728,19593,'_date_completed',''),(26729,19593,'_completed_date',''),(26730,19593,'_date_paid',''),(26731,19593,'_paid_date',''),(26732,19593,'_cart_hash','ba85d5fce260409f979471049b424a3b'),(26733,19593,'_billing_first_name','asdfasdfa'),(26734,19593,'_billing_last_name','dfasdfa'),(26735,19593,'_billing_company',''),(26736,19593,'_billing_address_1','Trinapolio 9a,42'),(26737,19593,'_billing_address_2',''),(26738,19593,'_billing_city','Vilnius'),(26739,19593,'_billing_state','None (International)'),(26740,19593,'_billing_postcode','LT08337'),(26741,19593,'_billing_country','LT'),(26742,19593,'_billing_email','vasisa@gmail.com'),(26743,19593,'_billing_phone','34938493849'),(26744,19593,'_shipping_first_name',''),(26745,19593,'_shipping_last_name',''),(26746,19593,'_shipping_company',''),(26747,19593,'_shipping_address_1',''),(26748,19593,'_shipping_address_2',''),(26749,19593,'_shipping_city',''),(26750,19593,'_shipping_state',''),(26751,19593,'_shipping_postcode',''),(26752,19593,'_shipping_country',''),(26753,19593,'_order_currency','USD'),(26754,19593,'_cart_discount','0'),(26755,19593,'_cart_discount_tax','0'),(26756,19593,'_order_shipping','0'),(26757,19593,'_order_shipping_tax','0'),(26758,19593,'_order_tax','0'),(26759,19593,'_order_total','68'),(26760,19593,'_order_version','3.2.6'),(26761,19593,'_prices_include_tax','no'),(26762,19593,'_billing_address_index','asdfasdfa dfasdfa  Trinapolio 9a,42  Vilnius None (International) LT08337 LT vasisa@gmail.com 34938493849'),(26763,19593,'_shipping_address_index','        '),(26764,19593,'_wxr_import_user_slug','admin'),(26765,19593,'fusion_demo_import','classic_shop'),(26766,19596,'_order_key','wc_order_5a96a14006004'),(26767,19596,'_customer_user','0'),(26768,19596,'_payment_method','paypal'),(26769,19596,'_payment_method_title','PayPal'),(26770,19596,'_transaction_id',''),(26771,19596,'_customer_ip_address','125.22.193.148'),(26772,19596,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.90 safari/537.36'),(26773,19596,'_created_via','checkout'),(26774,19596,'_date_completed',''),(26775,19596,'_completed_date',''),(26776,19596,'_date_paid',''),(26777,19596,'_paid_date',''),(26778,19596,'_cart_hash','d69feaa6a8333b65808ef6408c970c08'),(26779,19596,'_billing_first_name','sndb'),(26780,19596,'_billing_last_name','lkj'),(26781,19596,'_billing_company','k'),(26782,19596,'_billing_address_1','ld'),(26783,19596,'_billing_address_2','Zirakpur'),(26784,19596,'_billing_city','SAS Nagar'),(26785,19596,'_billing_state','PB'),(26786,19596,'_billing_postcode','140603'),(26787,19596,'_billing_country','IN'),(26788,19596,'_billing_email','ashishbhatia23@gmail.com'),(26789,19596,'_billing_phone','09888064744'),(26790,19596,'_shipping_first_name',''),(26791,19596,'_shipping_last_name',''),(26792,19596,'_shipping_company',''),(26793,19596,'_shipping_address_1',''),(26794,19596,'_shipping_address_2',''),(26795,19596,'_shipping_city',''),(26796,19596,'_shipping_state',''),(26797,19596,'_shipping_postcode',''),(26798,19596,'_shipping_country',''),(26799,19596,'_order_currency','USD'),(26800,19596,'_cart_discount','0'),(26801,19596,'_cart_discount_tax','0'),(26802,19596,'_order_shipping','0'),(26803,19596,'_order_shipping_tax','0'),(26804,19596,'_order_tax','0'),(26805,19596,'_order_total','125'),(26806,19596,'_order_version','3.2.6'),(26807,19596,'_prices_include_tax','no'),(26808,19596,'_billing_address_index','sndb lkj k ld Zirakpur SAS Nagar PB 140603 IN ashishbhatia23@gmail.com 09888064744'),(26809,19596,'_shipping_address_index','        '),(26810,19596,'_wxr_import_user_slug','admin'),(26811,19596,'fusion_demo_import','classic_shop'),(26812,19600,'_order_key','wc_order_5a9acd1c04530'),(26813,19600,'_customer_user','0'),(26814,19600,'_payment_method','paypal'),(26815,19600,'_payment_method_title','PayPal'),(26816,19600,'_transaction_id',''),(26817,19600,'_customer_ip_address','2a02:2168:1410:7d00:3b81:43a9:a5a5:f51d'),(26818,19600,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36'),(26819,19600,'_created_via','checkout'),(26820,19600,'_date_completed',''),(26821,19600,'_completed_date',''),(26822,19600,'_date_paid',''),(26823,19600,'_paid_date',''),(26824,19600,'_cart_hash','fcae2255b4f13b0c86e87d088e372652'),(26825,19600,'_billing_first_name','фыва'),(26826,19600,'_billing_last_name','фвыафыва'),(26827,19600,'_billing_company',''),(26828,19600,'_billing_address_1','фываЧМС уа'),(26829,19600,'_billing_address_2',''),(26830,19600,'_billing_city','dv'),(26831,19600,'_billing_state','sdf'),(26832,19600,'_billing_postcode','1234'),(26833,19600,'_billing_country','RU'),(26834,19600,'_billing_email','ss@dd.fr'),(26835,19600,'_billing_phone','123432'),(26836,19600,'_shipping_first_name',''),(26837,19600,'_shipping_last_name',''),(26838,19600,'_shipping_company',''),(26839,19600,'_shipping_address_1',''),(26840,19600,'_shipping_address_2',''),(26841,19600,'_shipping_city',''),(26842,19600,'_shipping_state',''),(26843,19600,'_shipping_postcode',''),(26844,19600,'_shipping_country',''),(26845,19600,'_order_currency','USD'),(26846,19600,'_cart_discount','0'),(26847,19600,'_cart_discount_tax','0'),(26848,19600,'_order_shipping','0'),(26849,19600,'_order_shipping_tax','0'),(26850,19600,'_order_tax','0'),(26851,19600,'_order_total','205'),(26852,19600,'_order_version','3.2.6'),(26853,19600,'_prices_include_tax','no'),(26854,19600,'_billing_address_index','фыва фвыафыва  фываЧМС уа  dv sdf 1234 RU ss@dd.fr 123432'),(26855,19600,'_shipping_address_index','        '),(26856,19600,'_wxr_import_user_slug','admin'),(26857,19600,'fusion_demo_import','classic_shop'),(26858,19603,'_order_key','wc_order_5a9b5d633c810'),(26859,19603,'_customer_user','6891'),(26860,19603,'_payment_method','paypal'),(26861,19603,'_payment_method_title','PayPal'),(26862,19603,'_transaction_id',''),(26863,19603,'_customer_ip_address','2600:1700:6430:3ad0:35aa:19bd:caf5:6e4a'),(26864,19603,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10.13; rv:58.0) gecko/20100101 firefox/58.0'),(26865,19603,'_created_via','checkout'),(26866,19603,'_date_completed',''),(26867,19603,'_completed_date',''),(26868,19603,'_date_paid',''),(26869,19603,'_paid_date',''),(26870,19603,'_cart_hash','918d62c4e9cdf127b5e99714d0304193'),(26871,19603,'_billing_first_name','a'),(26872,19603,'_billing_last_name','a'),(26873,19603,'_billing_company',''),(26874,19603,'_billing_address_1','777 a street'),(26875,19603,'_billing_address_2',''),(26876,19603,'_billing_city','sf'),(26877,19603,'_billing_state','CA'),(26878,19603,'_billing_postcode','94110'),(26879,19603,'_billing_country','US'),(26880,19603,'_billing_email','a@a.com'),(26881,19603,'_billing_phone','333'),(26882,19603,'_shipping_first_name',''),(26883,19603,'_shipping_last_name',''),(26884,19603,'_shipping_company',''),(26885,19603,'_shipping_address_1',''),(26886,19603,'_shipping_address_2',''),(26887,19603,'_shipping_city',''),(26888,19603,'_shipping_state',''),(26889,19603,'_shipping_postcode',''),(26890,19603,'_shipping_country',''),(26891,19603,'_order_currency','USD'),(26892,19603,'_cart_discount','0'),(26893,19603,'_cart_discount_tax','0'),(26894,19603,'_order_shipping','0'),(26895,19603,'_order_shipping_tax','0'),(26896,19603,'_order_tax','0'),(26897,19603,'_order_total','200'),(26898,19603,'_order_version','3.2.6'),(26899,19603,'_prices_include_tax','no'),(26900,19603,'_billing_address_index','a a  777 a street  sf CA 94110 US a@a.com 333'),(26901,19603,'_shipping_address_index','        '),(26902,19603,'_wxr_import_user_slug','admin'),(26903,19603,'fusion_demo_import','classic_shop'),(26904,19604,'_order_key','wc_order_5a9ba6e9911d9'),(26905,19604,'_customer_user','6892'),(26906,19604,'_payment_method','paypal'),(26907,19604,'_payment_method_title','PayPal'),(26908,19604,'_transaction_id',''),(26909,19604,'_customer_ip_address','85.117.96.33'),(26910,19604,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36'),(26911,19604,'_created_via','checkout'),(26912,19604,'_date_completed',''),(26913,19604,'_completed_date',''),(26914,19604,'_date_paid',''),(26915,19604,'_paid_date',''),(26916,19604,'_cart_hash','7a638b12931f636ae108bb76a2d57c73'),(26917,19604,'_billing_first_name','zzzczcz'),(26918,19604,'_billing_last_name','zzzccaacsa'),(26919,19604,'_billing_company','sasasasasa'),(26920,19604,'_billing_address_1','asas'),(26921,19604,'_billing_address_2','asasa'),(26922,19604,'_billing_city','sdsdsd'),(26923,19604,'_billing_state','alma'),(26924,19604,'_billing_postcode','2Q223'),(26925,19604,'_billing_country','KZ'),(26926,19604,'_billing_email','advtestadv@yandex.kz'),(26927,19604,'_billing_phone','32323232323'),(26928,19604,'_shipping_first_name',''),(26929,19604,'_shipping_last_name',''),(26930,19604,'_shipping_company',''),(26931,19604,'_shipping_address_1',''),(26932,19604,'_shipping_address_2',''),(26933,19604,'_shipping_city',''),(26934,19604,'_shipping_state',''),(26935,19604,'_shipping_postcode',''),(26936,19604,'_shipping_country',''),(26937,19604,'_order_currency','USD'),(26938,19604,'_cart_discount','0'),(26939,19604,'_cart_discount_tax','0'),(26940,19604,'_order_shipping','0'),(26941,19604,'_order_shipping_tax','0'),(26942,19604,'_order_tax','0'),(26943,19604,'_order_total','136'),(26944,19604,'_order_version','3.2.6'),(26945,19604,'_prices_include_tax','no'),(26946,19604,'_billing_address_index','zzzczcz zzzccaacsa sasasasasa asas asasa sdsdsd alma 2Q223 KZ advtestadv@yandex.kz 32323232323'),(26947,19604,'_shipping_address_index','        '),(26948,19604,'_wxr_import_user_slug','admin'),(26949,19604,'fusion_demo_import','classic_shop'),(26950,19605,'_order_key','wc_order_5a9c50aaac8bc'),(26951,19605,'_customer_user','0'),(26952,19605,'_payment_method','paypal'),(26953,19605,'_payment_method_title','PayPal'),(26954,19605,'_transaction_id',''),(26955,19605,'_customer_ip_address','109.236.125.65'),(26956,19605,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36'),(26957,19605,'_created_via','checkout'),(26958,19605,'_date_completed',''),(26959,19605,'_completed_date',''),(26960,19605,'_date_paid',''),(26961,19605,'_paid_date',''),(26962,19605,'_cart_hash','409b4a52e7b312f5e51dae065f94e3bc'),(26963,19605,'_billing_first_name','aaa'),(26964,19605,'_billing_last_name','bbb'),(26965,19605,'_billing_company',''),(26966,19605,'_billing_address_1','bbb 25'),(26967,19605,'_billing_address_2',''),(26968,19605,'_billing_city','lllll'),(26969,19605,'_billing_state',''),(26970,19605,'_billing_postcode','05401'),(26971,19605,'_billing_country','SK'),(26972,19605,'_billing_email','george@google.com'),(26973,19605,'_billing_phone','+421905555555'),(26974,19605,'_shipping_first_name',''),(26975,19605,'_shipping_last_name',''),(26976,19605,'_shipping_company',''),(26977,19605,'_shipping_address_1',''),(26978,19605,'_shipping_address_2',''),(26979,19605,'_shipping_city',''),(26980,19605,'_shipping_state',''),(26981,19605,'_shipping_postcode',''),(26982,19605,'_shipping_country',''),(26983,19605,'_order_currency','USD'),(26984,19605,'_cart_discount','0'),(26985,19605,'_cart_discount_tax','0'),(26986,19605,'_order_shipping','0'),(26987,19605,'_order_shipping_tax','0'),(26988,19605,'_order_tax','0'),(26989,19605,'_order_total','57'),(26990,19605,'_order_version','3.2.6'),(26991,19605,'_prices_include_tax','no'),(26992,19605,'_billing_address_index','aaa bbb  bbb 25  lllll  05401 SK george@google.com +421905555555'),(26993,19605,'_shipping_address_index','        '),(26994,19605,'_wxr_import_user_slug','admin'),(26995,19605,'fusion_demo_import','classic_shop'),(26996,19608,'_order_key','wc_order_5a9dfe0bd7f34'),(26997,19608,'_customer_user','6893'),(26998,19608,'_payment_method','paypal'),(26999,19608,'_payment_method_title','PayPal'),(27000,19608,'_transaction_id',''),(27001,19608,'_customer_ip_address','2001:18c0:5a5:b200:ec54:dfc3:75ea:9b0e'),(27002,19608,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.106 safari/537.36'),(27003,19608,'_created_via','checkout'),(27004,19608,'_date_completed',''),(27005,19608,'_completed_date',''),(27006,19608,'_date_paid',''),(27007,19608,'_paid_date',''),(27008,19608,'_cart_hash','a32f04cca92280d0cbddd3afe813a518'),(27009,19608,'_billing_first_name','Marc'),(27010,19608,'_billing_last_name','Hello'),(27011,19608,'_billing_company','Wavedho'),(27012,19608,'_billing_address_1','35553'),(27013,19608,'_billing_address_2',''),(27014,19608,'_billing_city','gtown stree'),(27015,19608,'_billing_state','QC'),(27016,19608,'_billing_postcode','G5Y 5B9'),(27017,19608,'_billing_country','CA'),(27018,19608,'_billing_email','maf@wavedhouse.com'),(27019,19608,'_billing_phone','555-555-555'),(27020,19608,'_shipping_first_name',''),(27021,19608,'_shipping_last_name',''),(27022,19608,'_shipping_company',''),(27023,19608,'_shipping_address_1',''),(27024,19608,'_shipping_address_2',''),(27025,19608,'_shipping_city',''),(27026,19608,'_shipping_state',''),(27027,19608,'_shipping_postcode',''),(27028,19608,'_shipping_country',''),(27029,19608,'_order_currency','USD'),(27030,19608,'_cart_discount','0'),(27031,19608,'_cart_discount_tax','0'),(27032,19608,'_order_shipping','0'),(27033,19608,'_order_shipping_tax','0'),(27034,19608,'_order_tax','0'),(27035,19608,'_order_total','47'),(27036,19608,'_order_version','3.2.6'),(27037,19608,'_prices_include_tax','no'),(27038,19608,'_billing_address_index','Marc Hello Wavedho 35553  gtown stree QC G5Y 5B9 CA maf@wavedhouse.com 555-555-555'),(27039,19608,'_shipping_address_index','        '),(27040,19608,'_wxr_import_user_slug','admin'),(27041,19608,'fusion_demo_import','classic_shop'),(27056,16250,'pyre_heading_font_size','80'),(27057,16250,'pyre_heading_color',''),(27058,16250,'pyre_heading_bg','no'),(27059,16250,'pyre_heading_bg_color',''),(27060,16250,'pyre_caption','<div style=\"letter-spacing: 2px; font-weight:400;\">A variety of fun stuff to help you with your joy mojo.</div>'),(27061,16250,'pyre_caption_font_size','24'),(27062,16250,'pyre_caption_color',''),(27063,16250,'pyre_caption_bg','no'),(27064,16250,'pyre_caption_bg_color',''),(27065,16250,'pyre_link_type','button'),(27066,16250,'pyre_slide_link',''),(27067,16250,'pyre_slide_target','yes'),(27068,16250,'pyre_button_1','[fusion_button link=\"https://www.resettohappiness.com/shop/\" color=\"custom\" size=\"xlarge\" type=\"\" shape=\"pill\" target=\"_blank\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]SHOP NOW![/fusion_button]'),(45019,16478,'_edit_last','1'),(27069,16250,'pyre_button_2',''),(27070,16250,'_thumbnail_id','20296'),(27071,16250,'slide_template','default'),(27072,16250,'pyre_aspect_ratio',''),(27073,16250,'pyre_heading_separator','none'),(27074,16250,'pyre_caption_separator','none'),(27075,16250,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:21:\"classic-shop-home1-fs\";s:4:\"name\";s:35:\"Classic shop Home 1 - Fusion Slider\";}'),(27076,16250,'fusion_demo_import','classic_shop'),(27077,16478,'pyre_type','image'),(27078,16478,'pyre_youtube_id',''),(27079,16478,'pyre_vimeo_id',''),(27080,16478,'pyre_webm',''),(27081,16478,'pyre_mp4',''),(27082,16478,'pyre_ogv',''),(27083,16478,'pyre_preview_image',''),(27084,16478,'pyre_video_bg_color',''),(27085,16478,'pyre_mute_video','yes'),(27086,16478,'pyre_autoplay_video','yes'),(27087,16478,'pyre_loop_video','yes'),(27088,16478,'pyre_hide_video_controls','yes'),(27089,16478,'pyre_content_alignment','center'),(27090,16478,'pyre_heading','Lookbook 2015'),(27091,16478,'pyre_heading_font_size','80'),(27092,16478,'pyre_heading_color',''),(27093,16478,'pyre_heading_bg','no'),(27094,16478,'pyre_heading_bg_color',''),(27095,16478,'pyre_caption','<div style=\"letter-spacing: 2px; font-weight:400;\">SHOW YOUR PRODUCTS WITH STYLE</div>'),(27096,16478,'pyre_caption_font_size','24'),(27097,16478,'pyre_caption_color',''),(27098,16478,'pyre_caption_bg','no'),(27099,16478,'pyre_caption_bg_color',''),(27100,16478,'pyre_link_type','button'),(27101,16478,'pyre_slide_link',''),(27102,16478,'pyre_slide_target','yes'),(27103,16478,'pyre_button_1','[fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"xlarge\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]MEN[/fusion_button]'),(27104,16478,'pyre_button_2','[fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"xlarge\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]WOMEN[/fusion_button]'),(27105,16478,'_thumbnail_id','19610'),(27106,16478,'slide_template','default'),(27107,16478,'pyre_aspect_ratio',''),(27108,16478,'pyre_heading_separator','none'),(27109,16478,'pyre_caption_separator','none'),(27110,16478,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:21:\"classic-shop-home1-fs\";s:4:\"name\";s:35:\"Classic shop Home 1 - Fusion Slider\";}'),(27111,16478,'fusion_demo_import','classic_shop'),(27112,16482,'pyre_type','image'),(27113,16482,'pyre_youtube_id',''),(27114,16482,'pyre_vimeo_id',''),(27115,16482,'pyre_webm',''),(27116,16482,'pyre_mp4',''),(27117,16482,'pyre_ogv',''),(27118,16482,'pyre_preview_image',''),(27119,16482,'pyre_video_bg_color',''),(27120,16482,'pyre_mute_video','yes'),(27121,16482,'pyre_autoplay_video','yes'),(27122,16482,'pyre_loop_video','yes'),(27123,16482,'pyre_hide_video_controls','yes'),(27124,16482,'pyre_content_alignment','center'),(27125,16482,'pyre_heading','Brand New Arrivals'),(27126,16482,'pyre_heading_font_size','80'),(27127,16482,'pyre_heading_color',''),(27128,16482,'pyre_heading_bg','no'),(27129,16482,'pyre_heading_bg_color',''),(27130,16482,'pyre_caption','<div style=\"letter-spacing: 2px; font-weight:400;\">NEW COLLECTION FROM NEW YORK</div>'),(27131,16482,'pyre_caption_font_size','24'),(27132,16482,'pyre_caption_color',''),(27133,16482,'pyre_caption_bg','no'),(27134,16482,'pyre_caption_bg_color',''),(27135,16482,'pyre_link_type','button'),(27136,16482,'pyre_slide_link',''),(27137,16482,'pyre_slide_target','yes'),(27138,16482,'pyre_button_1','[fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"xlarge\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]VIEW ALL[/fusion_button]'),(27139,16482,'pyre_button_2','[fusion_button link=\"https://www.resettohappiness.com/home-2/\" color=\"custom\" size=\"xlarge\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.113582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]LOOKBOOK[/fusion_button]'),(27140,16482,'slide_template','default'),(27141,16482,'pyre_aspect_ratio',''),(27142,16482,'pyre_heading_separator','none'),(27143,16482,'pyre_caption_separator','none'),(27144,16482,'_thumbnail_id','19613'),(27145,16482,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:21:\"classic-shop-home1-fs\";s:4:\"name\";s:35:\"Classic shop Home 1 - Fusion Slider\";}'),(27146,16482,'fusion_demo_import','classic_shop'),(27147,16496,'_thumbnail_id','19609'),(27148,16496,'pyre_type','image'),(27149,16496,'pyre_youtube_id',''),(27150,16496,'pyre_vimeo_id',''),(27151,16496,'pyre_webm',''),(27152,16496,'pyre_mp4',''),(27153,16496,'pyre_ogv',''),(27154,16496,'pyre_preview_image',''),(27155,16496,'pyre_video_bg_color',''),(27156,16496,'pyre_mute_video','yes'),(27157,16496,'pyre_autoplay_video','yes'),(27158,16496,'pyre_loop_video','yes'),(27159,16496,'pyre_hide_video_controls','yes'),(27160,16496,'pyre_content_alignment','left'),(27161,16496,'pyre_heading','Summer Collection'),(27162,16496,'pyre_heading_font_size','72'),(27163,16496,'pyre_heading_color',''),(27164,16496,'pyre_heading_bg','no'),(27165,16496,'pyre_heading_bg_color',''),(27166,16496,'pyre_caption','<div style=\"letter-spacing: 2px; font-weight:400;\">NEW COLLECTION FROM NEW YORK</div>'),(27167,16496,'pyre_caption_font_size','24'),(27168,16496,'pyre_caption_color',''),(27169,16496,'pyre_caption_bg','no'),(27170,16496,'pyre_caption_bg_color',''),(27171,16496,'pyre_link_type','button'),(27172,16496,'pyre_slide_link',''),(27173,16496,'pyre_slide_target','yes'),(27174,16496,'pyre_button_1','[fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"medium\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]MEN[/fusion_button]'),(27175,16496,'pyre_button_2','[fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"medium\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]WOMEN[/fusion_button]'),(27176,16496,'slide_template','default'),(27177,16496,'pyre_aspect_ratio',''),(27178,16496,'pyre_heading_separator','none'),(27179,16496,'pyre_caption_separator','none'),(27180,16496,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:21:\"classic-shop-home2-fs\";s:4:\"name\";s:35:\"Classic shop Home 2 - Fusion Slider\";}'),(27181,16496,'fusion_demo_import','classic_shop'),(27182,17164,'slide_template','default'),(27183,17164,'pyre_type','image'),(27184,17164,'pyre_youtube_id',''),(27185,17164,'pyre_vimeo_id',''),(27186,17164,'pyre_webm',''),(27187,17164,'pyre_mp4',''),(27188,17164,'pyre_ogv',''),(27189,17164,'pyre_preview_image',''),(27190,17164,'pyre_aspect_ratio',''),(27191,17164,'pyre_video_bg_color',''),(27192,17164,'pyre_mute_video','yes'),(27193,17164,'pyre_autoplay_video','yes'),(27194,17164,'pyre_loop_video','yes'),(27195,17164,'pyre_hide_video_controls','yes'),(27196,17164,'pyre_content_alignment','left'),(27197,17164,'pyre_heading','Fashion</br>\r\nCollection'),(27198,17164,'pyre_heading_font_size','72'),(27199,17164,'pyre_heading_color',''),(27200,17164,'pyre_heading_bg','no'),(27201,17164,'pyre_heading_bg_color',''),(27202,17164,'pyre_caption','<div style=\"letter-spacing: 2px; font-weight:400;\">NEW THIS WEEK</div>'),(27203,17164,'pyre_caption_font_size','24'),(27204,17164,'pyre_caption_color',''),(27205,17164,'pyre_caption_bg','no'),(27206,17164,'pyre_caption_bg_color',''),(27207,17164,'pyre_link_type','button'),(27208,17164,'pyre_slide_link',''),(27209,17164,'pyre_slide_target','yes'),(27210,17164,'pyre_button_1','[fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"medium\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]MEN[/fusion_button]'),(27211,17164,'pyre_button_2','[fusion_button link=\"https://www.resettohappiness.com/product-category/suits/\" color=\"custom\" size=\"medium\" type=\"\" shape=\"pill\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"2\" animation_direction=\"down\" animation_speed=\"1\" class=\"\" id=\"\"]SUITS[/fusion_button]'),(27212,17164,'pyre_heading_separator','none'),(27213,17164,'pyre_caption_separator','none'),(27214,17164,'_thumbnail_id','19611'),(27215,17164,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:21:\"classic-shop-home2-fs\";s:4:\"name\";s:35:\"Classic shop Home 2 - Fusion Slider\";}'),(27216,17164,'fusion_demo_import','classic_shop'),(27217,19609,'_wp_attached_file','2019/01/16495.jpg'),(27218,19609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1295;s:6:\"height\";i:853;s:4:\"file\";s:17:\"2019/01/16495.jpg\";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:{}}}'),(27219,19609,'fusion_slider_demo_import','classic_shop'),(27220,19610,'_wp_attached_file','2019/01/16480.jpg'),(27221,19610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:779;s:4:\"file\";s:17:\"2019/01/16480.jpg\";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:{}}}'),(27222,19610,'fusion_slider_demo_import','classic_shop'),(27223,19611,'_wp_attached_file','2019/01/17794.jpg'),(27224,19611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1295;s:6:\"height\";i:853;s:4:\"file\";s:17:\"2019/01/17794.jpg\";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:{}}}'),(27225,19611,'fusion_slider_demo_import','classic_shop'),(27226,19612,'_wp_attached_file','2019/01/16252.jpg'),(27227,19612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:973;s:4:\"file\";s:17:\"2019/01/16252.jpg\";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:{}}}'),(27228,19612,'fusion_slider_demo_import','classic_shop'),(27229,19613,'_wp_attached_file','2019/01/17863.jpg'),(27230,19613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:911;s:4:\"file\";s:17:\"2019/01/17863.jpg\";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:{}}}'),(27231,19613,'fusion_slider_demo_import','classic_shop'),(27232,19614,'_wp_attached_file','revslider/home3-rs/slide_rev_bg_3.jpg'),(27233,19614,'fusion_slider_demo_import','classic_shop'),(27234,19615,'_wp_attached_file','revslider/home3-rs/beard_suit_man_casual.png'),(27235,19615,'fusion_slider_demo_import','classic_shop'),(27236,19616,'_wp_attached_file','revslider/home3-rs/feat_red_bagde.png'),(27237,19616,'fusion_slider_demo_import','classic_shop'),(27238,19617,'_wp_attached_file','revslider/home3-rs/hr_wave.png'),(27239,19617,'fusion_slider_demo_import','classic_shop'),(27240,19618,'_wp_attached_file','revslider/home3-rs/slider_brush_bg.jpg'),(27241,19618,'fusion_slider_demo_import','classic_shop'),(27242,19619,'_wp_attached_file','revslider/home3-rs/women_t_shirt_black.png'),(27243,19619,'fusion_slider_demo_import','classic_shop'),(27244,19620,'_wp_attached_file','revslider/home3-rs/men_t_shirt_blue.png'),(27245,19620,'fusion_slider_demo_import','classic_shop'),(27246,19621,'_wp_attached_file','revslider/home3-rs/title_img.png'),(27247,19621,'fusion_slider_demo_import','classic_shop'),(27248,19622,'_wp_attached_file','revslider/home3-rs/red_circle.png'),(27249,19622,'fusion_slider_demo_import','classic_shop'),(27250,19623,'_wp_attached_file','revslider/home3-rs/blue_circle.png'),(27251,19623,'fusion_slider_demo_import','classic_shop'),(27252,19624,'_wp_attached_file','revslider/home3-rs/slide_rev_bg_5.jpg'),(27253,19624,'fusion_slider_demo_import','classic_shop'),(27254,19625,'_wp_attached_file','revslider/home3-rs/sale_big_text.png'),(27255,19625,'fusion_slider_demo_import','classic_shop'),(27256,19626,'_wp_attached_file','revslider/home3-rs/feat_blue_bagde.png'),(27257,19626,'fusion_slider_demo_import','classic_shop'),(40989,20097,'_wp_attached_file','2019/02/fun25.png'),(40990,20097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2019/02/fun25.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fun25-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:17:\"fun25-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"fun25-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"fun25-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"fun25-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"fun25-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"fun25-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"fun25-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"fun25-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"fun25-500x441.png\";s:5:\"width\";i:500;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"fun25-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"fun25-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"fun25-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"fun25-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"fun25-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"fun25-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"fun25-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27704,19661,'_wp_attachment_image_alt','You are amazing card'),(27547,19637,'_wp_attached_file','2019/01/lit-tree.jpg'),(27548,19637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/01/lit-tree.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lit-tree-150x150.jpg\";s:5:\"width\";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:\"lit-tree-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"lit-tree-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"lit-tree-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"lit-tree-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"lit-tree-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"lit-tree-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"lit-tree-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"lit-tree-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"lit-tree-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"lit-tree-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"lit-tree-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"lit-tree-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"lit-tree-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"lit-tree-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"lit-tree-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"lit-tree-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"lit-tree-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"lit-tree-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"lit-tree-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"lit-tree-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"lit-tree-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27522,19635,'_menu_item_type','post_type'),(27523,19635,'_menu_item_menu_item_parent','0'),(27524,19635,'_menu_item_object_id','16867'),(27525,19635,'_menu_item_object','page'),(27526,19635,'_menu_item_target',''),(27527,19635,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27528,19635,'_menu_item_xfn',''),(27529,19635,'_menu_item_url',''),(27531,19635,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(28591,19706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:442;s:4:\"file\";s:19:\"2019/01/amazing.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"amazing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"amazing-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"amazing-768x177.png\";s:5:\"width\";i:768;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"amazing-1024x236.png\";s:5:\"width\";i:1024;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"amazing-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"amazing-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"amazing-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"amazing-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"amazing-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"amazing-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"amazing-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"amazing-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"amazing-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"amazing-200x46.png\";s:5:\"width\";i:200;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"amazing-400x92.png\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:19:\"amazing-600x138.png\";s:5:\"width\";i:600;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:19:\"amazing-800x184.png\";s:5:\"width\";i:800;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:20:\"amazing-1200x276.png\";s:5:\"width\";i:1200;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"amazing-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"amazing-600x138.png\";s:5:\"width\";i:600;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"amazing-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"amazing-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"amazing-600x138.png\";s:5:\"width\";i:600;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"amazing-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28673,19709,'_wp_attached_file','2019/01/amazing2.png'),(28674,19709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2019/01/amazing2.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"amazing2-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:20:\"amazing2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"amazing2-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"amazing2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"amazing2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"amazing2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"amazing2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"amazing2-600x272.png\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"amazing2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"amazing2-600x441.png\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"amazing2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"amazing2-200x167.png\";s:5:\"width\";i:200;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:20:\"amazing2-400x333.png\";s:5:\"width\";i:400;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:20:\"amazing2-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"amazing2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"amazing2-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"amazing2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"amazing2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"amazing2-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"amazing2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28675,19709,'_wp_attachment_image_alt','You Are Amazing Card'),(28740,19712,'_wp_attached_file','2019/01/apron_woman2.jpg'),(28741,19712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/01/apron_woman2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"apron_woman2-150x150.jpg\";s:5:\"width\";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:\"apron_woman2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"apron_woman2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"apron_woman2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"apron_woman2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"apron_woman2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"apron_woman2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"apron_woman2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"apron_woman2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"apron_woman2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"apron_woman2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"apron_woman2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"apron_woman2-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"apron_woman2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"apron_woman2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"apron_woman2-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"apron_woman2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"apron_woman2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"apron_woman2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"apron_woman2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"apron_woman2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"apron_woman2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28742,19713,'_wp_attached_file','2019/01/colleen_believe2-1.jpg'),(28743,19713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/01/colleen_believe2-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-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:30:\"colleen_believe2-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"colleen_believe2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:31:\"colleen_believe2-1-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"colleen_believe2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"colleen_believe2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28744,19714,'_wp_attached_file','2019/01/lit-tree2.jpg'),(28745,19714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2019/01/lit-tree2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"lit-tree2-150x150.jpg\";s:5:\"width\";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:\"lit-tree2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"lit-tree2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"lit-tree2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"lit-tree2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"lit-tree2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"lit-tree2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"lit-tree2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"lit-tree2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"lit-tree2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"lit-tree2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"lit-tree2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"lit-tree2-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"lit-tree2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"lit-tree2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"lit-tree2-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"lit-tree2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"lit-tree2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"lit-tree2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"lit-tree2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"lit-tree2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"lit-tree2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28746,19714,'_wp_attachment_image_alt','Photo Art'),(28747,19713,'_wp_attachment_image_alt','Positive T-Shirts'),(28748,19712,'_wp_attachment_image_alt','Fun Stuff'),(28913,17904,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1548910749;s:7:\"payload\";a:0:{}}}'),(28914,17665,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549280178;s:7:\"payload\";a:0:{}}}'),(28961,16560,'_edit_lock','1549658035:1'),(28962,16560,'_edit_last','1'),(28971,16560,'pyre_fallback_id',''),(28972,16560,'pyre_combined_header_bg_color',''),(28973,16560,'pyre_mobile_header_bg_color',''),(28974,16560,'pyre_header_bg_id',''),(28975,16560,'pyre_responsive_sidebar_order',''),(28976,16560,'pyre_sidebar_sticky','default'),(28977,16560,'pyre_page_bg_id',''),(28978,16560,'pyre_wide_page_bg_id',''),(28979,16560,'pyre_page_title_line_height',''),(28980,16560,'pyre_page_title_subheader_font_color',''),(28981,16560,'pyre_page_title_bar_bg_id',''),(28982,16560,'pyre_page_title_bar_bg_retina_id',''),(28983,16560,'kd_featured-image-2_page_id',''),(28984,16560,'kd_featured-image-3_page_id',''),(28985,16560,'kd_featured-image-4_page_id',''),(28986,16560,'kd_featured-image-5_page_id',''),(28991,16552,'_edit_lock','1549633359:1'),(28998,16552,'pyre_mobile_header_bg_color',''),(28999,16552,'pyre_header_bg_id',''),(29000,16552,'pyre_responsive_sidebar_order',''),(29001,16552,'pyre_sidebar_sticky','default'),(29002,16552,'pyre_page_bg_id',''),(29003,16552,'pyre_wide_page_bg_id',''),(29004,16552,'pyre_page_title_line_height',''),(29005,16552,'pyre_page_title_subheader_font_color',''),(29006,16552,'pyre_page_title_bar_bg_id',''),(29007,16552,'pyre_page_title_bar_bg_retina_id',''),(29008,16552,'kd_featured-image-2_page_id',''),(29009,16552,'kd_featured-image-3_page_id',''),(29010,16552,'kd_featured-image-4_page_id',''),(29011,16552,'kd_featured-image-5_page_id',''),(29012,16552,'_edit_last','1'),(29025,19725,'_menu_item_type','post_type'),(29026,19725,'_menu_item_menu_item_parent','0'),(29027,19725,'_menu_item_object_id','16552'),(29028,19725,'_menu_item_object','page'),(29029,19725,'_menu_item_target',''),(29030,19725,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29031,19725,'_menu_item_xfn',''),(29032,19725,'_menu_item_url',''),(29034,19725,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(46026,20341,'_wp_attached_file','2019/02/helpful-links6.jpg'),(46027,20341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/02/helpful-links6.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"helpful-links6-150x150.jpg\";s:5:\"width\";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:\"helpful-links6-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"helpful-links6-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"helpful-links6-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"helpful-links6-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"helpful-links6-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"helpful-links6-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"helpful-links6-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"helpful-links6-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"helpful-links6-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"helpful-links6-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"helpful-links6-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"helpful-links6-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"helpful-links6-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"helpful-links6-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"helpful-links6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"helpful-links6-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:27:\"helpful-links6-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"helpful-links6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"helpful-links6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"helpful-links6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"helpful-links6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"helpful-links6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"helpful-links6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39403,19839,'_edit_lock','1550367438:1'),(46564,20369,'_wp_attached_file','2019/03/Amazing_Card_Star_Thumb.png'),(46565,20369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:1085;s:4:\"file\";s:35:\"2019/03/Amazing_Card_Star_Thumb.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-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:35:\"Amazing_Card_Star_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Star_Thumb-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"Amazing_Card_Star_Thumb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Star_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39407,19839,'_edit_last','1'),(39408,19839,'slide_template','default'),(39409,19839,'pyre_mp4_id',''),(39410,19839,'pyre_webm_id',''),(39411,19839,'pyre_ogv_id',''),(39412,19839,'pyre_preview_image_id',''),(39413,19839,'pyre_aspect_ratio',''),(39414,19839,'pyre_video_display','cover'),(39415,19839,'pyre_heading_separator','none'),(39416,19839,'pyre_heading_size','2'),(39417,19839,'pyre_caption_separator','none'),(39418,19839,'pyre_caption_size','3'),(46566,20370,'_wp_attached_file','2019/03/Amazing_Card_Superhero_Thumb.png'),(46567,20370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:1085;s:4:\"file\";s:40:\"2019/03/Amazing_Card_Superhero_Thumb.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-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:40:\"Amazing_Card_Superhero_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Amazing_Card_Superhero_Thumb-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:38:\"Amazing_Card_Superhero_Thumb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Amazing_Card_Superhero_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39594,20024,'_wp_attached_file','2019/01/river-joy4.jpg'),(39595,20024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2019/01/river-joy4.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy4-150x150.jpg\";s:5:\"width\";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:\"river-joy4-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:\"river-joy4-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:23:\"river-joy4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"river-joy4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"river-joy4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"river-joy4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"river-joy4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"river-joy4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"river-joy4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"river-joy4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"river-joy4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"river-joy4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"river-joy4-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"river-joy4-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"river-joy4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"river-joy4-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"river-joy4-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"river-joy4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"river-joy4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"river-joy4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"river-joy4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"river-joy4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39068,20000,'_wp_attachment_image_alt','Play the You Are Amazing Game'),(40625,20089,'_wp_attached_file','2019/02/amazing-prep.jpg'),(40626,20089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2019/02/amazing-prep.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-prep-150x150.jpg\";s:5:\"width\";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:\"amazing-prep-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:24:\"amazing-prep-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"amazing-prep-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"amazing-prep-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"amazing-prep-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"amazing-prep-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"amazing-prep-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"amazing-prep-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"amazing-prep-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"amazing-prep-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"amazing-prep-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"amazing-prep-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"amazing-prep-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"amazing-prep-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"amazing-prep-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"amazing-prep-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"amazing-prep-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-prep-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"amazing-prep-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"amazing-prep-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-prep-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40630,20091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2019/02/amazing-assemble.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-150x150.jpg\";s:5:\"width\";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:\"amazing-assemble-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:28:\"amazing-assemble-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"amazing-assemble-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"amazing-assemble-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"amazing-assemble-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"amazing-assemble-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:28:\"amazing-assemble-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"amazing-assemble-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"amazing-assemble-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40623,20088,'_wp_attached_file','2019/02/Amazing-personalize.jpg'),(40624,20088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2019/02/Amazing-personalize.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-150x150.jpg\";s:5:\"width\";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:\"Amazing-personalize-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:31:\"Amazing-personalize-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing-personalize-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"Amazing-personalize-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"Amazing-personalize-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:31:\"Amazing-personalize-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:31:\"Amazing-personalize-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Amazing-personalize-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing-personalize-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40629,20091,'_wp_attached_file','2019/02/amazing-assemble.jpg'),(43964,8,'_yoast_wpseo_content_score','90'),(29579,19753,'_wp_attached_file','2019/02/footer-bgrd.jpg'),(29580,19753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:973;s:4:\"file\";s:23:\"2019/02/footer-bgrd.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-150x150.jpg\";s:5:\"width\";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:\"footer-bgrd-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"footer-bgrd-1024x399.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"footer-bgrd-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"footer-bgrd-200x78.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"footer-bgrd-400x156.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"footer-bgrd-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"footer-bgrd-800x311.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"footer-bgrd-1200x467.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"footer-bgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-bgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29593,16706,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549240088;s:7:\"payload\";a:0:{}}}'),(29594,17635,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549261096;s:7:\"payload\";a:0:{}}}'),(29596,946,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549081696;s:7:\"payload\";a:0:{}}}'),(29597,19753,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549168297;s:7:\"payload\";a:0:{}}}'),(29598,16378,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549715202;s:7:\"payload\";a:0:{}}}'),(29599,1864,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549209043;s:7:\"payload\";a:0:{}}}'),(29600,19621,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549210623;s:7:\"payload\";a:0:{}}}'),(29601,41,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549324641;s:7:\"payload\";a:0:{}}}'),(29602,16369,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549654143;s:7:\"payload\";a:0:{}}}'),(29603,1865,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549214546;s:7:\"payload\";a:0:{}}}'),(29604,19677,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549216907;s:7:\"payload\";a:0:{}}}'),(29605,16339,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549217294;s:7:\"payload\";a:0:{}}}'),(29606,90,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549218866;s:7:\"payload\";a:0:{}}}'),(29607,16370,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549219278;s:7:\"payload\";a:0:{}}}'),(29608,16367,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549219652;s:7:\"payload\";a:0:{}}}'),(29609,19755,'_wp_attached_file','2019/02/Amazing_Card_footer.png'),(29610,19755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:117;s:4:\"file\";s:31:\"2019/02/Amazing_Card_footer.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_footer-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_footer-177x117.png\";s:5:\"width\";i:177;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_footer-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:31:\"Amazing_Card_footer-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_footer-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_footer-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29611,19755,'_wp_attachment_image_alt',''),(29620,17695,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549221654;s:7:\"payload\";a:0:{}}}'),(29622,17697,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549222414;s:7:\"payload\";a:0:{}}}'),(29623,16707,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1550818506;s:7:\"payload\";a:0:{}}}'),(29624,19544,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549223187;s:7:\"payload\";a:0:{}}}'),(39953,20043,'_wp_attachment_image_alt','Happy Life'),(39974,20045,'_wp_attached_file','2019/02/blog-happy.png'),(39975,20045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:22:\"2019/02/blog-happy.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-happy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-happy-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"blog-happy-718x400.png\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"blog-happy-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"blog-happy-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"blog-happy-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"blog-happy-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"blog-happy-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"blog-happy-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"blog-happy-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-happy-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"blog-happy-200x177.png\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:22:\"blog-happy-400x354.png\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:22:\"blog-happy-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-happy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-happy-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-happy-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"blog-happy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-happy-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-happy-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39596,20024,'_wp_attachment_image_alt','Reset To Happiness'),(39845,20038,'_wp_attached_file','2019/02/blog-top.jpg'),(39846,20038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2019/02/blog-top.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-top-150x150.jpg\";s:5:\"width\";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:\"blog-top-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-top-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-top-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"blog-top-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"blog-top-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"blog-top-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"blog-top-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"blog-top-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-top-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"blog-top-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"blog-top-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"blog-top-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"blog-top-200x131.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"blog-top-400x263.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"blog-top-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"blog-top-800x525.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"blog-top-1200x788.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"blog-top-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"blog-top-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-top-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"blog-top-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"blog-top-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-top-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38866,19984,'_wp_attachment_image_alt','Shop Fun Stuff'),(38891,19990,'_wp_attached_file','2019/02/amazing-page.jpg'),(38892,19990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1298;s:4:\"file\";s:24:\"2019/02/amazing-page.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-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:24:\"amazing-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:24:\"amazing-page-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:25:\"amazing-page-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"amazing-page-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"amazing-page-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"amazing-page-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"amazing-page-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"amazing-page-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"amazing-page-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"amazing-page-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"amazing-page-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"amazing-page-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"amazing-page-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"amazing-page-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"amazing-page-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"amazing-page-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"amazing-page-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"amazing-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"amazing-page-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"amazing-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"amazing-page-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29749,16699,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549225939;s:7:\"payload\";a:0:{}}}'),(29786,16995,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549226731;s:7:\"payload\";a:0:{}}}'),(29787,19765,'_wp_attached_file','2019/02/white_sand_@2X.jpg'),(29788,19765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:422;s:6:\"height\";i:422;s:4:\"file\";s:26:\"2019/02/white_sand_@2X.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-150x150.jpg\";s:5:\"width\";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:\"white_sand_@2X-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-422x400.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-422x272.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-422x295.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-422x272.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"white_sand_@2X-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"white_sand_@2X-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"white_sand_@2X-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"white_sand_@2X-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"white_sand_@2X-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29809,19767,'_wp_attached_file','2019/02/green_sand.png'),(29810,19767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:211;s:6:\"height\";i:211;s:4:\"file\";s:22:\"2019/02/green_sand.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"green_sand-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"green_sand-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"green_sand-211x202.png\";s:5:\"width\";i:211;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"green_sand-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"green_sand-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"green_sand-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"green_sand-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29831,38,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549227515;s:7:\"payload\";a:0:{}}}'),(29876,16992,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549228297;s:7:\"payload\";a:0:{}}}'),(29901,19775,'fusion_builder_status','active'),(29902,19775,'_wp_page_template','default'),(29903,19775,'pyre_page_options-hide','pyre_page_options'),(29904,19775,'pyre_slider_type','rev'),(29905,19775,'pyre_slider','0'),(29906,19775,'pyre_wooslider',''),(29907,19775,'pyre_revslider','home3-rs'),(29908,19775,'pyre_elasticslider','0'),(29909,19775,'pyre_slider_position','default'),(29910,19775,'pyre_avada_rev_styles','default'),(29911,19775,'pyre_fallback',''),(29912,19775,'pyre_fallback_id',''),(29913,19775,'pyre_demo_slider',''),(29914,19775,'pyre_main_top_padding',''),(29915,19775,'pyre_main_bottom_padding',''),(29916,19775,'pyre_hundredp_padding',''),(29917,19775,'pyre_show_first_featured_image','no'),(29918,19775,'pyre_display_header','yes'),(29919,19775,'pyre_header_100_width','default'),(29920,19775,'pyre_combined_header_bg_color',''),(29921,19775,'pyre_mobile_header_bg_color',''),(29922,19775,'pyre_header_bg',''),(29923,19775,'pyre_header_bg_id',''),(29924,19775,'pyre_header_bg_full','no'),(29925,19775,'pyre_header_bg_repeat','repeat'),(29926,19775,'pyre_displayed_menu','default'),(29927,19775,'pyre_display_footer','default'),(29928,19775,'pyre_display_copyright','default'),(29929,19775,'pyre_footer_100_width','default'),(29930,19775,'pyre_sidebar_1',''),(29931,19775,'pyre_sidebar_position','default'),(29932,19775,'pyre_responsive_sidebar_order',''),(29933,19775,'pyre_sidebar_sticky','default'),(29934,19775,'pyre_sidebar_bg_color',''),(29935,19775,'pyre_page_bg_layout','default'),(29936,19775,'pyre_page_bg_color',''),(29937,19775,'pyre_page_bg',''),(29938,19775,'pyre_page_bg_id',''),(29939,19775,'pyre_page_bg_full','no'),(29940,19775,'pyre_page_bg_repeat','repeat'),(29941,19775,'pyre_wide_page_bg_color',''),(29942,19775,'pyre_wide_page_bg',''),(29943,19775,'pyre_wide_page_bg_id',''),(29944,19775,'pyre_wide_page_bg_full','no'),(29945,19775,'pyre_wide_page_bg_repeat','repeat'),(29946,19775,'pyre_page_title','default'),(29947,19775,'pyre_page_title_breadcrumbs_search_bar','default'),(29948,19775,'pyre_page_title_text','default'),(29949,19775,'pyre_page_title_text_alignment','default'),(29950,19775,'pyre_page_title_text_size',''),(29951,19775,'pyre_page_title_line_height',''),(29952,19775,'pyre_page_title_custom_subheader_text_size',''),(29953,19775,'pyre_page_title_font_color',''),(29954,19775,'pyre_page_title_subheader_font_color',''),(29955,19775,'pyre_page_title_100_width','default'),(29956,19775,'pyre_page_title_height',''),(29957,19775,'pyre_page_title_mobile_height',''),(29958,19775,'pyre_page_title_bar_bg_color',''),(29959,19775,'pyre_page_title_bar_borders_color',''),(29960,19775,'pyre_page_title_bar_bg',''),(29961,19775,'pyre_page_title_bar_bg_id',''),(29962,19775,'pyre_page_title_bar_bg_retina',''),(29963,19775,'pyre_page_title_bar_bg_retina_id',''),(29964,19775,'pyre_page_title_bar_bg_full','default'),(29965,19775,'pyre_page_title_bg_parallax','default'),(30006,17696,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549229111;s:7:\"payload\";a:0:{}}}'),(30015,16997,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549229474;s:7:\"payload\";a:0:{}}}'),(30016,16697,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549229873;s:7:\"payload\";a:0:{}}}'),(30017,16994,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549230664;s:7:\"payload\";a:0:{}}}'),(30018,16364,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549231048;s:7:\"payload\";a:0:{}}}'),(30019,17857,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549231442;s:7:\"payload\";a:0:{}}}'),(30020,16996,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549231839;s:7:\"payload\";a:0:{}}}'),(30021,17643,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549232229;s:7:\"payload\";a:0:{}}}'),(30022,17647,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549232623;s:7:\"payload\";a:0:{}}}'),(30023,16698,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549233015;s:7:\"payload\";a:0:{}}}'),(30024,19622,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549233803;s:7:\"payload\";a:0:{}}}'),(30025,17353,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549234208;s:7:\"payload\";a:0:{}}}'),(30026,16351,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549234741;s:7:\"payload\";a:0:{}}}'),(30027,19545,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549235801;s:7:\"payload\";a:0:{}}}'),(30028,47,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549324545;s:7:\"payload\";a:0:{}}}'),(30029,16376,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549237734;s:7:\"payload\";a:0:{}}}'),(30030,17730,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549238133;s:7:\"payload\";a:0:{}}}'),(30031,16379,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549238516;s:7:\"payload\";a:0:{}}}'),(30032,19617,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549239705;s:7:\"payload\";a:0:{}}}'),(30033,17383,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549240484;s:7:\"payload\";a:0:{}}}'),(30034,17354,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549241664;s:7:\"payload\";a:0:{}}}'),(30035,16373,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549242051;s:7:\"payload\";a:0:{}}}'),(30036,19623,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549242445;s:7:\"payload\";a:0:{}}}'),(30037,16998,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549322942;s:7:\"payload\";a:0:{}}}'),(30038,16346,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549244411;s:7:\"payload\";a:0:{}}}'),(30039,16993,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549244804;s:7:\"payload\";a:0:{}}}'),(30041,16691,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549245983;s:7:\"payload\";a:0:{}}}'),(30043,17892,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549247948;s:7:\"payload\";a:0:{}}}'),(30044,17883,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549248341;s:7:\"payload\";a:0:{}}}'),(30045,17719,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549248734;s:7:\"payload\";a:0:{}}}'),(30046,16480,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549249520;s:7:\"payload\";a:0:{}}}'),(30047,17096,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549249914;s:7:\"payload\";a:0:{}}}'),(30048,17619,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549250306;s:7:\"payload\";a:0:{}}}'),(30049,17262,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549250701;s:7:\"payload\";a:0:{}}}'),(30050,16694,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549251487;s:7:\"payload\";a:0:{}}}'),(30051,19534,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551590034;s:7:\"payload\";a:0:{}}}'),(30052,17629,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549252273;s:7:\"payload\";a:0:{}}}'),(30054,17623,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549253449;s:7:\"payload\";a:0:{}}}'),(30055,17625,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549253843;s:7:\"payload\";a:0:{}}}'),(30056,17261,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549255822;s:7:\"payload\";a:0:{}}}'),(30057,16375,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550991087;s:7:\"payload\";a:0:{}}}'),(30058,17869,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549256219;s:7:\"payload\";a:0:{}}}'),(30059,17596,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549256624;s:7:\"payload\";a:0:{}}}'),(30060,17727,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549257434;s:7:\"payload\";a:0:{}}}'),(30061,16743,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549257843;s:7:\"payload\";a:0:{}}}'),(30063,17732,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549262725;s:7:\"payload\";a:0:{}}}'),(30064,17714,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549263305;s:7:\"payload\";a:0:{}}}'),(30065,55,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549263525;s:7:\"payload\";a:0:{}}}'),(30066,17676,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549263936;s:7:\"payload\";a:0:{}}}'),(30067,17648,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549264349;s:7:\"payload\";a:0:{}}}'),(30068,19614,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549265154;s:7:\"payload\";a:0:{}}}'),(30069,17563,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549265561;s:7:\"payload\";a:0:{}}}'),(30070,19616,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549265966;s:7:\"payload\";a:0:{}}}'),(30071,17731,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549266375;s:7:\"payload\";a:0:{}}}'),(30072,17630,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549325669;s:7:\"payload\";a:0:{}}}'),(30073,990,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549267613;s:7:\"payload\";a:0:{}}}'),(39847,20038,'_wp_attachment_image_alt','Reset to Happiness Blog'),(30075,19626,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549268811;s:7:\"payload\";a:0:{}}}'),(30076,120,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549269214;s:7:\"payload\";a:0:{}}}'),(30077,19618,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549270025;s:7:\"payload\";a:0:{}}}'),(30078,19625,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549271254;s:7:\"payload\";a:0:{}}}'),(30079,16681,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549271668;s:7:\"payload\";a:0:{}}}'),(30080,17280,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549272058;s:7:\"payload\";a:0:{}}}'),(30081,16462,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549272459;s:7:\"payload\";a:0:{}}}'),(30082,17645,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549274081;s:7:\"payload\";a:0:{}}}'),(30083,17671,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549274491;s:7:\"payload\";a:0:{}}}'),(30084,16252,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549274899;s:7:\"payload\";a:0:{}}}'),(30085,17638,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549275308;s:7:\"payload\";a:0:{}}}'),(30086,17718,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549275729;s:7:\"payload\";a:0:{}}}'),(30087,17672,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549276113;s:7:\"payload\";a:0:{}}}'),(30089,17722,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549277738;s:7:\"payload\";a:0:{}}}'),(30090,17620,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549278143;s:7:\"payload\";a:0:{}}}'),(30091,17626,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549278559;s:7:\"payload\";a:0:{}}}'),(30092,19624,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549278954;s:7:\"payload\";a:0:{}}}'),(30093,16669,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549279776;s:7:\"payload\";a:0:{}}}'),(30094,17705,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549292138;s:7:\"payload\";a:0:{}}}'),(30095,17587,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549296328;s:7:\"payload\";a:0:{}}}'),(30096,17749,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549298093;s:7:\"payload\";a:0:{}}}'),(30097,17674,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549298812;s:7:\"payload\";a:0:{}}}'),(30098,17617,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549299046;s:7:\"payload\";a:0:{}}}'),(30099,17385,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549299132;s:7:\"payload\";a:0:{}}}'),(30100,16745,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549299389;s:7:\"payload\";a:0:{}}}'),(30101,17712,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549300004;s:7:\"payload\";a:0:{}}}'),(30102,17481,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549300080;s:7:\"payload\";a:0:{}}}'),(30103,17480,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549300224;s:7:\"payload\";a:0:{}}}'),(30104,17863,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549300350;s:7:\"payload\";a:0:{}}}'),(30105,17721,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549300754;s:7:\"payload\";a:0:{}}}'),(30106,16742,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549301708;s:7:\"payload\";a:0:{}}}'),(30107,19619,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549303601;s:7:\"payload\";a:0:{}}}'),(30108,17646,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549304080;s:7:\"payload\";a:0:{}}}'),(30109,17435,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549304585;s:7:\"payload\";a:0:{}}}'),(30110,16673,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549305053;s:7:\"payload\";a:0:{}}}'),(30111,17482,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549305540;s:7:\"payload\";a:0:{}}}'),(30112,17868,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549306021;s:7:\"payload\";a:0:{}}}'),(30113,17641,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549306993;s:7:\"payload\";a:0:{}}}'),(30114,17636,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549307479;s:7:\"payload\";a:0:{}}}'),(30115,17632,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549308445;s:7:\"payload\";a:0:{}}}'),(30116,16372,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549337244;s:7:\"payload\";a:0:{}}}'),(30117,17659,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549311319;s:7:\"payload\";a:0:{}}}'),(30118,17763,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549313257;s:7:\"payload\";a:0:{}}}'),(30119,17631,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549314928;s:7:\"payload\";a:0:{}}}'),(30120,19555,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549315200;s:7:\"payload\";a:0:{}}}'),(30121,17384,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549316168;s:7:\"payload\";a:0:{}}}'),(30122,16739,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549316271;s:7:\"payload\";a:0:{}}}'),(30123,17794,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549316686;s:7:\"payload\";a:0:{}}}'),(30124,19556,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1550656195;s:7:\"payload\";a:0:{}}}'),(30125,16647,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549317138;s:7:\"payload\";a:0:{}}}'),(30126,16696,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549317752;s:7:\"payload\";a:0:{}}}'),(30127,19550,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549317831;s:7:\"payload\";a:0:{}}}'),(30128,19541,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549317905;s:7:\"payload\";a:0:{}}}'),(30129,17639,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549317979;s:7:\"payload\";a:0:{}}}'),(30130,17582,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549318204;s:7:\"payload\";a:0:{}}}'),(30131,17682,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549318513;s:7:\"payload\";a:0:{}}}'),(30132,17281,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549318590;s:7:\"payload\";a:0:{}}}'),(30133,949,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549318673;s:7:\"payload\";a:0:{}}}'),(30134,17642,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549319141;s:7:\"payload\";a:0:{}}}'),(30135,17668,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549319147;s:7:\"payload\";a:0:{}}}'),(30136,17884,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549319322;s:7:\"payload\";a:0:{}}}'),(30137,17788,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549319683;s:7:\"payload\";a:0:{}}}'),(30138,17670,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549320218;s:7:\"payload\";a:0:{}}}'),(30139,17735,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549320229;s:7:\"payload\";a:0:{}}}'),(30140,17757,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549320485;s:7:\"payload\";a:0:{}}}'),(30141,17716,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549321913;s:7:\"payload\";a:0:{}}}'),(30142,19620,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549322099;s:7:\"payload\";a:0:{}}}'),(30143,17624,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549322509;s:7:\"payload\";a:0:{}}}'),(30144,17644,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549322752;s:7:\"payload\";a:0:{}}}'),(30145,17708,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549322910;s:7:\"payload\";a:0:{}}}'),(30146,19554,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549322954;s:7:\"payload\";a:0:{}}}'),(30147,17634,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549323287;s:7:\"payload\";a:0:{}}}'),(30148,16384,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549323326;s:7:\"payload\";a:0:{}}}'),(30149,17282,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549323644;s:7:\"payload\";a:0:{}}}'),(30150,19543,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549323927;s:7:\"payload\";a:0:{}}}'),(30151,19755,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549323964;s:7:\"payload\";a:0:{}}}'),(30152,17743,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549324895;s:7:\"payload\";a:0:{}}}'),(30153,19542,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549324898;s:7:\"payload\";a:0:{}}}'),(30154,19539,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549325384;s:7:\"payload\";a:0:{}}}'),(30155,19547,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549326352;s:7:\"payload\";a:0:{}}}'),(30156,19533,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549328777;s:7:\"payload\";a:0:{}}}'),(30157,19540,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549329260;s:7:\"payload\";a:0:{}}}'),(30158,19552,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549331201;s:7:\"payload\";a:0:{}}}'),(30159,19538,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551761240;s:7:\"payload\";a:0:{}}}'),(30160,16366,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549335656;s:7:\"payload\";a:0:{}}}'),(30161,982,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549347696;s:7:\"payload\";a:0:{}}}'),(30162,419,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549348287;s:7:\"payload\";a:0:{}}}'),(30163,948,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549348842;s:7:\"payload\";a:0:{}}}'),(30164,947,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549349426;s:7:\"payload\";a:0:{}}}'),(30349,19785,'_wp_attached_file','2019/02/universe-_1920.jpg'),(30350,19785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:904;s:4:\"file\";s:26:\"2019/02/universe-_1920.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"universe-_1920-150x150.jpg\";s:5:\"width\";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:\"universe-_1920-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"universe-_1920-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"universe-_1920-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"universe-_1920-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"universe-_1920-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"universe-_1920-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"universe-_1920-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"universe-_1920-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"universe-_1920-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"universe-_1920-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"universe-_1920-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"universe-_1920-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"universe-_1920-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"universe-_1920-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"universe-_1920-600x283.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"universe-_1920-800x377.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:27:\"universe-_1920-1200x565.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"universe-_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"universe-_1920-600x283.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"universe-_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"universe-_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"universe-_1920-600x283.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"universe-_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30371,16877,'_edit_lock','1549410470:1'),(30372,19788,'fusion_builder_status','active'),(30373,19788,'_wp_page_template','100-width.php'),(30374,19788,'pyre_page_options-hide','pyre_page_options'),(30375,19788,'pyre_slider_type','flex'),(30376,19788,'pyre_slider','0'),(30377,19788,'pyre_wooslider','landing'),(30378,19788,'pyre_revslider','0'),(30379,19788,'pyre_elasticslider','0'),(30380,19788,'pyre_slider_position','default'),(30381,19788,'pyre_avada_rev_styles','default'),(30382,19788,'pyre_fallback',''),(30383,19788,'pyre_fallback_id',''),(30384,19788,'pyre_demo_slider',''),(30385,19788,'pyre_main_top_padding','0px'),(30386,19788,'pyre_main_bottom_padding','0px'),(30387,19788,'pyre_hundredp_padding',''),(30388,19788,'pyre_show_first_featured_image','no'),(30389,19788,'pyre_display_header','yes'),(30390,19788,'pyre_header_100_width','default'),(30391,19788,'pyre_combined_header_bg_color',''),(30392,19788,'pyre_mobile_header_bg_color',''),(30393,19788,'pyre_header_bg',''),(30394,19788,'pyre_header_bg_id',''),(30395,19788,'pyre_header_bg_full','no'),(30396,19788,'pyre_header_bg_repeat','repeat'),(30397,19788,'pyre_displayed_menu','default'),(30398,19788,'pyre_display_footer','default'),(30399,19788,'pyre_display_copyright','default'),(30400,19788,'pyre_footer_100_width','default'),(30401,19788,'pyre_sidebar_1',''),(30402,19788,'pyre_sidebar_position','default'),(30403,19788,'pyre_responsive_sidebar_order',''),(30404,19788,'pyre_sidebar_sticky','default'),(30405,19788,'pyre_sidebar_bg_color',''),(30406,19788,'pyre_page_bg_layout','default'),(30407,19788,'pyre_page_bg_color',''),(30408,19788,'pyre_page_bg',''),(30409,19788,'pyre_page_bg_id',''),(30410,19788,'pyre_page_bg_full','no'),(30411,19788,'pyre_page_bg_repeat','repeat'),(30412,19788,'pyre_wide_page_bg_color',''),(30413,19788,'pyre_wide_page_bg',''),(30414,19788,'pyre_wide_page_bg_id',''),(30415,19788,'pyre_wide_page_bg_full','no'),(30416,19788,'pyre_wide_page_bg_repeat','repeat'),(30417,19788,'pyre_page_title','no'),(30418,19788,'pyre_page_title_breadcrumbs_search_bar','default'),(30419,19788,'pyre_page_title_text','default'),(30420,19788,'pyre_page_title_text_alignment','default'),(30421,19788,'pyre_page_title_text_size',''),(30422,19788,'pyre_page_title_line_height',''),(30423,19788,'pyre_page_title_custom_subheader_text_size',''),(30424,19788,'pyre_page_title_font_color',''),(30425,19788,'pyre_page_title_subheader_font_color',''),(30426,19788,'pyre_page_title_100_width','default'),(30427,19788,'pyre_page_title_height',''),(30428,19788,'pyre_page_title_mobile_height',''),(30429,19788,'pyre_page_title_bar_bg_color',''),(30430,19788,'pyre_page_title_bar_borders_color',''),(30431,19788,'pyre_page_title_bar_bg',''),(30432,19788,'pyre_page_title_bar_bg_id',''),(30433,19788,'pyre_page_title_bar_bg_retina',''),(30434,19788,'pyre_page_title_bar_bg_retina_id',''),(30435,19788,'pyre_page_title_bar_bg_full','default'),(30436,19788,'pyre_page_title_bg_parallax','default'),(33931,106,'pyre_page_title_text','yes'),(33932,106,'pyre_page_title_text_alignment','default'),(33933,106,'pyre_page_title_custom_text',''),(33934,106,'pyre_page_title_100_width','default'),(33935,106,'pyre_page_title_text_size',''),(33936,106,'pyre_page_title_custom_subheader',''),(33937,106,'pyre_page_title_custom_subheader_text_size',''),(33930,106,'pyre_page_title','default'),(33880,106,'pyre_portfolio_width_100','no'),(33881,106,'pyre_project_desc_title','yes'),(33882,106,'pyre_project_details','yes'),(33883,106,'pyre_show_first_featured_image','no'),(33884,106,'pyre_video',''),(33885,106,'pyre_video_url',''),(33886,106,'pyre_project_url',''),(33887,106,'pyre_project_url_text',''),(33888,106,'pyre_copy_url',''),(33889,106,'pyre_copy_url_text',''),(33890,106,'pyre_fimg_width',''),(33891,106,'pyre_fimg_height',''),(33892,106,'pyre_image_rollover_icons','linkzoom'),(33893,106,'pyre_link_icon_url',''),(33894,106,'pyre_link_icon_target','no'),(33895,106,'pyre_related_posts','default'),(33896,106,'pyre_share_box','default'),(33897,106,'pyre_post_pagination','default'),(33898,106,'pyre_main_top_padding',''),(33899,106,'pyre_main_bottom_padding',''),(33900,106,'pyre_hundredp_padding',''),(33901,106,'pyre_slider_position','default'),(33902,106,'pyre_slider_type','no'),(33903,106,'pyre_slider','0'),(33904,106,'pyre_wooslider','0'),(33905,106,'pyre_revslider','0'),(33906,106,'pyre_elasticslider','0'),(33907,106,'pyre_fallback',''),(33908,106,'pyre_avada_rev_styles','default'),(33909,106,'pyre_display_header','yes'),(33910,106,'pyre_header_100_width','default'),(33911,106,'pyre_header_bg',''),(33912,106,'pyre_header_bg_color',''),(33913,106,'pyre_header_bg_opacity',''),(33914,106,'pyre_header_bg_full','no'),(33915,106,'pyre_header_bg_repeat','repeat'),(33916,106,'pyre_displayed_menu','default'),(33917,106,'pyre_display_footer','default'),(33918,106,'pyre_display_copyright','default'),(33919,106,'pyre_footer_100_width','default'),(33920,106,'pyre_sidebar_position','default'),(33921,106,'pyre_page_bg_layout','default'),(33922,106,'pyre_page_bg',''),(33923,106,'pyre_page_bg_color',''),(33924,106,'pyre_page_bg_full','no'),(33925,106,'pyre_page_bg_repeat','repeat'),(33926,106,'pyre_wide_page_bg',''),(33927,106,'pyre_wide_page_bg_color',''),(33928,106,'pyre_wide_page_bg_full','no'),(33929,106,'pyre_wide_page_bg_repeat','repeat'),(33170,506,'_wxr_import_user_slug','admin'),(33171,506,'fusion_demo_import','lifestyle'),(33172,507,'_wp_attached_file','2015/06/lifestyle_logo_2x.png'),(33173,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:198;s:4:\"file\";s:29:\"2015/06/lifestyle_logo_2x.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:{}}}'),(34712,19824,'pyre_revslider','0'),(34713,19824,'pyre_elasticslider','0'),(34714,19824,'pyre_slider_position','default'),(34715,19824,'pyre_avada_rev_styles','default'),(34716,19824,'pyre_fallback',''),(34717,19824,'pyre_demo_slider',''),(34718,19824,'pyre_main_top_padding','0px'),(34719,19824,'pyre_main_bottom_padding',''),(34720,19824,'pyre_hundredp_padding',''),(34721,19824,'pyre_show_first_featured_image','no'),(34722,19824,'pyre_display_header','yes'),(34723,19824,'pyre_header_100_width','default'),(34724,19824,'pyre_header_bg_color',''),(34725,19824,'pyre_header_bg_opacity',''),(35531,56,'pyre_webm',''),(35530,56,'pyre_vimeo_id',''),(33157,357,'fusion_demo_import','lifestyle'),(33158,361,'_wp_attached_file','2015/03/health-beauty-fab-501.jpg'),(33159,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:478;s:4:\"file\";s:33:\"2015/03/health-beauty-fab-501.jpg\";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:{}}}'),(35529,56,'pyre_youtube_id',''),(35528,56,'pyre_type','image'),(33162,361,'fusion_demo_import','lifestyle'),(33163,448,'_wp_attached_file','2015/03/yoga_top.jpg'),(33164,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:20:\"2015/03/yoga_top.jpg\";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:{}}}'),(35527,54,'fusion_demo_import','lifestyle'),(33167,448,'fusion_demo_import','lifestyle'),(33168,506,'_wp_attached_file','2015/06/lifestyle_logo_1x.png'),(33169,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:99;s:4:\"file\";s:29:\"2015/06/lifestyle_logo_1x.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:{}}}'),(34726,19824,'pyre_header_bg',''),(34727,19824,'pyre_header_bg_full','no'),(34728,19824,'pyre_header_bg_repeat','repeat'),(34729,19824,'pyre_displayed_menu','default'),(34730,19824,'pyre_display_footer','default'),(34731,19824,'pyre_display_copyright','default'),(34732,19824,'pyre_footer_100_width','default'),(35533,56,'pyre_ogv',''),(35532,56,'pyre_mp4',''),(33152,337,'fusion_demo_import','lifestyle'),(33153,357,'_wp_attached_file','2015/03/home-almonds.jpg'),(33154,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:24:\"2015/03/home-almonds.jpg\";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:{}}}'),(34743,19824,'pyre_wide_page_bg_repeat','repeat'),(34744,19824,'pyre_page_title','default'),(34745,19824,'pyre_page_title_breadcrumbs_search_bar','default'),(34746,19824,'pyre_page_title_text','yes'),(34747,19824,'pyre_page_title_text_alignment','default'),(34748,19824,'pyre_page_title_custom_text',''),(34749,19824,'pyre_page_title_text_size',''),(34733,19824,'pyre_sidebar_position','default'),(34734,19824,'pyre_sidebar_bg_color',''),(34735,19824,'pyre_page_bg_layout','default'),(34736,19824,'pyre_page_bg_color',''),(34737,19824,'pyre_page_bg',''),(34738,19824,'pyre_page_bg_full','no'),(34739,19824,'pyre_page_bg_repeat','repeat'),(34740,19824,'pyre_wide_page_bg_color',''),(34741,19824,'pyre_wide_page_bg',''),(34742,19824,'pyre_wide_page_bg_full','no'),(35535,56,'pyre_video_bg_color',''),(35534,56,'pyre_preview_image',''),(33147,334,'fusion_demo_import','lifestyle'),(33148,337,'_wp_attached_file','2015/03/grass-family.jpg'),(33149,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2015/03/grass-family.jpg\";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:{}}}'),(35536,56,'pyre_mute_video','yes'),(33142,269,'fusion_demo_import','lifestyle'),(33143,334,'_wp_attached_file','2015/03/baby-bump-fashion.jpg'),(33144,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2015/03/baby-bump-fashion.jpg\";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:{}}}'),(34750,19824,'pyre_page_title_custom_subheader',''),(34751,19824,'pyre_page_title_custom_subheader_text_size',''),(34752,19824,'pyre_page_title_font_color',''),(34753,19824,'pyre_page_title_100_width','default'),(34754,19824,'pyre_page_title_height',''),(34755,19824,'pyre_page_title_mobile_height',''),(34756,19824,'pyre_page_title_bar_bg_color',''),(34757,19824,'pyre_page_title_bar_borders_color',''),(34758,19824,'pyre_page_title_bar_bg',''),(34759,19824,'pyre_page_title_bar_bg_retina',''),(34760,19824,'pyre_page_title_bar_bg_full','default'),(34761,19824,'pyre_page_title_bg_parallax','default'),(34764,19824,'fusion_demo_import','lifestyle'),(34765,18,'_menu_item_type','post_type'),(34766,18,'_menu_item_menu_item_parent','0'),(34767,18,'_menu_item_object_id','19824'),(34768,18,'_menu_item_object','page'),(34769,18,'_menu_item_target',''),(34770,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34771,18,'_menu_item_xfn',''),(34772,18,'_menu_item_url',''),(34773,18,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(34774,18,'fusion_demo_import','lifestyle'),(34775,19,'_menu_item_type','post_type'),(34776,19,'_menu_item_menu_item_parent','0'),(34777,19,'_menu_item_object_id','19823'),(34778,19,'_menu_item_object','page'),(34804,21,'fusion_demo_import','lifestyle'),(34805,22,'_menu_item_type','post_type'),(34806,22,'_menu_item_menu_item_parent','0'),(34807,22,'_menu_item_object_id','8'),(34808,22,'_menu_item_object','page'),(34809,22,'_menu_item_target',''),(34810,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34779,19,'_menu_item_target',''),(34780,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34781,19,'_menu_item_xfn',''),(34782,19,'_menu_item_url',''),(34783,19,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:7:\"enabled\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(34784,19,'fusion_demo_import','lifestyle'),(34785,20,'_menu_item_type','post_type'),(34786,20,'_menu_item_menu_item_parent','0'),(34787,20,'_menu_item_object_id','12'),(34788,20,'_menu_item_object','page'),(34789,20,'_menu_item_target',''),(34790,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34791,20,'_menu_item_xfn',''),(34792,20,'_menu_item_url',''),(34793,20,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(34794,20,'fusion_demo_import','lifestyle'),(34795,21,'_menu_item_type','post_type'),(34796,21,'_menu_item_menu_item_parent','0'),(34797,21,'_menu_item_object_id','10'),(34798,21,'_menu_item_object','page'),(34799,21,'_menu_item_target',''),(34800,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34801,21,'_menu_item_xfn',''),(34802,21,'_menu_item_url',''),(34803,21,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:3:\"off\";s:5:\"width\";s:3:\"off\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:3:\"off\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(34811,22,'_menu_item_xfn',''),(34812,22,'_menu_item_url',''),(34813,22,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(34814,22,'fusion_demo_import','lifestyle'),(33138,269,'_wp_attached_file','2015/03/yoga5-e1434640052639.jpg'),(33139,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1960;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2015/03/yoga5-e1434640052639.jpg\";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:{}}}'),(33140,269,'_wp_attachment_backup_sizes','a:17:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1960;s:6:\"height\";i:900;s:4:\"file\";s:9:\"yoga5.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"yoga5-1024x470.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"blog-large-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-medium-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tabs-img-orig\";a:4:{s:4:\"file\";s:15:\"yoga5-52x50.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"related-img-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-180x138.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-full-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-one-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-two-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"portfolio-three-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-four-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-220x161.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-five-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-six-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-147x118.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"recent-posts-orig\";a:4:{s:4:\"file\";s:17:\"yoga5-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"recent-works-thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"yoga5-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33137,265,'fusion_demo_import','lifestyle'),(33134,265,'_wp_attached_file','2015/03/yoga4.jpg'),(33135,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:17:\"2015/03/yoga4.jpg\";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:{}}}'),(35537,56,'pyre_autoplay_video','yes'),(33133,264,'fusion_demo_import','lifestyle'),(33130,264,'_wp_attached_file','2015/03/yoga3.jpg'),(33131,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:17:\"2015/03/yoga3.jpg\";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:{}}}'),(35538,56,'pyre_loop_video','yes'),(33129,263,'fusion_demo_import','lifestyle'),(33126,263,'_wp_attached_file','2015/03/yoga2.jpg'),(33127,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:17:\"2015/03/yoga2.jpg\";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:{}}}'),(35539,56,'pyre_hide_video_controls','yes'),(33125,262,'fusion_demo_import','lifestyle'),(33114,256,'_wp_attached_file','2015/03/health3.jpg'),(33115,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:19:\"2015/03/health3.jpg\";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:{}}}'),(35542,56,'pyre_heading_font_size','100'),(33117,256,'fusion_demo_import','lifestyle'),(33118,258,'_wp_attached_file','2015/03/health4.jpg'),(33119,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2015/03/health4.jpg\";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:{}}}'),(35541,56,'pyre_heading','Fashion & Beauty'),(33121,258,'fusion_demo_import','lifestyle'),(33122,262,'_wp_attached_file','2015/03/yoga1.jpg'),(33123,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:17:\"2015/03/yoga1.jpg\";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:{}}}'),(35540,56,'pyre_content_alignment','left'),(33110,255,'_wp_attached_file','2015/03/health2.jpg'),(33111,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:19:\"2015/03/health2.jpg\";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:{}}}'),(35543,56,'pyre_heading_color','#ffffff'),(33113,255,'fusion_demo_import','lifestyle'),(33105,250,'fusion_demo_import','lifestyle'),(33106,254,'_wp_attached_file','2015/03/health1.jpg'),(33107,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:19:\"2015/03/health1.jpg\";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:{}}}'),(35544,56,'pyre_heading_bg','no'),(33109,254,'fusion_demo_import','lifestyle'),(33102,250,'_wp_attached_file','2015/03/health-fitness1.jpg'),(33103,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2015/03/health-fitness1.jpg\";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:{}}}'),(33104,250,'_wxr_import_parent','54'),(33101,245,'fusion_demo_import','lifestyle'),(33097,244,'fusion_demo_import','lifestyle'),(33098,245,'_wp_attached_file','2015/03/home-garden-tabs2.jpg'),(33099,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2015/03/home-garden-tabs2.jpg\";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:{}}}'),(35545,56,'pyre_heading_bg_color',''),(33093,243,'fusion_demo_import','lifestyle'),(33094,244,'_wp_attached_file','2015/03/home-garden-tabs1.jpg'),(33095,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2015/03/home-garden-tabs1.jpg\";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:{}}}'),(35546,56,'pyre_caption','Look wonderful with fashion and beauty tips and advice<br/> for women of all ages'),(34887,30,'_thumbnail_id','572'),(34888,30,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34889,30,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(34890,30,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34891,30,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33089,240,'fusion_demo_import','lifestyle'),(33090,243,'_wp_attached_file','2015/03/home-garden-tabs.jpg'),(33091,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:28:\"2015/03/home-garden-tabs.jpg\";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:{}}}'),(33084,239,'_wxr_import_parent','58'),(33085,239,'fusion_demo_import','lifestyle'),(33086,240,'_wp_attached_file','2015/03/home-garden3.jpg'),(33087,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:478;s:4:\"file\";s:24:\"2015/03/home-garden3.jpg\";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:{}}}'),(33990,108,'pyre_display_footer','default'),(33989,108,'pyre_displayed_menu','default'),(33988,108,'pyre_header_bg_repeat','repeat'),(33987,108,'pyre_header_bg_full','no'),(33986,108,'pyre_header_bg_opacity',''),(33985,108,'pyre_header_bg_color',''),(33984,108,'pyre_header_bg',''),(33983,108,'pyre_header_100_width','default'),(33982,108,'pyre_display_header','yes'),(33981,108,'pyre_avada_rev_styles','default'),(33980,108,'pyre_fallback',''),(33979,108,'pyre_elasticslider','0'),(33978,108,'pyre_revslider','0'),(33977,108,'pyre_wooslider','0'),(33976,108,'pyre_slider','0'),(33975,108,'pyre_slider_type','no'),(33974,108,'pyre_slider_position','default'),(33973,108,'pyre_hundredp_padding',''),(33972,108,'pyre_main_bottom_padding',''),(33971,108,'pyre_main_top_padding',''),(33970,108,'pyre_post_pagination','default'),(33969,108,'pyre_share_box','default'),(33968,108,'pyre_related_posts','default'),(33967,108,'pyre_link_icon_target','no'),(33966,108,'pyre_link_icon_url',''),(33965,108,'pyre_image_rollover_icons','linkzoom'),(33964,108,'pyre_fimg_height',''),(33963,108,'pyre_fimg_width',''),(33962,108,'pyre_copy_url_text',''),(33961,108,'pyre_copy_url',''),(33960,108,'pyre_project_url_text',''),(33959,108,'pyre_project_url',''),(33958,108,'pyre_video_url',''),(33957,108,'pyre_video',''),(33956,108,'pyre_show_first_featured_image','no'),(33955,108,'pyre_project_details','yes'),(33954,108,'pyre_project_desc_title','yes'),(33953,108,'pyre_portfolio_width_100','no'),(33952,108,'pyre_width','full'),(33951,108,'fusion_builder_status','inactive'),(33950,106,'fusion_demo_import','lifestyle'),(33949,106,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33948,106,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33947,106,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33946,106,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33945,106,'pyre_page_title_breadcrumbs_search_bar','default'),(33944,106,'pyre_page_title_bg_parallax','default'),(33943,106,'pyre_page_title_bar_bg_full','default'),(33942,106,'pyre_page_title_bar_bg_color',''),(33941,106,'pyre_page_title_bar_bg_retina',''),(33940,106,'pyre_page_title_bar_bg',''),(33938,106,'pyre_page_title_font_color',''),(33939,106,'pyre_page_title_height',''),(34039,110,'pyre_link_icon_url',''),(34038,110,'pyre_image_rollover_icons','linkzoom'),(34037,110,'pyre_fimg_height',''),(34036,110,'pyre_fimg_width',''),(34035,110,'pyre_copy_url_text',''),(34034,110,'pyre_copy_url',''),(34033,110,'pyre_project_url_text',''),(34032,110,'pyre_project_url',''),(34031,110,'pyre_video_url',''),(34030,110,'pyre_video',''),(34029,110,'pyre_show_first_featured_image','no'),(34028,110,'pyre_project_details','yes'),(34027,110,'pyre_project_desc_title','yes'),(34026,110,'pyre_portfolio_width_100','no'),(34025,110,'pyre_width','full'),(34024,110,'fusion_builder_status','inactive'),(34023,108,'fusion_demo_import','lifestyle'),(34022,108,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34021,108,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34020,108,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34019,108,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34018,108,'pyre_page_title_breadcrumbs_search_bar','default'),(34017,108,'pyre_page_title_bg_parallax','default'),(34016,108,'pyre_page_title_bar_bg_full','default'),(34015,108,'pyre_page_title_bar_bg_color',''),(34014,108,'pyre_page_title_bar_bg_retina',''),(34013,108,'pyre_page_title_bar_bg',''),(34012,108,'pyre_page_title_height',''),(34011,108,'pyre_page_title_font_color',''),(34010,108,'pyre_page_title_custom_subheader_text_size',''),(34009,108,'pyre_page_title_custom_subheader',''),(34008,108,'pyre_page_title_text_size',''),(34007,108,'pyre_page_title_100_width','default'),(34006,108,'pyre_page_title_custom_text',''),(34005,108,'pyre_page_title_text_alignment','default'),(34004,108,'pyre_page_title_text','yes'),(34003,108,'pyre_page_title','default'),(34002,108,'pyre_wide_page_bg_repeat','repeat'),(34001,108,'pyre_wide_page_bg_full','no'),(34000,108,'pyre_wide_page_bg_color',''),(33999,108,'pyre_wide_page_bg',''),(33998,108,'pyre_page_bg_repeat','repeat'),(33997,108,'pyre_page_bg_full','no'),(33996,108,'pyre_page_bg_color',''),(33995,108,'pyre_page_bg',''),(33994,108,'pyre_page_bg_layout','default'),(33993,108,'pyre_sidebar_position','default'),(33991,108,'pyre_display_copyright','default'),(33992,108,'pyre_footer_100_width','default'),(34091,110,'pyre_page_title_breadcrumbs_search_bar','default'),(34090,110,'pyre_page_title_bg_parallax','default'),(34089,110,'pyre_page_title_bar_bg_full','default'),(34088,110,'pyre_page_title_bar_bg_color',''),(34087,110,'pyre_page_title_bar_bg_retina',''),(34086,110,'pyre_page_title_bar_bg',''),(34085,110,'pyre_page_title_height',''),(34084,110,'pyre_page_title_font_color',''),(34083,110,'pyre_page_title_custom_subheader_text_size',''),(34082,110,'pyre_page_title_custom_subheader',''),(34081,110,'pyre_page_title_text_size',''),(34080,110,'pyre_page_title_100_width','default'),(34079,110,'pyre_page_title_custom_text',''),(34078,110,'pyre_page_title_text_alignment','default'),(34077,110,'pyre_page_title_text','yes'),(34076,110,'pyre_page_title','default'),(34075,110,'pyre_wide_page_bg_repeat','repeat'),(34074,110,'pyre_wide_page_bg_full','no'),(34073,110,'pyre_wide_page_bg_color',''),(34072,110,'pyre_wide_page_bg',''),(34071,110,'pyre_page_bg_repeat','repeat'),(34070,110,'pyre_page_bg_full','no'),(34069,110,'pyre_page_bg_color',''),(34068,110,'pyre_page_bg',''),(34067,110,'pyre_page_bg_layout','default'),(34066,110,'pyre_sidebar_position','default'),(34065,110,'pyre_footer_100_width','default'),(34064,110,'pyre_display_copyright','default'),(34063,110,'pyre_display_footer','default'),(34062,110,'pyre_displayed_menu','default'),(34061,110,'pyre_header_bg_repeat','repeat'),(34060,110,'pyre_header_bg_full','no'),(34059,110,'pyre_header_bg_opacity',''),(34058,110,'pyre_header_bg_color',''),(34057,110,'pyre_header_bg',''),(34056,110,'pyre_header_100_width','default'),(34055,110,'pyre_display_header','yes'),(34054,110,'pyre_avada_rev_styles','default'),(34053,110,'pyre_fallback',''),(34052,110,'pyre_elasticslider','0'),(34051,110,'pyre_revslider','0'),(34050,110,'pyre_wooslider','0'),(34049,110,'pyre_slider','0'),(34048,110,'pyre_slider_type','no'),(34047,110,'pyre_slider_position','default'),(34046,110,'pyre_hundredp_padding',''),(34045,110,'pyre_main_bottom_padding',''),(34044,110,'pyre_main_top_padding',''),(34043,110,'pyre_post_pagination','default'),(34042,110,'pyre_share_box','default'),(34040,110,'pyre_link_icon_target','no'),(34041,110,'pyre_related_posts','default'),(34144,112,'pyre_page_bg_repeat','repeat'),(34143,112,'pyre_page_bg_full','no'),(34142,112,'pyre_page_bg_color',''),(34141,112,'pyre_page_bg',''),(34140,112,'pyre_page_bg_layout','default'),(34139,112,'pyre_sidebar_position','default'),(34138,112,'pyre_footer_100_width','default'),(34137,112,'pyre_display_copyright','default'),(34136,112,'pyre_display_footer','default'),(34135,112,'pyre_displayed_menu','default'),(34134,112,'pyre_header_bg_repeat','repeat'),(34133,112,'pyre_header_bg_full','no'),(34132,112,'pyre_header_bg_opacity',''),(34131,112,'pyre_header_bg_color',''),(34130,112,'pyre_header_bg',''),(34129,112,'pyre_header_100_width','default'),(34128,112,'pyre_display_header','yes'),(34127,112,'pyre_avada_rev_styles','default'),(34126,112,'pyre_fallback',''),(34125,112,'pyre_elasticslider','0'),(34124,112,'pyre_revslider','0'),(34123,112,'pyre_wooslider','0'),(34122,112,'pyre_slider','0'),(34121,112,'pyre_slider_type','no'),(34120,112,'pyre_slider_position','default'),(34119,112,'pyre_hundredp_padding',''),(34118,112,'pyre_main_bottom_padding',''),(34117,112,'pyre_main_top_padding',''),(34116,112,'pyre_post_pagination','default'),(34115,112,'pyre_share_box','default'),(34114,112,'pyre_related_posts','default'),(34113,112,'pyre_link_icon_target','no'),(34112,112,'pyre_link_icon_url',''),(34111,112,'pyre_image_rollover_icons','linkzoom'),(34110,112,'pyre_fimg_height',''),(34109,112,'pyre_fimg_width',''),(34108,112,'pyre_copy_url_text',''),(34107,112,'pyre_copy_url',''),(34106,112,'pyre_project_url_text',''),(34105,112,'pyre_project_url',''),(34104,112,'pyre_video_url',''),(34103,112,'pyre_video',''),(34102,112,'pyre_show_first_featured_image','no'),(34101,112,'pyre_project_details','yes'),(34100,112,'pyre_project_desc_title','yes'),(34099,112,'pyre_portfolio_width_100','no'),(34098,112,'pyre_width','full'),(34097,112,'fusion_builder_status','inactive'),(34096,110,'fusion_demo_import','lifestyle'),(34095,110,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34094,110,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34093,110,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34092,110,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34196,114,'pyre_wooslider','0'),(34195,114,'pyre_slider','0'),(34194,114,'pyre_slider_type','no'),(34193,114,'pyre_slider_position','default'),(34192,114,'pyre_hundredp_padding',''),(34191,114,'pyre_main_bottom_padding',''),(34190,114,'pyre_main_top_padding',''),(34189,114,'pyre_post_pagination','default'),(34188,114,'pyre_share_box','default'),(34187,114,'pyre_related_posts','default'),(34186,114,'pyre_link_icon_target','no'),(34185,114,'pyre_link_icon_url',''),(34184,114,'pyre_image_rollover_icons','linkzoom'),(34183,114,'pyre_fimg_height',''),(34182,114,'pyre_fimg_width',''),(34181,114,'pyre_copy_url_text',''),(34180,114,'pyre_copy_url',''),(34179,114,'pyre_project_url_text',''),(34178,114,'pyre_project_url',''),(34177,114,'pyre_video_url',''),(34176,114,'pyre_video',''),(34175,114,'pyre_show_first_featured_image','no'),(34174,114,'pyre_project_details','yes'),(34173,114,'pyre_project_desc_title','yes'),(34172,114,'pyre_portfolio_width_100','no'),(34171,114,'pyre_width','full'),(34170,114,'fusion_builder_status','inactive'),(34169,112,'fusion_demo_import','lifestyle'),(34168,112,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34167,112,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34166,112,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34165,112,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34164,112,'pyre_page_title_breadcrumbs_search_bar','default'),(34163,112,'pyre_page_title_bg_parallax','default'),(34162,112,'pyre_page_title_bar_bg_full','default'),(34161,112,'pyre_page_title_bar_bg_color',''),(34160,112,'pyre_page_title_bar_bg_retina',''),(34159,112,'pyre_page_title_bar_bg',''),(34158,112,'pyre_page_title_height',''),(34157,112,'pyre_page_title_font_color',''),(34156,112,'pyre_page_title_custom_subheader_text_size',''),(34155,112,'pyre_page_title_custom_subheader',''),(34154,112,'pyre_page_title_text_size',''),(34153,112,'pyre_page_title_100_width','default'),(34152,112,'pyre_page_title_custom_text',''),(34151,112,'pyre_page_title_text_alignment','default'),(34150,112,'pyre_page_title_text','yes'),(34149,112,'pyre_page_title','default'),(34148,112,'pyre_wide_page_bg_repeat','repeat'),(34145,112,'pyre_wide_page_bg',''),(34146,112,'pyre_wide_page_bg_color',''),(34147,112,'pyre_wide_page_bg_full','no'),(34245,116,'pyre_portfolio_width_100','no'),(34244,116,'pyre_width','full'),(34243,116,'fusion_builder_status','inactive'),(34242,114,'fusion_demo_import','lifestyle'),(34241,114,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34240,114,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34239,114,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34238,114,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34237,114,'pyre_page_title_breadcrumbs_search_bar','default'),(34236,114,'pyre_page_title_bg_parallax','default'),(34235,114,'pyre_page_title_bar_bg_full','default'),(34234,114,'pyre_page_title_bar_bg_color',''),(34233,114,'pyre_page_title_bar_bg_retina',''),(34232,114,'pyre_page_title_bar_bg',''),(34231,114,'pyre_page_title_height',''),(34230,114,'pyre_page_title_font_color',''),(34229,114,'pyre_page_title_custom_subheader_text_size',''),(34228,114,'pyre_page_title_custom_subheader',''),(34227,114,'pyre_page_title_text_size',''),(34226,114,'pyre_page_title_100_width','default'),(34225,114,'pyre_page_title_custom_text',''),(34224,114,'pyre_page_title_text_alignment','default'),(34223,114,'pyre_page_title_text','yes'),(34222,114,'pyre_page_title','default'),(34221,114,'pyre_wide_page_bg_repeat','repeat'),(34220,114,'pyre_wide_page_bg_full','no'),(34219,114,'pyre_wide_page_bg_color',''),(34218,114,'pyre_wide_page_bg',''),(34217,114,'pyre_page_bg_repeat','repeat'),(34216,114,'pyre_page_bg_full','no'),(34215,114,'pyre_page_bg_color',''),(34214,114,'pyre_page_bg',''),(34213,114,'pyre_page_bg_layout','default'),(34212,114,'pyre_sidebar_position','default'),(34211,114,'pyre_footer_100_width','default'),(34210,114,'pyre_display_copyright','default'),(34209,114,'pyre_display_footer','default'),(34208,114,'pyre_displayed_menu','default'),(34207,114,'pyre_header_bg_repeat','repeat'),(34206,114,'pyre_header_bg_full','no'),(34205,114,'pyre_header_bg_opacity',''),(34204,114,'pyre_header_bg_color',''),(34203,114,'pyre_header_bg',''),(34202,114,'pyre_header_100_width','default'),(34201,114,'pyre_display_header','yes'),(34197,114,'pyre_revslider','0'),(34198,114,'pyre_elasticslider','0'),(34199,114,'pyre_fallback',''),(34200,114,'pyre_avada_rev_styles','default'),(34297,116,'pyre_page_title_text_alignment','default'),(34296,116,'pyre_page_title_text','yes'),(34295,116,'pyre_page_title','default'),(34294,116,'pyre_wide_page_bg_repeat','repeat'),(34293,116,'pyre_wide_page_bg_full','no'),(34292,116,'pyre_wide_page_bg_color',''),(34291,116,'pyre_wide_page_bg',''),(34290,116,'pyre_page_bg_repeat','repeat'),(34289,116,'pyre_page_bg_full','no'),(34288,116,'pyre_page_bg_color',''),(34287,116,'pyre_page_bg',''),(34286,116,'pyre_page_bg_layout','default'),(34285,116,'pyre_sidebar_position','default'),(34284,116,'pyre_footer_100_width','default'),(34283,116,'pyre_display_copyright','default'),(34282,116,'pyre_display_footer','default'),(34281,116,'pyre_displayed_menu','default'),(34280,116,'pyre_header_bg_repeat','repeat'),(34279,116,'pyre_header_bg_full','no'),(34278,116,'pyre_header_bg_opacity',''),(34277,116,'pyre_header_bg_color',''),(34276,116,'pyre_header_bg',''),(34275,116,'pyre_header_100_width','default'),(34274,116,'pyre_display_header','yes'),(34273,116,'pyre_avada_rev_styles','default'),(34272,116,'pyre_fallback',''),(34271,116,'pyre_elasticslider','0'),(34270,116,'pyre_revslider','0'),(34269,116,'pyre_wooslider','0'),(34268,116,'pyre_slider','0'),(34267,116,'pyre_slider_type','no'),(34266,116,'pyre_slider_position','default'),(34265,116,'pyre_hundredp_padding',''),(34264,116,'pyre_main_bottom_padding',''),(34263,116,'pyre_main_top_padding',''),(34262,116,'pyre_post_pagination','default'),(34261,116,'pyre_share_box','default'),(34260,116,'pyre_related_posts','default'),(34259,116,'pyre_link_icon_target','no'),(34258,116,'pyre_link_icon_url',''),(34257,116,'pyre_image_rollover_icons','linkzoom'),(34256,116,'pyre_fimg_height',''),(34255,116,'pyre_fimg_width',''),(34254,116,'pyre_copy_url_text',''),(34253,116,'pyre_copy_url',''),(34252,116,'pyre_project_url_text',''),(34251,116,'pyre_project_url',''),(34250,116,'pyre_video_url',''),(34249,116,'pyre_video',''),(34248,116,'pyre_show_first_featured_image','no'),(34246,116,'pyre_project_desc_title','yes'),(34247,116,'pyre_project_details','yes'),(34346,118,'pyre_avada_rev_styles','default'),(34345,118,'pyre_fallback',''),(34344,118,'pyre_elasticslider','0'),(34343,118,'pyre_revslider','0'),(34342,118,'pyre_wooslider','0'),(34341,118,'pyre_slider','0'),(34340,118,'pyre_slider_type','no'),(34339,118,'pyre_slider_position','default'),(34338,118,'pyre_hundredp_padding',''),(34337,118,'pyre_main_bottom_padding',''),(34336,118,'pyre_main_top_padding',''),(34335,118,'pyre_post_pagination','default'),(34334,118,'pyre_share_box','default'),(34333,118,'pyre_related_posts','default'),(34332,118,'pyre_link_icon_target','no'),(34331,118,'pyre_link_icon_url',''),(34330,118,'pyre_image_rollover_icons','linkzoom'),(34329,118,'pyre_fimg_height',''),(34328,118,'pyre_fimg_width',''),(34327,118,'pyre_copy_url_text',''),(34326,118,'pyre_copy_url',''),(34325,118,'pyre_project_url_text',''),(34324,118,'pyre_project_url',''),(34323,118,'pyre_video_url',''),(34322,118,'pyre_video',''),(34321,118,'pyre_show_first_featured_image','no'),(34320,118,'pyre_project_details','yes'),(34319,118,'pyre_project_desc_title','yes'),(34318,118,'pyre_portfolio_width_100','no'),(34317,118,'pyre_width','full'),(34316,118,'fusion_builder_status','inactive'),(34315,116,'fusion_demo_import','lifestyle'),(34314,116,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34313,116,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34312,116,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34311,116,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34310,116,'pyre_page_title_breadcrumbs_search_bar','default'),(34309,116,'pyre_page_title_bg_parallax','default'),(34308,116,'pyre_page_title_bar_bg_full','default'),(34307,116,'pyre_page_title_bar_bg_color',''),(34306,116,'pyre_page_title_bar_bg_retina',''),(34305,116,'pyre_page_title_bar_bg',''),(34304,116,'pyre_page_title_height',''),(34303,116,'pyre_page_title_font_color',''),(34302,116,'pyre_page_title_custom_subheader_text_size',''),(34301,116,'pyre_page_title_custom_subheader',''),(34300,116,'pyre_page_title_text_size',''),(34298,116,'pyre_page_title_custom_text',''),(34299,116,'pyre_page_title_100_width','default'),(34390,573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:533;s:4:\"file\";s:28:\"2015/03/blog7-compressor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(34389,573,'_wp_attached_file','2015/03/blog7-compressor.jpg'),(34388,118,'fusion_demo_import','lifestyle'),(34387,118,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34386,118,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34385,118,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34384,118,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34383,118,'pyre_page_title_breadcrumbs_search_bar','default'),(34382,118,'pyre_page_title_bg_parallax','default'),(34381,118,'pyre_page_title_bar_bg_full','default'),(34380,118,'pyre_page_title_bar_bg_color',''),(34379,118,'pyre_page_title_bar_bg_retina',''),(34378,118,'pyre_page_title_bar_bg',''),(34377,118,'pyre_page_title_height',''),(34376,118,'pyre_page_title_font_color',''),(34375,118,'pyre_page_title_custom_subheader_text_size',''),(34374,118,'pyre_page_title_custom_subheader',''),(34373,118,'pyre_page_title_text_size',''),(34372,118,'pyre_page_title_100_width','default'),(34371,118,'pyre_page_title_custom_text',''),(34370,118,'pyre_page_title_text_alignment','default'),(34369,118,'pyre_page_title_text','yes'),(34368,118,'pyre_page_title','default'),(34367,118,'pyre_wide_page_bg_repeat','repeat'),(34366,118,'pyre_wide_page_bg_full','no'),(34365,118,'pyre_wide_page_bg_color',''),(34364,118,'pyre_wide_page_bg',''),(34363,118,'pyre_page_bg_repeat','repeat'),(34362,118,'pyre_page_bg_full','no'),(34361,118,'pyre_page_bg_color',''),(34360,118,'pyre_page_bg',''),(34359,118,'pyre_page_bg_layout','default'),(34358,118,'pyre_sidebar_position','default'),(34357,118,'pyre_footer_100_width','default'),(34356,118,'pyre_display_copyright','default'),(34355,118,'pyre_display_footer','default'),(34354,118,'pyre_displayed_menu','default'),(34353,118,'pyre_header_bg_repeat','repeat'),(34352,118,'pyre_header_bg_full','no'),(34351,118,'pyre_header_bg_opacity',''),(34350,118,'pyre_header_bg_color',''),(34349,118,'pyre_header_bg',''),(34347,118,'pyre_display_header','yes'),(34348,118,'pyre_header_100_width','default'),(34413,8,'pyre_revslider','0'),(34412,8,'pyre_wooslider','landing'),(34411,8,'pyre_slider','0'),(34410,8,'pyre_slider_type','flex'),(34409,8,'pyre_slider_position','default'),(34408,8,'fusion_builder_status','active'),(34407,8,'_wp_page_template','100-width.php'),(34406,583,'fusion_demo_import','lifestyle'),(34405,583,'_wxr_import_user_slug','admin'),(34404,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:586;s:4:\"file\";s:22:\"2015/06/sidebar_ad.jpg\";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:{}}}'),(34403,583,'_wp_attached_file','2015/06/sidebar_ad.jpg'),(34402,578,'fusion_demo_import','lifestyle'),(34401,578,'_wxr_import_user_slug','admin'),(34400,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:478;s:4:\"file\";s:32:\"2015/06/heath-wellbeing-top1.jpg\";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:{}}}'),(34399,578,'_wp_attached_file','2015/06/heath-wellbeing-top1.jpg'),(34398,574,'fusion_demo_import','lifestyle'),(35508,54,'pyre_hide_video_controls','yes'),(35509,54,'pyre_content_alignment','left'),(34395,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:554;s:4:\"file\";s:28:\"2015/03/blog8-compressor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(34394,574,'_wp_attached_file','2015/03/blog8-compressor.jpg'),(34393,573,'fusion_demo_import','lifestyle'),(35510,54,'pyre_heading','Health & Wellbeing'),(35511,54,'pyre_heading_font_size','100'),(34463,8,'pyre_page_title_bg_parallax','default'),(34462,8,'pyre_page_title_bar_bg_full','default'),(34461,8,'pyre_page_title_bar_bg_color',''),(34460,8,'pyre_page_title_bar_bg_retina',''),(34459,8,'pyre_page_title_bar_bg',''),(34458,8,'pyre_page_title_height',''),(34457,8,'pyre_page_title_font_color',''),(34456,8,'pyre_page_title_custom_subheader_text_size',''),(34455,8,'pyre_page_title_custom_subheader',''),(34454,8,'pyre_page_title_text_size',''),(34453,8,'pyre_page_title_100_width','default'),(34452,8,'pyre_page_title_custom_text',''),(34451,8,'pyre_page_title_text_alignment','default'),(34450,8,'pyre_page_title_text','yes'),(34449,8,'pyre_page_title','default'),(34448,8,'pyre_portfolio_column_spacing',''),(34447,8,'pyre_portfolio_featured_image_size','default'),(34446,8,'pyre_portfolio_text_layout','default'),(34445,8,'pyre_portfolio_filters','yes'),(34444,8,'pyre_portfolio_excerpt',''),(34443,8,'pyre_portfolio_content_length','default'),(34442,8,'pyre_portfolio_width_100','no'),(34441,8,'pyre_wide_page_bg_repeat','repeat'),(34440,8,'pyre_wide_page_bg_full','no'),(34439,8,'pyre_wide_page_bg_color',''),(34438,8,'pyre_wide_page_bg',''),(34437,8,'pyre_page_bg_repeat','repeat'),(34436,8,'pyre_page_bg_full','no'),(34435,8,'pyre_page_bg_color',''),(34434,8,'pyre_page_bg',''),(34433,8,'pyre_page_bg_layout','default'),(34432,8,'pyre_sidebar_position','default'),(34431,8,'pyre_footer_100_width','default'),(34430,8,'pyre_display_copyright','default'),(34429,8,'pyre_display_footer','default'),(34428,8,'pyre_displayed_menu','default'),(34427,8,'pyre_header_bg_repeat','repeat'),(34426,8,'pyre_header_bg_full','no'),(34425,8,'pyre_header_bg_opacity',''),(34424,8,'pyre_header_bg_color',''),(34423,8,'pyre_header_bg',''),(34422,8,'pyre_header_100_width','default'),(34421,8,'pyre_display_header','yes'),(34420,8,'pyre_show_first_featured_image','no'),(34419,8,'pyre_hundredp_padding',''),(34418,8,'pyre_main_bottom_padding',''),(34417,8,'pyre_main_top_padding','0px'),(34414,8,'pyre_elasticslider','0'),(34415,8,'pyre_fallback',''),(34416,8,'pyre_avada_rev_styles','default'),(34508,10,'pyre_main_bottom_padding',''),(34507,10,'pyre_main_top_padding','0px'),(34506,10,'pyre_demo_slider',''),(34505,10,'pyre_fallback',''),(34504,10,'pyre_avada_rev_styles','default'),(34503,10,'pyre_slider_position','default'),(34502,10,'pyre_elasticslider','0'),(34501,10,'pyre_revslider','0'),(34500,10,'pyre_wooslider','lifestyle-yoga-fitness'),(34499,10,'pyre_slider','0'),(34498,10,'pyre_slider_type','no'),(45752,10,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(45753,10,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(45750,10,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45751,10,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(37737,10,'slide_template','default'),(34493,10,'fusion_builder_converted','yes'),(34492,10,'pyre_portfolio_column_spacing',''),(34491,10,'pyre_portfolio_featured_image_size','default'),(34490,10,'pyre_portfolio_text_layout','default'),(34489,10,'pyre_portfolio_filters','yes'),(34488,10,'pyre_portfolio_excerpt',''),(34487,10,'pyre_portfolio_content_length','default'),(34486,10,'pyre_portfolio_width_100','no'),(34485,10,'fusion_builder_status','active'),(34484,10,'_wp_page_template','100-width.php'),(34483,8,'fusion_demo_import','lifestyle'),(35505,54,'pyre_mute_video','yes'),(35506,54,'pyre_autoplay_video','yes'),(35507,54,'pyre_loop_video','yes'),(45724,8,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(45725,8,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(35684,8,'pyre_fallback_id',''),(45722,8,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45723,8,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34476,8,'kd_featured-image-5_page_id',''),(34475,8,'kd_featured-image-4_page_id',''),(34474,8,'kd_featured-image-3_page_id',''),(34473,8,'kd_featured-image-2_page_id',''),(34472,8,'pyre_page_title_line_height',''),(34471,8,'pyre_sidebar_sticky','default'),(34470,8,'pyre_demo_slider',''),(34469,8,'fusion_builder_converted','yes'),(34468,8,'fusion_builder_content',''),(34467,8,'pyre_page_title_bar_borders_color',''),(34466,8,'pyre_page_title_mobile_height',''),(34465,8,'pyre_sidebar_bg_color',''),(34464,8,'pyre_page_title_breadcrumbs_search_bar','default'),(34558,12,'pyre_portfolio_excerpt',''),(34557,12,'pyre_portfolio_content_length','default'),(34556,12,'pyre_portfolio_width_100','no'),(34555,12,'fusion_builder_status','active'),(34554,12,'_wp_page_template','100-width.php'),(34553,10,'fusion_demo_import','lifestyle'),(35501,54,'pyre_mp4',''),(35502,54,'pyre_ogv',''),(35503,54,'pyre_preview_image',''),(35504,54,'pyre_video_bg_color',''),(34550,10,'pyre_page_title_bg_parallax','default'),(34549,10,'pyre_page_title_bar_bg_full','default'),(34548,10,'pyre_page_title_bar_bg_retina',''),(34547,10,'pyre_page_title_bar_bg',''),(34546,10,'pyre_page_title_bar_borders_color',''),(34545,10,'pyre_page_title_bar_bg_color',''),(34544,10,'pyre_page_title_mobile_height',''),(34543,10,'pyre_page_title_height',''),(34542,10,'pyre_page_title_100_width','default'),(34541,10,'pyre_page_title_font_color',''),(34540,10,'pyre_page_title_custom_subheader_text_size',''),(34539,10,'pyre_page_title_custom_subheader',''),(34538,10,'pyre_page_title_text_size',''),(34537,10,'pyre_page_title_custom_text',''),(34536,10,'pyre_page_title_text_alignment','default'),(34535,10,'pyre_page_title_text','yes'),(34534,10,'pyre_page_title_breadcrumbs_search_bar','default'),(34533,10,'pyre_page_title','default'),(34532,10,'pyre_wide_page_bg_repeat','repeat'),(34531,10,'pyre_wide_page_bg_full','no'),(34530,10,'pyre_wide_page_bg',''),(34529,10,'pyre_wide_page_bg_color',''),(34528,10,'pyre_page_bg_repeat','repeat'),(34527,10,'pyre_page_bg_full','no'),(34526,10,'pyre_page_bg',''),(34525,10,'pyre_page_bg_color',''),(34524,10,'pyre_page_bg_layout','default'),(34523,10,'pyre_sidebar_bg_color',''),(34522,10,'pyre_sidebar_position','default'),(34521,10,'pyre_footer_100_width','default'),(34520,10,'pyre_display_copyright','default'),(34519,10,'pyre_display_footer','default'),(34518,10,'pyre_displayed_menu','default'),(34517,10,'pyre_header_bg_repeat','repeat'),(34516,10,'pyre_header_bg_full','no'),(34515,10,'pyre_header_bg',''),(34514,10,'pyre_header_bg_opacity',''),(34513,10,'pyre_header_bg_color',''),(34512,10,'pyre_header_100_width','default'),(34511,10,'pyre_display_header','yes'),(34509,10,'pyre_hundredp_padding',''),(34510,10,'pyre_show_first_featured_image','no'),(34609,12,'pyre_page_title_text_size',''),(34608,12,'pyre_page_title_custom_text',''),(34607,12,'pyre_page_title_text_alignment','default'),(34606,12,'pyre_page_title_text','yes'),(34605,12,'pyre_page_title_breadcrumbs_search_bar','default'),(34604,12,'pyre_page_title','default'),(34603,12,'pyre_wide_page_bg_repeat','repeat'),(34602,12,'pyre_wide_page_bg_full','no'),(34601,12,'pyre_wide_page_bg',''),(34600,12,'pyre_wide_page_bg_color',''),(34599,12,'pyre_page_bg_repeat','repeat'),(34598,12,'pyre_page_bg_full','no'),(34597,12,'pyre_page_bg',''),(34596,12,'pyre_page_bg_color',''),(34595,12,'pyre_page_bg_layout','default'),(34594,12,'pyre_sidebar_bg_color',''),(34593,12,'pyre_sidebar_position','default'),(34592,12,'pyre_footer_100_width','default'),(34591,12,'pyre_display_copyright','default'),(34590,12,'pyre_display_footer','default'),(34589,12,'pyre_displayed_menu','default'),(34588,12,'pyre_header_bg_repeat','repeat'),(34587,12,'pyre_header_bg_full','no'),(34586,12,'pyre_header_bg',''),(34585,12,'pyre_header_bg_opacity',''),(34584,12,'pyre_header_bg_color',''),(34583,12,'pyre_header_100_width','default'),(34582,12,'pyre_display_header','yes'),(34581,12,'pyre_show_first_featured_image','no'),(34580,12,'pyre_hundredp_padding',''),(34579,12,'pyre_main_bottom_padding',''),(34578,12,'pyre_main_top_padding','0px'),(34577,12,'pyre_demo_slider',''),(34576,12,'pyre_fallback',''),(34575,12,'pyre_avada_rev_styles','default'),(34574,12,'pyre_slider_position','default'),(34573,12,'pyre_elasticslider','0'),(34572,12,'pyre_revslider','0'),(34571,12,'pyre_wooslider','lifestyle-health-wellbeing'),(34570,12,'pyre_slider','0'),(34569,12,'pyre_slider_type','no'),(46057,12,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46058,12,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(38680,12,'slide_template','default'),(46055,12,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46056,12,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34564,12,'fusion_builder_converted','yes'),(34563,12,'fusion_builder_content',''),(34562,12,'pyre_portfolio_column_spacing',''),(34561,12,'pyre_portfolio_featured_image_size','default'),(34559,12,'pyre_portfolio_filters','yes'),(34560,12,'pyre_portfolio_text_layout','default'),(34657,19823,'pyre_header_bg_full','no'),(34656,19823,'pyre_header_bg',''),(34655,19823,'pyre_header_bg_opacity',''),(34654,19823,'pyre_header_bg_color',''),(34653,19823,'pyre_header_100_width','default'),(34652,19823,'pyre_display_header','yes'),(34651,19823,'pyre_show_first_featured_image','no'),(34650,19823,'pyre_hundredp_padding',''),(34649,19823,'pyre_main_bottom_padding',''),(34648,19823,'pyre_main_top_padding','0px'),(34647,19823,'pyre_demo_slider',''),(34646,19823,'pyre_fallback',''),(34645,19823,'pyre_avada_rev_styles','default'),(34644,19823,'pyre_slider_position','default'),(34643,19823,'pyre_elasticslider','0'),(34642,19823,'pyre_revslider','0'),(34641,19823,'pyre_wooslider','lifestyle-home-garden'),(34640,19823,'pyre_slider','0'),(34639,19823,'pyre_slider_type','no'),(46786,19823,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46787,19823,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(46784,19823,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46785,19823,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34634,19823,'fusion_builder_converted','yes'),(34633,19823,'pyre_portfolio_column_spacing',''),(34632,19823,'pyre_portfolio_featured_image_size','default'),(34631,19823,'pyre_portfolio_text_layout','default'),(34630,19823,'pyre_portfolio_filters','yes'),(34629,19823,'pyre_portfolio_excerpt',''),(34628,19823,'pyre_portfolio_content_length','default'),(34627,19823,'pyre_portfolio_width_100','no'),(34626,19823,'fusion_builder_status','active'),(34625,19823,'_wp_page_template','100-width.php'),(34624,12,'fusion_demo_import','lifestyle'),(35499,54,'pyre_vimeo_id',''),(35500,54,'pyre_webm',''),(34621,12,'pyre_page_title_bg_parallax','default'),(34620,12,'pyre_page_title_bar_bg_full','default'),(34619,12,'pyre_page_title_bar_bg_retina',''),(34618,12,'pyre_page_title_bar_bg',''),(34617,12,'pyre_page_title_bar_borders_color',''),(34616,12,'pyre_page_title_bar_bg_color',''),(34615,12,'pyre_page_title_mobile_height',''),(34614,12,'pyre_page_title_height',''),(34613,12,'pyre_page_title_100_width','default'),(34612,12,'pyre_page_title_font_color',''),(34610,12,'pyre_page_title_custom_subheader',''),(34611,12,'pyre_page_title_custom_subheader_text_size',''),(34711,19824,'pyre_wooslider','classic-shop-home1-fs'),(34710,19824,'pyre_slider','0'),(34709,19824,'pyre_slider_type','no'),(46634,19824,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46635,19824,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(45071,16728,'_edit_lock','1551361676:1'),(46632,19824,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45043,19824,'pyre_fallback_id',''),(46633,19824,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(34704,19824,'fusion_builder_converted','yes'),(34703,19824,'pyre_portfolio_column_spacing',''),(34702,19824,'pyre_portfolio_featured_image_size','default'),(34701,19824,'pyre_portfolio_text_layout','default'),(34700,19824,'pyre_portfolio_filters','yes'),(34699,19824,'pyre_portfolio_excerpt',''),(34698,19824,'pyre_portfolio_content_length','default'),(34697,19824,'pyre_portfolio_width_100','no'),(34696,19824,'fusion_builder_status','active'),(34695,19824,'_wp_page_template','100-width.php'),(34694,19823,'fusion_demo_import','lifestyle'),(34691,19823,'pyre_page_title_bg_parallax','default'),(34690,19823,'pyre_page_title_bar_bg_full','default'),(34689,19823,'pyre_page_title_bar_bg_retina',''),(34688,19823,'pyre_page_title_bar_bg',''),(34687,19823,'pyre_page_title_bar_borders_color',''),(34686,19823,'pyre_page_title_bar_bg_color',''),(34685,19823,'pyre_page_title_mobile_height',''),(34684,19823,'pyre_page_title_height',''),(34683,19823,'pyre_page_title_100_width','default'),(34682,19823,'pyre_page_title_font_color',''),(34681,19823,'pyre_page_title_custom_subheader_text_size',''),(34680,19823,'pyre_page_title_custom_subheader',''),(34679,19823,'pyre_page_title_text_size',''),(34678,19823,'pyre_page_title_custom_text',''),(34677,19823,'pyre_page_title_text_alignment','default'),(34676,19823,'pyre_page_title_text','yes'),(34675,19823,'pyre_page_title_breadcrumbs_search_bar','default'),(34674,19823,'pyre_page_title','default'),(34673,19823,'pyre_wide_page_bg_repeat','repeat'),(34672,19823,'pyre_wide_page_bg_full','no'),(34671,19823,'pyre_wide_page_bg',''),(34670,19823,'pyre_wide_page_bg_color',''),(34669,19823,'pyre_page_bg_repeat','repeat'),(34667,19823,'pyre_page_bg',''),(34668,19823,'pyre_page_bg_full','no'),(34658,19823,'pyre_header_bg_repeat','repeat'),(34659,19823,'pyre_displayed_menu','default'),(34660,19823,'pyre_display_footer','default'),(34661,19823,'pyre_display_copyright','default'),(34662,19823,'pyre_footer_100_width','default'),(34663,19823,'pyre_sidebar_position','default'),(34664,19823,'pyre_sidebar_bg_color',''),(34665,19823,'pyre_page_bg_layout','default'),(34666,19823,'pyre_page_bg_color',''),(34892,30,'fusion_builder_converted','yes'),(34894,30,'fusion_demo_import','lifestyle'),(34898,19825,'_wpas_done_all','1'),(34899,19825,'fusion_builder_status','active'),(33083,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2015/03/home-garden1.jpg\";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:{}}}'),(35549,56,'pyre_caption_bg','no'),(33073,234,'fusion_demo_import','lifestyle'),(33074,235,'_wp_attached_file','2015/03/fashion3.jpg'),(33075,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:20:\"2015/03/fashion3.jpg\";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:{}}}'),(35548,56,'pyre_caption_color','#ffffff'),(33077,235,'fusion_demo_import','lifestyle'),(33078,236,'_wp_attached_file','2015/03/fashion2.jpg'),(33079,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:20:\"2015/03/fashion2.jpg\";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:{}}}'),(35547,56,'pyre_caption_font_size','36'),(33081,236,'fusion_demo_import','lifestyle'),(33082,239,'_wp_attached_file','2015/03/home-garden1.jpg'),(33217,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:672;s:4:\"file\";s:28:\"2015/03/blog6-compressor.jpg\";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:{}}}'),(33216,572,'_wp_attached_file','2015/03/blog6-compressor.jpg'),(33215,571,'fusion_demo_import','lifestyle'),(35514,54,'pyre_heading_bg_color',''),(35515,54,'pyre_caption','Relax and rejuvenate your body and mind<br/> with practical health tips and advice'),(33212,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:677;s:4:\"file\";s:28:\"2015/03/blog5-compressor.jpg\";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:{}}}'),(33211,571,'_wp_attached_file','2015/03/blog5-compressor.jpg'),(33210,570,'fusion_demo_import','lifestyle'),(35516,54,'pyre_caption_font_size','36'),(33207,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:840;s:4:\"file\";s:28:\"2015/03/blog4-compressor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(33206,570,'_wp_attached_file','2015/03/blog4-compressor.jpg'),(33205,569,'fusion_demo_import','lifestyle'),(35517,54,'pyre_caption_color','#ffffff'),(35518,54,'pyre_caption_bg','no'),(33202,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:554;s:4:\"file\";s:28:\"2015/03/blog3-compressor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(33201,569,'_wp_attached_file','2015/03/blog3-compressor.jpg'),(33200,568,'fusion_demo_import','lifestyle'),(35519,54,'pyre_caption_bg_color',''),(33278,85,'pyre_page_title_text_size',''),(33277,85,'pyre_page_title_100_width','default'),(33276,85,'pyre_page_title_custom_text',''),(33275,85,'pyre_page_title_text_alignment','default'),(33274,85,'pyre_page_title_text','yes'),(33273,85,'pyre_page_title','default'),(33272,85,'pyre_wide_page_bg_repeat','repeat'),(33271,85,'pyre_wide_page_bg_full','no'),(33270,85,'pyre_wide_page_bg_color',''),(33268,85,'pyre_page_bg_repeat','repeat'),(33267,85,'pyre_page_bg_full','no'),(33266,85,'pyre_page_bg_color',''),(33265,85,'pyre_page_bg',''),(33264,85,'pyre_page_bg_layout','default'),(33263,85,'pyre_sidebar_position','default'),(33262,85,'pyre_footer_100_width','default'),(33261,85,'pyre_display_copyright','default'),(33260,85,'pyre_display_footer','default'),(33259,85,'pyre_displayed_menu','default'),(33258,85,'pyre_header_bg_repeat','repeat'),(33257,85,'pyre_header_bg_full','no'),(33256,85,'pyre_header_bg_opacity',''),(33255,85,'pyre_header_bg_color',''),(33254,85,'pyre_header_bg',''),(33253,85,'pyre_header_100_width','default'),(33252,85,'pyre_display_header','yes'),(33251,85,'pyre_avada_rev_styles','default'),(33250,85,'pyre_fallback',''),(33249,85,'pyre_elasticslider','0'),(33248,85,'pyre_revslider','0'),(33247,85,'pyre_wooslider','0'),(33246,85,'pyre_slider','0'),(33245,85,'pyre_slider_type','no'),(33244,85,'pyre_slider_position','default'),(33243,85,'pyre_hundredp_padding',''),(33242,85,'pyre_main_bottom_padding',''),(33241,85,'pyre_main_top_padding',''),(33240,85,'pyre_post_pagination','default'),(33239,85,'pyre_share_box','default'),(33238,85,'pyre_related_posts','default'),(33237,85,'pyre_link_icon_target','no'),(33236,85,'pyre_link_icon_url',''),(33235,85,'pyre_image_rollover_icons','linkzoom'),(33234,85,'pyre_fimg_height',''),(33233,85,'pyre_fimg_width',''),(33232,85,'pyre_copy_url_text',''),(33231,85,'pyre_copy_url',''),(33230,85,'pyre_project_url_text',''),(33229,85,'pyre_project_url',''),(33228,85,'pyre_video_url',''),(33227,85,'pyre_video',''),(33226,85,'pyre_show_first_featured_image','no'),(33070,234,'_wp_attached_file','2015/03/fashion1.jpg'),(33071,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:20:\"2015/03/fashion1.jpg\";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:{}}}'),(33326,19821,'pyre_header_100_width','default'),(33325,19821,'pyre_display_header','yes'),(33324,19821,'pyre_avada_rev_styles','default'),(33323,19821,'pyre_fallback',''),(33322,19821,'pyre_elasticslider','0'),(33321,19821,'pyre_revslider','0'),(33320,19821,'pyre_wooslider','0'),(33319,19821,'pyre_slider','0'),(33318,19821,'pyre_slider_type','no'),(33317,19821,'pyre_slider_position','default'),(33316,19821,'pyre_hundredp_padding',''),(33315,19821,'pyre_main_bottom_padding',''),(33314,19821,'pyre_main_top_padding',''),(33313,19821,'pyre_post_pagination','default'),(33312,19821,'pyre_share_box','default'),(33311,19821,'pyre_related_posts','default'),(33310,19821,'pyre_link_icon_target','no'),(33309,19821,'pyre_link_icon_url',''),(33308,19821,'pyre_image_rollover_icons','linkzoom'),(33307,19821,'pyre_fimg_height',''),(33306,19821,'pyre_fimg_width',''),(33305,19821,'pyre_copy_url_text',''),(33304,19821,'pyre_copy_url',''),(33303,19821,'pyre_project_url_text',''),(33302,19821,'pyre_project_url',''),(33301,19821,'pyre_video_url',''),(33300,19821,'pyre_video',''),(33299,19821,'pyre_show_first_featured_image','no'),(33298,19821,'pyre_project_details','yes'),(33297,19821,'pyre_project_desc_title','yes'),(33296,19821,'pyre_portfolio_width_100','no'),(33295,19821,'pyre_width','full'),(33294,19821,'fusion_builder_status','inactive'),(33293,85,'fusion_demo_import','lifestyle'),(33292,85,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33291,85,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33290,85,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33289,85,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33288,85,'pyre_page_title_breadcrumbs_search_bar','default'),(33287,85,'pyre_page_title_bg_parallax','default'),(33286,85,'pyre_page_title_bar_bg_full','default'),(33285,85,'pyre_page_title_bar_bg_color',''),(33284,85,'pyre_page_title_bar_bg_retina',''),(33283,85,'pyre_page_title_bar_bg',''),(33282,85,'pyre_page_title_height',''),(33281,85,'pyre_page_title_font_color',''),(33280,85,'pyre_page_title_custom_subheader_text_size',''),(33279,85,'pyre_page_title_custom_subheader',''),(33371,19822,'pyre_project_details','yes'),(33370,19822,'pyre_project_desc_title','yes'),(33369,19822,'pyre_portfolio_width_100','no'),(33368,19822,'pyre_width','full'),(33367,19822,'fusion_builder_status','inactive'),(33366,19821,'fusion_demo_import','lifestyle'),(33365,19821,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33364,19821,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33363,19821,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33362,19821,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33361,19821,'pyre_page_title_breadcrumbs_search_bar','default'),(33360,19821,'pyre_page_title_bg_parallax','default'),(33359,19821,'pyre_page_title_bar_bg_full','default'),(33358,19821,'pyre_page_title_bar_bg_color',''),(33357,19821,'pyre_page_title_bar_bg_retina',''),(33356,19821,'pyre_page_title_bar_bg',''),(33355,19821,'pyre_page_title_height',''),(33354,19821,'pyre_page_title_font_color',''),(33353,19821,'pyre_page_title_custom_subheader_text_size',''),(33352,19821,'pyre_page_title_custom_subheader',''),(33351,19821,'pyre_page_title_text_size',''),(33350,19821,'pyre_page_title_100_width','default'),(33349,19821,'pyre_page_title_custom_text',''),(33348,19821,'pyre_page_title_text_alignment','default'),(33347,19821,'pyre_page_title_text','yes'),(33346,19821,'pyre_page_title','default'),(33345,19821,'pyre_wide_page_bg_repeat','repeat'),(33344,19821,'pyre_wide_page_bg_full','no'),(33343,19821,'pyre_wide_page_bg_color',''),(33342,19821,'pyre_wide_page_bg',''),(33341,19821,'pyre_page_bg_repeat','repeat'),(33340,19821,'pyre_page_bg_full','no'),(33339,19821,'pyre_page_bg_color',''),(33338,19821,'pyre_page_bg',''),(33337,19821,'pyre_page_bg_layout','default'),(33336,19821,'pyre_sidebar_position','default'),(33335,19821,'pyre_footer_100_width','default'),(33334,19821,'pyre_display_copyright','default'),(33333,19821,'pyre_display_footer','default'),(33332,19821,'pyre_displayed_menu','default'),(33331,19821,'pyre_header_bg_repeat','repeat'),(33330,19821,'pyre_header_bg_full','no'),(33329,19821,'pyre_header_bg_opacity',''),(33328,19821,'pyre_header_bg_color',''),(33327,19821,'pyre_header_bg',''),(33064,201,'_wxr_import_parent','60'),(33065,201,'fusion_demo_import','lifestyle'),(33066,228,'_wp_attached_file','2015/03/health-beauty-fab-50.jpg'),(33067,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:478;s:4:\"file\";s:32:\"2015/03/health-beauty-fab-50.jpg\";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:{}}}'),(33421,19822,'pyre_page_title_text_alignment','default'),(33420,19822,'pyre_page_title_text','yes'),(33419,19822,'pyre_page_title','default'),(33418,19822,'pyre_wide_page_bg_repeat','repeat'),(33417,19822,'pyre_wide_page_bg_full','no'),(33416,19822,'pyre_wide_page_bg_color',''),(33415,19822,'pyre_wide_page_bg',''),(33414,19822,'pyre_page_bg_repeat','repeat'),(33413,19822,'pyre_page_bg_full','no'),(33412,19822,'pyre_page_bg_color',''),(33411,19822,'pyre_page_bg',''),(33410,19822,'pyre_page_bg_layout','default'),(33409,19822,'pyre_sidebar_position','default'),(33408,19822,'pyre_footer_100_width','default'),(33407,19822,'pyre_display_copyright','default'),(33406,19822,'pyre_display_footer','default'),(33405,19822,'pyre_displayed_menu','default'),(33404,19822,'pyre_header_bg_repeat','repeat'),(33403,19822,'pyre_header_bg_full','no'),(33402,19822,'pyre_header_bg_opacity',''),(33401,19822,'pyre_header_bg_color',''),(33400,19822,'pyre_header_bg',''),(33399,19822,'pyre_header_100_width','default'),(33398,19822,'pyre_display_header','yes'),(33397,19822,'pyre_avada_rev_styles','default'),(33396,19822,'pyre_fallback',''),(33395,19822,'pyre_elasticslider','0'),(33394,19822,'pyre_revslider','0'),(33393,19822,'pyre_wooslider','0'),(33392,19822,'pyre_slider','0'),(33391,19822,'pyre_slider_type','no'),(33390,19822,'pyre_slider_position','default'),(33389,19822,'pyre_hundredp_padding',''),(33388,19822,'pyre_main_bottom_padding',''),(33387,19822,'pyre_main_top_padding',''),(33386,19822,'pyre_post_pagination','default'),(33385,19822,'pyre_share_box','default'),(33384,19822,'pyre_related_posts','default'),(33383,19822,'pyre_link_icon_target','no'),(33382,19822,'pyre_link_icon_url',''),(33381,19822,'pyre_image_rollover_icons','linkzoom'),(33380,19822,'pyre_fimg_height',''),(33379,19822,'pyre_fimg_width',''),(33378,19822,'pyre_copy_url_text',''),(33377,19822,'pyre_copy_url',''),(33376,19822,'pyre_project_url_text',''),(33375,19822,'pyre_project_url',''),(33374,19822,'pyre_video_url',''),(33373,19822,'pyre_video',''),(33372,19822,'pyre_show_first_featured_image','no'),(33472,92,'pyre_header_100_width','default'),(33471,92,'pyre_display_header','yes'),(33470,92,'pyre_avada_rev_styles','default'),(33464,92,'pyre_slider_type','no'),(33465,92,'pyre_slider','0'),(33466,92,'pyre_wooslider','0'),(33467,92,'pyre_revslider','0'),(33468,92,'pyre_elasticslider','0'),(33469,92,'pyre_fallback',''),(33463,92,'pyre_slider_position','default'),(33462,92,'pyre_hundredp_padding',''),(33461,92,'pyre_main_bottom_padding',''),(33460,92,'pyre_main_top_padding',''),(33459,92,'pyre_post_pagination','default'),(33458,92,'pyre_share_box','default'),(33452,92,'pyre_fimg_width',''),(33453,92,'pyre_fimg_height',''),(33454,92,'pyre_image_rollover_icons','linkzoom'),(33455,92,'pyre_link_icon_url',''),(33456,92,'pyre_link_icon_target','no'),(33457,92,'pyre_related_posts','default'),(33451,92,'pyre_copy_url_text',''),(33450,92,'pyre_copy_url',''),(33449,92,'pyre_project_url_text',''),(33448,92,'pyre_project_url',''),(33447,92,'pyre_video_url',''),(33446,92,'pyre_video',''),(33445,92,'pyre_show_first_featured_image','no'),(33440,92,'fusion_builder_status','inactive'),(33441,92,'pyre_width','full'),(33442,92,'pyre_portfolio_width_100','no'),(33443,92,'pyre_project_desc_title','yes'),(33444,92,'pyre_project_details','yes'),(33439,19822,'fusion_demo_import','lifestyle'),(33438,19822,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33437,19822,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33436,19822,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33433,19822,'pyre_page_title_bg_parallax','default'),(33434,19822,'pyre_page_title_breadcrumbs_search_bar','default'),(33435,19822,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33432,19822,'pyre_page_title_bar_bg_full','default'),(33431,19822,'pyre_page_title_bar_bg_color',''),(33430,19822,'pyre_page_title_bar_bg_retina',''),(33429,19822,'pyre_page_title_bar_bg',''),(33428,19822,'pyre_page_title_height',''),(33424,19822,'pyre_page_title_text_size',''),(33425,19822,'pyre_page_title_custom_subheader',''),(33426,19822,'pyre_page_title_custom_subheader_text_size',''),(33427,19822,'pyre_page_title_font_color',''),(33422,19822,'pyre_page_title_custom_text',''),(33423,19822,'pyre_page_title_100_width','default'),(33060,19819,'_wxr_import_parent','60'),(33061,19819,'fusion_demo_import','lifestyle'),(33062,201,'_wp_attached_file','2015/03/yoga-slider.jpg'),(33520,94,'pyre_video_url',''),(33519,94,'pyre_video',''),(33518,94,'pyre_show_first_featured_image','no'),(33517,94,'pyre_project_details','yes'),(33516,94,'pyre_project_desc_title','yes'),(33515,94,'pyre_portfolio_width_100','no'),(33514,94,'pyre_width','full'),(33513,94,'fusion_builder_status','inactive'),(33512,92,'fusion_demo_import','lifestyle'),(33511,92,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33510,92,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33509,92,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33508,92,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33507,92,'pyre_page_title_breadcrumbs_search_bar','default'),(33506,92,'pyre_page_title_bg_parallax','default'),(33505,92,'pyre_page_title_bar_bg_full','default'),(33504,92,'pyre_page_title_bar_bg_color',''),(33503,92,'pyre_page_title_bar_bg_retina',''),(33502,92,'pyre_page_title_bar_bg',''),(33501,92,'pyre_page_title_height',''),(33500,92,'pyre_page_title_font_color',''),(33499,92,'pyre_page_title_custom_subheader_text_size',''),(33498,92,'pyre_page_title_custom_subheader',''),(33497,92,'pyre_page_title_text_size',''),(33496,92,'pyre_page_title_100_width','default'),(33495,92,'pyre_page_title_custom_text',''),(33494,92,'pyre_page_title_text_alignment','default'),(33493,92,'pyre_page_title_text','yes'),(33492,92,'pyre_page_title','default'),(33491,92,'pyre_wide_page_bg_repeat','repeat'),(33490,92,'pyre_wide_page_bg_full','no'),(33489,92,'pyre_wide_page_bg_color',''),(33488,92,'pyre_wide_page_bg',''),(33487,92,'pyre_page_bg_repeat','repeat'),(33486,92,'pyre_page_bg_full','no'),(33485,92,'pyre_page_bg_color',''),(33484,92,'pyre_page_bg',''),(33483,92,'pyre_page_bg_layout','default'),(33482,92,'pyre_sidebar_position','default'),(33481,92,'pyre_footer_100_width','default'),(33480,92,'pyre_display_copyright','default'),(33478,92,'pyre_displayed_menu','default'),(33479,92,'pyre_display_footer','default'),(33477,92,'pyre_header_bg_repeat','repeat'),(33476,92,'pyre_header_bg_full','no'),(33475,92,'pyre_header_bg_opacity',''),(33474,92,'pyre_header_bg_color',''),(33473,92,'pyre_header_bg',''),(33575,94,'pyre_page_title_bar_bg',''),(33574,94,'pyre_page_title_height',''),(33573,94,'pyre_page_title_font_color',''),(33572,94,'pyre_page_title_custom_subheader_text_size',''),(33571,94,'pyre_page_title_custom_subheader',''),(33570,94,'pyre_page_title_text_size',''),(33569,94,'pyre_page_title_100_width','default'),(33568,94,'pyre_page_title_custom_text',''),(33567,94,'pyre_page_title_text_alignment','default'),(33566,94,'pyre_page_title_text','yes'),(33565,94,'pyre_page_title','default'),(33564,94,'pyre_wide_page_bg_repeat','repeat'),(33563,94,'pyre_wide_page_bg_full','no'),(33562,94,'pyre_wide_page_bg_color',''),(33561,94,'pyre_wide_page_bg',''),(33560,94,'pyre_page_bg_repeat','repeat'),(33559,94,'pyre_page_bg_full','no'),(33558,94,'pyre_page_bg_color',''),(33557,94,'pyre_page_bg',''),(33556,94,'pyre_page_bg_layout','default'),(33555,94,'pyre_sidebar_position','default'),(33554,94,'pyre_footer_100_width','default'),(33553,94,'pyre_display_copyright','default'),(33552,94,'pyre_display_footer','default'),(33551,94,'pyre_displayed_menu','default'),(33550,94,'pyre_header_bg_repeat','repeat'),(33549,94,'pyre_header_bg_full','no'),(33548,94,'pyre_header_bg_opacity',''),(33547,94,'pyre_header_bg_color',''),(33546,94,'pyre_header_bg',''),(33545,94,'pyre_header_100_width','default'),(33544,94,'pyre_display_header','yes'),(33543,94,'pyre_avada_rev_styles','default'),(33542,94,'pyre_fallback',''),(33541,94,'pyre_elasticslider','0'),(33540,94,'pyre_revslider','0'),(33539,94,'pyre_wooslider','0'),(33538,94,'pyre_slider','0'),(33537,94,'pyre_slider_type','no'),(33536,94,'pyre_slider_position','default'),(33535,94,'pyre_hundredp_padding',''),(33534,94,'pyre_main_bottom_padding',''),(33533,94,'pyre_main_top_padding',''),(33532,94,'pyre_post_pagination','default'),(33531,94,'pyre_share_box','default'),(33530,94,'pyre_related_posts','default'),(33529,94,'pyre_link_icon_target','no'),(33528,94,'pyre_link_icon_url',''),(33527,94,'pyre_image_rollover_icons','linkzoom'),(33526,94,'pyre_fimg_height',''),(33524,94,'pyre_copy_url_text',''),(33525,94,'pyre_fimg_width',''),(33523,94,'pyre_copy_url',''),(33522,94,'pyre_project_url_text',''),(33521,94,'pyre_project_url',''),(33627,96,'pyre_footer_100_width','default'),(33626,96,'pyre_display_copyright','default'),(33625,96,'pyre_display_footer','default'),(33624,96,'pyre_displayed_menu','default'),(33623,96,'pyre_header_bg_repeat','repeat'),(33622,96,'pyre_header_bg_full','no'),(33621,96,'pyre_header_bg_opacity',''),(33620,96,'pyre_header_bg_color',''),(33619,96,'pyre_header_bg',''),(33618,96,'pyre_header_100_width','default'),(33617,96,'pyre_display_header','yes'),(33616,96,'pyre_avada_rev_styles','default'),(33615,96,'pyre_fallback',''),(33614,96,'pyre_elasticslider','0'),(33613,96,'pyre_revslider','0'),(33612,96,'pyre_wooslider','0'),(33611,96,'pyre_slider','0'),(33610,96,'pyre_slider_type','no'),(33609,96,'pyre_slider_position','default'),(33608,96,'pyre_hundredp_padding',''),(33607,96,'pyre_main_bottom_padding',''),(33606,96,'pyre_main_top_padding',''),(33605,96,'pyre_post_pagination','default'),(33604,96,'pyre_share_box','default'),(33603,96,'pyre_related_posts','default'),(33602,96,'pyre_link_icon_target','no'),(33601,96,'pyre_link_icon_url',''),(33600,96,'pyre_image_rollover_icons','linkzoom'),(33599,96,'pyre_fimg_height',''),(33598,96,'pyre_fimg_width',''),(33597,96,'pyre_copy_url_text',''),(33596,96,'pyre_copy_url',''),(33595,96,'pyre_project_url_text',''),(33594,96,'pyre_project_url',''),(33593,96,'pyre_video_url',''),(33592,96,'pyre_video',''),(33591,96,'pyre_show_first_featured_image','no'),(33590,96,'pyre_project_details','yes'),(33589,96,'pyre_project_desc_title','yes'),(33588,96,'pyre_portfolio_width_100','no'),(33587,96,'pyre_width','full'),(33586,96,'fusion_builder_status','inactive'),(33585,94,'fusion_demo_import','lifestyle'),(33584,94,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33583,94,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33582,94,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33581,94,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33580,94,'pyre_page_title_breadcrumbs_search_bar','default'),(33579,94,'pyre_page_title_bg_parallax','default'),(33578,94,'pyre_page_title_bar_bg_full','default'),(33577,94,'pyre_page_title_bar_bg_color',''),(33576,94,'pyre_page_title_bar_bg_retina',''),(33055,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:892;s:6:\"height\";i:1086;s:4:\"file\";s:16:\"2015/03/home.jpg\";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:{}}}'),(33051,19818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:892;s:6:\"height\";i:1086;s:4:\"file\";s:19:\"2015/03/fashion.jpg\";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:{}}}'),(33676,98,'pyre_related_posts','default'),(33675,98,'pyre_link_icon_target','no'),(33674,98,'pyre_link_icon_url',''),(33673,98,'pyre_image_rollover_icons','linkzoom'),(33672,98,'pyre_fimg_height',''),(33671,98,'pyre_fimg_width',''),(33670,98,'pyre_copy_url_text',''),(33669,98,'pyre_copy_url',''),(33668,98,'pyre_project_url_text',''),(33667,98,'pyre_project_url',''),(33666,98,'pyre_video_url',''),(33665,98,'pyre_video',''),(33664,98,'pyre_show_first_featured_image','no'),(33663,98,'pyre_project_details','yes'),(33662,98,'pyre_project_desc_title','yes'),(33661,98,'pyre_portfolio_width_100','no'),(33660,98,'pyre_width','full'),(33659,98,'fusion_builder_status','inactive'),(33658,96,'fusion_demo_import','lifestyle'),(33657,96,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33656,96,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33655,96,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33654,96,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33653,96,'pyre_page_title_breadcrumbs_search_bar','default'),(33652,96,'pyre_page_title_bg_parallax','default'),(33651,96,'pyre_page_title_bar_bg_full','default'),(33650,96,'pyre_page_title_bar_bg_color',''),(33649,96,'pyre_page_title_bar_bg_retina',''),(33648,96,'pyre_page_title_bar_bg',''),(33647,96,'pyre_page_title_height',''),(33646,96,'pyre_page_title_font_color',''),(33645,96,'pyre_page_title_custom_subheader_text_size',''),(33644,96,'pyre_page_title_custom_subheader',''),(33643,96,'pyre_page_title_text_size',''),(33642,96,'pyre_page_title_100_width','default'),(33641,96,'pyre_page_title_custom_text',''),(33640,96,'pyre_page_title_text_alignment','default'),(33639,96,'pyre_page_title_text','yes'),(33638,96,'pyre_page_title','default'),(33637,96,'pyre_wide_page_bg_repeat','repeat'),(33636,96,'pyre_wide_page_bg_full','no'),(33635,96,'pyre_wide_page_bg_color',''),(33633,96,'pyre_page_bg_repeat','repeat'),(33634,96,'pyre_wide_page_bg',''),(33632,96,'pyre_page_bg_full','no'),(33630,96,'pyre_page_bg',''),(33631,96,'pyre_page_bg_color',''),(33629,96,'pyre_page_bg_layout','default'),(33628,96,'pyre_sidebar_position','default'),(33048,19817,'_wxr_import_parent','54'),(33049,19817,'fusion_demo_import','lifestyle'),(33728,98,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33727,98,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33726,98,'pyre_page_title_breadcrumbs_search_bar','default'),(33725,98,'pyre_page_title_bg_parallax','default'),(33724,98,'pyre_page_title_bar_bg_full','default'),(33723,98,'pyre_page_title_bar_bg_color',''),(33722,98,'pyre_page_title_bar_bg_retina',''),(33721,98,'pyre_page_title_bar_bg',''),(33720,98,'pyre_page_title_height',''),(33719,98,'pyre_page_title_font_color',''),(33718,98,'pyre_page_title_custom_subheader_text_size',''),(33717,98,'pyre_page_title_custom_subheader',''),(33716,98,'pyre_page_title_text_size',''),(33715,98,'pyre_page_title_100_width','default'),(33714,98,'pyre_page_title_custom_text',''),(33713,98,'pyre_page_title_text_alignment','default'),(33712,98,'pyre_page_title_text','yes'),(33711,98,'pyre_page_title','default'),(33710,98,'pyre_wide_page_bg_repeat','repeat'),(33709,98,'pyre_wide_page_bg_full','no'),(33708,98,'pyre_wide_page_bg_color',''),(33707,98,'pyre_wide_page_bg',''),(33706,98,'pyre_page_bg_repeat','repeat'),(33705,98,'pyre_page_bg_full','no'),(33704,98,'pyre_page_bg_color',''),(33703,98,'pyre_page_bg',''),(33702,98,'pyre_page_bg_layout','default'),(33701,98,'pyre_sidebar_position','default'),(33700,98,'pyre_footer_100_width','default'),(33699,98,'pyre_display_copyright','default'),(33698,98,'pyre_display_footer','default'),(33697,98,'pyre_displayed_menu','default'),(33696,98,'pyre_header_bg_repeat','repeat'),(33695,98,'pyre_header_bg_full','no'),(33694,98,'pyre_header_bg_opacity',''),(33693,98,'pyre_header_bg_color',''),(33692,98,'pyre_header_bg',''),(33691,98,'pyre_header_100_width','default'),(33690,98,'pyre_display_header','yes'),(33689,98,'pyre_avada_rev_styles','default'),(33688,98,'pyre_fallback',''),(33687,98,'pyre_elasticslider','0'),(33686,98,'pyre_revslider','0'),(33685,98,'pyre_wooslider','0'),(33684,98,'pyre_slider','0'),(33682,98,'pyre_slider_position','default'),(33683,98,'pyre_slider_type','no'),(33681,98,'pyre_hundredp_padding',''),(33680,98,'pyre_main_bottom_padding',''),(33679,98,'pyre_main_top_padding',''),(33678,98,'pyre_post_pagination','default'),(33677,98,'pyre_share_box','default'),(33187,19820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:36:\"2015/03/fashion-beauty-parallax2.jpg\";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:{}}}'),(33783,100,'pyre_wide_page_bg_repeat','repeat'),(33782,100,'pyre_wide_page_bg_full','no'),(33781,100,'pyre_wide_page_bg_color',''),(33780,100,'pyre_wide_page_bg',''),(33779,100,'pyre_page_bg_repeat','repeat'),(33778,100,'pyre_page_bg_full','no'),(33777,100,'pyre_page_bg_color',''),(33776,100,'pyre_page_bg',''),(33775,100,'pyre_page_bg_layout','default'),(33774,100,'pyre_sidebar_position','default'),(33773,100,'pyre_footer_100_width','default'),(33772,100,'pyre_display_copyright','default'),(33771,100,'pyre_display_footer','default'),(33770,100,'pyre_displayed_menu','default'),(33769,100,'pyre_header_bg_repeat','repeat'),(33768,100,'pyre_header_bg_full','no'),(33767,100,'pyre_header_bg_opacity',''),(33766,100,'pyre_header_bg_color',''),(33765,100,'pyre_header_bg',''),(33764,100,'pyre_header_100_width','default'),(33763,100,'pyre_display_header','yes'),(33762,100,'pyre_avada_rev_styles','default'),(33761,100,'pyre_fallback',''),(33760,100,'pyre_elasticslider','0'),(33759,100,'pyre_revslider','0'),(33758,100,'pyre_wooslider','0'),(33757,100,'pyre_slider','0'),(33756,100,'pyre_slider_type','no'),(33755,100,'pyre_slider_position','default'),(33754,100,'pyre_hundredp_padding',''),(33753,100,'pyre_main_bottom_padding',''),(33752,100,'pyre_main_top_padding',''),(33751,100,'pyre_post_pagination','default'),(33750,100,'pyre_share_box','default'),(33749,100,'pyre_related_posts','default'),(33748,100,'pyre_link_icon_target','no'),(33747,100,'pyre_link_icon_url',''),(33746,100,'pyre_image_rollover_icons','linkzoom'),(33745,100,'pyre_fimg_height',''),(33744,100,'pyre_fimg_width',''),(33743,100,'pyre_copy_url_text',''),(33742,100,'pyre_copy_url',''),(33741,100,'pyre_project_url_text',''),(33740,100,'pyre_project_url',''),(33739,100,'pyre_video_url',''),(33738,100,'pyre_video',''),(33737,100,'pyre_show_first_featured_image','no'),(33736,100,'pyre_project_details','yes'),(33735,100,'pyre_project_desc_title','yes'),(33734,100,'pyre_portfolio_width_100','no'),(33733,100,'pyre_width','full'),(33732,100,'fusion_builder_status','inactive'),(33731,98,'fusion_demo_import','lifestyle'),(33730,98,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33729,98,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(35525,54,'_thumbnail_id','19843'),(35524,54,'pyre_button_2',''),(33185,544,'fusion_demo_import','lifestyle'),(33186,19820,'_wp_attached_file','2015/03/fashion-beauty-parallax2.jpg'),(33831,104,'pyre_wooslider','0'),(33830,104,'pyre_slider','0'),(33829,104,'pyre_slider_type','no'),(33828,104,'pyre_slider_position','default'),(33827,104,'pyre_hundredp_padding',''),(33826,104,'pyre_main_bottom_padding',''),(33825,104,'pyre_main_top_padding',''),(33824,104,'pyre_post_pagination','default'),(33823,104,'pyre_share_box','default'),(33822,104,'pyre_related_posts','default'),(33821,104,'pyre_link_icon_target','no'),(33820,104,'pyre_link_icon_url',''),(33819,104,'pyre_image_rollover_icons','linkzoom'),(33818,104,'pyre_fimg_height',''),(33817,104,'pyre_fimg_width',''),(33816,104,'pyre_copy_url_text',''),(33815,104,'pyre_copy_url',''),(33814,104,'pyre_project_url_text',''),(33813,104,'pyre_project_url',''),(33812,104,'pyre_video_url',''),(33811,104,'pyre_video',''),(33810,104,'pyre_show_first_featured_image','no'),(33809,104,'pyre_project_details','yes'),(33808,104,'pyre_project_desc_title','yes'),(33807,104,'pyre_portfolio_width_100','no'),(33806,104,'pyre_width','full'),(33805,104,'fusion_builder_status','inactive'),(33804,100,'fusion_demo_import','lifestyle'),(33803,100,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33802,100,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33801,100,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33800,100,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33799,100,'pyre_page_title_breadcrumbs_search_bar','default'),(33798,100,'pyre_page_title_bg_parallax','default'),(33797,100,'pyre_page_title_bar_bg_full','default'),(33796,100,'pyre_page_title_bar_bg_color',''),(33795,100,'pyre_page_title_bar_bg_retina',''),(33794,100,'pyre_page_title_bar_bg',''),(33793,100,'pyre_page_title_height',''),(33792,100,'pyre_page_title_font_color',''),(33791,100,'pyre_page_title_custom_subheader_text_size',''),(33790,100,'pyre_page_title_custom_subheader',''),(33789,100,'pyre_page_title_text_size',''),(33788,100,'pyre_page_title_100_width','default'),(33787,100,'pyre_page_title_custom_text',''),(33786,100,'pyre_page_title_text_alignment','default'),(33785,100,'pyre_page_title_text','yes'),(33784,100,'pyre_page_title','default'),(33182,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1074;s:6:\"height\";i:1466;s:4:\"file\";s:29:\"2015/03/girl-compressor-3.jpg\";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:{}}}'),(33879,106,'pyre_width','full'),(33878,106,'fusion_builder_status','inactive'),(33877,104,'fusion_demo_import','lifestyle'),(33876,104,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(33875,104,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(33874,104,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(33873,104,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(33872,104,'pyre_page_title_breadcrumbs_search_bar','default'),(33871,104,'pyre_page_title_bg_parallax','default'),(33870,104,'pyre_page_title_bar_bg_full','default'),(33869,104,'pyre_page_title_bar_bg_color',''),(33868,104,'pyre_page_title_bar_bg_retina',''),(33867,104,'pyre_page_title_bar_bg',''),(33866,104,'pyre_page_title_height',''),(33865,104,'pyre_page_title_font_color',''),(33864,104,'pyre_page_title_custom_subheader_text_size',''),(33863,104,'pyre_page_title_custom_subheader',''),(33862,104,'pyre_page_title_text_size',''),(33861,104,'pyre_page_title_100_width','default'),(33860,104,'pyre_page_title_custom_text',''),(33859,104,'pyre_page_title_text_alignment','default'),(33858,104,'pyre_page_title_text','yes'),(33857,104,'pyre_page_title','default'),(33856,104,'pyre_wide_page_bg_repeat','repeat'),(33855,104,'pyre_wide_page_bg_full','no'),(33854,104,'pyre_wide_page_bg_color',''),(33853,104,'pyre_wide_page_bg',''),(33852,104,'pyre_page_bg_repeat','repeat'),(33851,104,'pyre_page_bg_full','no'),(33850,104,'pyre_page_bg_color',''),(33849,104,'pyre_page_bg',''),(33848,104,'pyre_page_bg_layout','default'),(33847,104,'pyre_sidebar_position','default'),(33846,104,'pyre_footer_100_width','default'),(33845,104,'pyre_display_copyright','default'),(33844,104,'pyre_display_footer','default'),(33843,104,'pyre_displayed_menu','default'),(33842,104,'pyre_header_bg_repeat','repeat'),(33841,104,'pyre_header_bg_full','no'),(33840,104,'pyre_header_bg_opacity',''),(33839,104,'pyre_header_bg_color',''),(33837,104,'pyre_header_100_width','default'),(33838,104,'pyre_header_bg',''),(33836,104,'pyre_display_header','yes'),(33835,104,'pyre_avada_rev_styles','default'),(33834,104,'pyre_fallback',''),(33833,104,'pyre_elasticslider','0'),(33832,104,'pyre_revslider','0'),(33069,228,'fusion_demo_import','lifestyle'),(35550,56,'pyre_caption_bg_color',''),(34886,30,'pyre_page_title_bar_borders_color',''),(34863,30,'pyre_wide_page_bg_full','no'),(34864,30,'pyre_wide_page_bg_repeat','repeat'),(34865,30,'pyre_page_title','default'),(34866,30,'pyre_page_title_text','yes'),(34867,30,'pyre_page_title_text_alignment','default'),(34868,30,'pyre_page_title_custom_text',''),(34869,30,'pyre_page_title_100_width','default'),(34870,30,'pyre_page_title_text_size',''),(34871,30,'pyre_page_title_custom_subheader',''),(34872,30,'pyre_page_title_custom_subheader_text_size',''),(34873,30,'pyre_page_title_font_color',''),(34874,30,'pyre_page_title_height',''),(34875,30,'pyre_page_title_bar_bg',''),(34876,30,'pyre_page_title_bar_bg_retina',''),(34877,30,'pyre_page_title_bar_bg_color',''),(34878,30,'pyre_page_title_bar_bg_full','default'),(34879,30,'pyre_page_title_bg_parallax','default'),(34880,30,'pyre_page_title_breadcrumbs_search_bar','default'),(34881,30,'avada_post_views_count','1313'),(34882,30,'_links_to','#'),(34883,30,'pyre_post_links_target','no'),(34884,30,'pyre_sidebar_bg_color',''),(34885,30,'pyre_page_title_mobile_height',''),(34862,30,'pyre_wide_page_bg_color',''),(34857,30,'pyre_page_bg',''),(34858,30,'pyre_page_bg_color',''),(34859,30,'pyre_page_bg_full','no'),(34860,30,'pyre_page_bg_repeat','repeat'),(34861,30,'pyre_wide_page_bg',''),(34856,30,'pyre_page_bg_layout','default'),(34818,30,'_wpas_done_all','1'),(34819,30,'fusion_builder_status','active'),(34820,30,'pyre_show_first_featured_image','no'),(34821,30,'pyre_portfolio_width_100','no'),(34822,30,'pyre_video',''),(34823,30,'pyre_fimg_width',''),(34824,30,'pyre_fimg_height',''),(34825,30,'pyre_image_rollover_icons','linkzoom'),(34826,30,'pyre_link_icon_url',''),(34827,30,'pyre_related_posts','default'),(34828,30,'pyre_share_box','default'),(34829,30,'pyre_post_pagination','default'),(34830,30,'pyre_author_info','default'),(34831,30,'pyre_post_meta','default'),(34832,30,'pyre_post_comments','default'),(34833,30,'pyre_main_top_padding',''),(34834,30,'pyre_main_bottom_padding',''),(34835,30,'pyre_hundredp_padding',''),(34836,30,'pyre_slider_position','default'),(34837,30,'pyre_slider_type','no'),(34838,30,'pyre_slider','0'),(34839,30,'pyre_wooslider','0'),(34840,30,'pyre_revslider','0'),(34841,30,'pyre_elasticslider','0'),(34842,30,'pyre_fallback',''),(34843,30,'pyre_avada_rev_styles','default'),(34844,30,'pyre_display_header','yes'),(34845,30,'pyre_header_100_width','default'),(34846,30,'pyre_header_bg',''),(34847,30,'pyre_header_bg_color',''),(34848,30,'pyre_header_bg_opacity',''),(34849,30,'pyre_header_bg_full','no'),(34850,30,'pyre_header_bg_repeat','repeat'),(34851,30,'pyre_displayed_menu','default'),(34852,30,'pyre_display_footer','default'),(34853,30,'pyre_display_copyright','default'),(34854,30,'pyre_footer_100_width','default'),(34855,30,'pyre_sidebar_position','default'),(33181,544,'_wp_attached_file','2015/03/girl-compressor-3.jpg'),(33180,520,'fusion_demo_import','lifestyle'),(35526,54,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:26:\"lifestyle-health-wellbeing\";s:4:\"name\";s:32:\"Lifestyle Health &amp; Wellbeing\";}'),(33177,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:364;s:4:\"file\";s:31:\"2015/03/spoons-compressor-3.jpg\";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:{}}}'),(33176,520,'_wp_attached_file','2015/03/spoons-compressor-3.jpg'),(33175,507,'fusion_demo_import','lifestyle'),(33174,507,'_wxr_import_user_slug','admin'),(33197,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:554;s:4:\"file\";s:28:\"2015/03/blog2-compressor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(33196,568,'_wp_attached_file','2015/03/blog2-compressor.jpg'),(33195,567,'fusion_demo_import','lifestyle'),(35520,54,'pyre_link_type','button'),(35521,54,'pyre_slide_link',''),(33192,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:883;s:4:\"file\";s:28:\"2015/03/blog1-compressor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(33191,567,'_wp_attached_file','2015/03/blog1-compressor.jpg'),(35523,54,'pyre_button_1',''),(35522,54,'pyre_slide_target','yes'),(33190,19820,'fusion_demo_import','lifestyle'),(33063,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2015/03/yoga-slider.jpg\";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:{}}}'),(33056,59,'_wxr_import_parent','58'),(33057,59,'fusion_demo_import','lifestyle'),(33058,19819,'_wp_attached_file','2015/03/yoga.jpg'),(33059,19819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:892;s:6:\"height\";i:1086;s:4:\"file\";s:16:\"2015/03/yoga.jpg\";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:{}}}'),(33054,59,'_wp_attached_file','2015/03/home.jpg'),(33052,19818,'_wxr_import_parent','56'),(33053,19818,'fusion_demo_import','lifestyle'),(33050,19818,'_wp_attached_file','2015/03/fashion.jpg'),(33047,19817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:892;s:6:\"height\";i:1086;s:4:\"file\";s:18:\"2015/03/health.jpg\";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:{}}}'),(33046,19817,'_wp_attached_file','2015/03/health.jpg'),(33269,85,'pyre_wide_page_bg',''),(33225,85,'pyre_project_details','yes'),(33224,85,'pyre_project_desc_title','yes'),(33223,85,'pyre_portfolio_width_100','no'),(33222,85,'pyre_width','full'),(33221,85,'fusion_builder_status','inactive'),(33220,572,'fusion_demo_import','lifestyle'),(35512,54,'pyre_heading_color','#ffffff'),(35513,54,'pyre_heading_bg','no'),(34900,19825,'pyre_show_first_featured_image','no'),(34901,19825,'pyre_portfolio_width_100','no'),(34902,19825,'pyre_video',''),(34903,19825,'pyre_fimg_width',''),(34904,19825,'pyre_fimg_height',''),(34905,19825,'pyre_image_rollover_icons','linkzoom'),(34906,19825,'pyre_link_icon_url',''),(34907,19825,'pyre_related_posts','default'),(34908,19825,'pyre_share_box','default'),(34909,19825,'pyre_post_pagination','default'),(34910,19825,'pyre_author_info','default'),(34911,19825,'pyre_post_meta','default'),(34912,19825,'pyre_post_comments','default'),(34913,19825,'pyre_main_top_padding',''),(34914,19825,'pyre_main_bottom_padding',''),(34915,19825,'pyre_hundredp_padding',''),(34916,19825,'pyre_slider_position','default'),(34917,19825,'pyre_slider_type','no'),(34918,19825,'pyre_slider','0'),(34919,19825,'pyre_wooslider','0'),(34920,19825,'pyre_revslider','0'),(34921,19825,'pyre_elasticslider','0'),(34922,19825,'pyre_fallback',''),(34923,19825,'pyre_avada_rev_styles','default'),(34924,19825,'pyre_display_header','yes'),(34925,19825,'pyre_header_100_width','default'),(34926,19825,'pyre_header_bg',''),(34927,19825,'pyre_header_bg_color',''),(34928,19825,'pyre_header_bg_opacity',''),(34929,19825,'pyre_header_bg_full','no'),(34930,19825,'pyre_header_bg_repeat','repeat'),(34931,19825,'pyre_displayed_menu','default'),(34932,19825,'pyre_display_footer','default'),(34933,19825,'pyre_display_copyright','default'),(34934,19825,'pyre_footer_100_width','default'),(34935,19825,'pyre_sidebar_position','default'),(34936,19825,'pyre_page_bg_layout','default'),(34937,19825,'pyre_page_bg',''),(34938,19825,'pyre_page_bg_color',''),(34939,19825,'pyre_page_bg_full','no'),(34940,19825,'pyre_page_bg_repeat','repeat'),(34941,19825,'pyre_wide_page_bg',''),(34942,19825,'pyre_wide_page_bg_color',''),(34943,19825,'pyre_wide_page_bg_full','no'),(34944,19825,'pyre_wide_page_bg_repeat','repeat'),(34945,19825,'pyre_page_title','default'),(34946,19825,'pyre_page_title_text','yes'),(34947,19825,'pyre_page_title_text_alignment','default'),(34948,19825,'pyre_page_title_custom_text',''),(34949,19825,'pyre_page_title_100_width','default'),(34950,19825,'pyre_page_title_text_size',''),(34951,19825,'pyre_page_title_custom_subheader',''),(34952,19825,'pyre_page_title_custom_subheader_text_size',''),(34953,19825,'pyre_page_title_font_color',''),(34954,19825,'pyre_page_title_height',''),(34955,19825,'pyre_page_title_bar_bg',''),(34956,19825,'pyre_page_title_bar_bg_retina',''),(34957,19825,'pyre_page_title_bar_bg_color',''),(34958,19825,'pyre_page_title_bar_bg_full','default'),(34959,19825,'pyre_page_title_bg_parallax','default'),(34960,19825,'pyre_page_title_breadcrumbs_search_bar','default'),(34961,19825,'avada_post_views_count','1641'),(34962,19825,'_links_to','#'),(34963,19825,'pyre_post_links_target','no'),(34964,19825,'pyre_sidebar_bg_color',''),(34965,19825,'pyre_page_title_mobile_height',''),(34966,19825,'pyre_page_title_bar_borders_color',''),(34967,19825,'_thumbnail_id','571'),(34968,19825,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34969,19825,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(34970,19825,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34971,19825,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34972,19825,'fusion_builder_converted','yes'),(34974,19825,'fusion_demo_import','lifestyle'),(34978,36,'_wpas_done_all','1'),(34979,36,'fusion_builder_status','active'),(34980,36,'avada_post_views_count','6560'),(34981,36,'_links_to','#'),(34982,36,'_thumbnail_id','569'),(34983,36,'fusion_builder_converted','yes'),(34984,36,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(34985,36,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(34986,36,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(34987,36,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(34988,36,'pyre_show_first_featured_image','no'),(34989,36,'pyre_fimg_width',''),(34990,36,'pyre_fimg_height',''),(34991,36,'pyre_portfolio_width_100','default'),(34992,36,'pyre_video',''),(34993,36,'pyre_image_rollover_icons','linkzoom'),(34994,36,'pyre_link_icon_url',''),(34995,36,'pyre_post_links_target','no'),(34996,36,'pyre_related_posts','default'),(34997,36,'pyre_share_box','default'),(34998,36,'pyre_post_pagination','default'),(34999,36,'pyre_author_info','default'),(35000,36,'pyre_post_meta','default'),(35001,36,'pyre_post_comments','default'),(35002,36,'pyre_main_top_padding',''),(35003,36,'pyre_main_bottom_padding',''),(35004,36,'pyre_hundredp_padding',''),(35005,36,'pyre_slider_type','no'),(35006,36,'pyre_slider','0'),(35007,36,'pyre_wooslider','0'),(35008,36,'pyre_revslider','0'),(35009,36,'pyre_elasticslider','0'),(35010,36,'pyre_slider_position','default'),(35011,36,'pyre_avada_rev_styles','default'),(35012,36,'pyre_fallback',''),(35013,36,'pyre_demo_slider',''),(35014,36,'pyre_display_header','yes'),(35015,36,'pyre_header_100_width','default'),(35016,36,'pyre_header_bg_color',''),(35017,36,'pyre_header_bg_opacity',''),(35018,36,'pyre_header_bg',''),(35019,36,'pyre_header_bg_full','no'),(35020,36,'pyre_header_bg_repeat','repeat'),(35021,36,'pyre_displayed_menu','default'),(35022,36,'pyre_display_footer','default'),(35023,36,'pyre_display_copyright','default'),(35024,36,'pyre_footer_100_width','default'),(35025,36,'pyre_sidebar_position','default'),(35026,36,'pyre_sidebar_bg_color',''),(35027,36,'pyre_page_bg_layout','default'),(35028,36,'pyre_page_bg_color',''),(35029,36,'pyre_page_bg',''),(35030,36,'pyre_page_bg_full','no'),(35031,36,'pyre_page_bg_repeat','repeat'),(35032,36,'pyre_wide_page_bg_color',''),(35033,36,'pyre_wide_page_bg',''),(35034,36,'pyre_wide_page_bg_full','no'),(35035,36,'pyre_wide_page_bg_repeat','repeat'),(35036,36,'pyre_page_title','default'),(35037,36,'pyre_page_title_breadcrumbs_search_bar','default'),(35038,36,'pyre_page_title_text','yes'),(35039,36,'pyre_page_title_text_alignment','default'),(35040,36,'pyre_page_title_custom_text',''),(35041,36,'pyre_page_title_text_size',''),(35042,36,'pyre_page_title_custom_subheader',''),(35043,36,'pyre_page_title_custom_subheader_text_size',''),(35044,36,'pyre_page_title_font_color',''),(35045,36,'pyre_page_title_100_width','default'),(35046,36,'pyre_page_title_height',''),(35047,36,'pyre_page_title_mobile_height',''),(35048,36,'pyre_page_title_bar_bg_color',''),(35049,36,'pyre_page_title_bar_borders_color',''),(35050,36,'pyre_page_title_bar_bg',''),(35051,36,'pyre_page_title_bar_bg_retina',''),(35052,36,'pyre_page_title_bar_bg_full','default'),(35053,36,'pyre_page_title_bg_parallax','default'),(35056,36,'fusion_demo_import','lifestyle'),(35060,39,'_wpas_done_all','1'),(35061,39,'fusion_builder_status','active'),(35062,39,'pyre_show_first_featured_image','no'),(35063,39,'pyre_portfolio_width_100','no'),(35064,39,'pyre_video',''),(35065,39,'pyre_fimg_width',''),(35066,39,'pyre_fimg_height',''),(35067,39,'pyre_image_rollover_icons','linkzoom'),(35068,39,'pyre_link_icon_url',''),(35069,39,'pyre_related_posts','default'),(35070,39,'pyre_share_box','default'),(35071,39,'pyre_post_pagination','default'),(35072,39,'pyre_author_info','default'),(35073,39,'pyre_post_meta','default'),(35074,39,'pyre_post_comments','default'),(35075,39,'pyre_main_top_padding',''),(35076,39,'pyre_main_bottom_padding',''),(35077,39,'pyre_hundredp_padding',''),(35078,39,'pyre_slider_position','default'),(35079,39,'pyre_slider_type','no'),(35080,39,'pyre_slider','0'),(35081,39,'pyre_wooslider','0'),(35082,39,'pyre_revslider','0'),(35083,39,'pyre_elasticslider','0'),(35084,39,'pyre_fallback',''),(35085,39,'pyre_avada_rev_styles','default'),(35086,39,'pyre_display_header','yes'),(35087,39,'pyre_header_100_width','default'),(35088,39,'pyre_header_bg',''),(35089,39,'pyre_header_bg_color',''),(35090,39,'pyre_header_bg_opacity',''),(35091,39,'pyre_header_bg_full','no'),(35092,39,'pyre_header_bg_repeat','repeat'),(35093,39,'pyre_displayed_menu','default'),(35094,39,'pyre_display_footer','default'),(35095,39,'pyre_display_copyright','default'),(35096,39,'pyre_footer_100_width','default'),(35097,39,'pyre_sidebar_position','default'),(35098,39,'pyre_page_bg_layout','default'),(35099,39,'pyre_page_bg',''),(35100,39,'pyre_page_bg_color',''),(35101,39,'pyre_page_bg_full','no'),(35102,39,'pyre_page_bg_repeat','repeat'),(35103,39,'pyre_wide_page_bg',''),(35104,39,'pyre_wide_page_bg_color',''),(35105,39,'pyre_wide_page_bg_full','no'),(35106,39,'pyre_wide_page_bg_repeat','repeat'),(35107,39,'pyre_page_title','default'),(35108,39,'pyre_page_title_text','yes'),(35109,39,'pyre_page_title_text_alignment','default'),(35110,39,'pyre_page_title_custom_text',''),(35111,39,'pyre_page_title_100_width','default'),(35112,39,'pyre_page_title_text_size',''),(35113,39,'pyre_page_title_custom_subheader',''),(35114,39,'pyre_page_title_custom_subheader_text_size',''),(35115,39,'pyre_page_title_font_color',''),(35116,39,'pyre_page_title_height',''),(35117,39,'pyre_page_title_bar_bg',''),(35118,39,'pyre_page_title_bar_bg_retina',''),(35119,39,'pyre_page_title_bar_bg_color',''),(35120,39,'pyre_page_title_bar_bg_full','default'),(35121,39,'pyre_page_title_bg_parallax','default'),(35122,39,'pyre_page_title_breadcrumbs_search_bar','default'),(35123,39,'avada_post_views_count','7900'),(35124,39,'_links_to','#'),(35125,39,'pyre_post_links_target','no'),(35126,39,'pyre_sidebar_bg_color',''),(35127,39,'pyre_page_title_mobile_height',''),(35128,39,'pyre_page_title_bar_borders_color',''),(35129,39,'_thumbnail_id','574'),(35130,39,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(35131,39,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(35132,39,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(35133,39,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(35134,39,'fusion_builder_converted','yes'),(35136,39,'fusion_demo_import','lifestyle'),(35140,42,'_wpas_done_all','1'),(35141,42,'fusion_builder_status','active'),(35142,42,'pyre_show_first_featured_image','no'),(35143,42,'pyre_portfolio_width_100','no'),(35144,42,'pyre_video',''),(35145,42,'pyre_fimg_width',''),(35146,42,'pyre_fimg_height',''),(35147,42,'pyre_image_rollover_icons','linkzoom'),(35148,42,'pyre_link_icon_url',''),(35149,42,'pyre_related_posts','default'),(35150,42,'pyre_share_box','default'),(35151,42,'pyre_post_pagination','default'),(35152,42,'pyre_author_info','default'),(35153,42,'pyre_post_meta','default'),(35154,42,'pyre_post_comments','default'),(35155,42,'pyre_main_top_padding',''),(35156,42,'pyre_main_bottom_padding',''),(35157,42,'pyre_hundredp_padding',''),(35158,42,'pyre_slider_position','default'),(35159,42,'pyre_slider_type','no'),(35160,42,'pyre_slider','0'),(35161,42,'pyre_wooslider','0'),(35162,42,'pyre_revslider','0'),(35163,42,'pyre_elasticslider','0'),(35164,42,'pyre_fallback',''),(35165,42,'pyre_avada_rev_styles','default'),(35166,42,'pyre_display_header','yes'),(35167,42,'pyre_header_100_width','default'),(35168,42,'pyre_header_bg',''),(35169,42,'pyre_header_bg_color',''),(35170,42,'pyre_header_bg_opacity',''),(35171,42,'pyre_header_bg_full','no'),(35172,42,'pyre_header_bg_repeat','repeat'),(35173,42,'pyre_displayed_menu','default'),(35174,42,'pyre_display_footer','default'),(35175,42,'pyre_display_copyright','default'),(35176,42,'pyre_footer_100_width','default'),(35177,42,'pyre_sidebar_position','default'),(35178,42,'pyre_page_bg_layout','default'),(35179,42,'pyre_page_bg',''),(35180,42,'pyre_page_bg_color',''),(35181,42,'pyre_page_bg_full','no'),(35182,42,'pyre_page_bg_repeat','repeat'),(35183,42,'pyre_wide_page_bg',''),(35184,42,'pyre_wide_page_bg_color',''),(35185,42,'pyre_wide_page_bg_full','no'),(35186,42,'pyre_wide_page_bg_repeat','repeat'),(35187,42,'pyre_page_title','default'),(35188,42,'pyre_page_title_text','yes'),(35189,42,'pyre_page_title_text_alignment','default'),(35190,42,'pyre_page_title_custom_text',''),(35191,42,'pyre_page_title_100_width','default'),(35192,42,'pyre_page_title_text_size',''),(35193,42,'pyre_page_title_custom_subheader',''),(35194,42,'pyre_page_title_custom_subheader_text_size',''),(35195,42,'pyre_page_title_font_color',''),(35196,42,'pyre_page_title_height',''),(35197,42,'pyre_page_title_bar_bg',''),(35198,42,'pyre_page_title_bar_bg_retina',''),(35199,42,'pyre_page_title_bar_bg_color',''),(35200,42,'pyre_page_title_bar_bg_full','default'),(35201,42,'pyre_page_title_bg_parallax','default'),(35202,42,'pyre_page_title_breadcrumbs_search_bar','default'),(35203,42,'avada_post_views_count','8016'),(35204,42,'_wp_old_slug','aenean-odio-mauris-lipsum-4'),(35205,42,'_links_to','#'),(35206,42,'pyre_post_links_target','no'),(35207,42,'pyre_sidebar_bg_color',''),(35208,42,'pyre_page_title_mobile_height',''),(35209,42,'pyre_page_title_bar_borders_color',''),(35210,42,'_thumbnail_id','568'),(35211,42,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(35212,42,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(35213,42,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(35214,42,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(35215,42,'fusion_builder_converted','yes'),(35217,42,'fusion_demo_import','lifestyle'),(35221,45,'_wpas_done_all','1'),(35222,45,'fusion_builder_status','active'),(35223,45,'pyre_show_first_featured_image','no'),(35224,45,'pyre_portfolio_width_100','no'),(35225,45,'pyre_video',''),(35226,45,'pyre_fimg_width',''),(35227,45,'pyre_fimg_height',''),(35228,45,'pyre_image_rollover_icons','linkzoom'),(35229,45,'pyre_link_icon_url',''),(35230,45,'pyre_related_posts','default'),(35231,45,'pyre_share_box','default'),(35232,45,'pyre_post_pagination','default'),(35233,45,'pyre_author_info','default'),(35234,45,'pyre_post_meta','default'),(35235,45,'pyre_post_comments','default'),(35236,45,'pyre_main_top_padding',''),(35237,45,'pyre_main_bottom_padding',''),(35238,45,'pyre_hundredp_padding',''),(35239,45,'pyre_slider_position','default'),(35240,45,'pyre_slider_type','no'),(35241,45,'pyre_slider','0'),(35242,45,'pyre_wooslider','0'),(35243,45,'pyre_revslider','0'),(35244,45,'pyre_elasticslider','0'),(35245,45,'pyre_fallback',''),(35246,45,'pyre_avada_rev_styles','default'),(35247,45,'pyre_display_header','yes'),(35248,45,'pyre_header_100_width','default'),(35249,45,'pyre_header_bg',''),(35250,45,'pyre_header_bg_color',''),(35251,45,'pyre_header_bg_opacity',''),(35252,45,'pyre_header_bg_full','no'),(35253,45,'pyre_header_bg_repeat','repeat'),(35254,45,'pyre_displayed_menu','default'),(35255,45,'pyre_display_footer','default'),(35256,45,'pyre_display_copyright','default'),(35257,45,'pyre_footer_100_width','default'),(35258,45,'pyre_sidebar_position','default'),(35259,45,'pyre_page_bg_layout','default'),(35260,45,'pyre_page_bg',''),(35261,45,'pyre_page_bg_color',''),(35262,45,'pyre_page_bg_full','no'),(35263,45,'pyre_page_bg_repeat','repeat'),(35264,45,'pyre_wide_page_bg',''),(35265,45,'pyre_wide_page_bg_color',''),(35266,45,'pyre_wide_page_bg_full','no'),(35267,45,'pyre_wide_page_bg_repeat','repeat'),(35268,45,'pyre_page_title','default'),(35269,45,'pyre_page_title_text','yes'),(35270,45,'pyre_page_title_text_alignment','default'),(35271,45,'pyre_page_title_custom_text',''),(35272,45,'pyre_page_title_100_width','default'),(35273,45,'pyre_page_title_text_size',''),(35274,45,'pyre_page_title_custom_subheader',''),(35275,45,'pyre_page_title_custom_subheader_text_size',''),(35276,45,'pyre_page_title_font_color',''),(35277,45,'pyre_page_title_height',''),(35278,45,'pyre_page_title_bar_bg',''),(35279,45,'pyre_page_title_bar_bg_retina',''),(35280,45,'pyre_page_title_bar_bg_color',''),(35281,45,'pyre_page_title_bar_bg_full','default'),(35282,45,'pyre_page_title_bg_parallax','default'),(35283,45,'pyre_page_title_breadcrumbs_search_bar','default'),(35284,45,'avada_post_views_count','7782'),(35285,45,'_links_to','#'),(35286,45,'pyre_post_links_target','no'),(35287,45,'pyre_sidebar_bg_color',''),(35288,45,'pyre_page_title_mobile_height',''),(35289,45,'pyre_page_title_bar_borders_color',''),(35290,45,'_thumbnail_id','567'),(35291,45,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(35292,45,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(35293,45,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(35294,45,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(35295,45,'fusion_builder_converted','yes'),(35297,45,'fusion_demo_import','lifestyle'),(35301,48,'_wpas_done_all','1'),(35302,48,'fusion_builder_status','active'),(35303,48,'avada_post_views_count','8428'),(35304,48,'_wp_old_slug','aenean-odio-mauris-lipsum-2'),(35305,48,'_links_to','#'),(35306,48,'_thumbnail_id','573'),(35307,48,'fusion_builder_content',''),(35308,48,'fusion_builder_converted','yes'),(35309,48,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(35310,48,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(35311,48,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(35312,48,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(35313,48,'pyre_show_first_featured_image','no'),(35314,48,'pyre_fimg_width',''),(35315,48,'pyre_fimg_height',''),(35316,48,'pyre_portfolio_width_100','no'),(35317,48,'pyre_video',''),(35318,48,'pyre_image_rollover_icons','linkzoom'),(35319,48,'pyre_link_icon_url',''),(35320,48,'pyre_post_links_target','no'),(35321,48,'pyre_related_posts','default'),(35322,48,'pyre_share_box','default'),(35323,48,'pyre_post_pagination','default'),(35324,48,'pyre_author_info','default'),(35325,48,'pyre_post_meta','default'),(35326,48,'pyre_post_comments','default'),(35327,48,'pyre_main_top_padding',''),(35328,48,'pyre_main_bottom_padding',''),(35329,48,'pyre_hundredp_padding',''),(35330,48,'pyre_slider_type','no'),(35331,48,'pyre_slider','0'),(35332,48,'pyre_wooslider','0'),(35333,48,'pyre_revslider','0'),(35334,48,'pyre_elasticslider','0'),(35335,48,'pyre_slider_position','default'),(35336,48,'pyre_avada_rev_styles','default'),(35337,48,'pyre_fallback',''),(35338,48,'pyre_demo_slider',''),(35339,48,'pyre_display_header','yes'),(35340,48,'pyre_header_100_width','default'),(35341,48,'pyre_header_bg_color',''),(35342,48,'pyre_header_bg_opacity',''),(35343,48,'pyre_header_bg',''),(35344,48,'pyre_header_bg_full','no'),(35345,48,'pyre_header_bg_repeat','repeat'),(35346,48,'pyre_displayed_menu','default'),(35347,48,'pyre_display_footer','default'),(35348,48,'pyre_display_copyright','default'),(35349,48,'pyre_footer_100_width','default'),(35350,48,'pyre_sidebar_position','default'),(35351,48,'pyre_sidebar_bg_color',''),(35352,48,'pyre_page_bg_layout','default'),(35353,48,'pyre_page_bg_color',''),(35354,48,'pyre_page_bg',''),(35355,48,'pyre_page_bg_full','no'),(35356,48,'pyre_page_bg_repeat','repeat'),(35357,48,'pyre_wide_page_bg_color',''),(35358,48,'pyre_wide_page_bg',''),(35359,48,'pyre_wide_page_bg_full','no'),(35360,48,'pyre_wide_page_bg_repeat','repeat'),(35361,48,'pyre_page_title','default'),(35362,48,'pyre_page_title_breadcrumbs_search_bar','default'),(35363,48,'pyre_page_title_text','yes'),(35364,48,'pyre_page_title_text_alignment','default'),(35365,48,'pyre_page_title_custom_text',''),(35366,48,'pyre_page_title_text_size',''),(35367,48,'pyre_page_title_custom_subheader',''),(35368,48,'pyre_page_title_custom_subheader_text_size',''),(35369,48,'pyre_page_title_font_color',''),(35370,48,'pyre_page_title_100_width','default'),(35371,48,'pyre_page_title_height',''),(35372,48,'pyre_page_title_mobile_height',''),(35373,48,'pyre_page_title_bar_bg_color',''),(35374,48,'pyre_page_title_bar_borders_color',''),(35375,48,'pyre_page_title_bar_bg',''),(35376,48,'pyre_page_title_bar_bg_retina',''),(35377,48,'pyre_page_title_bar_bg_full','default'),(35378,48,'pyre_page_title_bg_parallax','default'),(35634,19844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:87;s:4:\"file\";s:22:\"2019/02/RTH-LOGO1x.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"RTH-LOGO1x-150x87.png\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"RTH-LOGO1x-177x87.png\";s:5:\"width\";i:177;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"RTH-LOGO1x-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"RTH-LOGO1x-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"RTH-LOGO1x-100x87.png\";s:5:\"width\";i:100;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"RTH-LOGO1x-100x87.png\";s:5:\"width\";i:100;s:6:\"height\";i:87;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:{}}}'),(35381,48,'fusion_demo_import','lifestyle'),(35385,51,'_wpas_done_all','1'),(35633,19844,'_wp_attached_file','2019/02/RTH-LOGO1x.png'),(35386,51,'fusion_builder_status','active'),(35387,51,'pyre_show_first_featured_image','no'),(35388,51,'pyre_portfolio_width_100','no'),(35389,51,'pyre_video',''),(35390,51,'pyre_fimg_width',''),(35391,51,'pyre_fimg_height',''),(35392,51,'pyre_image_rollover_icons','linkzoom'),(35393,51,'pyre_link_icon_url',''),(35394,51,'pyre_related_posts','default'),(35395,51,'pyre_share_box','default'),(35396,51,'pyre_post_pagination','default'),(35397,51,'pyre_author_info','default'),(35398,51,'pyre_post_meta','default'),(35399,51,'pyre_post_comments','default'),(35400,51,'pyre_main_top_padding',''),(35401,51,'pyre_main_bottom_padding',''),(35402,51,'pyre_hundredp_padding',''),(35403,51,'pyre_slider_position','default'),(35404,51,'pyre_slider_type','no'),(35405,51,'pyre_slider','0'),(35406,51,'pyre_wooslider','0'),(35407,51,'pyre_revslider','0'),(35408,51,'pyre_elasticslider','0'),(35409,51,'pyre_fallback',''),(35410,51,'pyre_avada_rev_styles','default'),(35411,51,'pyre_display_header','yes'),(35412,51,'pyre_header_100_width','default'),(35413,51,'pyre_header_bg',''),(35414,51,'pyre_header_bg_color',''),(35415,51,'pyre_header_bg_opacity',''),(35416,51,'pyre_header_bg_full','no'),(35417,51,'pyre_header_bg_repeat','repeat'),(35418,51,'pyre_displayed_menu','default'),(35419,51,'pyre_display_footer','default'),(35420,51,'pyre_display_copyright','default'),(35421,51,'pyre_footer_100_width','default'),(35422,51,'pyre_sidebar_position','default'),(35423,51,'pyre_page_bg_layout','default'),(35424,51,'pyre_page_bg',''),(35425,51,'pyre_page_bg_color',''),(35426,51,'pyre_page_bg_full','no'),(35427,51,'pyre_page_bg_repeat','repeat'),(35428,51,'pyre_wide_page_bg',''),(35429,51,'pyre_wide_page_bg_color',''),(35430,51,'pyre_wide_page_bg_full','no'),(35431,51,'pyre_wide_page_bg_repeat','repeat'),(35432,51,'pyre_page_title','default'),(35433,51,'pyre_page_title_text','yes'),(35434,51,'pyre_page_title_text_alignment','default'),(35435,51,'pyre_page_title_custom_text',''),(35436,51,'pyre_page_title_100_width','default'),(35437,51,'pyre_page_title_text_size',''),(35438,51,'pyre_page_title_custom_subheader',''),(35439,51,'pyre_page_title_custom_subheader_text_size',''),(35440,51,'pyre_page_title_font_color',''),(35441,51,'pyre_page_title_height',''),(35442,51,'pyre_page_title_bar_bg',''),(35443,51,'pyre_page_title_bar_bg_retina',''),(35444,51,'pyre_page_title_bar_bg_color',''),(35445,51,'pyre_page_title_bar_bg_full','default'),(35446,51,'pyre_page_title_bg_parallax','default'),(35447,51,'pyre_page_title_breadcrumbs_search_bar','default'),(35448,51,'avada_post_views_count','10278'),(35449,51,'_links_to','#'),(35450,51,'pyre_post_links_target','no'),(35451,51,'pyre_sidebar_bg_color',''),(35452,51,'pyre_page_title_mobile_height',''),(35453,51,'pyre_page_title_bar_borders_color',''),(35454,51,'_thumbnail_id','570'),(35455,51,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(35456,51,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(35457,51,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(35458,51,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(35459,51,'fusion_builder_converted','yes'),(35498,54,'pyre_youtube_id',''),(35497,54,'pyre_type','image'),(35462,51,'fusion_demo_import','lifestyle'),(35463,414,'_form','<div class=\"fusion-two-third fusion-layout-column fusion-spacing-yes\"><label aria-label=\"Email\">[text your-name placeholder \"Insert Your Email For All Our News!\"]</label></div>\n<div class=\"fusion-one-third fusion-layout-column fusion-column-last fusion-spacing-yes\">[submit \"Sign Up\"]</div>'),(35464,414,'_mail',''),(35465,414,'_mail_2',''),(35466,414,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(35467,414,'_additional_settings',''),(35468,414,'_locale','en_US'),(35469,414,'_config_errors','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:88:\"http://contactform7.com/configuration-errors/#mail.sender:error_email_not_in_site_domain\";}}}}'),(35470,414,'_wxr_import_user_slug','admin'),(35471,414,'fusion_demo_import','lifestyle'),(35472,584,'_form','<div class=\"fusion-three-fifth fusion-layout-column fusion-spacing-yes\" style=\"margin-bottom:0px;\"><label aria-label=\"Email\">[text your-name placeholder \"Insert Your Email\"]</label></div>\n<div class=\"fusion-two-fifth fusion-layout-column fusion-column-last fusion-spacing-yes\" style=\"margin-bottom:0px;\">[submit \"Send\"]</div>'),(35473,584,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:47:\"Reset To Happiness <becky@resettohappiness.com>\";s:9:\"recipient\";s:26:\"becky@resettohappiness.com\";s:4:\"body\";s:189:\"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 Reset To Happiness (https://www.resettohappiness.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(35474,584,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(35475,584,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(35476,584,'_additional_settings',''),(35477,584,'_locale','en_US'),(35479,584,'_wxr_import_user_slug','admin'),(35480,584,'fusion_demo_import','lifestyle'),(35551,56,'pyre_link_type','button'),(35552,56,'pyre_slide_link',''),(35553,56,'pyre_slide_target','yes'),(35554,56,'pyre_button_1',''),(35555,56,'pyre_button_2',''),(35556,56,'_thumbnail_id','19842'),(35557,56,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:24:\"lifestyle-fashion-beauty\";s:4:\"name\";s:30:\"Lifestyle Fashion &amp; Beauty\";}'),(35558,56,'fusion_demo_import','lifestyle'),(35559,58,'pyre_type','image'),(35560,58,'pyre_youtube_id',''),(35561,58,'pyre_vimeo_id',''),(35562,58,'pyre_webm',''),(35563,58,'pyre_mp4',''),(35564,58,'pyre_ogv',''),(35565,58,'pyre_preview_image',''),(35566,58,'pyre_video_bg_color',''),(35567,58,'pyre_mute_video','yes'),(35568,58,'pyre_autoplay_video','yes'),(35569,58,'pyre_loop_video','yes'),(35570,58,'pyre_hide_video_controls','yes'),(35571,58,'pyre_content_alignment','left'),(35572,58,'pyre_heading','Home & Garden'),(35573,58,'pyre_heading_font_size','100'),(35574,58,'pyre_heading_color','#fff'),(35575,58,'pyre_heading_bg','no'),(35576,58,'pyre_heading_bg_color',''),(35577,58,'pyre_caption','Ideas for your home and garden<br/> plus delicious recipes and entertaining ideas'),(35578,58,'pyre_caption_font_size','36'),(35579,58,'pyre_caption_color','#ffffff'),(35580,58,'pyre_caption_bg','no'),(35581,58,'pyre_caption_bg_color',''),(35582,58,'pyre_link_type','button'),(35583,58,'pyre_slide_link',''),(35584,58,'pyre_slide_target','yes'),(35585,58,'pyre_button_1',''),(35586,58,'pyre_button_2',''),(35587,58,'_thumbnail_id','19840'),(35588,58,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:21:\"lifestyle-home-garden\";s:4:\"name\";s:27:\"Lifestyle Home &amp; Garden\";}'),(35589,58,'fusion_demo_import','lifestyle'),(35590,19839,'pyre_type','image'),(35591,19839,'pyre_youtube_id',''),(35592,19839,'pyre_vimeo_id',''),(35593,19839,'pyre_webm',''),(35594,19839,'pyre_mp4',''),(35595,19839,'pyre_ogv',''),(35596,19839,'pyre_preview_image',''),(35597,19839,'pyre_video_bg_color',''),(35598,19839,'pyre_mute_video','yes'),(35599,19839,'pyre_autoplay_video','yes'),(35600,19839,'pyre_loop_video','yes'),(35601,19839,'pyre_hide_video_controls','yes'),(35602,19839,'pyre_content_alignment','left'),(35603,19839,'pyre_heading','Reset To Happiness Blog'),(35604,19839,'pyre_heading_font_size','95'),(35605,19839,'pyre_heading_color','#ffffff'),(35606,19839,'pyre_heading_bg','no'),(35607,19839,'pyre_heading_bg_color',''),(35608,19839,'pyre_caption','Get happy, stay happy and watch the magic of life unfold'),(35609,19839,'pyre_caption_font_size','32'),(35610,19839,'pyre_caption_color','#fff'),(35611,19839,'pyre_caption_bg','no'),(35612,19839,'pyre_caption_bg_color','#fff'),(35613,19839,'pyre_link_type','full'),(35614,19839,'pyre_slide_link','http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion'),(35615,19839,'pyre_slide_target','yes'),(35616,19839,'pyre_button_1',''),(35617,19839,'pyre_button_2',''),(35619,19839,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:22:\"lifestyle-yoga-fitness\";s:4:\"name\";s:28:\"Lifestyle Yoga &amp; Fitness\";}'),(35620,19839,'fusion_demo_import','lifestyle'),(35621,19840,'_wp_attached_file','2019/02/239.jpg'),(35622,19840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2019/02/239.jpg\";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:{}}}'),(35623,19840,'fusion_slider_demo_import','lifestyle'),(35624,19841,'_wp_attached_file','2019/02/201.jpg'),(35625,19841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2019/02/201.jpg\";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:{}}}'),(35626,19841,'fusion_slider_demo_import','lifestyle'),(35627,19842,'_wp_attached_file','2019/02/334.jpg');
INSERT INTO `wpyz_postmeta` VALUES (35628,19842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2019/02/334.jpg\";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:{}}}'),(35629,19842,'fusion_slider_demo_import','lifestyle'),(35630,19843,'_wp_attached_file','2019/02/250.jpg'),(35631,19843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2019/02/250.jpg\";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:{}}}'),(35632,19843,'fusion_slider_demo_import','lifestyle'),(35635,19845,'_wp_attached_file','2019/02/RTH-LOGO2X.png'),(35636,19845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:175;s:4:\"file\";s:22:\"2019/02/RTH-LOGO2X.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-320x175.png\";s:5:\"width\";i:320;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"RTH-LOGO2X-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"RTH-LOGO2X-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-400x171.png\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"RTH-LOGO2X-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"RTH-LOGO2X-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35637,19844,'_wp_attachment_image_alt','Reset To Happiness Logo'),(35638,19845,'_wp_attachment_image_alt','Reset To Happiness Logo'),(35651,19546,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549430678;s:7:\"payload\";a:0:{}}}'),(35652,19536,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549431239;s:7:\"payload\";a:0:{}}}'),(35653,19553,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549431801;s:7:\"payload\";a:0:{}}}'),(35654,19549,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549433494;s:7:\"payload\";a:0:{}}}'),(35655,19548,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1549434640;s:7:\"payload\";a:0:{}}}'),(35656,983,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549442528;s:7:\"payload\";a:0:{}}}'),(35657,988,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549444773;s:7:\"payload\";a:0:{}}}'),(35658,980,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549445906;s:7:\"payload\";a:0:{}}}'),(35668,19852,'_wp_attachment_image_alt','Reset To Happiness'),(35669,19853,'_wp_attached_file','2019/02/apple-icon-114x114.png'),(35670,19853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:114;s:4:\"file\";s:30:\"2019/02/apple-icon-114x114.png\";s:5:\"sizes\";a:3:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"apple-icon-114x114-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"apple-icon-114x114-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"apple-icon-114x114-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35665,19851,'_wp_attachment_image_alt','Reset To Happiness'),(35666,19852,'_wp_attached_file','2019/02/apple-icon-57x57.png'),(35667,19852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:57;s:4:\"file\";s:28:\"2019/02/apple-icon-57x57.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:{}}}'),(35663,19851,'_wp_attached_file','2019/02/favicon-32x32-2.png'),(35664,19851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:27:\"2019/02/favicon-32x32-2.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:{}}}'),(35671,19853,'_wp_attachment_image_alt','Reset To Happiness'),(35672,19854,'_wp_attached_file','2019/02/android-icon-72x72.png'),(35673,19854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:72;s:6:\"height\";i:72;s:4:\"file\";s:30:\"2019/02/android-icon-72x72.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"android-icon-72x72-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(35674,19854,'_wp_attachment_image_alt','Reset To Happiness'),(35675,19855,'_wp_attached_file','2019/02/android-icon-144x144.png'),(35676,19855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:32:\"2019/02/android-icon-144x144.png\";s:5:\"sizes\";a:4:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"android-icon-144x144-144x142.png\";s:5:\"width\";i:144;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"android-icon-144x144-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"android-icon-144x144-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"android-icon-144x144-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35677,19855,'_wp_attachment_image_alt',''),(35678,8,'_edit_lock','1551366125:1'),(35679,8,'slide_template','default'),(35685,8,'pyre_combined_header_bg_color',''),(35686,8,'pyre_mobile_header_bg_color',''),(35687,8,'pyre_header_bg_id',''),(35688,8,'pyre_responsive_sidebar_order',''),(35689,8,'pyre_page_bg_id',''),(35690,8,'pyre_wide_page_bg_id',''),(35691,8,'pyre_page_title_subheader_font_color',''),(35692,8,'pyre_page_title_bar_bg_id',''),(35693,8,'pyre_page_title_bar_bg_retina_id',''),(35710,8,'_edit_last','1'),(38848,19823,'kd_featured-image-2_page_id',''),(38815,19981,'_wp_attachment_image_alt','Shop Fun Stuff'),(38836,19823,'pyre_fallback_id',''),(38837,19823,'pyre_combined_header_bg_color',''),(38838,19823,'pyre_mobile_header_bg_color',''),(38839,19823,'pyre_header_bg_id',''),(38840,19823,'pyre_responsive_sidebar_order',''),(38841,19823,'pyre_sidebar_sticky','default'),(38842,19823,'pyre_page_bg_id',''),(38843,19823,'pyre_wide_page_bg_id',''),(38844,19823,'pyre_page_title_line_height',''),(38845,19823,'pyre_page_title_subheader_font_color',''),(38846,19823,'pyre_page_title_bar_bg_id',''),(38847,19823,'pyre_page_title_bar_bg_retina_id',''),(47170,20391,'_cart_discount_tax','0'),(47171,20391,'_order_shipping','0.00'),(47172,20391,'_order_shipping_tax','0'),(47173,20391,'_order_tax','0'),(47174,20391,'_order_total','0.00'),(47175,20391,'_order_version','3.5.5'),(47176,20391,'_prices_include_tax','no'),(47177,20391,'_billing_address_index','Rebecca Myhre  2017 N 77th St  Seattle WA 98103 US becky@resettohappiness.com 5094811934'),(47178,20391,'_shipping_address_index','        '),(47179,20391,'_download_permissions_granted','yes'),(47180,20391,'_recorded_sales','yes'),(47181,20391,'_recorded_coupon_usage_counts','yes'),(47182,20391,'_order_stock_reduced','yes'),(47183,19999,'_wp_trash_meta_status','draft'),(47184,19999,'_wp_trash_meta_time','1551800319'),(47185,19999,'_wp_desired_post_slug',''),(47186,19997,'_wp_trash_meta_status','draft'),(47187,19997,'_wp_trash_meta_time','1551800319'),(47188,19997,'_wp_desired_post_slug',''),(47189,19998,'_wp_trash_meta_status','draft'),(47190,19998,'_wp_trash_meta_time','1551800319'),(47191,19998,'_wp_desired_post_slug',''),(47169,20391,'_cart_discount','0'),(47168,20391,'_order_currency','USD'),(47110,20389,'pyre_page_title_line_height',''),(47111,20389,'pyre_page_title_custom_subheader',''),(47112,20389,'pyre_page_title_custom_subheader_text_size',''),(47113,20389,'pyre_page_title_font_color',''),(47114,20389,'pyre_page_title_subheader_font_color',''),(47115,20389,'pyre_page_title_100_width','default'),(47116,20389,'pyre_page_title_height',''),(47117,20389,'pyre_page_title_mobile_height',''),(47118,20389,'pyre_page_title_bar_bg_color',''),(47119,20389,'pyre_page_title_bar_borders_color',''),(47120,20389,'pyre_page_title_bar_bg',''),(47121,20389,'pyre_page_title_bar_bg_id',''),(47122,20389,'pyre_page_title_bar_bg_retina',''),(47123,20389,'pyre_page_title_bar_bg_retina_id',''),(47124,20389,'pyre_page_title_bar_bg_full','default'),(47125,20389,'pyre_page_title_bg_parallax','default'),(47126,20389,'fusion_builder_status',''),(47127,20389,'kd_featured-image-2_page_id',''),(47128,20389,'kd_featured-image-3_page_id',''),(47129,20389,'kd_featured-image-4_page_id',''),(47130,20389,'kd_featured-image-5_page_id',''),(47135,20391,'_order_key','wc_order_0TdVUqMZ6AC5F'),(47136,20391,'_customer_user','1'),(47137,20391,'_payment_method',''),(47138,20391,'_payment_method_title',''),(47139,20391,'_transaction_id',''),(47140,20391,'_customer_ip_address','204.9.110.32'),(47141,20391,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),(47142,20391,'_created_via','checkout'),(47143,20391,'_date_completed',''),(47144,20391,'_completed_date',''),(47145,20391,'_date_paid','1551795925'),(47146,20391,'_paid_date','2019-03-05 06:25:25'),(47147,20391,'_cart_hash','8397280609587cacbb2f92f9e1829b9e'),(47148,20391,'_billing_first_name','Rebecca'),(47149,20391,'_billing_last_name','Myhre'),(47150,20391,'_billing_company',''),(47151,20391,'_billing_address_1','2017 N 77th St'),(47152,20391,'_billing_address_2',''),(47153,20391,'_billing_city','Seattle'),(47154,20391,'_billing_state','WA'),(47155,20391,'_billing_postcode','98103'),(47156,20391,'_billing_country','US'),(47157,20391,'_billing_email','becky@resettohappiness.com'),(47158,20391,'_billing_phone','5094811934'),(47159,20391,'_shipping_first_name',''),(47160,20391,'_shipping_last_name',''),(47161,20391,'_shipping_company',''),(47162,20391,'_shipping_address_1',''),(47163,20391,'_shipping_address_2',''),(47164,20391,'_shipping_city',''),(47165,20391,'_shipping_state',''),(47166,20391,'_shipping_postcode',''),(47167,20391,'_shipping_country',''),(47109,20389,'pyre_page_title_text_size',''),(38893,19990,'_wp_attachment_image_alt','You Are Amazing Card'),(38914,19992,'_wp_attached_file','2019/02/amazing-page2.jpg'),(38915,19992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1298;s:4:\"file\";s:25:\"2019/02/amazing-page2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"amazing-page2-150x150.jpg\";s:5:\"width\";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:\"amazing-page2-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:25:\"amazing-page2-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:26:\"amazing-page2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"amazing-page2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"amazing-page2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"amazing-page2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"amazing-page2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"amazing-page2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"amazing-page2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"amazing-page2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"amazing-page2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"amazing-page2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"amazing-page2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"amazing-page2-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"amazing-page2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"amazing-page2-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:26:\"amazing-page2-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"amazing-page2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"amazing-page2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"amazing-page2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"amazing-page2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"amazing-page2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"amazing-page2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47108,20389,'pyre_page_title_custom_text',''),(47107,20389,'pyre_page_title_text_alignment','default'),(47134,20389,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(47133,20389,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(47063,20389,'pyre_slider_type','no'),(47064,20389,'pyre_slider','0'),(47065,20389,'pyre_wooslider',''),(47066,20389,'pyre_revslider','0'),(47067,20389,'pyre_elasticslider','0'),(47068,20389,'pyre_slider_position','default'),(47069,20389,'pyre_avada_rev_styles','default'),(47070,20389,'pyre_fallback',''),(47071,20389,'pyre_fallback_id',''),(47072,20389,'pyre_demo_slider',''),(47073,20389,'pyre_main_top_padding',''),(47074,20389,'pyre_main_bottom_padding',''),(47075,20389,'pyre_hundredp_padding',''),(47076,20389,'pyre_show_first_featured_image','no'),(47077,20389,'pyre_display_header','yes'),(47078,20389,'pyre_header_100_width','default'),(47079,20389,'pyre_combined_header_bg_color',''),(47080,20389,'pyre_mobile_header_bg_color',''),(47081,20389,'pyre_header_bg',''),(47082,20389,'pyre_header_bg_id',''),(47083,20389,'pyre_header_bg_full','no'),(47084,20389,'pyre_header_bg_repeat','repeat'),(47085,20389,'pyre_displayed_menu','default'),(47086,20389,'pyre_display_footer','default'),(47087,20389,'pyre_display_copyright','default'),(47088,20389,'pyre_footer_100_width','default'),(47089,20389,'pyre_sidebar_position','default'),(47090,20389,'pyre_responsive_sidebar_order',''),(47091,20389,'pyre_sidebar_sticky','default'),(47092,20389,'pyre_sidebar_bg_color',''),(47093,20389,'pyre_page_bg_layout','default'),(47094,20389,'pyre_page_bg_color',''),(47095,20389,'pyre_page_bg',''),(47096,20389,'pyre_page_bg_id',''),(47097,20389,'pyre_page_bg_full','default'),(47098,20389,'pyre_page_bg_repeat','default'),(47099,20389,'pyre_wide_page_bg_color',''),(47100,20389,'pyre_wide_page_bg',''),(47101,20389,'pyre_wide_page_bg_id',''),(47102,20389,'pyre_wide_page_bg_full','default'),(47103,20389,'pyre_wide_page_bg_repeat','default'),(47104,20389,'pyre_page_title','default'),(47105,20389,'pyre_page_title_breadcrumbs_search_bar','default'),(47106,20389,'pyre_page_title_text','default'),(47132,20389,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(35965,19819,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549498475;s:7:\"payload\";a:0:{}}}'),(35966,59,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549499033;s:7:\"payload\";a:0:{}}}'),(35967,19817,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549499599;s:7:\"payload\";a:0:{}}}'),(35968,51,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549619029;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:36;}i:2;a:1:{s:2:\"id\";i:42;}}}}'),(35969,583,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549500748;s:7:\"payload\";a:0:{}}}'),(35970,239,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549501324;s:7:\"payload\";a:0:{}}}'),(35971,19818,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549501901;s:7:\"payload\";a:0:{}}}'),(35972,19845,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549502476;s:7:\"payload\";a:0:{}}}'),(35973,506,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549503052;s:7:\"payload\";a:0:{}}}'),(35974,19844,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549503623;s:7:\"payload\";a:0:{}}}'),(35975,201,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549504196;s:7:\"payload\";a:0:{}}}'),(35976,578,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549577624;s:7:\"payload\";a:0:{}}}'),(35977,250,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549506498;s:7:\"payload\";a:0:{}}}'),(35978,507,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549507649;s:7:\"payload\";a:0:{}}}'),(35979,45,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550778886;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:36;}i:2;a:1:{s:2:\"id\";i:39;}}}}'),(35980,39,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550022484;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:36;}i:2;a:1:{s:2:\"id\";i:42;}}}}'),(35981,42,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549553675;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:51;}i:2;a:1:{s:2:\"id\";i:36;}}}}'),(35982,48,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549554693;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:51;}i:2;a:1:{s:2:\"id\";i:36;}}}}'),(35983,19855,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549578006;s:7:\"payload\";a:0:{}}}'),(35984,19825,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1549582901;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:51;}i:2;a:1:{s:2:\"id\";i:36;}}}}'),(35985,19615,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549559651;s:7:\"payload\";a:0:{}}}'),(35986,36,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550778883;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:30;}i:1;a:1:{s:2:\"id\";i:39;}i:2;a:1:{s:2:\"id\";i:42;}}}}'),(47131,20389,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(47030,20386,'_wp_attachment_image_alt','Checkout Logo'),(47041,108,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551791655;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:94;}}}}'),(47042,915,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551751834;s:7:\"payload\";a:0:{}}}'),(47043,98,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551799030;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:94;}}}}'),(47044,110,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551801419;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:94;}}}}'),(47045,116,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551804239;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:94;}}}}'),(47046,975,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551763466;s:7:\"payload\";a:0:{}}}'),(47047,923,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551764192;s:7:\"payload\";a:0:{}}}'),(47048,118,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551808006;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:94;}}}}'),(47049,926,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551765767;s:7:\"payload\";a:0:{}}}'),(47050,940,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1551767235;s:7:\"payload\";a:0:{}}}'),(47051,20388,'_edit_lock','1551794677:1'),(47052,20389,'_edit_lock','1551795664:1'),(47053,20389,'_edit_last','1'),(47054,20389,'_wp_page_template','default'),(47028,20386,'_wp_attached_file','2019/03/paypal-logo.png'),(47029,20386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2019/03/paypal-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"paypal-logo-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"paypal-logo-177x60.png\";s:5:\"width\";i:177;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"paypal-logo-66x60.png\";s:5:\"width\";i:66;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"paypal-logo-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"paypal-logo-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;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:{}}}'),(46974,20383,'_shipping_address_index','        '),(46975,20383,'_download_permissions_granted','yes'),(46976,20383,'_recorded_sales','yes'),(46977,20383,'_recorded_coupon_usage_counts','yes'),(46978,20383,'_order_stock_reduced','yes'),(46979,20384,'_order_key','wc_order_jodtfPegsOPxJ'),(46980,20384,'_customer_user','1'),(46981,20384,'_payment_method','paypal'),(46982,20384,'_payment_method_title','PayPal'),(46983,20384,'_transaction_id',''),(46984,20384,'_customer_ip_address','204.9.110.32'),(46985,20384,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'),(46986,20384,'_created_via','checkout'),(46987,20384,'_date_completed',''),(46988,20384,'_completed_date',''),(46989,20384,'_date_paid',''),(46990,20384,'_paid_date',''),(46991,20384,'_cart_hash','34fbfdeb04394c9d65acdde9e9d33595'),(46992,20384,'_billing_first_name','Rebecca'),(46993,20384,'_billing_last_name','Myhre'),(46994,20384,'_billing_company',''),(46995,20384,'_billing_address_1','2017 N 77th St'),(46996,20384,'_billing_address_2',''),(46997,20384,'_billing_city','Seattle'),(46998,20384,'_billing_state','WA'),(46999,20384,'_billing_postcode','98103'),(47000,20384,'_billing_country','US'),(47001,20384,'_billing_email','becky@resettohappiness.com'),(47002,20384,'_billing_phone','5094811934'),(47003,20384,'_shipping_first_name',''),(47004,20384,'_shipping_last_name',''),(47005,20384,'_shipping_company',''),(47006,20384,'_shipping_address_1',''),(47007,20384,'_shipping_address_2',''),(47008,20384,'_shipping_city',''),(47009,20384,'_shipping_state',''),(47010,20384,'_shipping_postcode',''),(47011,20384,'_shipping_country',''),(47012,20384,'_order_currency','USD'),(47013,20384,'_cart_discount','0'),(47014,20384,'_cart_discount_tax','0'),(47015,20384,'_order_shipping','0.00'),(47016,20384,'_order_shipping_tax','0'),(47017,20384,'_order_tax','0'),(47018,20384,'_order_total','4.99'),(47019,20384,'_order_version','3.5.5'),(47020,20384,'_prices_include_tax','no'),(47021,20384,'_billing_address_index','Rebecca Myhre  2017 N 77th St  Seattle WA 98103 US becky@resettohappiness.com 5094811934'),(47022,20384,'_shipping_address_index','        '),(47023,20384,'_recorded_sales','yes'),(47024,20384,'_recorded_coupon_usage_counts','yes'),(47025,20384,'_order_stock_reduced','yes'),(46973,20383,'_billing_address_index','Rebecca Myhre  2017 N 77th St  Seattle WA 98103 US becky@resettohappiness.com 5094811934'),(46972,20383,'_prices_include_tax','no'),(46917,20382,'_cart_discount','0'),(46918,20382,'_cart_discount_tax','0'),(46919,20382,'_order_shipping','0.00'),(46920,20382,'_order_shipping_tax','0'),(46921,20382,'_order_tax','0'),(46922,20382,'_order_total','0.00'),(46923,20382,'_order_version','3.5.5'),(46924,20382,'_prices_include_tax','no'),(46925,20382,'_billing_address_index','Rebecca Myhre  2017 N 77th St  Seattle WA 98103 US becky@resettohappiness.com 5094811934'),(46926,20382,'_shipping_address_index','        '),(46927,20382,'_download_permissions_granted','yes'),(46928,20382,'_recorded_sales','yes'),(46929,20382,'_recorded_coupon_usage_counts','yes'),(46930,20382,'_order_stock_reduced','yes'),(46931,20383,'_order_key','wc_order_F7JduFj9SmthS'),(46932,20383,'_customer_user','1'),(46933,20383,'_payment_method',''),(46934,20383,'_payment_method_title',''),(46935,20383,'_transaction_id',''),(46936,20383,'_customer_ip_address','204.9.110.32'),(46937,20383,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'),(46938,20383,'_created_via','checkout'),(46939,20383,'_date_completed',''),(46940,20383,'_completed_date',''),(46941,20383,'_date_paid','1551571623'),(46942,20383,'_paid_date','2019-03-02 16:07:03'),(46943,20383,'_cart_hash','8397280609587cacbb2f92f9e1829b9e'),(46944,20383,'_billing_first_name','Rebecca'),(46945,20383,'_billing_last_name','Myhre'),(46946,20383,'_billing_company',''),(46947,20383,'_billing_address_1','2017 N 77th St'),(46948,20383,'_billing_address_2',''),(46949,20383,'_billing_city','Seattle'),(46950,20383,'_billing_state','WA'),(46951,20383,'_billing_postcode','98103'),(46952,20383,'_billing_country','US'),(46953,20383,'_billing_email','becky@resettohappiness.com'),(46954,20383,'_billing_phone','5094811934'),(46955,20383,'_shipping_first_name',''),(46956,20383,'_shipping_last_name',''),(46957,20383,'_shipping_company',''),(46958,20383,'_shipping_address_1',''),(46959,20383,'_shipping_address_2',''),(46960,20383,'_shipping_city',''),(46961,20383,'_shipping_state',''),(46962,20383,'_shipping_postcode',''),(46963,20383,'_shipping_country',''),(46964,20383,'_order_currency','USD'),(46965,20383,'_cart_discount','0'),(46966,20383,'_cart_discount_tax','0'),(46967,20383,'_order_shipping','0.00'),(46968,20383,'_order_shipping_tax','0'),(46969,20383,'_order_tax','0'),(46970,20383,'_order_total','0.00'),(46971,20383,'_order_version','3.5.5'),(46916,20382,'_order_currency','USD'),(38739,19975,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(38740,19976,'_menu_item_type','post_type'),(38741,19976,'_menu_item_menu_item_parent','0'),(38742,19976,'_menu_item_object_id','12'),(38743,19976,'_menu_item_object','page'),(38744,19976,'_menu_item_target',''),(38745,19976,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(38746,19976,'_menu_item_xfn',''),(38747,19976,'_menu_item_url',''),(38761,19916,'pyre_combined_header_bg_color',''),(38749,19976,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:3:\"off\";s:5:\"width\";s:3:\"off\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(38750,19977,'_menu_item_type','post_type'),(38751,19977,'_menu_item_menu_item_parent','0'),(38752,19977,'_menu_item_object_id','10'),(38753,19977,'_menu_item_object','page'),(38754,19977,'_menu_item_target',''),(38755,19977,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(38756,19977,'_menu_item_xfn',''),(38757,19977,'_menu_item_url',''),(38759,19977,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(38675,12,'_edit_last','1'),(38375,19958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1959;s:6:\"height\";i:1224;s:4:\"file\";s:22:\"2019/02/babysteps4.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps4-150x150.jpg\";s:5:\"width\";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:\"babysteps4-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"babysteps4-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:23:\"babysteps4-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"babysteps4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"babysteps4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"babysteps4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"babysteps4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"babysteps4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"babysteps4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"babysteps4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"babysteps4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"babysteps4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"babysteps4-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"babysteps4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"babysteps4-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"babysteps4-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"babysteps4-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"babysteps4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"babysteps4-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"babysteps4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"babysteps4-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38374,19958,'_wp_attached_file','2019/02/babysteps4.jpg'),(36154,19851,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549577458;s:7:\"payload\";a:0:{}}}'),(36155,19852,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549577990;s:7:\"payload\";a:0:{}}}'),(36156,19854,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549578550;s:7:\"payload\";a:0:{}}}'),(36157,19853,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549579118;s:7:\"payload\";a:0:{}}}'),(36158,30,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550778614;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:36;}i:1;a:1:{s:2:\"id\";i:39;}i:2;a:1:{s:2:\"id\";i:42;}}}}'),(38916,19992,'_wp_attachment_image_alt','You Are Amazing Card'),(38957,19995,'_edit_lock','1549829074:1'),(38958,19995,'_edit_last','1'),(38959,19995,'_wp_page_template','default'),(39038,19995,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(39040,19995,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(38964,19995,'slide_template','default'),(39037,19995,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(39039,19995,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(38969,19995,'pyre_slider_type','no'),(38970,19995,'pyre_slider','0'),(38971,19995,'pyre_wooslider',''),(38972,19995,'pyre_revslider','0'),(38973,19995,'pyre_elasticslider','0'),(38974,19995,'pyre_slider_position','default'),(38975,19995,'pyre_avada_rev_styles','default'),(38976,19995,'pyre_fallback',''),(38977,19995,'pyre_fallback_id',''),(38978,19995,'pyre_demo_slider',''),(38979,19995,'pyre_main_top_padding',''),(38980,19995,'pyre_main_bottom_padding',''),(38981,19995,'pyre_hundredp_padding',''),(38982,19995,'pyre_show_first_featured_image','no'),(38983,19995,'pyre_display_header','yes'),(38984,19995,'pyre_header_100_width','default'),(38985,19995,'pyre_combined_header_bg_color',''),(38986,19995,'pyre_mobile_header_bg_color',''),(38987,19995,'pyre_header_bg',''),(38988,19995,'pyre_header_bg_id',''),(38989,19995,'pyre_header_bg_full','no'),(38990,19995,'pyre_header_bg_repeat','repeat'),(38991,19995,'pyre_displayed_menu','default'),(38992,19995,'pyre_display_footer','default'),(38993,19995,'pyre_display_copyright','default'),(38994,19995,'pyre_footer_100_width','default'),(38995,19995,'pyre_sidebar_position','default'),(38996,19995,'pyre_responsive_sidebar_order',''),(38997,19995,'pyre_sidebar_sticky','default'),(38998,19995,'pyre_sidebar_bg_color',''),(38999,19995,'pyre_page_bg_layout','default'),(38850,19823,'kd_featured-image-4_page_id',''),(46915,20382,'_shipping_country',''),(46574,20372,'_wp_attachment_image_alt','Your Are Amazing Swirls Card'),(46575,20371,'_wp_attachment_image_alt','You Are Amazing Wand Card'),(46576,20370,'_wp_attachment_image_alt','You Are Amazing Superhero Card'),(46577,20369,'_wp_attachment_image_alt','You Are Amazing Star Card'),(46578,20368,'_wp_attachment_image_alt','You Are Amazing Puzzle Card'),(46579,20367,'_wp_attachment_image_alt','You Are Amazing Free Card'),(46626,20138,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46627,20138,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46680,20377,'_order_key','wc_order_sQHdzizSivxxf'),(46681,20377,'_customer_user','1'),(46682,20377,'_payment_method','paypal'),(46683,20377,'_payment_method_title','PayPal'),(46684,20377,'_transaction_id',''),(46685,20377,'_customer_ip_address','204.9.110.32'),(46686,20377,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'),(46687,20377,'_created_via','checkout'),(46688,20377,'_date_completed',''),(46689,20377,'_completed_date',''),(46690,20377,'_date_paid',''),(46691,20377,'_paid_date',''),(46692,20377,'_cart_hash','be890049d6fccf9397766fdd2021ab9d'),(46693,20377,'_billing_first_name','Rebecca'),(46694,20377,'_billing_last_name','Myhre'),(46695,20377,'_billing_company',''),(46696,20377,'_billing_address_1','2017 N 77th St'),(46697,20377,'_billing_address_2',''),(46698,20377,'_billing_city','Seattle'),(46699,20377,'_billing_state','WA'),(46700,20377,'_billing_postcode','98103'),(46701,20377,'_billing_country','US'),(46702,20377,'_billing_email','becky@resettohappiness.com'),(46703,20377,'_billing_phone','5094811934'),(46704,20377,'_shipping_first_name',''),(46705,20377,'_shipping_last_name',''),(46706,20377,'_shipping_company',''),(46707,20377,'_shipping_address_1',''),(46708,20377,'_shipping_address_2',''),(46709,20377,'_shipping_city',''),(46710,20377,'_shipping_state',''),(46711,20377,'_shipping_postcode',''),(46712,20377,'_shipping_country',''),(46713,20377,'_order_currency','USD'),(46714,20377,'_cart_discount','0'),(46715,20377,'_cart_discount_tax','0'),(46716,20377,'_order_shipping','0.00'),(46717,20377,'_order_shipping_tax','0'),(46718,20377,'_order_tax','0'),(46719,20377,'_order_total','24.95'),(46720,20377,'_order_version','3.5.5'),(46721,20377,'_prices_include_tax','no'),(46722,20377,'_billing_address_index','Rebecca Myhre  2017 N 77th St  Seattle WA 98103 US becky@resettohappiness.com 5094811934'),(46723,20377,'_shipping_address_index','        '),(46724,20378,'_order_key','wc_order_fPqf7ODVMhNBh'),(46725,20378,'_customer_user','1'),(46726,20378,'_payment_method',''),(46727,20378,'_payment_method_title',''),(46728,20378,'_transaction_id',''),(46729,20378,'_customer_ip_address','204.9.110.32'),(46730,20378,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'),(46731,20378,'_created_via','checkout'),(46732,20378,'_date_completed',''),(46733,20378,'_completed_date',''),(46734,20378,'_date_paid','1551569039'),(46735,20378,'_paid_date','2019-03-02 15:23:59'),(46736,20378,'_cart_hash','8397280609587cacbb2f92f9e1829b9e'),(46737,20378,'_billing_first_name','Rebecca'),(46738,20378,'_billing_last_name','Myhre'),(46739,20378,'_billing_company',''),(46740,20378,'_billing_address_1','2017 N 77th St'),(46741,20378,'_billing_address_2',''),(46742,20378,'_billing_city','Seattle'),(46743,20378,'_billing_state','WA'),(46744,20378,'_billing_postcode','98103'),(46745,20378,'_billing_country','US'),(46746,20378,'_billing_email','becky@resettohappiness.com'),(46747,20378,'_billing_phone','5094811934'),(46748,20378,'_shipping_first_name',''),(46749,20378,'_shipping_last_name',''),(46750,20378,'_shipping_company',''),(46751,20378,'_shipping_address_1',''),(46752,20378,'_shipping_address_2',''),(46753,20378,'_shipping_city',''),(46754,20378,'_shipping_state',''),(46755,20378,'_shipping_postcode',''),(46756,20378,'_shipping_country',''),(46757,20378,'_order_currency','USD'),(46758,20378,'_cart_discount','0'),(46759,20378,'_cart_discount_tax','0'),(46760,20378,'_order_shipping','0.00'),(46761,20378,'_order_shipping_tax','0'),(46762,20378,'_order_tax','0'),(46763,20378,'_order_total','0.00'),(46764,20378,'_order_version','3.5.5'),(46765,20378,'_prices_include_tax','no'),(46766,20378,'_billing_address_index','Rebecca Myhre  2017 N 77th St  Seattle WA 98103 US becky@resettohappiness.com 5094811934'),(46767,20378,'_shipping_address_index','        '),(46768,20378,'_download_permissions_granted','yes'),(46769,20378,'_recorded_sales','yes'),(46770,20378,'_recorded_coupon_usage_counts','yes'),(46771,20378,'_order_stock_reduced','yes'),(46796,20379,'_edit_lock','1551571507:1'),(46797,20379,'_edit_last','1'),(46798,20379,'_wp_page_template','default'),(46879,20379,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46880,20379,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46882,20379,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(38851,19823,'kd_featured-image-5_page_id',''),(38864,19984,'_wp_attached_file','2019/02/shop-hp3.jpg'),(38865,19984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:20:\"2019/02/shop-hp3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shop-hp3-150x150.jpg\";s:5:\"width\";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:\"shop-hp3-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shop-hp3-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shop-hp3-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"shop-hp3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"shop-hp3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"shop-hp3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"shop-hp3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"shop-hp3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"shop-hp3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"shop-hp3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"shop-hp3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"shop-hp3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"shop-hp3-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"shop-hp3-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"shop-hp3-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"shop-hp3-800x535.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"shop-hp3-1200x803.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shop-hp3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shop-hp3-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shop-hp3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"shop-hp3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shop-hp3-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shop-hp3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38849,19823,'kd_featured-image-3_page_id',''),(36267,19823,'_edit_lock','1551569661:1'),(38685,12,'pyre_fallback_id',''),(38686,12,'pyre_combined_header_bg_color',''),(38687,12,'pyre_mobile_header_bg_color',''),(38688,12,'pyre_header_bg_id',''),(38689,12,'pyre_responsive_sidebar_order',''),(38690,12,'pyre_sidebar_sticky','default'),(38691,12,'pyre_page_bg_id',''),(38692,12,'pyre_wide_page_bg_id',''),(38693,12,'pyre_page_title_line_height',''),(38694,12,'pyre_page_title_subheader_font_color',''),(38695,12,'pyre_page_title_bar_bg_id',''),(38696,12,'pyre_page_title_bar_bg_retina_id',''),(38697,12,'kd_featured-image-2_page_id',''),(38698,12,'kd_featured-image-3_page_id',''),(38699,12,'kd_featured-image-4_page_id',''),(38700,12,'kd_featured-image-5_page_id',''),(38705,19921,'_edit_lock','1549722995:1'),(38706,19921,'pyre_combined_header_bg_color','rgba(253,249,226,0)'),(38709,19824,'_edit_lock','1551558494:1'),(38710,19973,'_menu_item_type','post_type'),(38711,19973,'_menu_item_menu_item_parent','0'),(38712,19973,'_menu_item_object_id','19823'),(38713,19973,'_menu_item_object','page'),(38714,19973,'_menu_item_target',''),(38715,19973,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(38716,19973,'_menu_item_xfn',''),(38717,19973,'_menu_item_url',''),(42843,19916,'pyre_mobile_header_bg_color',''),(38811,19980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:24:\"2019/02/supermarket3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"supermarket3-150x150.jpg\";s:5:\"width\";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:\"supermarket3-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"supermarket3-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"supermarket3-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"supermarket3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"supermarket3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"supermarket3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"supermarket3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"supermarket3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"supermarket3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"supermarket3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"supermarket3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"supermarket3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"supermarket3-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"supermarket3-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"supermarket3-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"supermarket3-800x535.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"supermarket3-1200x803.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"supermarket3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"supermarket3-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"supermarket3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"supermarket3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"supermarket3-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"supermarket3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38719,19973,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(38720,19974,'_menu_item_type','post_type'),(38721,19974,'_menu_item_menu_item_parent','0'),(38722,19974,'_menu_item_object_id','19824'),(38723,19974,'_menu_item_object','page'),(38724,19974,'_menu_item_target',''),(38725,19974,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(38726,19974,'_menu_item_xfn',''),(38727,19974,'_menu_item_url',''),(38760,19916,'_edit_lock','1551640527:1'),(38729,19974,'_menu_item_fusion_megamenu','a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(38730,19975,'_menu_item_type','post_type'),(38731,19975,'_menu_item_menu_item_parent','0'),(38732,19975,'_menu_item_object_id','8'),(38733,19975,'_menu_item_object','page'),(38734,19975,'_menu_item_target',''),(38735,19975,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(38736,19975,'_menu_item_xfn',''),(38737,19975,'_menu_item_url',''),(38674,12,'_edit_lock','1551381142:1'),(46809,20379,'pyre_wooslider',''),(46824,20379,'pyre_mobile_header_bg_color',''),(46825,20379,'pyre_header_bg',''),(46810,20379,'pyre_revslider','0'),(46811,20379,'pyre_elasticslider','0'),(46812,20379,'pyre_slider_position','default'),(46813,20379,'pyre_avada_rev_styles','default'),(46814,20379,'pyre_fallback',''),(46815,20379,'pyre_fallback_id',''),(46816,20379,'pyre_demo_slider',''),(46817,20379,'pyre_main_top_padding',''),(46818,20379,'pyre_main_bottom_padding',''),(46819,20379,'pyre_hundredp_padding',''),(46820,20379,'pyre_show_first_featured_image','no'),(46821,20379,'pyre_display_header','yes'),(46822,20379,'pyre_header_100_width','default'),(46823,20379,'pyre_combined_header_bg_color',''),(46570,20372,'_wp_attached_file','2019/03/Amazing_Card-Swirls_Thumb.png'),(46571,20372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:1085;s:4:\"file\";s:37:\"2019/03/Amazing_Card-Swirls_Thumb.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-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:\"Amazing_Card-Swirls_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Amazing_Card-Swirls_Thumb-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card-Swirls_Thumb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"Amazing_Card-Swirls_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36625,989,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549597758;s:7:\"payload\";a:0:{}}}'),(36626,985,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1549601515;s:7:\"payload\";a:0:{}}}'),(36665,19913,'pyre_portfolio_featured_image_size','default'),(36666,19913,'pyre_portfolio_column_spacing',''),(36667,19913,'fusion_builder_status','active'),(36668,19913,'fusion_builder_content',''),(36669,19913,'fusion_builder_converted','yes'),(36670,19913,'pyre_slider_type','flex'),(36671,19913,'pyre_slider','0'),(36672,19913,'pyre_wooslider','modern-shop-home'),(36673,19913,'pyre_revslider','0'),(36674,19913,'pyre_elasticslider','0'),(36675,19913,'pyre_slider_position','default'),(36676,19913,'pyre_avada_rev_styles','default'),(36677,19913,'pyre_fallback',''),(36678,19913,'pyre_demo_slider',''),(36679,19913,'pyre_main_top_padding',''),(36680,19913,'pyre_main_bottom_padding','0px'),(36681,19913,'pyre_hundredp_padding',''),(36682,19913,'pyre_show_first_featured_image','no'),(36683,19913,'pyre_display_header','yes'),(36684,19913,'pyre_header_100_width','default'),(36685,19913,'pyre_header_bg_color',''),(36686,19913,'pyre_header_bg_opacity','0'),(36687,19913,'pyre_header_bg',''),(36688,19913,'pyre_header_bg_full','no'),(36689,19913,'pyre_header_bg_repeat','repeat'),(36690,19913,'pyre_displayed_menu','default'),(36691,19913,'pyre_display_footer','default'),(36692,19913,'pyre_display_copyright','default'),(36693,19913,'pyre_footer_100_width','default'),(36694,19913,'pyre_sidebar_position','default'),(36695,19913,'pyre_sidebar_bg_color',''),(36696,19913,'pyre_page_bg_layout','default'),(36697,19913,'pyre_page_bg_color',''),(36698,19913,'pyre_page_bg',''),(36699,19913,'pyre_page_bg_full','no'),(36700,19913,'pyre_page_bg_repeat','repeat'),(36701,19913,'pyre_wide_page_bg_color',''),(36702,19913,'pyre_wide_page_bg',''),(36703,19913,'pyre_wide_page_bg_full','no'),(36704,19913,'pyre_wide_page_bg_repeat','repeat'),(36705,19913,'pyre_page_title','no'),(36706,19913,'pyre_page_title_breadcrumbs_search_bar','default'),(36707,19913,'pyre_page_title_text','default'),(36708,19913,'pyre_page_title_text_alignment','default'),(36709,19913,'pyre_page_title_custom_text',''),(36710,19913,'pyre_page_title_text_size',''),(36711,19913,'pyre_page_title_custom_subheader',''),(36712,19913,'pyre_page_title_custom_subheader_text_size',''),(36713,19913,'pyre_page_title_font_color',''),(36714,19913,'pyre_page_title_100_width','default'),(36715,19913,'pyre_page_title_height',''),(36716,19913,'pyre_page_title_mobile_height',''),(36717,19913,'pyre_page_title_bar_bg_color',''),(36718,19913,'pyre_page_title_bar_borders_color',''),(36719,19913,'pyre_page_title_bar_bg',''),(36720,19913,'pyre_page_title_bar_bg_retina',''),(36721,19913,'pyre_page_title_bar_bg_full','default'),(36722,19913,'pyre_page_title_bg_parallax','default'),(36723,19913,'pyre_sidebar_sticky','default'),(36724,19913,'pyre_page_title_line_height',''),(36725,19913,'kd_featured-image-2_page_id',''),(36726,19913,'kd_featured-image-3_page_id',''),(36727,19913,'kd_featured-image-4_page_id',''),(36728,19913,'kd_featured-image-5_page_id',''),(36729,19913,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(36730,19913,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(36731,19913,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(36732,19913,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(36733,19913,'_wxr_import_user_slug','sam-mi'),(36734,19913,'fusion_demo_import','modern_shop'),(36735,19914,'_wp_page_template','100-width.php'),(36736,19914,'pyre_portfolio_width_100','no'),(36737,19914,'pyre_portfolio_content_length','default'),(36738,19914,'pyre_portfolio_excerpt',''),(36739,19914,'pyre_portfolio_filters','yes'),(36740,19914,'pyre_portfolio_text_layout','default'),(36741,19914,'pyre_portfolio_featured_image_size','default'),(36742,19914,'pyre_portfolio_column_spacing',''),(36743,19914,'fusion_builder_status','active'),(36744,19914,'fusion_builder_content',''),(36745,19914,'fusion_builder_converted','yes'),(36746,19914,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(36747,19914,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(36748,19914,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(36749,19914,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(36750,19914,'pyre_slider_type','flex'),(36751,19914,'pyre_slider','0'),(36752,19914,'pyre_wooslider','modern-shop-promotion'),(36753,19914,'pyre_revslider','0'),(36754,19914,'pyre_elasticslider','0'),(36755,19914,'pyre_slider_position','default'),(36756,19914,'pyre_avada_rev_styles','default'),(36757,19914,'pyre_fallback',''),(36758,19914,'pyre_demo_slider',''),(36759,19914,'pyre_main_top_padding','0px'),(36760,19914,'pyre_main_bottom_padding','0px'),(36761,19914,'pyre_hundredp_padding',''),(36762,19914,'pyre_show_first_featured_image','no'),(36763,19914,'pyre_display_header','yes'),(36764,19914,'pyre_header_100_width','default'),(36765,19914,'pyre_header_bg_color',''),(36766,19914,'pyre_header_bg_opacity','0'),(36767,19914,'pyre_header_bg',''),(36768,19914,'pyre_header_bg_full','no'),(36769,19914,'pyre_header_bg_repeat','repeat'),(36770,19914,'pyre_displayed_menu','default'),(36771,19914,'pyre_display_footer','default'),(36772,19914,'pyre_display_copyright','default'),(36773,19914,'pyre_footer_100_width','default'),(36774,19914,'pyre_sidebar_position','default'),(36775,19914,'pyre_sidebar_bg_color',''),(36776,19914,'pyre_page_bg_layout','default'),(36777,19914,'pyre_page_bg_color',''),(36778,19914,'pyre_page_bg',''),(36779,19914,'pyre_page_bg_full','no'),(36780,19914,'pyre_page_bg_repeat','repeat'),(36781,19914,'pyre_wide_page_bg_color',''),(36782,19914,'pyre_wide_page_bg',''),(36783,19914,'pyre_wide_page_bg_full','no'),(36784,19914,'pyre_wide_page_bg_repeat','repeat'),(36785,19914,'pyre_page_title','no'),(36786,19914,'pyre_page_title_breadcrumbs_search_bar','default'),(36787,19914,'pyre_page_title_text','default'),(36788,19914,'pyre_page_title_text_alignment','default'),(36789,19914,'pyre_page_title_custom_text',''),(36790,19914,'pyre_page_title_text_size',''),(36791,19914,'pyre_page_title_custom_subheader',''),(36792,19914,'pyre_page_title_custom_subheader_text_size',''),(36793,19914,'pyre_page_title_font_color',''),(36794,19914,'pyre_page_title_100_width','default'),(36795,19914,'pyre_page_title_height',''),(36796,19914,'pyre_page_title_mobile_height',''),(36797,19914,'pyre_page_title_bar_bg_color',''),(36798,19914,'pyre_page_title_bar_borders_color',''),(36799,19914,'pyre_page_title_bar_bg',''),(36800,19914,'pyre_page_title_bar_bg_retina',''),(36801,19914,'pyre_page_title_bar_bg_full','default'),(36802,19914,'pyre_page_title_bg_parallax','default'),(36803,19914,'_wxr_import_user_slug','sam-mi'),(36804,19914,'fusion_demo_import','modern_shop'),(36805,19915,'_wp_page_template','100-width.php'),(36806,19915,'pyre_portfolio_width_100','no'),(36807,19915,'pyre_portfolio_content_length','default'),(36808,19915,'pyre_portfolio_excerpt',''),(36809,19915,'pyre_portfolio_filters','yes'),(36810,19915,'pyre_portfolio_text_layout','default'),(36811,19915,'pyre_portfolio_featured_image_size','default'),(36812,19915,'pyre_portfolio_column_spacing',''),(36813,19915,'fusion_builder_status','active'),(36814,19915,'fusion_builder_content',''),(36815,19915,'fusion_builder_converted','yes'),(36816,19915,'pyre_container_padding_top',''),(36817,19915,'pyre_container_padding_right',''),(36818,19915,'pyre_container_padding_bottom',''),(36819,19915,'pyre_container_padding_left',''),(36820,19915,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(36821,19915,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(36822,19915,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(36823,19915,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(36824,19915,'pyre_slider_type','flex'),(36825,19915,'pyre_slider','0'),(36826,19915,'pyre_wooslider','modern-shop-about'),(36827,19915,'pyre_revslider','0'),(36828,19915,'pyre_elasticslider','0'),(36829,19915,'pyre_slider_position','default'),(36830,19915,'pyre_avada_rev_styles','default'),(36831,19915,'pyre_fallback',''),(36832,19915,'pyre_demo_slider',''),(36833,19915,'pyre_main_top_padding',''),(36834,19915,'pyre_main_bottom_padding','0px'),(36835,19915,'pyre_hundredp_padding',''),(36836,19915,'pyre_show_first_featured_image','no'),(36837,19915,'pyre_display_header','yes'),(36838,19915,'pyre_header_100_width','default'),(36839,19915,'pyre_header_bg_color',''),(36840,19915,'pyre_header_bg_opacity','0'),(36841,19915,'pyre_header_bg',''),(36842,19915,'pyre_header_bg_full','no'),(36843,19915,'pyre_header_bg_repeat','repeat'),(36844,19915,'pyre_displayed_menu','default'),(36845,19915,'pyre_display_footer','default'),(36846,19915,'pyre_display_copyright','default'),(36847,19915,'pyre_footer_100_width','default'),(36848,19915,'pyre_sidebar_position','default'),(36849,19915,'pyre_sidebar_bg_color',''),(36850,19915,'pyre_page_bg_layout','default'),(36851,19915,'pyre_page_bg_color',''),(36852,19915,'pyre_page_bg',''),(36853,19915,'pyre_page_bg_full','no'),(36854,19915,'pyre_page_bg_repeat','repeat'),(36855,19915,'pyre_wide_page_bg_color',''),(36856,19915,'pyre_wide_page_bg',''),(36857,19915,'pyre_wide_page_bg_full','no'),(36858,19915,'pyre_wide_page_bg_repeat','repeat'),(36859,19915,'pyre_page_title','no'),(36860,19915,'pyre_page_title_breadcrumbs_search_bar','default'),(36861,19915,'pyre_page_title_text','default'),(36862,19915,'pyre_page_title_text_alignment','default'),(36863,19915,'pyre_page_title_custom_text',''),(36864,19915,'pyre_page_title_text_size',''),(36865,19915,'pyre_page_title_custom_subheader',''),(36866,19915,'pyre_page_title_custom_subheader_text_size',''),(36867,19915,'pyre_page_title_font_color',''),(36868,19915,'pyre_page_title_100_width','default'),(36869,19915,'pyre_page_title_height',''),(36870,19915,'pyre_page_title_mobile_height',''),(36871,19915,'pyre_page_title_bar_bg_color',''),(36872,19915,'pyre_page_title_bar_borders_color',''),(36873,19915,'pyre_page_title_bar_bg',''),(36874,19915,'pyre_page_title_bar_bg_retina',''),(36875,19915,'pyre_page_title_bar_bg_full','default'),(36876,19915,'pyre_page_title_bg_parallax','default'),(36877,19915,'_wxr_import_user_slug','sam-mi'),(36878,19915,'fusion_demo_import','modern_shop'),(36879,19916,'_wp_page_template','100-width.php'),(36880,19916,'fusion_builder_status','active'),(36881,19916,'pyre_portfolio_width_100','no'),(36882,19916,'pyre_portfolio_content_length','default'),(36883,19916,'pyre_portfolio_excerpt',''),(36884,19916,'pyre_portfolio_filters','yes'),(36885,19916,'pyre_portfolio_text_layout','default'),(36886,19916,'pyre_portfolio_featured_image_size','default'),(36887,19916,'pyre_portfolio_column_spacing',''),(36888,19916,'fusion_builder_converted','yes'),(47036,19916,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(47038,19916,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(36893,19916,'pyre_slider_type','flex'),(36894,19916,'pyre_slider','0'),(36895,19916,'pyre_wooslider',''),(36896,19916,'pyre_revslider','0'),(36897,19916,'pyre_elasticslider','0'),(36898,19916,'pyre_slider_position','default'),(36899,19916,'pyre_avada_rev_styles','default'),(36900,19916,'pyre_fallback',''),(36901,19916,'pyre_demo_slider',''),(36902,19916,'pyre_main_top_padding',''),(36903,19916,'pyre_main_bottom_padding','0px'),(36904,19916,'pyre_hundredp_padding',''),(36905,19916,'pyre_show_first_featured_image','no'),(36906,19916,'pyre_display_header','yes'),(36907,19916,'pyre_header_100_width','default'),(38810,19980,'_wp_attached_file','2019/02/supermarket3.jpg'),(36910,19916,'pyre_header_bg',''),(36911,19916,'pyre_header_bg_full','no'),(36912,19916,'pyre_header_bg_repeat','repeat'),(36913,19916,'pyre_displayed_menu','default'),(36914,19916,'pyre_display_footer','default'),(36915,19916,'pyre_display_copyright','default'),(36916,19916,'pyre_footer_100_width','default'),(36917,19916,'pyre_sidebar_position','default'),(36918,19916,'pyre_sidebar_bg_color',''),(36919,19916,'pyre_page_bg_layout','default'),(36920,19916,'pyre_page_bg_color',''),(36921,19916,'pyre_page_bg',''),(36922,19916,'pyre_page_bg_full','no'),(36923,19916,'pyre_page_bg_repeat','repeat'),(36924,19916,'pyre_wide_page_bg_color',''),(36925,19916,'pyre_wide_page_bg',''),(36926,19916,'pyre_wide_page_bg_full','no'),(36927,19916,'pyre_wide_page_bg_repeat','repeat'),(36928,19916,'pyre_page_title','default'),(36929,19916,'pyre_page_title_breadcrumbs_search_bar','default'),(36930,19916,'pyre_page_title_text','default'),(36931,19916,'pyre_page_title_text_alignment','default'),(36932,19916,'pyre_page_title_custom_text',''),(36933,19916,'pyre_page_title_text_size',''),(36934,19916,'pyre_page_title_custom_subheader',''),(36935,19916,'pyre_page_title_custom_subheader_text_size',''),(36936,19916,'pyre_page_title_font_color',''),(36937,19916,'pyre_page_title_100_width','default'),(36938,19916,'pyre_page_title_height',''),(36939,19916,'pyre_page_title_mobile_height',''),(36940,19916,'pyre_page_title_bar_bg_color',''),(36941,19916,'pyre_page_title_bar_borders_color',''),(36942,19916,'pyre_page_title_bar_bg',''),(36943,19916,'pyre_page_title_bar_bg_retina',''),(36944,19916,'pyre_page_title_bar_bg_full','default'),(36945,19916,'pyre_page_title_bg_parallax','default'),(36946,19916,'_wxr_import_user_slug','admin'),(36947,19916,'fusion_demo_import','modern_shop'),(36948,19917,'_wp_page_template','100-width.php'),(36949,19917,'fusion_builder_status','active'),(36950,19917,'pyre_portfolio_width_100','no'),(36951,19917,'pyre_portfolio_content_length','default'),(36952,19917,'pyre_portfolio_excerpt',''),(36953,19917,'pyre_portfolio_filters','yes'),(36954,19917,'pyre_portfolio_text_layout','default'),(36955,19917,'pyre_portfolio_featured_image_size','default'),(36956,19917,'pyre_portfolio_column_spacing',''),(36957,19917,'fusion_builder_converted','yes'),(46793,19917,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(46795,19917,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(36962,19917,'pyre_slider_type','flex'),(36963,19917,'pyre_slider','0'),(36964,19917,'pyre_wooslider',''),(36965,19917,'pyre_revslider','0'),(36966,19917,'pyre_elasticslider','0'),(36967,19917,'pyre_slider_position','default'),(36968,19917,'pyre_avada_rev_styles','default'),(36969,19917,'pyre_fallback',''),(36970,19917,'pyre_demo_slider',''),(36971,19917,'pyre_main_top_padding',''),(36972,19917,'pyre_main_bottom_padding','0px'),(36973,19917,'pyre_hundredp_padding',''),(36974,19917,'pyre_show_first_featured_image','no'),(36975,19917,'pyre_display_header','yes'),(36976,19917,'pyre_header_100_width','default'),(46792,19917,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(42667,19917,'slide_template',''),(36979,19917,'pyre_header_bg',''),(36980,19917,'pyre_header_bg_full','no'),(36981,19917,'pyre_header_bg_repeat','repeat'),(36982,19917,'pyre_displayed_menu','default'),(36983,19917,'pyre_display_footer','default'),(36984,19917,'pyre_display_copyright','default'),(36985,19917,'pyre_footer_100_width','default'),(36986,19917,'pyre_sidebar_position','default'),(36987,19917,'pyre_sidebar_bg_color',''),(36988,19917,'pyre_page_bg_layout','default'),(36989,19917,'pyre_page_bg_color',''),(36990,19917,'pyre_page_bg',''),(36991,19917,'pyre_page_bg_full','no'),(36992,19917,'pyre_page_bg_repeat','repeat'),(36993,19917,'pyre_wide_page_bg_color',''),(36994,19917,'pyre_wide_page_bg',''),(36995,19917,'pyre_wide_page_bg_full','no'),(36996,19917,'pyre_wide_page_bg_repeat','repeat'),(36997,19917,'pyre_page_title','default'),(36998,19917,'pyre_page_title_breadcrumbs_search_bar','default'),(36999,19917,'pyre_page_title_text','default'),(37000,19917,'pyre_page_title_text_alignment','default'),(37001,19917,'pyre_page_title_custom_text',''),(37002,19917,'pyre_page_title_text_size',''),(37003,19917,'pyre_page_title_custom_subheader',''),(37004,19917,'pyre_page_title_custom_subheader_text_size',''),(37005,19917,'pyre_page_title_font_color',''),(37006,19917,'pyre_page_title_100_width','default'),(37007,19917,'pyre_page_title_height',''),(37008,19917,'pyre_page_title_mobile_height',''),(37009,19917,'pyre_page_title_bar_bg_color',''),(37010,19917,'pyre_page_title_bar_borders_color',''),(37011,19917,'pyre_page_title_bar_bg',''),(37012,19917,'pyre_page_title_bar_bg_retina',''),(37013,19917,'pyre_page_title_bar_bg_full','default'),(37014,19917,'pyre_page_title_bg_parallax','default'),(37015,19917,'_wxr_import_user_slug','admin'),(37016,19917,'fusion_demo_import','modern_shop'),(37017,19918,'_wp_page_template','100-width.php'),(37018,19918,'fusion_builder_status','active'),(37019,19918,'pyre_portfolio_width_100','no'),(37020,19918,'pyre_portfolio_content_length','default'),(37021,19918,'pyre_portfolio_excerpt',''),(37022,19918,'pyre_portfolio_filters','yes'),(37023,19918,'pyre_portfolio_text_layout','default'),(37024,19918,'pyre_portfolio_featured_image_size','default'),(37025,19918,'pyre_portfolio_column_spacing',''),(44975,19918,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(44977,19918,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37030,19918,'pyre_slider_type','flex'),(37031,19918,'pyre_slider','0'),(37032,19918,'pyre_wooslider',''),(37033,19918,'pyre_revslider','0'),(37034,19918,'pyre_elasticslider','0'),(37035,19918,'pyre_slider_position','default'),(37036,19918,'pyre_avada_rev_styles','default'),(37037,19918,'pyre_fallback',''),(37038,19918,'pyre_demo_slider',''),(37039,19918,'pyre_main_top_padding',''),(37040,19918,'pyre_main_bottom_padding','0px'),(37041,19918,'pyre_hundredp_padding',''),(37042,19918,'pyre_show_first_featured_image','no'),(37043,19918,'pyre_display_header','yes'),(37044,19918,'pyre_header_100_width','default'),(44974,19918,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(42910,19918,'_edit_last','1'),(37047,19918,'pyre_header_bg',''),(37048,19918,'pyre_header_bg_full','no'),(37049,19918,'pyre_header_bg_repeat','repeat'),(37050,19918,'pyre_displayed_menu','default'),(37051,19918,'pyre_display_footer','default'),(37052,19918,'pyre_display_copyright','default'),(37053,19918,'pyre_footer_100_width','default'),(37054,19918,'pyre_sidebar_position','default'),(37055,19918,'pyre_sidebar_bg_color',''),(37056,19918,'pyre_page_bg_layout','default'),(37057,19918,'pyre_page_bg_color',''),(37058,19918,'pyre_page_bg',''),(37059,19918,'pyre_page_bg_full','no'),(37060,19918,'pyre_page_bg_repeat','repeat'),(37061,19918,'pyre_wide_page_bg_color',''),(37062,19918,'pyre_wide_page_bg',''),(37063,19918,'pyre_wide_page_bg_full','no'),(37064,19918,'pyre_wide_page_bg_repeat','repeat'),(37065,19918,'pyre_page_title','default'),(37066,19918,'pyre_page_title_breadcrumbs_search_bar','default'),(37067,19918,'pyre_page_title_text','default'),(37068,19918,'pyre_page_title_text_alignment','default'),(37069,19918,'pyre_page_title_custom_text',''),(37070,19918,'pyre_page_title_text_size',''),(37071,19918,'pyre_page_title_custom_subheader',''),(37072,19918,'pyre_page_title_custom_subheader_text_size',''),(37073,19918,'pyre_page_title_font_color',''),(37074,19918,'pyre_page_title_100_width','default'),(37075,19918,'pyre_page_title_height',''),(37076,19918,'pyre_page_title_mobile_height',''),(37077,19918,'pyre_page_title_bar_bg_color',''),(37078,19918,'pyre_page_title_bar_borders_color',''),(37079,19918,'pyre_page_title_bar_bg',''),(37080,19918,'pyre_page_title_bar_bg_retina',''),(37081,19918,'pyre_page_title_bar_bg_full','default'),(37082,19918,'pyre_page_title_bg_parallax','default'),(37083,19918,'_wxr_import_user_slug','admin'),(37084,19918,'fusion_demo_import','modern_shop'),(37085,19919,'_wp_page_template','100-width.php'),(37086,19919,'pyre_portfolio_width_100','no'),(37087,19919,'pyre_portfolio_content_length','default'),(37088,19919,'pyre_portfolio_excerpt',''),(37089,19919,'pyre_portfolio_filters','yes'),(37090,19919,'pyre_portfolio_text_layout','default'),(37091,19919,'pyre_portfolio_featured_image_size','default'),(37092,19919,'pyre_portfolio_column_spacing',''),(37093,19919,'fusion_builder_status','inactive'),(37094,19919,'fusion_builder_converted','yes'),(37095,19919,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37096,19919,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37097,19919,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37098,19919,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37099,19919,'pyre_slider_type','flex'),(37100,19919,'pyre_slider','0'),(37101,19919,'pyre_wooslider','modern-shop-men-shop'),(37102,19919,'pyre_revslider','0'),(37103,19919,'pyre_elasticslider','0'),(37104,19919,'pyre_slider_position','default'),(37105,19919,'pyre_avada_rev_styles','default'),(37106,19919,'pyre_fallback',''),(37107,19919,'pyre_demo_slider',''),(37108,19919,'pyre_main_top_padding','0px'),(37109,19919,'pyre_main_bottom_padding','0px'),(37110,19919,'pyre_hundredp_padding',''),(37111,19919,'pyre_show_first_featured_image','no'),(37112,19919,'pyre_display_header','yes'),(37113,19919,'pyre_header_100_width','default'),(37114,19919,'pyre_header_bg_color',''),(37115,19919,'pyre_header_bg_opacity','0'),(37116,19919,'pyre_header_bg',''),(37117,19919,'pyre_header_bg_full','no'),(37118,19919,'pyre_header_bg_repeat','repeat'),(37119,19919,'pyre_displayed_menu','default'),(37120,19919,'pyre_display_footer','default'),(37121,19919,'pyre_display_copyright','default'),(37122,19919,'pyre_footer_100_width','default'),(37123,19919,'pyre_sidebar_position','default'),(37124,19919,'pyre_sidebar_bg_color',''),(37125,19919,'pyre_page_bg_layout','default'),(37126,19919,'pyre_page_bg_color',''),(37127,19919,'pyre_page_bg',''),(37128,19919,'pyre_page_bg_full','no'),(37129,19919,'pyre_page_bg_repeat','repeat'),(37130,19919,'pyre_wide_page_bg_color',''),(37131,19919,'pyre_wide_page_bg',''),(37132,19919,'pyre_wide_page_bg_full','no'),(37133,19919,'pyre_wide_page_bg_repeat','repeat'),(37134,19919,'pyre_page_title','no'),(37135,19919,'pyre_page_title_breadcrumbs_search_bar','default'),(37136,19919,'pyre_page_title_text','default'),(37137,19919,'pyre_page_title_text_alignment','default'),(37138,19919,'pyre_page_title_custom_text',''),(37139,19919,'pyre_page_title_text_size',''),(37140,19919,'pyre_page_title_custom_subheader',''),(37141,19919,'pyre_page_title_custom_subheader_text_size',''),(37142,19919,'pyre_page_title_font_color',''),(37143,19919,'pyre_page_title_100_width','default'),(37144,19919,'pyre_page_title_height',''),(37145,19919,'pyre_page_title_mobile_height',''),(37146,19919,'pyre_page_title_bar_bg_color',''),(37147,19919,'pyre_page_title_bar_borders_color',''),(37148,19919,'pyre_page_title_bar_bg',''),(37149,19919,'pyre_page_title_bar_bg_retina',''),(37150,19919,'pyre_page_title_bar_bg_full','default'),(37151,19919,'pyre_page_title_bg_parallax','default'),(37152,19919,'_wxr_import_user_slug','admin'),(37153,19919,'fusion_demo_import','modern_shop'),(37154,19920,'_wp_page_template','100-width.php'),(37155,19920,'pyre_portfolio_width_100','no'),(37156,19920,'pyre_portfolio_content_length','default'),(37157,19920,'pyre_portfolio_excerpt',''),(37158,19920,'pyre_portfolio_filters','yes'),(37159,19920,'pyre_portfolio_text_layout','default'),(37160,19920,'pyre_portfolio_featured_image_size','default'),(37161,19920,'pyre_portfolio_column_spacing',''),(37162,19920,'fusion_builder_status','active'),(37163,19920,'fusion_builder_converted','yes'),(37164,19920,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37165,19920,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37166,19920,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37167,19920,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37168,19920,'pyre_slider_type','flex'),(37169,19920,'pyre_slider','0'),(37170,19920,'pyre_wooslider','modern-shop-shop'),(37171,19920,'pyre_revslider','0'),(37172,19920,'pyre_elasticslider','0'),(37173,19920,'pyre_slider_position','default'),(37174,19920,'pyre_avada_rev_styles','default'),(37175,19920,'pyre_fallback',''),(37176,19920,'pyre_demo_slider',''),(37177,19920,'pyre_main_top_padding',''),(37178,19920,'pyre_main_bottom_padding','0px'),(37179,19920,'pyre_hundredp_padding',''),(37180,19920,'pyre_show_first_featured_image','no'),(37181,19920,'pyre_display_header','yes'),(37182,19920,'pyre_header_100_width','default'),(37183,19920,'pyre_header_bg_color',''),(37184,19920,'pyre_header_bg_opacity','0'),(37185,19920,'pyre_header_bg',''),(37186,19920,'pyre_header_bg_full','no'),(37187,19920,'pyre_header_bg_repeat','repeat'),(37188,19920,'pyre_displayed_menu','default'),(37189,19920,'pyre_display_footer','default'),(37190,19920,'pyre_display_copyright','default'),(37191,19920,'pyre_footer_100_width','default'),(37192,19920,'pyre_sidebar_position','default'),(37193,19920,'pyre_sidebar_bg_color',''),(37194,19920,'pyre_page_bg_layout','default'),(37195,19920,'pyre_page_bg_color',''),(37196,19920,'pyre_page_bg',''),(37197,19920,'pyre_page_bg_full','no'),(37198,19920,'pyre_page_bg_repeat','repeat'),(37199,19920,'pyre_wide_page_bg_color',''),(37200,19920,'pyre_wide_page_bg',''),(37201,19920,'pyre_wide_page_bg_full','no'),(37202,19920,'pyre_wide_page_bg_repeat','repeat'),(37203,19920,'pyre_page_title','no'),(37204,19920,'pyre_page_title_breadcrumbs_search_bar','default'),(37205,19920,'pyre_page_title_text','default'),(37206,19920,'pyre_page_title_text_alignment','default'),(37207,19920,'pyre_page_title_custom_text',''),(37208,19920,'pyre_page_title_text_size',''),(37209,19920,'pyre_page_title_custom_subheader',''),(37210,19920,'pyre_page_title_custom_subheader_text_size',''),(37211,19920,'pyre_page_title_font_color',''),(37212,19920,'pyre_page_title_100_width','default'),(37213,19920,'pyre_page_title_height',''),(37214,19920,'pyre_page_title_mobile_height',''),(37215,19920,'pyre_page_title_bar_bg_color',''),(37216,19920,'pyre_page_title_bar_borders_color',''),(37217,19920,'pyre_page_title_bar_bg',''),(37218,19920,'pyre_page_title_bar_bg_retina',''),(37219,19920,'pyre_page_title_bar_bg_full','default'),(37220,19920,'pyre_page_title_bg_parallax','default'),(37221,19920,'_wxr_import_user_slug','admin'),(37222,19920,'fusion_demo_import','modern_shop'),(37223,19921,'_wp_page_template','default'),(37224,19921,'pyre_portfolio_width_100','no'),(37225,19921,'pyre_portfolio_content_length','default'),(37226,19921,'pyre_portfolio_excerpt',''),(37227,19921,'pyre_portfolio_filters','yes'),(37228,19921,'pyre_portfolio_text_layout','default'),(37229,19921,'pyre_portfolio_featured_image_size','default'),(37230,19921,'pyre_portfolio_column_spacing',''),(37231,19921,'fusion_builder_status','active'),(37232,19921,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37233,19921,'sbg_selected_sidebar_replacement','a:1:{i:0;s:4:\"Shop\";}'),(37234,19921,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37235,19921,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37236,19921,'pyre_slider_type','flex'),(37237,19921,'pyre_slider','0'),(37238,19921,'pyre_wooslider','modern-shop-shop'),(37239,19921,'pyre_revslider','0'),(37240,19921,'pyre_elasticslider','0'),(37241,19921,'pyre_slider_position','default'),(37242,19921,'pyre_avada_rev_styles','default'),(37243,19921,'pyre_fallback',''),(37244,19921,'pyre_demo_slider',''),(37245,19921,'pyre_main_top_padding',''),(37246,19921,'pyre_main_bottom_padding',''),(37247,19921,'pyre_hundredp_padding',''),(37248,19921,'pyre_show_first_featured_image','no'),(37249,19921,'pyre_display_header','yes'),(37250,19921,'pyre_header_100_width','default'),(38708,19824,'slide_template',''),(38707,19824,'_edit_last','1'),(37253,19921,'pyre_header_bg',''),(37254,19921,'pyre_header_bg_full','no'),(37255,19921,'pyre_header_bg_repeat','repeat'),(37256,19921,'pyre_displayed_menu','default'),(37257,19921,'pyre_display_footer','default'),(37258,19921,'pyre_display_copyright','default'),(37259,19921,'pyre_footer_100_width','default'),(37260,19921,'pyre_sidebar_position','default'),(37261,19921,'pyre_sidebar_bg_color',''),(37262,19921,'pyre_page_bg_layout','default'),(37263,19921,'pyre_page_bg_color',''),(37264,19921,'pyre_page_bg',''),(37265,19921,'pyre_page_bg_full','no'),(37266,19921,'pyre_page_bg_repeat','repeat'),(37267,19921,'pyre_wide_page_bg_color',''),(37268,19921,'pyre_wide_page_bg',''),(37269,19921,'pyre_wide_page_bg_full','no'),(37270,19921,'pyre_wide_page_bg_repeat','repeat'),(37271,19921,'pyre_page_title','no'),(37272,19921,'pyre_page_title_breadcrumbs_search_bar','default'),(37273,19921,'pyre_page_title_text','default'),(37274,19921,'pyre_page_title_text_alignment','default'),(37275,19921,'pyre_page_title_custom_text',''),(37276,19921,'pyre_page_title_text_size',''),(37277,19921,'pyre_page_title_custom_subheader',''),(37278,19921,'pyre_page_title_custom_subheader_text_size',''),(37279,19921,'pyre_page_title_font_color',''),(37280,19921,'pyre_page_title_100_width','default'),(37281,19921,'pyre_page_title_height',''),(37282,19921,'pyre_page_title_mobile_height',''),(37283,19921,'pyre_page_title_bar_bg_color',''),(37284,19921,'pyre_page_title_bar_borders_color',''),(37285,19921,'pyre_page_title_bar_bg',''),(37286,19921,'pyre_page_title_bar_bg_retina',''),(37287,19921,'pyre_page_title_bar_bg_full','default'),(37288,19921,'pyre_page_title_bg_parallax','default'),(37289,19921,'_wxr_import_user_slug','admin'),(37290,19921,'fusion_demo_import','modern_shop'),(37291,19922,'_wp_page_template','100-width.php'),(37292,19922,'pyre_portfolio_width_100','no'),(37293,19922,'pyre_portfolio_content_length','default'),(37294,19922,'pyre_portfolio_excerpt',''),(37295,19922,'pyre_portfolio_filters','yes'),(37296,19922,'pyre_portfolio_text_layout','default'),(37297,19922,'pyre_portfolio_featured_image_size','default'),(37298,19922,'pyre_portfolio_column_spacing',''),(37299,19922,'fusion_builder_status','active'),(37300,19922,'fusion_builder_converted','yes'),(37301,19922,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37302,19922,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37303,19922,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37304,19922,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37305,19922,'pyre_slider_type','flex'),(37306,19922,'pyre_slider','0'),(37307,19922,'pyre_wooslider','modern-shop-women-shop'),(37308,19922,'pyre_revslider','0'),(37309,19922,'pyre_elasticslider','0'),(37310,19922,'pyre_slider_position','default'),(37311,19922,'pyre_avada_rev_styles','default'),(37312,19922,'pyre_fallback',''),(37313,19922,'pyre_demo_slider',''),(37314,19922,'pyre_main_top_padding','0px'),(37315,19922,'pyre_main_bottom_padding','0px'),(37316,19922,'pyre_hundredp_padding',''),(37317,19922,'pyre_show_first_featured_image','no'),(37318,19922,'pyre_display_header','yes'),(37319,19922,'pyre_header_100_width','default'),(37320,19922,'pyre_header_bg_color',''),(37321,19922,'pyre_header_bg_opacity','0'),(37322,19922,'pyre_header_bg',''),(37323,19922,'pyre_header_bg_full','no'),(37324,19922,'pyre_header_bg_repeat','repeat'),(37325,19922,'pyre_displayed_menu','default'),(37326,19922,'pyre_display_footer','default'),(37327,19922,'pyre_display_copyright','default'),(37328,19922,'pyre_footer_100_width','default'),(37329,19922,'pyre_sidebar_position','default'),(37330,19922,'pyre_sidebar_bg_color',''),(37331,19922,'pyre_page_bg_layout','default'),(37332,19922,'pyre_page_bg_color',''),(37333,19922,'pyre_page_bg',''),(37334,19922,'pyre_page_bg_full','no'),(37335,19922,'pyre_page_bg_repeat','repeat'),(37336,19922,'pyre_wide_page_bg_color',''),(37337,19922,'pyre_wide_page_bg',''),(37338,19922,'pyre_wide_page_bg_full','no'),(37339,19922,'pyre_wide_page_bg_repeat','repeat'),(37340,19922,'pyre_page_title','no'),(37341,19922,'pyre_page_title_breadcrumbs_search_bar','default'),(37342,19922,'pyre_page_title_text','default'),(37343,19922,'pyre_page_title_text_alignment','default'),(37344,19922,'pyre_page_title_custom_text',''),(37345,19922,'pyre_page_title_text_size',''),(37346,19922,'pyre_page_title_custom_subheader',''),(37347,19922,'pyre_page_title_custom_subheader_text_size',''),(37348,19922,'pyre_page_title_font_color',''),(37349,19922,'pyre_page_title_100_width','default'),(37350,19922,'pyre_page_title_height',''),(37351,19922,'pyre_page_title_mobile_height',''),(37352,19922,'pyre_page_title_bar_bg_color',''),(37353,19922,'pyre_page_title_bar_borders_color',''),(37354,19922,'pyre_page_title_bar_bg',''),(37355,19922,'pyre_page_title_bar_bg_retina',''),(37356,19922,'pyre_page_title_bar_bg_full','default'),(37357,19922,'pyre_page_title_bg_parallax','default'),(37358,19922,'_wxr_import_user_slug','admin'),(37359,19922,'fusion_demo_import','modern_shop'),(37360,19923,'_wp_page_template','100-width.php'),(37361,19923,'pyre_portfolio_width_100','no'),(37362,19923,'pyre_portfolio_content_length','default'),(37363,19923,'pyre_portfolio_excerpt',''),(37364,19923,'pyre_portfolio_filters','yes'),(37365,19923,'pyre_portfolio_text_layout','default'),(37366,19923,'pyre_portfolio_featured_image_size','default'),(37367,19923,'pyre_portfolio_column_spacing',''),(37368,19923,'fusion_builder_status','active'),(37369,19923,'fusion_builder_converted','yes'),(45560,19923,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(45562,19923,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37374,19923,'pyre_slider_type','flex'),(37375,19923,'pyre_slider','0'),(37376,19923,'pyre_wooslider',''),(37377,19923,'pyre_revslider','0'),(37378,19923,'pyre_elasticslider','0'),(37379,19923,'pyre_slider_position','default'),(37380,19923,'pyre_avada_rev_styles','default'),(37381,19923,'pyre_fallback',''),(37382,19923,'pyre_demo_slider',''),(37383,19923,'pyre_main_top_padding',''),(37384,19923,'pyre_main_bottom_padding','0px'),(37385,19923,'pyre_hundredp_padding',''),(37386,19923,'pyre_show_first_featured_image','no'),(37387,19923,'pyre_display_header','yes'),(37388,19923,'pyre_header_100_width','default'),(45422,19824,'sharing_disabled','1'),(37391,19923,'pyre_header_bg',''),(37392,19923,'pyre_header_bg_full','no'),(37393,19923,'pyre_header_bg_repeat','repeat'),(37394,19923,'pyre_displayed_menu','default'),(37395,19923,'pyre_display_footer','default'),(37396,19923,'pyre_display_copyright','default'),(37397,19923,'pyre_footer_100_width','default'),(37398,19923,'pyre_sidebar_position','default'),(37399,19923,'pyre_sidebar_bg_color',''),(37400,19923,'pyre_page_bg_layout','default'),(37401,19923,'pyre_page_bg_color',''),(37402,19923,'pyre_page_bg',''),(37403,19923,'pyre_page_bg_full','no'),(37404,19923,'pyre_page_bg_repeat','repeat'),(37405,19923,'pyre_wide_page_bg_color',''),(37406,19923,'pyre_wide_page_bg',''),(37407,19923,'pyre_wide_page_bg_full','no'),(37408,19923,'pyre_wide_page_bg_repeat','repeat'),(37409,19923,'pyre_page_title','no'),(37410,19923,'pyre_page_title_breadcrumbs_search_bar','default'),(37411,19923,'pyre_page_title_text','default'),(37412,19923,'pyre_page_title_text_alignment','default'),(37413,19923,'pyre_page_title_custom_text',''),(37414,19923,'pyre_page_title_text_size',''),(37415,19923,'pyre_page_title_custom_subheader',''),(37416,19923,'pyre_page_title_custom_subheader_text_size',''),(37417,19923,'pyre_page_title_font_color',''),(37418,19923,'pyre_page_title_100_width','default'),(37419,19923,'pyre_page_title_height',''),(37420,19923,'pyre_page_title_mobile_height',''),(37421,19923,'pyre_page_title_bar_bg_color',''),(37422,19923,'pyre_page_title_bar_borders_color',''),(37423,19923,'pyre_page_title_bar_bg',''),(37424,19923,'pyre_page_title_bar_bg_retina',''),(37425,19923,'pyre_page_title_bar_bg_full','default'),(37426,19923,'pyre_page_title_bg_parallax','default'),(37427,19923,'_wxr_import_user_slug','admin'),(37428,19923,'fusion_demo_import','modern_shop'),(37429,19924,'_wp_page_template','100-width.php'),(37430,19924,'pyre_portfolio_width_100','no'),(37431,19924,'pyre_portfolio_content_length','default'),(37432,19924,'pyre_portfolio_excerpt',''),(37433,19924,'pyre_portfolio_filters','yes'),(37434,19924,'pyre_portfolio_text_layout','default'),(37435,19924,'pyre_portfolio_featured_image_size','default'),(37436,19924,'pyre_portfolio_column_spacing',''),(37437,19924,'fusion_builder_status','active'),(37438,19924,'fusion_builder_converted','yes'),(37439,19924,'pyre_slider_type','flex'),(37440,19924,'pyre_slider','0'),(37441,19924,'pyre_wooslider','modern-shop-news'),(37442,19924,'pyre_revslider','0'),(37443,19924,'pyre_elasticslider','0'),(37444,19924,'pyre_slider_position','default'),(37445,19924,'pyre_avada_rev_styles','default'),(37446,19924,'pyre_fallback',''),(37447,19924,'pyre_demo_slider',''),(37448,19924,'pyre_main_top_padding','0px'),(37449,19924,'pyre_main_bottom_padding','0px'),(37450,19924,'pyre_hundredp_padding',''),(37451,19924,'pyre_show_first_featured_image','no'),(37452,19924,'pyre_display_header','yes'),(37453,19924,'pyre_header_100_width','default'),(37454,19924,'pyre_header_bg_color',''),(37455,19924,'pyre_header_bg_opacity','0'),(37456,19924,'pyre_header_bg',''),(37457,19924,'pyre_header_bg_full','no'),(37458,19924,'pyre_header_bg_repeat','repeat'),(37459,19924,'pyre_displayed_menu','default'),(37460,19924,'pyre_display_footer','default'),(37461,19924,'pyre_display_copyright','default'),(37462,19924,'pyre_footer_100_width','default'),(37463,19924,'pyre_sidebar_position','default'),(37464,19924,'pyre_sidebar_bg_color',''),(37465,19924,'pyre_page_bg_layout','default'),(37466,19924,'pyre_page_bg_color',''),(37467,19924,'pyre_page_bg',''),(37468,19924,'pyre_page_bg_full','no'),(37469,19924,'pyre_page_bg_repeat','repeat'),(37470,19924,'pyre_wide_page_bg_color',''),(37471,19924,'pyre_wide_page_bg',''),(37472,19924,'pyre_wide_page_bg_full','no'),(37473,19924,'pyre_wide_page_bg_repeat','repeat'),(37474,19924,'pyre_page_title','no'),(37475,19924,'pyre_page_title_breadcrumbs_search_bar','default'),(37476,19924,'pyre_page_title_text','default'),(37477,19924,'pyre_page_title_text_alignment','default'),(37478,19924,'pyre_page_title_custom_text',''),(37479,19924,'pyre_page_title_text_size',''),(37480,19924,'pyre_page_title_custom_subheader',''),(37481,19924,'pyre_page_title_custom_subheader_text_size',''),(37482,19924,'pyre_page_title_font_color',''),(37483,19924,'pyre_page_title_100_width','default'),(37484,19924,'pyre_page_title_height',''),(37485,19924,'pyre_page_title_mobile_height',''),(37486,19924,'pyre_page_title_bar_bg_color',''),(37487,19924,'pyre_page_title_bar_borders_color',''),(37488,19924,'pyre_page_title_bar_bg',''),(37489,19924,'pyre_page_title_bar_bg_retina',''),(37490,19924,'pyre_page_title_bar_bg_full','default'),(37491,19924,'pyre_page_title_bg_parallax','default'),(37492,19924,'pyre_sidebar_sticky','default'),(37493,19924,'pyre_page_title_line_height',''),(37494,19924,'kd_featured-image-2_page_id',''),(37495,19924,'kd_featured-image-3_page_id',''),(37496,19924,'kd_featured-image-4_page_id',''),(37497,19924,'kd_featured-image-5_page_id',''),(37498,19924,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37499,19924,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37500,19924,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37501,19924,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37502,19924,'_wxr_import_user_slug','admin'),(37503,19924,'fusion_demo_import','modern_shop'),(37504,19925,'_wp_page_template','100-width.php'),(37505,19925,'pyre_portfolio_width_100','no'),(37506,19925,'pyre_portfolio_content_length','default'),(37507,19925,'pyre_portfolio_excerpt',''),(37508,19925,'pyre_portfolio_filters','yes'),(37509,19925,'pyre_portfolio_text_layout','default'),(37510,19925,'pyre_portfolio_featured_image_size','default'),(37511,19925,'pyre_portfolio_column_spacing',''),(37512,19925,'fusion_builder_status','active'),(37513,19925,'fusion_builder_content',''),(37514,19925,'fusion_builder_converted','yes'),(37515,19925,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37516,19925,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37517,19925,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37518,19925,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37519,19925,'pyre_slider_type','flex'),(37520,19925,'pyre_slider','0'),(37521,19925,'pyre_wooslider','modern-shop-contact'),(37522,19925,'pyre_revslider','0'),(37523,19925,'pyre_elasticslider','0'),(37524,19925,'pyre_slider_position','default'),(37525,19925,'pyre_avada_rev_styles','default'),(37526,19925,'pyre_fallback',''),(37527,19925,'pyre_demo_slider',''),(37528,19925,'pyre_main_top_padding',''),(37529,19925,'pyre_main_bottom_padding','0px'),(37530,19925,'pyre_hundredp_padding',''),(37531,19925,'pyre_show_first_featured_image','no'),(37532,19925,'pyre_display_header','yes'),(37533,19925,'pyre_header_100_width','default'),(37534,19925,'pyre_header_bg_color',''),(37535,19925,'pyre_header_bg_opacity','0'),(37536,19925,'pyre_header_bg',''),(37537,19925,'pyre_header_bg_full','no'),(37538,19925,'pyre_header_bg_repeat','repeat'),(37539,19925,'pyre_displayed_menu','default'),(37540,19925,'pyre_display_footer','default'),(37541,19925,'pyre_display_copyright','default'),(37542,19925,'pyre_footer_100_width','default'),(37543,19925,'pyre_sidebar_position','default'),(37544,19925,'pyre_sidebar_bg_color',''),(37545,19925,'pyre_page_bg_layout','default'),(37546,19925,'pyre_page_bg_color',''),(37547,19925,'pyre_page_bg',''),(37548,19925,'pyre_page_bg_full','no'),(37549,19925,'pyre_page_bg_repeat','repeat'),(37550,19925,'pyre_wide_page_bg_color',''),(37551,19925,'pyre_wide_page_bg',''),(37552,19925,'pyre_wide_page_bg_full','no'),(37553,19925,'pyre_wide_page_bg_repeat','repeat'),(37554,19925,'pyre_page_title','no'),(37555,19925,'pyre_page_title_breadcrumbs_search_bar','default'),(37556,19925,'pyre_page_title_text','default'),(37557,19925,'pyre_page_title_text_alignment','default'),(37558,19925,'pyre_page_title_custom_text',''),(37559,19925,'pyre_page_title_text_size',''),(37560,19925,'pyre_page_title_custom_subheader',''),(37561,19925,'pyre_page_title_custom_subheader_text_size',''),(37562,19925,'pyre_page_title_font_color',''),(37563,19925,'pyre_page_title_100_width','default'),(37564,19925,'pyre_page_title_height',''),(37565,19925,'pyre_page_title_mobile_height',''),(37566,19925,'pyre_page_title_bar_bg_color',''),(37567,19925,'pyre_page_title_bar_borders_color',''),(37568,19925,'pyre_page_title_bar_bg',''),(37569,19925,'pyre_page_title_bar_bg_retina',''),(37570,19925,'pyre_page_title_bar_bg_full','default'),(37571,19925,'pyre_page_title_bg_parallax','default'),(37572,19925,'_wxr_import_user_slug','admin'),(37573,19925,'fusion_demo_import','modern_shop'),(37574,19926,'_wp_page_template','100-width.php'),(37575,19926,'pyre_portfolio_width_100','no'),(37576,19926,'pyre_portfolio_content_length','default'),(37577,19926,'pyre_portfolio_excerpt',''),(37578,19926,'pyre_portfolio_filters','yes'),(37579,19926,'pyre_portfolio_text_layout','default'),(37580,19926,'pyre_portfolio_featured_image_size','default'),(37581,19926,'pyre_portfolio_column_spacing',''),(37582,19926,'fusion_builder_status','active'),(37583,19926,'fusion_builder_content',''),(37584,19926,'fusion_builder_converted','yes'),(37585,19926,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37586,19926,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37587,19926,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37588,19926,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37589,19926,'pyre_slider_type','flex'),(37590,19926,'pyre_slider','0'),(37591,19926,'pyre_wooslider','modern-shop-home2'),(37592,19926,'pyre_revslider','0'),(37593,19926,'pyre_elasticslider','0'),(37594,19926,'pyre_slider_position','default'),(37595,19926,'pyre_avada_rev_styles','default'),(37596,19926,'pyre_fallback',''),(37597,19926,'pyre_demo_slider',''),(37598,19926,'pyre_main_top_padding',''),(37599,19926,'pyre_main_bottom_padding','0px'),(37600,19926,'pyre_hundredp_padding',''),(37601,19926,'pyre_show_first_featured_image','no'),(37602,19926,'pyre_display_header','yes'),(37603,19926,'pyre_header_100_width','default'),(37604,19926,'pyre_header_bg_color',''),(37605,19926,'pyre_header_bg_opacity','0'),(37606,19926,'pyre_header_bg',''),(37607,19926,'pyre_header_bg_full','no'),(37608,19926,'pyre_header_bg_repeat','repeat'),(37609,19926,'pyre_displayed_menu','default'),(37610,19926,'pyre_display_footer','default'),(37611,19926,'pyre_display_copyright','default'),(37612,19926,'pyre_footer_100_width','default'),(37613,19926,'pyre_sidebar_position','default'),(37614,19926,'pyre_sidebar_bg_color',''),(37615,19926,'pyre_page_bg_layout','default'),(37616,19926,'pyre_page_bg_color',''),(37617,19926,'pyre_page_bg',''),(37618,19926,'pyre_page_bg_full','no'),(37619,19926,'pyre_page_bg_repeat','repeat'),(37620,19926,'pyre_wide_page_bg_color',''),(37621,19926,'pyre_wide_page_bg',''),(37622,19926,'pyre_wide_page_bg_full','no'),(37623,19926,'pyre_wide_page_bg_repeat','repeat'),(37624,19926,'pyre_page_title','no'),(37625,19926,'pyre_page_title_breadcrumbs_search_bar','default'),(37626,19926,'pyre_page_title_text','default'),(37627,19926,'pyre_page_title_text_alignment','default'),(37628,19926,'pyre_page_title_custom_text',''),(37629,19926,'pyre_page_title_text_size',''),(37630,19926,'pyre_page_title_custom_subheader',''),(37631,19926,'pyre_page_title_custom_subheader_text_size',''),(37632,19926,'pyre_page_title_font_color',''),(37633,19926,'pyre_page_title_100_width','default'),(37634,19926,'pyre_page_title_height',''),(37635,19926,'pyre_page_title_mobile_height',''),(37636,19926,'pyre_page_title_bar_bg_color',''),(37637,19926,'pyre_page_title_bar_borders_color',''),(37638,19926,'pyre_page_title_bar_bg',''),(37639,19926,'pyre_page_title_bar_bg_retina',''),(37640,19926,'pyre_page_title_bar_bg_full','default'),(37641,19926,'pyre_page_title_bg_parallax','default'),(37642,19926,'_wxr_import_user_slug','admin'),(37643,19926,'fusion_demo_import','modern_shop'),(37644,19927,'_wp_page_template','100-width.php'),(37645,19927,'pyre_portfolio_width_100','no'),(37646,19927,'pyre_portfolio_content_length','default'),(37647,19927,'pyre_portfolio_excerpt',''),(37648,19927,'pyre_portfolio_filters','yes'),(37649,19927,'pyre_portfolio_text_layout','default'),(37650,19927,'pyre_portfolio_featured_image_size','default'),(37651,19927,'pyre_portfolio_column_spacing',''),(37652,19927,'fusion_builder_status','active'),(37653,19927,'fusion_builder_content',''),(37654,19927,'fusion_builder_converted','yes'),(37655,19927,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(37656,19927,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(37657,19927,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(37658,19927,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(37659,19927,'pyre_slider_type','flex'),(37660,19927,'pyre_slider','0'),(37661,19927,'pyre_wooslider','modern-shop-home3'),(37662,19927,'pyre_revslider','0'),(37663,19927,'pyre_elasticslider','0'),(37664,19927,'pyre_slider_position','default'),(37665,19927,'pyre_avada_rev_styles','default'),(37666,19927,'pyre_fallback',''),(37667,19927,'pyre_demo_slider',''),(37668,19927,'pyre_main_top_padding',''),(37669,19927,'pyre_main_bottom_padding','0px'),(37670,19927,'pyre_hundredp_padding',''),(37671,19927,'pyre_show_first_featured_image','no'),(37672,19927,'pyre_display_header','yes'),(37673,19927,'pyre_header_100_width','default'),(37674,19927,'pyre_header_bg_color',''),(37675,19927,'pyre_header_bg_opacity','0'),(37676,19927,'pyre_header_bg',''),(37677,19927,'pyre_header_bg_full','no'),(37678,19927,'pyre_header_bg_repeat','repeat'),(37679,19927,'pyre_displayed_menu','default'),(37680,19927,'pyre_display_footer','default'),(37681,19927,'pyre_display_copyright','default'),(37682,19927,'pyre_footer_100_width','default'),(37683,19927,'pyre_sidebar_position','default'),(37684,19927,'pyre_sidebar_bg_color',''),(37685,19927,'pyre_page_bg_layout','default'),(37686,19927,'pyre_page_bg_color',''),(37687,19927,'pyre_page_bg',''),(37688,19927,'pyre_page_bg_full','no'),(37689,19927,'pyre_page_bg_repeat','repeat'),(37690,19927,'pyre_wide_page_bg_color',''),(37691,19927,'pyre_wide_page_bg',''),(37692,19927,'pyre_wide_page_bg_full','no'),(37693,19927,'pyre_wide_page_bg_repeat','repeat'),(37694,19927,'pyre_page_title','no'),(37695,19927,'pyre_page_title_breadcrumbs_search_bar','default'),(37696,19927,'pyre_page_title_text','default'),(37697,19927,'pyre_page_title_text_alignment','default'),(37698,19927,'pyre_page_title_custom_text',''),(37699,19927,'pyre_page_title_text_size',''),(37700,19927,'pyre_page_title_custom_subheader',''),(37701,19927,'pyre_page_title_custom_subheader_text_size',''),(37702,19927,'pyre_page_title_font_color',''),(37703,19927,'pyre_page_title_100_width','default'),(37704,19927,'pyre_page_title_height',''),(37705,19927,'pyre_page_title_mobile_height',''),(37706,19927,'pyre_page_title_bar_bg_color',''),(37707,19927,'pyre_page_title_bar_borders_color',''),(37708,19927,'pyre_page_title_bar_bg',''),(37709,19927,'pyre_page_title_bar_bg_retina',''),(37710,19927,'pyre_page_title_bar_bg_full','default'),(37711,19927,'pyre_page_title_bg_parallax','default'),(37712,19927,'_wxr_import_user_slug','admin'),(37713,19927,'fusion_demo_import','modern_shop'),(37714,27,'_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>'),(37715,27,'_mail',''),(37716,27,'_mail_2',''),(37717,27,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(37718,27,'_additional_settings',''),(37719,27,'_locale','en_US'),(37720,27,'_config_errors','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:88:\"http://contactform7.com/configuration-errors/#mail.sender:error_email_not_in_site_domain\";}}}}'),(37721,27,'_wxr_import_user_slug','sam-mi'),(37722,27,'fusion_demo_import','modern_shop'),(37723,626,'_form','<div class=\"fusion-one-third fusion-layout-column fusion-spacing-yes\">[text* your-name placeholder \"NAME\"]</div>\n<div class=\"fusion-one-third fusion-layout-column fusion-spacing-yes\">[email* your-email placeholder \"EMAIL\"] </div>\n<div class=\"fusion-one-third fusion-layout-column fusion-column-last fusion-spacing-yes\">[text* your-name placeholder \"SUBJECT\"]</div>\n\n<p>[textarea your-message placeholder \"MESSAGE\"]</p>\n\n<p>[submit class:fusion-button class:fusion-xlarge, class:button-default class:\"send\"] </p>'),(37724,626,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:47:\"Reset To Happiness <becky@resettohappiness.com>\";s:9:\"recipient\";s:26:\"becky@resettohappiness.com\";s:4:\"body\";s:189:\"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 Reset To Happiness (https://www.resettohappiness.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;}'),(37725,626,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(37726,626,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(37727,626,'_additional_settings',''),(37728,626,'_locale','en_US'),(37730,626,'fusion_demo_import','modern_shop'),(37731,10,'_edit_lock','1551367054:1'),(37732,10,'_edit_last','1'),(37742,10,'pyre_fallback_id',''),(37743,10,'pyre_combined_header_bg_color',''),(37744,10,'pyre_mobile_header_bg_color',''),(37745,10,'pyre_header_bg_id',''),(37746,10,'pyre_responsive_sidebar_order',''),(37747,10,'pyre_sidebar_sticky','default'),(37748,10,'pyre_page_bg_id',''),(37749,10,'pyre_wide_page_bg_id',''),(37750,10,'pyre_page_title_line_height',''),(37751,10,'pyre_page_title_subheader_font_color',''),(37752,10,'pyre_page_title_bar_bg_id',''),(37753,10,'pyre_page_title_bar_bg_retina_id',''),(37754,10,'kd_featured-image-2_page_id',''),(37755,10,'kd_featured-image-3_page_id',''),(37756,10,'kd_featured-image-4_page_id',''),(37757,10,'kd_featured-image-5_page_id',''),(39055,19958,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1550033215;s:7:\"payload\";a:0:{}}}'),(39056,16363,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1550109523;s:7:\"payload\";a:0:{}}}'),(39057,19848,'_wp_trash_meta_status','draft'),(39058,19848,'_wp_trash_meta_time','1550199401'),(39059,19848,'_wp_desired_post_slug',''),(39060,19846,'_wp_trash_meta_status','draft'),(39061,19846,'_wp_trash_meta_time','1550199401'),(39062,19846,'_wp_desired_post_slug',''),(39063,19847,'_wp_trash_meta_status','draft'),(39064,19847,'_wp_trash_meta_time','1550199401'),(39065,19847,'_wp_desired_post_slug',''),(39066,20000,'_wp_attached_file','2019/02/supermarket-arrow.jpg'),(39067,20000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:29:\"2019/02/supermarket-arrow.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-150x150.jpg\";s:5:\"width\";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:\"supermarket-arrow-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"supermarket-arrow-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"supermarket-arrow-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"supermarket-arrow-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"supermarket-arrow-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"supermarket-arrow-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"supermarket-arrow-800x535.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"supermarket-arrow-1200x803.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"supermarket-arrow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"supermarket-arrow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39000,19995,'pyre_page_bg_color',''),(39001,19995,'pyre_page_bg',''),(39002,19995,'pyre_page_bg_id',''),(39003,19995,'pyre_page_bg_full','default'),(39004,19995,'pyre_page_bg_repeat','default'),(39005,19995,'pyre_wide_page_bg_color',''),(39006,19995,'pyre_wide_page_bg',''),(39007,19995,'pyre_wide_page_bg_id',''),(39008,19995,'pyre_wide_page_bg_full','default'),(39009,19995,'pyre_wide_page_bg_repeat','default'),(39010,19995,'pyre_page_title','default'),(39011,19995,'pyre_page_title_breadcrumbs_search_bar','default'),(39012,19995,'pyre_page_title_text','default'),(39013,19995,'pyre_page_title_text_alignment','default'),(39014,19995,'pyre_page_title_custom_text',''),(39015,19995,'pyre_page_title_text_size',''),(39016,19995,'pyre_page_title_line_height',''),(39017,19995,'pyre_page_title_custom_subheader',''),(39018,19995,'pyre_page_title_custom_subheader_text_size',''),(39019,19995,'pyre_page_title_font_color',''),(39020,19995,'pyre_page_title_subheader_font_color',''),(39021,19995,'pyre_page_title_100_width','default'),(39022,19995,'pyre_page_title_height',''),(39023,19995,'pyre_page_title_mobile_height',''),(39024,19995,'pyre_page_title_bar_bg_color',''),(39025,19995,'pyre_page_title_bar_borders_color',''),(39026,19995,'pyre_page_title_bar_bg',''),(39027,19995,'pyre_page_title_bar_bg_id',''),(39028,19995,'pyre_page_title_bar_bg_retina',''),(39029,19995,'pyre_page_title_bar_bg_retina_id',''),(39030,19995,'pyre_page_title_bar_bg_full','default'),(39031,19995,'pyre_page_title_bg_parallax','default'),(39032,19995,'fusion_builder_status','active'),(39033,19995,'kd_featured-image-2_page_id',''),(39034,19995,'kd_featured-image-3_page_id',''),(39035,19995,'kd_featured-image-4_page_id',''),(39036,19995,'kd_featured-image-5_page_id',''),(47040,19995,'_wp_trash_meta_time','1551643432'),(47039,19995,'_wp_trash_meta_status','draft'),(39043,19995,'_wp_desired_post_slug',''),(46568,20371,'_wp_attached_file','2019/03/Amazing_Card_Wand_Thumb.png'),(46569,20371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:1085;s:4:\"file\";s:35:\"2019/03/Amazing_Card_Wand_Thumb.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-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:35:\"Amazing_Card_Wand_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Amazing_Card_Wand_Thumb-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"Amazing_Card_Wand_Thumb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Wand_Thumb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38812,19980,'_wp_attachment_image_alt','Play the You Are Amazing Game'),(38813,19981,'_wp_attached_file','2019/02/shop-hp2.jpg'),(38814,19981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:20:\"2019/02/shop-hp2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shop-hp2-150x150.jpg\";s:5:\"width\";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:\"shop-hp2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shop-hp2-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shop-hp2-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"shop-hp2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"shop-hp2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"shop-hp2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"shop-hp2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"shop-hp2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"shop-hp2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"shop-hp2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"shop-hp2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"shop-hp2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"shop-hp2-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"shop-hp2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"shop-hp2-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"shop-hp2-800x535.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"shop-hp2-1200x803.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"shop-hp2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"shop-hp2-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"shop-hp2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"shop-hp2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"shop-hp2-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"shop-hp2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38672,19823,'_edit_last','1'),(38376,19958,'_wp_attachment_image_alt','Baby Steps'),(38673,19823,'slide_template','default'),(38411,19961,'_wp_attached_file','2019/01/babysteps5.jpg'),(38412,19961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:475;s:4:\"file\";s:22:\"2019/01/babysteps5.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps5-150x150.jpg\";s:5:\"width\";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:\"babysteps5-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"babysteps5-760x400.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"babysteps5-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"babysteps5-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"babysteps5-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"babysteps5-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"babysteps5-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"babysteps5-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"babysteps5-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"babysteps5-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"babysteps5-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"babysteps5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"babysteps5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"babysteps5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"babysteps5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"babysteps5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"babysteps5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"babysteps5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38413,19961,'_wp_attachment_image_alt','Baby Steps'),(37916,19938,'_wp_attached_file','2019/02/blog-page4.jpg'),(37917,19938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1298;s:4:\"file\";s:22:\"2019/02/blog-page4.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-page4-150x150.jpg\";s:5:\"width\";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:\"blog-page4-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:\"blog-page4-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:\"blog-page4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"blog-page4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"blog-page4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"blog-page4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"blog-page4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"blog-page4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"blog-page4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"blog-page4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"blog-page4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-page4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"blog-page4-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"blog-page4-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"blog-page4-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"blog-page4-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"blog-page4-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-page4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-page4-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-page4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"blog-page4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-page4-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-page4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37918,19938,'_wp_attachment_image_alt','Happiness is floating the river'),(38083,19944,'_wp_attached_file','2019/02/lake2.jpg'),(38084,19944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:17:\"2019/02/lake2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lake2-150x150.jpg\";s:5:\"width\";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:\"lake2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"lake2-718x400.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"lake2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"lake2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"lake2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"lake2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"lake2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"lake2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"lake2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"lake2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"lake2-200x177.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"lake2-400x354.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"lake2-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"lake2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"lake2-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"lake2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"lake2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"lake2-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lake2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38085,19944,'_wp_attachment_image_alt','Beautiful Lake'),(38264,19952,'_wp_attached_file','2019/02/quote-background.jpg'),(38265,19952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1300;s:4:\"file\";s:28:\"2019/02/quote-background.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"quote-background-150x150.jpg\";s:5:\"width\";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-background-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:28:\"quote-background-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:29:\"quote-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"quote-background-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"quote-background-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"quote-background-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"quote-background-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"quote-background-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"quote-background-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"quote-background-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"quote-background-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"quote-background-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"quote-background-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"quote-background-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"quote-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:28:\"quote-background-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:29:\"quote-background-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"quote-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"quote-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"quote-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"quote-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"quote-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"quote-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38266,19952,'_wp_attachment_image_alt','man on beach'),(38326,10,'sharing_disabled','1'),(38305,19689,'sharing_disabled','1'),(38331,19955,'_wp_attached_file','2019/02/laughing-picture.jpg'),(38332,19955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:28:\"2019/02/laughing-picture.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"laughing-picture-150x150.jpg\";s:5:\"width\";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:\"laughing-picture-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"laughing-picture-718x400.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"laughing-picture-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"laughing-picture-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"laughing-picture-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"laughing-picture-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"laughing-picture-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"laughing-picture-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"laughing-picture-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"laughing-picture-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"laughing-picture-200x177.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"laughing-picture-400x354.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"laughing-picture-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"laughing-picture-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"laughing-picture-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"laughing-picture-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"laughing-picture-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"laughing-picture-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"laughing-picture-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38333,19955,'_wp_attachment_image_alt','Laughing Women'),(40402,20071,'_wp_attachment_image_alt','You Are Amazing Card'),(44166,20248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2019/02/resource-services.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"resource-services-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:\"resource-services-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"resource-services-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"resource-services-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"resource-services-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"resource-services-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"resource-services-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"resource-services-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"resource-services-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"resource-services-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"resource-services-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"resource-services-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:28:\"resource-services-200x98.png\";s:5:\"width\";i:200;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:29:\"resource-services-400x195.png\";s:5:\"width\";i:400;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:29:\"resource-services-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:29:\"resource-services-800x391.png\";s:5:\"width\";i:800;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"resource-services-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"resource-services-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"resource-services-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"resource-services-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"resource-services-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"resource-services-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44167,20248,'_wp_attachment_image_alt','Services Resources'),(44168,20247,'_wp_attachment_image_alt','Book Resources'),(44185,20249,'_wp_attached_file','2019/02/resource-videos.png'),(44186,20249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:27:\"2019/02/resource-videos.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"resource-videos-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:\"resource-videos-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"resource-videos-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"resource-videos-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"resource-videos-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"resource-videos-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"resource-videos-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"resource-videos-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"resource-videos-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"resource-videos-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"resource-videos-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"resource-videos-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:26:\"resource-videos-200x98.png\";s:5:\"width\";i:200;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:27:\"resource-videos-400x195.png\";s:5:\"width\";i:400;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:27:\"resource-videos-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:27:\"resource-videos-800x391.png\";s:5:\"width\";i:800;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"resource-videos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"resource-videos-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"resource-videos-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"resource-videos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"resource-videos-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"resource-videos-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41076,20101,'_wp_attachment_image_alt','Michelle With Amazing Card'),(41109,20104,'_wp_attached_file','2019/02/michelle-amazing6.jpg'),(41110,20104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/02/michelle-amazing6.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-150x150.jpg\";s:5:\"width\";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:\"michelle-amazing6-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"michelle-amazing6-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"michelle-amazing6-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"michelle-amazing6-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"michelle-amazing6-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"michelle-amazing6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"michelle-amazing6-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"michelle-amazing6-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"michelle-amazing6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"michelle-amazing6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41111,20104,'_wp_attachment_image_alt','Michelle with Amazing Card'),(41160,20107,'_wp_attached_file','2019/02/Amazing_Card_Free.png'),(41161,20107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:29:\"2019/02/Amazing_Card_Free.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-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:\"Amazing_Card_Free-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Free-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"Amazing_Card_Free-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Amazing_Card_Free-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Free-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41162,20108,'_wp_attached_file','2019/02/Amazing_Card_Puzzle.png'),(41163,20108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:31:\"2019/02/Amazing_Card_Puzzle.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_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:31:\"Amazing_Card_Puzzle-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Amazing_Card_Puzzle-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Puzzle-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Puzzle-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(41164,20109,'_wp_attached_file','2019/02/Amazing_Card_Star2.png'),(41165,20109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:30:\"2019/02/Amazing_Card_Star2.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Amazing_Card_Star2-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"Amazing_Card_Star2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Amazing_Card_Star2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Star2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41166,20110,'_wp_attached_file','2019/02/Amazing_Card_Superhero.png'),(41167,20110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:34:\"2019/02/Amazing_Card_Superhero.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-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:\"Amazing_Card_Superhero-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Amazing_Card_Superhero-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"Amazing_Card_Superhero-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:34:\"Amazing_Card_Superhero-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(41168,20111,'_wp_attached_file','2019/02/Amazing_Card_Wand.png'),(41169,20111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:29:\"2019/02/Amazing_Card_Wand.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-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:\"Amazing_Card_Wand-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Amazing_Card_Wand-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"Amazing_Card_Wand-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Amazing_Card_Wand-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Amazing_Card_Wand-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41170,20112,'_wp_attached_file','2019/02/Amazing_Card-Circles.png'),(41171,20112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1085;s:6:\"height\";i:635;s:4:\"file\";s:32:\"2019/02/Amazing_Card-Circles.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-768x449.png\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Amazing_Card-Circles-1024x599.png\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"Amazing_Card-Circles-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-200x117.png\";s:5:\"width\";i:200;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-400x234.png\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-800x468.png\";s:5:\"width\";i:800;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Amazing_Card-Circles-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-600x351.png\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Amazing_Card-Circles-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41172,20112,'_wp_attachment_image_alt','You Are Amazing Card Swirls'),(41173,20111,'_wp_attachment_image_alt','You Are Amazing Card Wand'),(41174,20110,'_wp_attachment_image_alt','You Are Amazing Card Superhero'),(41175,20109,'_wp_attachment_image_alt','You Are Amazing Card Star'),(41176,20108,'_wp_attachment_image_alt','You Are Amazing Card Puzzle'),(41177,20107,'_wp_attachment_image_alt','Free You Are Amazing Card'),(41190,20114,'_wp_attached_file','2019/02/blog-top2.jpg'),(41191,20114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2019/02/blog-top2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"blog-top2-150x150.jpg\";s:5:\"width\";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:\"blog-top2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"blog-top2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"blog-top2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"blog-top2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"blog-top2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"blog-top2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"blog-top2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"blog-top2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"blog-top2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"blog-top2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"blog-top2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-top2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"blog-top2-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"blog-top2-400x205.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"blog-top2-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"blog-top2-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"blog-top2-1200x615.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"blog-top2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"blog-top2-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"blog-top2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"blog-top2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"blog-top2-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"blog-top2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41192,20114,'_wp_attachment_image_alt','Blog Happy Life Lake Photo'),(41536,20133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:26:\"2019/02/amazing-treat2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-150x150.jpg\";s:5:\"width\";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:\"amazing-treat2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-718x400.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"amazing-treat2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"amazing-treat2-200x177.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"amazing-treat2-400x354.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"amazing-treat2-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"amazing-treat2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"amazing-treat2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41535,20133,'_wp_attached_file','2019/02/amazing-treat2.jpg'),(41315,20122,'_wp_attached_file','2019/02/fun-green.jpg'),(41316,20122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2019/02/fun-green.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fun-green-150x150.jpg\";s:5:\"width\";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:\"fun-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"fun-green-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"fun-green-500x272.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"fun-green-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"fun-green-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"fun-green-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"fun-green-500x272.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"fun-green-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"fun-green-500x441.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"fun-green-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"fun-green-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"fun-green-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"fun-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"fun-green-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"fun-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"fun-green-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41489,16880,'_edit_lock','1550603953:1'),(41500,16880,'pyre_combined_header_bg_color',''),(41501,16880,'pyre_mobile_header_bg_color',''),(41502,16880,'pyre_header_bg_id',''),(41503,16880,'pyre_responsive_sidebar_order',''),(41504,16880,'pyre_sidebar_sticky','default'),(41505,16880,'pyre_page_bg_id',''),(41506,16880,'pyre_wide_page_bg_id',''),(41507,16880,'pyre_page_title_line_height',''),(41508,16880,'pyre_page_title_subheader_font_color',''),(41509,16880,'pyre_page_title_bar_bg_id',''),(41510,16880,'pyre_page_title_bar_bg_retina_id',''),(41511,16880,'kd_featured-image-2_page_id',''),(41512,16880,'kd_featured-image-3_page_id',''),(41513,16880,'kd_featured-image-4_page_id',''),(41514,16880,'kd_featured-image-5_page_id',''),(41537,20133,'_wp_attachment_image_alt','Amazing Card Treat'),(41666,20138,'_wc_review_count','0'),(41667,20138,'_wc_rating_count','a:0:{}'),(41668,20138,'_wc_average_rating','0'),(41669,20138,'_edit_lock','1551556907:1'),(41670,20138,'_edit_last','1'),(46625,20138,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46808,20379,'pyre_slider','0'),(46883,20382,'_order_key','wc_order_hmbIkTffl2TIz'),(46807,20379,'pyre_slider_type','no'),(41675,20138,'_sku',''),(41676,20138,'_regular_price','4.99'),(41677,20138,'_sale_price',''),(41678,20138,'_sale_price_dates_from',''),(41679,20138,'_sale_price_dates_to',''),(41680,20138,'total_sales','1'),(41681,20138,'_tax_status','taxable'),(41682,20138,'_tax_class',''),(41683,20138,'_manage_stock','no'),(41684,20138,'_backorders','no'),(41685,20138,'_low_stock_amount',''),(41686,20138,'_sold_individually','no'),(41687,20138,'_weight',''),(41688,20138,'_length',''),(41689,20138,'_width',''),(41690,20138,'_height',''),(41691,20138,'_upsell_ids','a:0:{}'),(41692,20138,'_crosssell_ids','a:0:{}'),(41693,20138,'_purchase_note',''),(41694,20138,'_default_attributes','a:0:{}'),(41695,20138,'_virtual','no'),(41696,20138,'_downloadable','yes'),(41697,20138,'_product_image_gallery',''),(41698,20138,'_download_limit','1'),(41699,20138,'_download_expiry','-1'),(41700,20138,'_stock',NULL),(41701,20138,'_stock_status','instock'),(41702,20138,'_product_version','3.5.5'),(41703,20138,'_price','4.99'),(41704,20138,'slide_template','default'),(46881,20379,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(41709,20138,'pyre_main_top_padding',''),(41710,20138,'pyre_main_bottom_padding',''),(41711,20138,'pyre_portfolio_width_100','default'),(41712,20138,'pyre_hundredp_padding',''),(41713,20138,'pyre_display_header','yes'),(41714,20138,'pyre_header_100_width','default'),(41715,20138,'pyre_combined_header_bg_color',''),(41716,20138,'pyre_mobile_header_bg_color',''),(41717,20138,'pyre_header_bg',''),(41718,20138,'pyre_header_bg_id',''),(41719,20138,'pyre_header_bg_full','no'),(41720,20138,'pyre_header_bg_repeat','repeat'),(41721,20138,'pyre_displayed_menu','default'),(41722,20138,'pyre_display_footer','default'),(41723,20138,'pyre_display_copyright','default'),(41724,20138,'pyre_footer_100_width','default'),(41725,20138,'pyre_sidebar_position','default'),(41726,20138,'pyre_responsive_sidebar_order',''),(41727,20138,'pyre_sidebar_sticky','default'),(41728,20138,'pyre_sidebar_bg_color',''),(41729,20138,'pyre_slider_type','no'),(41730,20138,'pyre_slider','0'),(41731,20138,'pyre_wooslider',''),(41732,20138,'pyre_revslider','0'),(41733,20138,'pyre_elasticslider','0'),(41734,20138,'pyre_slider_position','default'),(41735,20138,'pyre_avada_rev_styles','default'),(41736,20138,'pyre_fallback',''),(41737,20138,'pyre_fallback_id',''),(41738,20138,'pyre_demo_slider',''),(41739,20138,'pyre_page_bg_layout','default'),(41740,20138,'pyre_page_bg_color',''),(41741,20138,'pyre_page_bg',''),(41742,20138,'pyre_page_bg_id',''),(41743,20138,'pyre_page_bg_full','default'),(41744,20138,'pyre_page_bg_repeat','default'),(41745,20138,'pyre_wide_page_bg_color',''),(41746,20138,'pyre_wide_page_bg',''),(41747,20138,'pyre_wide_page_bg_id',''),(41748,20138,'pyre_wide_page_bg_full','default'),(41749,20138,'pyre_wide_page_bg_repeat','default'),(41750,20138,'pyre_page_title','default'),(41751,20138,'pyre_page_title_breadcrumbs_search_bar','default'),(41752,20138,'pyre_page_title_text','default'),(41753,20138,'pyre_page_title_text_alignment','default'),(41754,20138,'pyre_page_title_custom_text',''),(41755,20138,'pyre_page_title_text_size',''),(41756,20138,'pyre_page_title_line_height',''),(41757,20138,'pyre_page_title_custom_subheader',''),(41758,20138,'pyre_page_title_custom_subheader_text_size',''),(41759,20138,'pyre_page_title_font_color',''),(41760,20138,'pyre_page_title_subheader_font_color',''),(41761,20138,'pyre_page_title_100_width','default'),(41762,20138,'pyre_page_title_height',''),(41763,20138,'pyre_page_title_mobile_height',''),(41764,20138,'pyre_page_title_bar_bg_color',''),(41765,20138,'pyre_page_title_bar_borders_color',''),(41766,20138,'pyre_page_title_bar_bg',''),(41767,20138,'pyre_page_title_bar_bg_id',''),(41768,20138,'pyre_page_title_bar_bg_retina',''),(41769,20138,'pyre_page_title_bar_bg_retina_id',''),(41770,20138,'pyre_page_title_bar_bg_full','default'),(41771,20138,'pyre_page_title_bg_parallax','default'),(41772,20139,'_wp_attached_file','2019/02/Amazing_Card_Free.pdf'),(41773,20140,'_wp_attached_file','2019/02/Amazing_Card_Puzzle.pdf'),(41774,20141,'_wp_attached_file','2019/02/Amazing_Card_Star.pdf'),(41775,20142,'_wp_attached_file','2019/02/Amazing_Card_Superhero.pdf'),(41776,20143,'_wp_attached_file','2019/02/Amazing_Card_Swirls.pdf'),(41777,20144,'_wp_attached_file','2019/02/Amazing_Card_Wand.pdf'),(41778,20138,'_thumbnail_id','20371'),(41783,20138,'_downloadable_files','a:1:{s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";a:3:{s:2:\"id\";s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";s:4:\"name\";s:25:\"You Are Amazing Card Wand\";s:4:\"file\";s:81:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Wand.pdf\";}}'),(41784,20138,'sharing_disabled','1'),(41807,20138,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551615284;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:20151;}i:1;a:1:{s:2:\"id\";i:20149;}i:2;a:1:{s:2:\"id\";i:20155;}}}}'),(41798,20138,'_wpas_done_all','1'),(42167,20155,'_sku',''),(41828,20107,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1550634892;s:7:\"payload\";a:0:{}}}'),(41833,20149,'_sku',''),(41834,20149,'_regular_price','4.99'),(41835,20149,'_sale_price',''),(41836,20149,'_sale_price_dates_from',''),(41837,20149,'_sale_price_dates_to',''),(41838,20149,'total_sales','0'),(41839,20149,'_tax_status','taxable'),(41840,20149,'_tax_class',''),(41841,20149,'_manage_stock','no'),(41842,20149,'_backorders','no'),(41843,20149,'_low_stock_amount',''),(41844,20149,'_sold_individually','no'),(41845,20149,'_weight',''),(41846,20149,'_length',''),(41847,20149,'_width',''),(41848,20149,'_height',''),(41849,20149,'_upsell_ids','a:0:{}'),(41850,20149,'_crosssell_ids','a:0:{}'),(41851,20149,'_purchase_note',''),(41852,20149,'_default_attributes','a:0:{}'),(41853,20149,'_virtual','no'),(41854,20149,'_downloadable','yes'),(41855,20149,'_product_image_gallery',''),(41856,20149,'_download_limit','1'),(41857,20149,'_download_expiry','-1'),(41858,20149,'_thumbnail_id','20372'),(41859,20149,'_stock',NULL),(41860,20149,'_stock_status','instock'),(41861,20149,'_wc_average_rating','0'),(41862,20149,'_wc_rating_count','a:0:{}'),(41863,20149,'_wc_review_count','0'),(41864,20149,'_downloadable_files','a:1:{s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";a:3:{s:2:\"id\";s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";s:4:\"name\";s:26:\"You Are Amazing Card Swirl\";s:4:\"file\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Swirls.pdf\";}}'),(41865,20149,'_product_attributes','a:0:{}'),(41866,20149,'_product_version','3.5.5'),(41867,20149,'_price','4.99'),(41868,20149,'slide_template','default'),(41869,20149,'pyre_main_top_padding',''),(41870,20149,'pyre_main_bottom_padding',''),(41871,20149,'pyre_portfolio_width_100','default'),(41872,20149,'pyre_hundredp_padding',''),(41873,20149,'pyre_display_header','yes'),(41874,20149,'pyre_header_100_width','default'),(41875,20149,'pyre_combined_header_bg_color',''),(41876,20149,'pyre_mobile_header_bg_color',''),(41877,20149,'pyre_header_bg',''),(41878,20149,'pyre_header_bg_id',''),(41879,20149,'pyre_header_bg_full','no'),(41880,20149,'pyre_header_bg_repeat','repeat'),(41881,20149,'pyre_displayed_menu','default'),(41882,20149,'pyre_display_footer','default'),(41883,20149,'pyre_display_copyright','default'),(41884,20149,'pyre_footer_100_width','default'),(41885,20149,'pyre_sidebar_position','default'),(41886,20149,'pyre_responsive_sidebar_order',''),(41887,20149,'pyre_sidebar_sticky','default'),(41888,20149,'pyre_sidebar_bg_color',''),(41889,20149,'pyre_slider_type','no'),(41890,20149,'pyre_slider','0'),(41891,20149,'pyre_wooslider',''),(41892,20149,'pyre_revslider','0'),(41893,20149,'pyre_elasticslider','0'),(41894,20149,'pyre_slider_position','default'),(41895,20149,'pyre_avada_rev_styles','default'),(41896,20149,'pyre_fallback',''),(41897,20149,'pyre_fallback_id',''),(41898,20149,'pyre_demo_slider',''),(41899,20149,'pyre_page_bg_layout','default'),(41900,20149,'pyre_page_bg_color',''),(41901,20149,'pyre_page_bg',''),(41902,20149,'pyre_page_bg_id',''),(41903,20149,'pyre_page_bg_full','default'),(41904,20149,'pyre_page_bg_repeat','default'),(41905,20149,'pyre_wide_page_bg_color',''),(41906,20149,'pyre_wide_page_bg',''),(41907,20149,'pyre_wide_page_bg_id',''),(41908,20149,'pyre_wide_page_bg_full','default'),(41909,20149,'pyre_wide_page_bg_repeat','default'),(41910,20149,'pyre_page_title','default'),(41911,20149,'pyre_page_title_breadcrumbs_search_bar','default'),(41912,20149,'pyre_page_title_text','default'),(41913,20149,'pyre_page_title_text_alignment','default'),(41914,20149,'pyre_page_title_custom_text',''),(41915,20149,'pyre_page_title_text_size',''),(41916,20149,'pyre_page_title_line_height',''),(41917,20149,'pyre_page_title_custom_subheader',''),(41918,20149,'pyre_page_title_custom_subheader_text_size',''),(41919,20149,'pyre_page_title_font_color',''),(41920,20149,'pyre_page_title_subheader_font_color',''),(41921,20149,'pyre_page_title_100_width','default'),(41922,20149,'pyre_page_title_height',''),(41923,20149,'pyre_page_title_mobile_height',''),(41924,20149,'pyre_page_title_bar_bg_color',''),(41925,20149,'pyre_page_title_bar_borders_color',''),(41926,20149,'pyre_page_title_bar_bg',''),(41927,20149,'pyre_page_title_bar_bg_id',''),(41928,20149,'pyre_page_title_bar_bg_retina',''),(41929,20149,'pyre_page_title_bar_bg_retina_id',''),(41930,20149,'pyre_page_title_bar_bg_full','default'),(41931,20149,'pyre_page_title_bg_parallax','default'),(41932,20149,'sharing_disabled','1'),(41933,20149,'_wpas_done_all','1'),(41934,20149,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551410900;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:20138;}i:1;a:1:{s:2:\"id\";i:20158;}i:2;a:1:{s:2:\"id\";i:20155;}}}}'),(46616,20149,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46619,20149,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(41939,20149,'_edit_lock','1551556138:1'),(41940,20149,'_edit_last','1'),(46617,20149,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46624,20138,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45122,20301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/02/shirt-bkgrd.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-150x150.jpg\";s:5:\"width\";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:\"shirt-bkgrd-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"shirt-bkgrd-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"shirt-bkgrd-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shirt-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shirt-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45121,20301,'_wp_attached_file','2019/02/shirt-bkgrd.jpg'),(41954,20151,'_sku',''),(41955,20151,'_regular_price','1.99'),(41956,20151,'_sale_price',''),(41957,20151,'_sale_price_dates_from',''),(41958,20151,'_sale_price_dates_to',''),(41959,20151,'total_sales','0'),(41960,20151,'_tax_status','taxable'),(41961,20151,'_tax_class',''),(41962,20151,'_manage_stock','no'),(41963,20151,'_backorders','no'),(41964,20151,'_low_stock_amount',''),(41965,20151,'_sold_individually','no'),(41966,20151,'_weight',''),(41967,20151,'_length',''),(41968,20151,'_width',''),(41969,20151,'_height',''),(41970,20151,'_upsell_ids','a:0:{}'),(41971,20151,'_crosssell_ids','a:0:{}'),(41972,20151,'_purchase_note',''),(41973,20151,'_default_attributes','a:0:{}'),(41974,20151,'_virtual','no'),(41975,20151,'_downloadable','yes'),(41976,20151,'_product_image_gallery',''),(41977,20151,'_download_limit','1'),(41978,20151,'_download_expiry','-1'),(41979,20151,'_thumbnail_id','20370'),(41980,20151,'_stock',NULL),(41981,20151,'_stock_status','instock'),(41982,20151,'_wc_average_rating','0'),(41983,20151,'_wc_rating_count','a:0:{}'),(41984,20151,'_wc_review_count','0'),(41985,20151,'_downloadable_files','a:1:{s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";a:3:{s:2:\"id\";s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";s:4:\"name\";s:30:\"You Are Amazing Card Superhero\";s:4:\"file\";s:86:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Superhero.pdf\";}}'),(41986,20151,'_product_attributes','a:0:{}'),(41987,20151,'_product_version','3.5.5'),(41988,20151,'_price','1.99'),(41989,20151,'slide_template','default'),(41990,20151,'pyre_main_top_padding',''),(41991,20151,'pyre_main_bottom_padding',''),(41992,20151,'pyre_portfolio_width_100','default'),(41993,20151,'pyre_hundredp_padding',''),(41994,20151,'pyre_display_header','yes'),(41995,20151,'pyre_header_100_width','default'),(41996,20151,'pyre_combined_header_bg_color',''),(41997,20151,'pyre_mobile_header_bg_color',''),(41998,20151,'pyre_header_bg',''),(41999,20151,'pyre_header_bg_id',''),(42000,20151,'pyre_header_bg_full','no'),(42001,20151,'pyre_header_bg_repeat','repeat'),(42002,20151,'pyre_displayed_menu','default'),(42003,20151,'pyre_display_footer','default'),(42004,20151,'pyre_display_copyright','default'),(42005,20151,'pyre_footer_100_width','default'),(42006,20151,'pyre_sidebar_position','default'),(42007,20151,'pyre_responsive_sidebar_order',''),(42008,20151,'pyre_sidebar_sticky','default'),(42009,20151,'pyre_sidebar_bg_color',''),(42010,20151,'pyre_slider_type','no'),(42011,20151,'pyre_slider','0'),(42012,20151,'pyre_wooslider',''),(42013,20151,'pyre_revslider','0'),(42014,20151,'pyre_elasticslider','0'),(42015,20151,'pyre_slider_position','default'),(42016,20151,'pyre_avada_rev_styles','default'),(42017,20151,'pyre_fallback',''),(42018,20151,'pyre_fallback_id',''),(42019,20151,'pyre_demo_slider',''),(42020,20151,'pyre_page_bg_layout','default'),(42021,20151,'pyre_page_bg_color',''),(42022,20151,'pyre_page_bg',''),(42023,20151,'pyre_page_bg_id',''),(42024,20151,'pyre_page_bg_full','default'),(42025,20151,'pyre_page_bg_repeat','default'),(42026,20151,'pyre_wide_page_bg_color',''),(42027,20151,'pyre_wide_page_bg',''),(42028,20151,'pyre_wide_page_bg_id',''),(42029,20151,'pyre_wide_page_bg_full','default'),(42030,20151,'pyre_wide_page_bg_repeat','default'),(42031,20151,'pyre_page_title','default'),(42032,20151,'pyre_page_title_breadcrumbs_search_bar','default'),(42033,20151,'pyre_page_title_text','default'),(42034,20151,'pyre_page_title_text_alignment','default'),(42035,20151,'pyre_page_title_custom_text',''),(42036,20151,'pyre_page_title_text_size',''),(42037,20151,'pyre_page_title_line_height',''),(42038,20151,'pyre_page_title_custom_subheader',''),(42039,20151,'pyre_page_title_custom_subheader_text_size',''),(42040,20151,'pyre_page_title_font_color',''),(42041,20151,'pyre_page_title_subheader_font_color',''),(42042,20151,'pyre_page_title_100_width','default'),(42043,20151,'pyre_page_title_height',''),(42044,20151,'pyre_page_title_mobile_height',''),(42045,20151,'pyre_page_title_bar_bg_color',''),(42046,20151,'pyre_page_title_bar_borders_color',''),(42047,20151,'pyre_page_title_bar_bg',''),(42048,20151,'pyre_page_title_bar_bg_id',''),(42049,20151,'pyre_page_title_bar_bg_retina',''),(42050,20151,'pyre_page_title_bar_bg_retina_id',''),(42051,20151,'pyre_page_title_bar_bg_full','default'),(42052,20151,'pyre_page_title_bg_parallax','default'),(42053,20151,'sharing_disabled','1'),(42054,20151,'_wpas_done_all','1'),(42055,20151,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551411060;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:20149;}i:1;a:1:{s:2:\"id\";i:20155;}i:2;a:1:{s:2:\"id\";i:20138;}}}}'),(46609,20151,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46608,20151,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46611,20151,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46610,20151,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42060,20151,'_edit_lock','1551640713:1'),(42061,20151,'_edit_last','1'),(42083,20149,'_wp_old_slug','you-are-amazing-card-type'),(42168,20155,'_regular_price','4.99'),(42108,19556,'_edit_lock','1550655230:1'),(42113,19556,'pyre_portfolio_width_100','default'),(42114,19556,'pyre_combined_header_bg_color',''),(42115,19556,'pyre_mobile_header_bg_color',''),(42116,19556,'pyre_header_bg_id',''),(42117,19556,'pyre_responsive_sidebar_order',''),(42118,19556,'pyre_sidebar_sticky','default'),(42119,19556,'pyre_fallback_id',''),(42120,19556,'pyre_demo_slider',''),(42121,19556,'pyre_page_bg_id',''),(42122,19556,'pyre_wide_page_bg_id',''),(42123,19556,'pyre_page_title_line_height',''),(42124,19556,'pyre_page_title_subheader_font_color',''),(42125,19556,'pyre_page_title_bar_bg_id',''),(42126,19556,'pyre_page_title_bar_bg_retina_id',''),(42131,19556,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(42133,19556,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42169,20155,'_sale_price',''),(42170,20155,'_sale_price_dates_from',''),(42171,20155,'_sale_price_dates_to',''),(42172,20155,'total_sales','0'),(42173,20155,'_tax_status','taxable'),(42174,20155,'_tax_class',''),(42175,20155,'_manage_stock','no'),(42176,20155,'_backorders','no'),(42177,20155,'_low_stock_amount',''),(42178,20155,'_sold_individually','no'),(42179,20155,'_weight',''),(42180,20155,'_length',''),(42181,20155,'_width',''),(42182,20155,'_height',''),(42183,20155,'_upsell_ids','a:0:{}'),(42184,20155,'_crosssell_ids','a:0:{}'),(42185,20155,'_purchase_note',''),(42186,20155,'_default_attributes','a:0:{}'),(42187,20155,'_virtual','no'),(42188,20155,'_downloadable','yes'),(42189,20155,'_product_image_gallery',''),(42190,20155,'_download_limit','1'),(42191,20155,'_download_expiry','-1'),(42192,20155,'_thumbnail_id','20369'),(42193,20155,'_stock',NULL),(42194,20155,'_stock_status','instock'),(42195,20155,'_wc_average_rating','0'),(42196,20155,'_wc_rating_count','a:0:{}'),(42197,20155,'_wc_review_count','0'),(42198,20155,'_downloadable_files','a:1:{s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";a:3:{s:2:\"id\";s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";s:4:\"name\";s:25:\"You Are Amazing Card Star\";s:4:\"file\";s:81:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Star.pdf\";}}'),(42199,20155,'_product_attributes','a:0:{}'),(42200,20155,'_product_version','3.5.5'),(42201,20155,'_price','4.99'),(42202,20155,'slide_template','default'),(42203,20155,'pyre_main_top_padding',''),(42204,20155,'pyre_main_bottom_padding',''),(42205,20155,'pyre_portfolio_width_100','default'),(42206,20155,'pyre_hundredp_padding',''),(42207,20155,'pyre_display_header','yes'),(42208,20155,'pyre_header_100_width','default'),(42209,20155,'pyre_combined_header_bg_color',''),(42210,20155,'pyre_mobile_header_bg_color',''),(42211,20155,'pyre_header_bg',''),(42212,20155,'pyre_header_bg_id',''),(42213,20155,'pyre_header_bg_full','no'),(42214,20155,'pyre_header_bg_repeat','repeat'),(42215,20155,'pyre_displayed_menu','default'),(42216,20155,'pyre_display_footer','default'),(42217,20155,'pyre_display_copyright','default'),(42218,20155,'pyre_footer_100_width','default'),(42219,20155,'pyre_sidebar_position','default'),(42220,20155,'pyre_responsive_sidebar_order',''),(42221,20155,'pyre_sidebar_sticky','default'),(42222,20155,'pyre_sidebar_bg_color',''),(42223,20155,'pyre_slider_type','no'),(42224,20155,'pyre_slider','0'),(42225,20155,'pyre_wooslider',''),(42226,20155,'pyre_revslider','0'),(42227,20155,'pyre_elasticslider','0'),(42228,20155,'pyre_slider_position','default'),(42229,20155,'pyre_avada_rev_styles','default'),(42230,20155,'pyre_fallback',''),(42231,20155,'pyre_fallback_id',''),(42232,20155,'pyre_demo_slider',''),(42233,20155,'pyre_page_bg_layout','default'),(42234,20155,'pyre_page_bg_color',''),(42235,20155,'pyre_page_bg',''),(42236,20155,'pyre_page_bg_id',''),(42237,20155,'pyre_page_bg_full','default'),(42238,20155,'pyre_page_bg_repeat','default'),(42239,20155,'pyre_wide_page_bg_color',''),(42240,20155,'pyre_wide_page_bg',''),(42241,20155,'pyre_wide_page_bg_id',''),(42242,20155,'pyre_wide_page_bg_full','default'),(42243,20155,'pyre_wide_page_bg_repeat','default'),(42244,20155,'pyre_page_title','default'),(42245,20155,'pyre_page_title_breadcrumbs_search_bar','default'),(42246,20155,'pyre_page_title_text','default'),(42247,20155,'pyre_page_title_text_alignment','default'),(42248,20155,'pyre_page_title_custom_text',''),(42249,20155,'pyre_page_title_text_size',''),(42250,20155,'pyre_page_title_line_height',''),(42251,20155,'pyre_page_title_custom_subheader',''),(42252,20155,'pyre_page_title_custom_subheader_text_size',''),(42253,20155,'pyre_page_title_font_color',''),(42254,20155,'pyre_page_title_subheader_font_color',''),(42255,20155,'pyre_page_title_100_width','default'),(42256,20155,'pyre_page_title_height',''),(42257,20155,'pyre_page_title_mobile_height',''),(42258,20155,'pyre_page_title_bar_bg_color',''),(42259,20155,'pyre_page_title_bar_borders_color',''),(42260,20155,'pyre_page_title_bar_bg',''),(42261,20155,'pyre_page_title_bar_bg_id',''),(42262,20155,'pyre_page_title_bar_bg_retina',''),(42263,20155,'pyre_page_title_bar_bg_retina_id',''),(42264,20155,'pyre_page_title_bar_bg_full','default'),(42265,20155,'pyre_page_title_bg_parallax','default'),(42266,20155,'sharing_disabled','1'),(42267,20155,'_wpas_done_all','1'),(42268,20155,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551550806;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:20149;}i:1;a:1:{s:2:\"id\";i:20151;}i:2;a:1:{s:2:\"id\";i:20138;}}}}'),(46601,20155,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46603,20155,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(42273,20155,'_edit_lock','1551555633:1'),(42274,20155,'_edit_last','1'),(42284,20156,'_sku',''),(42285,20156,'_regular_price','4.99'),(42286,20156,'_sale_price',''),(42287,20156,'_sale_price_dates_from',''),(42288,20156,'_sale_price_dates_to',''),(42289,20156,'total_sales','0'),(42290,20156,'_tax_status','taxable'),(42291,20156,'_tax_class',''),(42292,20156,'_manage_stock','no'),(42293,20156,'_backorders','no'),(42294,20156,'_low_stock_amount',''),(42295,20156,'_sold_individually','no'),(42296,20156,'_weight',''),(42297,20156,'_length',''),(42298,20156,'_width',''),(42299,20156,'_height',''),(42300,20156,'_upsell_ids','a:0:{}'),(42301,20156,'_crosssell_ids','a:0:{}'),(42302,20156,'_purchase_note',''),(42303,20156,'_default_attributes','a:0:{}'),(42304,20156,'_virtual','no'),(42305,20156,'_downloadable','yes'),(42306,20156,'_product_image_gallery',''),(42307,20156,'_download_limit','1'),(42308,20156,'_download_expiry','-1'),(42309,20156,'_thumbnail_id','20368'),(42310,20156,'_stock',NULL),(42311,20156,'_stock_status','instock'),(42312,20156,'_wc_average_rating','0'),(42313,20156,'_wc_rating_count','a:0:{}'),(42314,20156,'_wc_review_count','0'),(42315,20156,'_downloadable_files','a:1:{s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";a:3:{s:2:\"id\";s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";s:4:\"name\";s:27:\"You Are Amazing Card Puzzle\";s:4:\"file\";s:83:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Puzzle.pdf\";}}'),(42316,20156,'_product_attributes','a:0:{}'),(42317,20156,'_product_version','3.5.5'),(42318,20156,'_price','4.99'),(42319,20156,'slide_template','default'),(42320,20156,'pyre_main_top_padding',''),(42321,20156,'pyre_main_bottom_padding',''),(42322,20156,'pyre_portfolio_width_100','default'),(42323,20156,'pyre_hundredp_padding',''),(42324,20156,'pyre_display_header','yes'),(42325,20156,'pyre_header_100_width','default'),(42326,20156,'pyre_combined_header_bg_color',''),(42327,20156,'pyre_mobile_header_bg_color',''),(42328,20156,'pyre_header_bg',''),(42329,20156,'pyre_header_bg_id',''),(42330,20156,'pyre_header_bg_full','no'),(42331,20156,'pyre_header_bg_repeat','repeat'),(42332,20156,'pyre_displayed_menu','default'),(42333,20156,'pyre_display_footer','default'),(42334,20156,'pyre_display_copyright','default'),(42335,20156,'pyre_footer_100_width','default'),(42336,20156,'pyre_sidebar_position','default'),(42337,20156,'pyre_responsive_sidebar_order',''),(42338,20156,'pyre_sidebar_sticky','default'),(42339,20156,'pyre_sidebar_bg_color',''),(42340,20156,'pyre_slider_type','no'),(42341,20156,'pyre_slider','0'),(42342,20156,'pyre_wooslider',''),(42343,20156,'pyre_revslider','0'),(42344,20156,'pyre_elasticslider','0'),(42345,20156,'pyre_slider_position','default'),(42346,20156,'pyre_avada_rev_styles','default'),(42347,20156,'pyre_fallback',''),(42348,20156,'pyre_fallback_id',''),(42349,20156,'pyre_demo_slider',''),(42350,20156,'pyre_page_bg_layout','default'),(42351,20156,'pyre_page_bg_color',''),(42352,20156,'pyre_page_bg',''),(42353,20156,'pyre_page_bg_id',''),(42354,20156,'pyre_page_bg_full','default'),(42355,20156,'pyre_page_bg_repeat','default'),(42356,20156,'pyre_wide_page_bg_color',''),(42357,20156,'pyre_wide_page_bg',''),(42358,20156,'pyre_wide_page_bg_id',''),(42359,20156,'pyre_wide_page_bg_full','default'),(42360,20156,'pyre_wide_page_bg_repeat','default'),(42361,20156,'pyre_page_title','default'),(42362,20156,'pyre_page_title_breadcrumbs_search_bar','default'),(42363,20156,'pyre_page_title_text','default'),(42364,20156,'pyre_page_title_text_alignment','default'),(42365,20156,'pyre_page_title_custom_text',''),(42366,20156,'pyre_page_title_text_size',''),(42367,20156,'pyre_page_title_line_height',''),(42368,20156,'pyre_page_title_custom_subheader',''),(42369,20156,'pyre_page_title_custom_subheader_text_size',''),(42370,20156,'pyre_page_title_font_color',''),(42371,20156,'pyre_page_title_subheader_font_color',''),(42372,20156,'pyre_page_title_100_width','default'),(42373,20156,'pyre_page_title_height',''),(42374,20156,'pyre_page_title_mobile_height',''),(42375,20156,'pyre_page_title_bar_bg_color',''),(42376,20156,'pyre_page_title_bar_borders_color',''),(42377,20156,'pyre_page_title_bar_bg',''),(42378,20156,'pyre_page_title_bar_bg_id',''),(42379,20156,'pyre_page_title_bar_bg_retina',''),(42380,20156,'pyre_page_title_bar_bg_retina_id',''),(42381,20156,'pyre_page_title_bar_bg_full','default'),(42382,20156,'pyre_page_title_bg_parallax','default'),(42383,20156,'sharing_disabled','1'),(42384,20156,'_wpas_done_all','1'),(42385,20156,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551794846;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:20151;}i:1;a:1:{s:2:\"id\";i:20155;}i:2;a:1:{s:2:\"id\";i:20138;}}}}'),(46593,20156,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46618,20149,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46600,20155,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46602,20155,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42390,20156,'_edit_lock','1551573800:1'),(42391,20156,'_edit_last','1'),(42401,20158,'_sku',''),(42402,20158,'_regular_price','0'),(42403,20158,'_sale_price',''),(42404,20158,'_sale_price_dates_from',''),(42405,20158,'_sale_price_dates_to',''),(42406,20158,'total_sales','4'),(42407,20158,'_tax_status','taxable'),(42408,20158,'_tax_class',''),(42409,20158,'_manage_stock','no'),(42410,20158,'_backorders','no'),(42411,20158,'_low_stock_amount',''),(42412,20158,'_sold_individually','no'),(42413,20158,'_weight',''),(42414,20158,'_length',''),(42415,20158,'_width',''),(42416,20158,'_height',''),(42417,20158,'_upsell_ids','a:0:{}'),(42418,20158,'_crosssell_ids','a:0:{}'),(42419,20158,'_purchase_note',''),(42420,20158,'_default_attributes','a:0:{}'),(42421,20158,'_virtual','no'),(42422,20158,'_downloadable','yes'),(42423,20158,'_product_image_gallery',''),(42424,20158,'_download_limit','1'),(42425,20158,'_download_expiry','-1'),(42426,20158,'_thumbnail_id','20367'),(42427,20158,'_stock',NULL),(42428,20158,'_stock_status','instock'),(42429,20158,'_wc_average_rating','0'),(42430,20158,'_wc_rating_count','a:0:{}'),(42431,20158,'_wc_review_count','0'),(42432,20158,'_downloadable_files','a:1:{s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";a:3:{s:2:\"id\";s:36:\"ecbc92d7-7c08-4501-b99a-e64491780d26\";s:4:\"name\";s:25:\"You Are Amazing Card Free\";s:4:\"file\";s:81:\"https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Free.pdf\";}}'),(42433,20158,'_product_attributes','a:0:{}'),(42434,20158,'_product_version','3.5.5'),(42435,20158,'_price','0'),(42436,20158,'slide_template','default'),(42437,20158,'pyre_main_top_padding',''),(42438,20158,'pyre_main_bottom_padding',''),(42439,20158,'pyre_portfolio_width_100','default'),(42440,20158,'pyre_hundredp_padding',''),(42441,20158,'pyre_display_header','yes'),(42442,20158,'pyre_header_100_width','default'),(42443,20158,'pyre_combined_header_bg_color',''),(42444,20158,'pyre_mobile_header_bg_color',''),(42445,20158,'pyre_header_bg',''),(42446,20158,'pyre_header_bg_id',''),(42447,20158,'pyre_header_bg_full','no'),(42448,20158,'pyre_header_bg_repeat','repeat'),(42449,20158,'pyre_displayed_menu','default'),(42450,20158,'pyre_display_footer','default'),(42451,20158,'pyre_display_copyright','default'),(42452,20158,'pyre_footer_100_width','default'),(42453,20158,'pyre_sidebar_position','default'),(42454,20158,'pyre_responsive_sidebar_order',''),(42455,20158,'pyre_sidebar_sticky','default'),(42456,20158,'pyre_sidebar_bg_color',''),(42457,20158,'pyre_slider_type','no'),(42458,20158,'pyre_slider','0'),(42459,20158,'pyre_wooslider',''),(42460,20158,'pyre_revslider','0'),(42461,20158,'pyre_elasticslider','0'),(42462,20158,'pyre_slider_position','default'),(42463,20158,'pyre_avada_rev_styles','default'),(42464,20158,'pyre_fallback',''),(42465,20158,'pyre_fallback_id',''),(42466,20158,'pyre_demo_slider',''),(42467,20158,'pyre_page_bg_layout','default'),(42468,20158,'pyre_page_bg_color',''),(42469,20158,'pyre_page_bg',''),(42470,20158,'pyre_page_bg_id',''),(42471,20158,'pyre_page_bg_full','default'),(42472,20158,'pyre_page_bg_repeat','default'),(42473,20158,'pyre_wide_page_bg_color',''),(42474,20158,'pyre_wide_page_bg',''),(42475,20158,'pyre_wide_page_bg_id',''),(42476,20158,'pyre_wide_page_bg_full','default'),(42477,20158,'pyre_wide_page_bg_repeat','default'),(42478,20158,'pyre_page_title','default'),(42479,20158,'pyre_page_title_breadcrumbs_search_bar','default'),(42480,20158,'pyre_page_title_text','default'),(42481,20158,'pyre_page_title_text_alignment','default'),(42482,20158,'pyre_page_title_custom_text',''),(42483,20158,'pyre_page_title_text_size',''),(42484,20158,'pyre_page_title_line_height',''),(42485,20158,'pyre_page_title_custom_subheader',''),(42486,20158,'pyre_page_title_custom_subheader_text_size',''),(42487,20158,'pyre_page_title_font_color',''),(42488,20158,'pyre_page_title_subheader_font_color',''),(42489,20158,'pyre_page_title_100_width','default'),(42490,20158,'pyre_page_title_height',''),(42491,20158,'pyre_page_title_mobile_height',''),(42492,20158,'pyre_page_title_bar_bg_color',''),(42493,20158,'pyre_page_title_bar_borders_color',''),(42494,20158,'pyre_page_title_bar_bg',''),(42495,20158,'pyre_page_title_bar_bg_id',''),(42496,20158,'pyre_page_title_bar_bg_retina',''),(42497,20158,'pyre_page_title_bar_bg_retina_id',''),(42498,20158,'pyre_page_title_bar_bg_full','default'),(42499,20158,'pyre_page_title_bg_parallax','default'),(42500,20158,'sharing_disabled','1'),(42501,20158,'_wpas_done_all','1'),(42502,20158,'_jetpack_related_posts_cache','a:1:{s:32:\"32b0bf150bb6bd30c74ed5fafdacd61f\";a:2:{s:7:\"expires\";i:1551613683;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:20138;}i:1;a:1:{s:2:\"id\";i:20149;}i:2;a:1:{s:2:\"id\";i:20151;}}}}'),(46584,20158,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(46585,20158,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(46586,20158,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46587,20158,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(42507,20158,'_edit_lock','1551554534:1'),(42508,20158,'_edit_last','1'),(46592,20156,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(42522,16886,'_edit_lock','1550663045:1'),(42528,16886,'pyre_demo_slider',''),(42529,16886,'pyre_combined_header_bg_color','#000000'),(42530,16886,'pyre_mobile_header_bg_color',''),(42531,16886,'pyre_header_bg_id',''),(42532,16886,'pyre_responsive_sidebar_order',''),(42533,16886,'pyre_sidebar_sticky','default'),(42534,16886,'pyre_page_bg_id',''),(42535,16886,'pyre_wide_page_bg_id',''),(42536,16886,'pyre_page_title_line_height',''),(42537,16886,'pyre_page_title_subheader_font_color',''),(42538,16886,'pyre_page_title_bar_bg_id',''),(42539,16886,'pyre_page_title_bar_bg_retina_id',''),(42540,16886,'kd_featured-image-2_page_id',''),(42541,16886,'kd_featured-image-3_page_id',''),(42542,16886,'kd_featured-image-4_page_id',''),(42543,16886,'kd_featured-image-5_page_id',''),(42544,16886,'_edit_last','1'),(42665,19917,'_edit_lock','1551571362:1'),(42666,19917,'pyre_combined_header_bg_color',''),(46794,19917,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42672,19917,'pyre_fallback_id',''),(42673,19917,'pyre_mobile_header_bg_color',''),(42674,19917,'pyre_header_bg_id',''),(42675,19917,'pyre_responsive_sidebar_order',''),(42676,19917,'pyre_sidebar_sticky','default'),(42677,19917,'pyre_page_bg_id',''),(42678,19917,'pyre_wide_page_bg_id',''),(42679,19917,'pyre_page_title_line_height',''),(42680,19917,'pyre_page_title_subheader_font_color',''),(42681,19917,'pyre_page_title_bar_bg_id',''),(42682,19917,'pyre_page_title_bar_bg_retina_id',''),(42683,19917,'kd_featured-image-2_page_id',''),(42684,19917,'kd_featured-image-3_page_id',''),(42685,19917,'kd_featured-image-4_page_id',''),(42686,19917,'kd_featured-image-5_page_id',''),(42703,19917,'_edit_last','1'),(45018,20296,'_wp_attachment_image_alt','Believe Tee'),(45020,16478,'_edit_lock','1551286517:1'),(45021,16482,'_edit_last','1'),(45022,16482,'_edit_lock','1551286532:1'),(45031,286,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(45032,286,'sbg_selected_sidebar_replacement','a:1:{i:0;s:16:\"Products Sidebar\";}'),(45044,19824,'pyre_combined_header_bg_color',''),(45045,19824,'pyre_mobile_header_bg_color',''),(45046,19824,'pyre_header_bg_id',''),(45047,19824,'pyre_responsive_sidebar_order',''),(45048,19824,'pyre_sidebar_sticky','default'),(45049,19824,'pyre_page_bg_id',''),(45050,19824,'pyre_wide_page_bg_id',''),(45051,19824,'pyre_page_title_line_height',''),(45052,19824,'pyre_page_title_subheader_font_color',''),(45053,19824,'pyre_page_title_bar_bg_id',''),(45054,19824,'pyre_page_title_bar_bg_retina_id',''),(45055,19824,'kd_featured-image-2_page_id',''),(45056,19824,'kd_featured-image-3_page_id',''),(45057,19824,'kd_featured-image-4_page_id',''),(45058,19824,'kd_featured-image-5_page_id',''),(45085,16728,'pyre_combined_header_bg_color',''),(45086,16728,'pyre_mobile_header_bg_color',''),(45087,16728,'pyre_header_bg_id',''),(45088,16728,'pyre_responsive_sidebar_order',''),(45089,16728,'pyre_page_bg_id',''),(45090,16728,'pyre_wide_page_bg_id',''),(45091,16728,'pyre_page_title_subheader_font_color',''),(45092,16728,'pyre_page_title_bar_bg_id','16742'),(45093,16728,'pyre_page_title_bar_bg_retina_id',''),(45110,20300,'_wp_attached_file','2019/02/photo-art-bkgrd.jpg'),(45111,20300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/02/photo-art-bkgrd.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-150x150.jpg\";s:5:\"width\";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:\"photo-art-bkgrd-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"photo-art-bkgrd-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:28:\"photo-art-bkgrd-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"photo-art-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"photo-art-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42831,16586,'_edit_lock','1550662726:1'),(42832,19916,'_edit_last','1'),(47035,19916,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(47037,19916,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42837,19916,'slide_template',''),(42842,19916,'pyre_fallback_id',''),(42844,19916,'pyre_header_bg_id',''),(42845,19916,'pyre_responsive_sidebar_order',''),(42846,19916,'pyre_sidebar_sticky','default'),(42847,19916,'pyre_page_bg_id',''),(42848,19916,'pyre_wide_page_bg_id',''),(42849,19916,'pyre_page_title_line_height',''),(42850,19916,'pyre_page_title_subheader_font_color',''),(42851,19916,'pyre_page_title_bar_bg_id',''),(42852,19916,'pyre_page_title_bar_bg_retina_id',''),(42853,19916,'kd_featured-image-2_page_id',''),(42854,19916,'kd_featured-image-3_page_id',''),(42855,19916,'kd_featured-image-4_page_id',''),(42856,19916,'kd_featured-image-5_page_id',''),(42873,16586,'_wp_trash_meta_status','publish'),(42874,16586,'_wp_trash_meta_time','1550663815'),(42875,16586,'_wp_desired_post_slug','checkout'),(42876,19920,'_wp_trash_meta_status','publish'),(42877,19920,'_wp_trash_meta_time','1550663961'),(42878,19920,'_wp_desired_post_slug','full-shop'),(42879,19921,'_wp_trash_meta_status','publish'),(42880,19921,'_wp_trash_meta_time','1550663980'),(42881,19921,'_wp_desired_post_slug','full-shop-with-sidebar-2'),(42882,16560,'_wp_trash_meta_status','publish'),(42883,16560,'_wp_trash_meta_time','1550664039'),(42884,16560,'_wp_desired_post_slug','blog2'),(42885,19913,'_wp_trash_meta_status','publish'),(42886,19913,'_wp_trash_meta_time','1550664124'),(42887,19913,'_wp_desired_post_slug','home-4'),(42888,16546,'_wp_trash_meta_status','publish'),(42889,16546,'_wp_trash_meta_time','1550664124'),(42890,16546,'_wp_desired_post_slug','home-2'),(42891,16572,'_wp_trash_meta_status','publish'),(42892,16572,'_wp_trash_meta_time','1550664124'),(42893,16572,'_wp_desired_post_slug','home-1-2'),(42894,19926,'_wp_trash_meta_status','publish'),(42895,19926,'_wp_trash_meta_time','1550664124'),(42896,19926,'_wp_desired_post_slug','home-2-2'),(42897,16594,'_wp_trash_meta_status','publish'),(42898,16594,'_wp_trash_meta_time','1550664124'),(42899,16594,'_wp_desired_post_slug','home-3'),(42900,19927,'_wp_trash_meta_status','publish'),(42901,19927,'_wp_trash_meta_time','1550664124'),(42902,19927,'_wp_desired_post_slug','home-3-2'),(42903,16576,'_wp_trash_meta_status','publish'),(42904,16576,'_wp_trash_meta_time','1550664375'),(42905,16576,'_wp_desired_post_slug','my-account'),(42906,286,'_edit_lock','1551286715:1'),(42907,286,'pyre_combined_header_bg_color',''),(44976,19918,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(42915,19918,'slide_template','default'),(42920,19918,'pyre_fallback_id',''),(42921,19918,'pyre_mobile_header_bg_color',''),(42922,19918,'pyre_header_bg_id',''),(42923,19918,'pyre_responsive_sidebar_order',''),(42924,19918,'pyre_sidebar_sticky','default'),(42925,19918,'pyre_page_bg_id',''),(42926,19918,'pyre_wide_page_bg_id',''),(42927,19918,'pyre_page_title_line_height',''),(42928,19918,'pyre_page_title_subheader_font_color',''),(42929,19918,'pyre_page_title_bar_bg_id',''),(42930,19918,'pyre_page_title_bar_bg_retina_id',''),(42931,19918,'kd_featured-image-2_page_id',''),(42932,19918,'kd_featured-image-3_page_id',''),(42933,19918,'kd_featured-image-4_page_id',''),(42934,19918,'kd_featured-image-5_page_id',''),(43031,19608,'_edit_lock','1550683392:1'),(46594,20156,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(46595,20156,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(43124,20199,'_edit_lock','1551398168:1'),(43125,20199,'_edit_last','1'),(43126,20199,'_thumbnail_id','20101'),(43229,20199,'_wpas_done_all','1'),(43138,20199,'slide_template','default'),(43139,20199,'sharing_disabled','1'),(43144,20199,'pyre_show_first_featured_image','no'),(43145,20199,'pyre_fimg_width',''),(43146,20199,'pyre_fimg_height',''),(43147,20199,'pyre_portfolio_width_100','default'),(43148,20199,'pyre_video',''),(43149,20199,'pyre_image_rollover_icons','default'),(43150,20199,'pyre_link_icon_url',''),(43151,20199,'pyre_post_links_target','no'),(43152,20199,'pyre_related_posts','default'),(43153,20199,'pyre_share_box','default'),(43154,20199,'pyre_post_pagination','default'),(43155,20199,'pyre_author_info','default'),(43156,20199,'pyre_post_meta','default'),(43157,20199,'pyre_post_comments','default'),(43158,20199,'pyre_slider_type','no'),(43159,20199,'pyre_slider','0'),(43160,20199,'pyre_wooslider',''),(43161,20199,'pyre_revslider','0'),(43162,20199,'pyre_elasticslider','0'),(43163,20199,'pyre_slider_position','default'),(43164,20199,'pyre_avada_rev_styles','default'),(43165,20199,'pyre_fallback',''),(43166,20199,'pyre_fallback_id',''),(43167,20199,'pyre_demo_slider',''),(43168,20199,'pyre_main_top_padding',''),(43169,20199,'pyre_main_bottom_padding',''),(43170,20199,'pyre_hundredp_padding',''),(43171,20199,'pyre_display_header','yes'),(43172,20199,'pyre_header_100_width','default'),(43173,20199,'pyre_combined_header_bg_color',''),(43174,20199,'pyre_mobile_header_bg_color',''),(43175,20199,'pyre_header_bg',''),(43176,20199,'pyre_header_bg_id',''),(43177,20199,'pyre_header_bg_full','no'),(43178,20199,'pyre_header_bg_repeat','repeat'),(43179,20199,'pyre_displayed_menu','default'),(43180,20199,'pyre_display_footer','default'),(43181,20199,'pyre_display_copyright','default'),(43182,20199,'pyre_footer_100_width','default'),(43183,20199,'pyre_sidebar_position','default'),(43184,20199,'pyre_responsive_sidebar_order',''),(43185,20199,'pyre_sidebar_sticky','default'),(43186,20199,'pyre_sidebar_bg_color',''),(43187,20199,'pyre_page_bg_layout','default'),(43188,20199,'pyre_page_bg_color',''),(43189,20199,'pyre_page_bg',''),(43190,20199,'pyre_page_bg_id',''),(43191,20199,'pyre_page_bg_full','default'),(43192,20199,'pyre_page_bg_repeat','default'),(43193,20199,'pyre_wide_page_bg_color',''),(43194,20199,'pyre_wide_page_bg',''),(43195,20199,'pyre_wide_page_bg_id',''),(43196,20199,'pyre_wide_page_bg_full','default'),(43197,20199,'pyre_wide_page_bg_repeat','default'),(43198,20199,'pyre_page_title','default'),(43199,20199,'pyre_page_title_breadcrumbs_search_bar','default'),(43200,20199,'pyre_page_title_text','default'),(43201,20199,'pyre_page_title_text_alignment','default'),(43202,20199,'pyre_page_title_custom_text',''),(43203,20199,'pyre_page_title_text_size',''),(43204,20199,'pyre_page_title_line_height',''),(43205,20199,'pyre_page_title_custom_subheader',''),(43206,20199,'pyre_page_title_custom_subheader_text_size',''),(43207,20199,'pyre_page_title_font_color',''),(43208,20199,'pyre_page_title_subheader_font_color',''),(43209,20199,'pyre_page_title_100_width','default'),(43210,20199,'pyre_page_title_height',''),(43211,20199,'pyre_page_title_mobile_height',''),(43212,20199,'pyre_page_title_bar_bg_color',''),(43213,20199,'pyre_page_title_bar_borders_color',''),(43214,20199,'pyre_page_title_bar_bg',''),(43215,20199,'pyre_page_title_bar_bg_id',''),(43216,20199,'pyre_page_title_bar_bg_retina',''),(43217,20199,'pyre_page_title_bar_bg_retina_id',''),(43218,20199,'pyre_page_title_bar_bg_full','default'),(43219,20199,'pyre_page_title_bg_parallax','default'),(43220,20199,'fusion_builder_status','active'),(43221,20199,'kd_featured-image-2_post_id',''),(43222,20199,'kd_featured-image-3_post_id',''),(43223,20199,'kd_featured-image-4_post_id',''),(43224,20199,'kd_featured-image-5_post_id',''),(43694,20199,'avada_post_views_count','22'),(43695,20199,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1551590213;s:7:\"payload\";a:0:{}}}'),(46276,20354,'_edit_last','1'),(44123,20199,'_yoast_wpseo_content_score','30'),(44134,19917,'_yoast_wpseo_content_score','30'),(45112,20300,'_wp_attachment_image_alt','Photo Art'),(44956,20290,'_wp_attached_file','2019/02/account-quote-bkgrd2.jpg'),(44957,20290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2019/02/account-quote-bkgrd2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-150x150.jpg\";s:5:\"width\";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:\"account-quote-bkgrd2-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:32:\"account-quote-bkgrd2-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:33:\"account-quote-bkgrd2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"account-quote-bkgrd2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:33:\"account-quote-bkgrd2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"account-quote-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"account-quote-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43893,20228,'_wp_attached_file','2019/02/books.jpg'),(43894,20228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:636;s:4:\"file\";s:17:\"2019/02/books.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"books-150x150.jpg\";s:5:\"width\";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:\"books-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"books-718x400.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"books-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"books-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"books-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"books-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"books-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"books-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"books-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"books-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"books-200x177.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"books-400x354.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"books-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"books-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"books-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"books-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"books-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"books-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"books-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43895,20228,'_wp_attachment_image_alt','Helpful Books'),(43955,20111,'_jetpack_related_posts_cache','a:1:{s:32:\"445a927db38e888276a96c16f8c13e94\";a:2:{s:7:\"expires\";i:1550923409;s:7:\"payload\";a:0:{}}}'),(43977,94,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551158077;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:96;}}}}'),(43990,114,'_jetpack_related_posts_cache','a:1:{s:32:\"3c7dfa73ad13c913f6fa7d9608871fa6\";a:2:{s:7:\"expires\";i:1551158254;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:85;}i:1;a:1:{s:2:\"id\";i:92;}i:2;a:1:{s:2:\"id\";i:94;}}}}'),(44027,10,'_yoast_wpseo_content_score','90'),(44056,19823,'_yoast_wpseo_content_score','90'),(44083,20240,'_wp_attached_file','2019/02/amazing-quote-bkgrd2.jpg'),(44084,20240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:4:\"file\";s:32:\"2019/02/amazing-quote-bkgrd2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-150x150.jpg\";s:5:\"width\";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:\"amazing-quote-bkgrd2-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:32:\"amazing-quote-bkgrd2-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:33:\"amazing-quote-bkgrd2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"amazing-quote-bkgrd2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:33:\"amazing-quote-bkgrd2-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"amazing-quote-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44085,20241,'_wp_attached_file','2019/02/cart-bkgrd.jpg'),(44086,20241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2019/02/cart-bkgrd.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-150x150.jpg\";s:5:\"width\";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:\"cart-bkgrd-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:22:\"cart-bkgrd-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:23:\"cart-bkgrd-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"cart-bkgrd-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"cart-bkgrd-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"cart-bkgrd-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"cart-bkgrd-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"cart-bkgrd-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"cart-bkgrd-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"cart-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cart-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44165,20248,'_wp_attached_file','2019/02/resource-services.png'),(44150,12,'_yoast_wpseo_content_score','30'),(44163,20247,'_wp_attached_file','2019/02/resource-book.png'),(44164,20247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:25:\"2019/02/resource-book.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"resource-book-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"resource-book-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"resource-book-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"resource-book-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"resource-book-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"resource-book-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"resource-book-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"resource-book-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"resource-book-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"resource-book-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"resource-book-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"resource-book-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:24:\"resource-book-200x98.png\";s:5:\"width\";i:200;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:25:\"resource-book-400x195.png\";s:5:\"width\";i:400;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:25:\"resource-book-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:25:\"resource-book-800x391.png\";s:5:\"width\";i:800;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"resource-book-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"resource-book-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"resource-book-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"resource-book-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"resource-book-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"resource-book-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44187,20250,'_wp_attached_file','2019/02/resource-links.png'),(44188,20250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:460;s:4:\"file\";s:26:\"2019/02/resource-links.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"resource-links-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:\"resource-links-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"resource-links-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"resource-links-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"resource-links-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"resource-links-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"resource-links-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"resource-links-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"resource-links-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"resource-links-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"resource-links-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"resource-links-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:25:\"resource-links-200x98.png\";s:5:\"width\";i:200;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:26:\"resource-links-400x195.png\";s:5:\"width\";i:400;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:26:\"resource-links-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:26:\"resource-links-800x391.png\";s:5:\"width\";i:800;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"resource-links-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"resource-links-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"resource-links-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"resource-links-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"resource-links-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"resource-links-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44235,20254,'_wp_attached_file','2019/02/links-testimonial.jpg'),(44236,20254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2019/02/links-testimonial.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"links-testimonial-150x150.jpg\";s:5:\"width\";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:\"links-testimonial-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:\"links-testimonial-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:\"links-testimonial-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"links-testimonial-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"links-testimonial-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"links-testimonial-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"links-testimonial-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"links-testimonial-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"links-testimonial-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"links-testimonial-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"links-testimonial-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"links-testimonial-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"links-testimonial-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"links-testimonial-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"links-testimonial-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"links-testimonial-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"links-testimonial-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"links-testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"links-testimonial-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"links-testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"links-testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"links-testimonial-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"links-testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44557,12,'_oembed_d0a058f2079194457d90232788d31ab5','<blockquote class=\"wp-embedded-content\" data-secret=\"bkkqJdzb1D\"><a href=\"https://www.louisehay.com/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.louisehay.com/embed/#?secret=bkkqJdzb1D\" data-secret=\"bkkqJdzb1D\" width=\"500\" height=\"282\" title=\"&#8220;Home&#8221; &#8212; Louise Hay\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(44558,12,'_oembed_time_d0a058f2079194457d90232788d31ab5','1551222610'),(44579,12,'_oembed_629e962c83973a3ede457a975f9486a7','{{unknown}}'),(45123,20301,'_wp_attachment_image_alt',''),(45164,20304,'_wp_attached_file','2019/02/shirt-bkgrd2.jpg'),(45165,20304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/02/shirt-bkgrd2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-150x150.jpg\";s:5:\"width\";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:\"shirt-bkgrd2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"shirt-bkgrd2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"shirt-bkgrd2-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"shirt-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"shirt-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44872,16378,'_wp_trash_meta_status','publish'),(44873,16378,'_wp_trash_meta_time','1551281958'),(44874,16378,'_wp_desired_post_slug','aenean-lobortis-sapien-enim-viverra'),(44875,16375,'_wp_trash_meta_status','publish'),(44876,16375,'_wp_trash_meta_time','1551281958'),(44877,16375,'_wp_desired_post_slug','duis-ac-massa-semper-maximus-lacus'),(44878,16372,'_wp_trash_meta_status','publish'),(44879,16372,'_wp_trash_meta_time','1551281958'),(44880,16372,'_wp_desired_post_slug','nunc-ferment-nulla-eu-justo'),(44881,16369,'_wp_trash_meta_status','publish'),(44882,16369,'_wp_trash_meta_time','1551281959'),(44883,16369,'_wp_desired_post_slug','aliquam-posuere-magna-eget'),(44884,16366,'_wp_trash_meta_status','publish'),(44885,16366,'_wp_trash_meta_time','1551281959'),(44886,16366,'_wp_desired_post_slug','cras-ac-nulla-ac-consectetur-rutrum'),(44887,16363,'_wp_trash_meta_status','publish'),(44888,16363,'_wp_trash_meta_time','1551281959'),(44889,16363,'_wp_desired_post_slug','fusce-mattis-nunc-ut-aliquam'),(44890,16350,'_wp_trash_meta_status','publish'),(44891,16350,'_wp_trash_meta_time','1551281959'),(44892,16350,'_wp_desired_post_slug','etiam-cursus-mauris-rutrum-vestibulum'),(44893,16345,'_wp_trash_meta_status','publish'),(44894,16345,'_wp_trash_meta_time','1551281959'),(44895,16345,'_wp_desired_post_slug','sed-aliquet-mi-at-libero-consectetur'),(44896,16317,'_wp_trash_meta_status','publish'),(44897,16317,'_wp_trash_meta_time','1551281959'),(44898,16317,'_wp_desired_post_slug','duis-porta-egestas-libero-interger'),(44899,51,'_wp_trash_meta_status','publish'),(44900,51,'_wp_trash_meta_time','1551281959'),(44901,51,'_wp_desired_post_slug','aenean-odio-mauris-lipsum-1'),(44902,48,'_wp_trash_meta_status','publish'),(44903,48,'_wp_trash_meta_time','1551281959'),(44904,48,'_wp_desired_post_slug','7-ways-to-keep-the-winter-blues-at-bay'),(44905,45,'_wp_trash_meta_status','publish'),(44906,45,'_wp_trash_meta_time','1551281959'),(44907,45,'_wp_desired_post_slug','aenean-odio-mauris-lipsum-3'),(44908,42,'_wp_trash_meta_status','publish'),(44909,42,'_wp_trash_meta_time','1551281960'),(44910,42,'_wp_desired_post_slug','are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained'),(44911,39,'_wp_trash_meta_status','publish'),(44912,39,'_wp_trash_meta_time','1551281960'),(44913,39,'_wp_desired_post_slug','aenean-odio-mauris-lipsum-5'),(44914,36,'_wp_trash_meta_status','publish'),(44915,36,'_wp_trash_meta_time','1551281960'),(44916,36,'_wp_desired_post_slug','aenean-odio-mauris-lipsum-6'),(44917,19825,'_wp_trash_meta_status','publish'),(44918,19825,'_wp_trash_meta_time','1551281960'),(44919,19825,'_wp_desired_post_slug','aenean-odio-mauris-lipsum-7'),(44920,30,'_wp_trash_meta_status','publish'),(44921,30,'_wp_trash_meta_time','1551281960'),(44922,30,'_wp_desired_post_slug','aenean-odio-mauris-lipsum-8'),(44927,286,'pyre_fallback_id',''),(44928,286,'pyre_mobile_header_bg_color',''),(44929,286,'pyre_header_bg_id',''),(44930,286,'pyre_responsive_sidebar_order',''),(44931,286,'pyre_sidebar_sticky','default'),(44932,286,'pyre_page_bg_id',''),(44933,286,'pyre_wide_page_bg_id',''),(44934,286,'pyre_page_title_line_height',''),(44935,286,'pyre_page_title_subheader_font_color',''),(44936,286,'pyre_page_title_bar_bg_id',''),(44937,286,'pyre_page_title_bar_bg_retina_id',''),(44938,286,'kd_featured-image-2_page_id',''),(44939,286,'kd_featured-image-3_page_id',''),(44940,286,'kd_featured-image-4_page_id',''),(44941,286,'kd_featured-image-5_page_id',''),(44978,286,'_edit_last','1'),(45034,286,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(45033,286,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(45007,16250,'_edit_lock','1551286359:1'),(45008,16250,'_edit_last','1'),(45009,16250,'pyre_mp4_id',''),(45010,16250,'pyre_webm_id',''),(45011,16250,'pyre_ogv_id',''),(45012,16250,'pyre_preview_image_id',''),(45013,16250,'pyre_video_display','cover'),(45014,16250,'pyre_heading_size','2'),(45015,16250,'pyre_caption_size','3'),(45016,20296,'_wp_attached_file','2015/09/shop_slide1.jpg'),(45017,20296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2015/09/shop_slide1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shop_slide1-150x150.jpg\";s:5:\"width\";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:\"shop_slide1-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"shop_slide1-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"shop_slide1-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"shop_slide1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"shop_slide1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"shop_slide1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"shop_slide1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"shop_slide1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"shop_slide1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"shop_slide1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"shop_slide1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"shop_slide1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"shop_slide1-200x104.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"shop_slide1-400x208.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"shop_slide1-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"shop_slide1-800x416.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"shop_slide1-1200x624.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"shop_slide1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"shop_slide1-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"shop_slide1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"shop_slide1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"shop_slide1-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"shop_slide1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45166,20304,'_wp_attachment_image_alt','Positive Comfy Shrits'),(46826,20379,'pyre_header_bg_id',''),(46827,20379,'pyre_header_bg_full','no'),(46828,20379,'pyre_header_bg_repeat','repeat'),(46829,20379,'pyre_displayed_menu','default'),(46830,20379,'pyre_display_footer','default'),(46831,20379,'pyre_display_copyright','default'),(46832,20379,'pyre_footer_100_width','default'),(46833,20379,'pyre_sidebar_position','default'),(46834,20379,'pyre_responsive_sidebar_order',''),(46835,20379,'pyre_sidebar_sticky','default'),(46836,20379,'pyre_sidebar_bg_color',''),(46837,20379,'pyre_page_bg_layout','default'),(46838,20379,'pyre_page_bg_color',''),(46839,20379,'pyre_page_bg',''),(46840,20379,'pyre_page_bg_id',''),(46841,20379,'pyre_page_bg_full','default'),(46842,20379,'pyre_page_bg_repeat','default'),(46843,20379,'pyre_wide_page_bg_color',''),(46844,20379,'pyre_wide_page_bg',''),(46845,20379,'pyre_wide_page_bg_id',''),(46846,20379,'pyre_wide_page_bg_full','default'),(46847,20379,'pyre_wide_page_bg_repeat','default'),(46848,20379,'pyre_page_title','default'),(46849,20379,'pyre_page_title_breadcrumbs_search_bar','default'),(46850,20379,'pyre_page_title_text','default'),(46851,20379,'pyre_page_title_text_alignment','default'),(46852,20379,'pyre_page_title_custom_text',''),(46853,20379,'pyre_page_title_text_size',''),(46854,20379,'pyre_page_title_line_height',''),(46855,20379,'pyre_page_title_custom_subheader',''),(46856,20379,'pyre_page_title_custom_subheader_text_size',''),(46857,20379,'pyre_page_title_font_color',''),(46858,20379,'pyre_page_title_subheader_font_color',''),(46859,20379,'pyre_page_title_100_width','default'),(46860,20379,'pyre_page_title_height',''),(46861,20379,'pyre_page_title_mobile_height',''),(46862,20379,'pyre_page_title_bar_bg_color',''),(46863,20379,'pyre_page_title_bar_borders_color',''),(46864,20379,'pyre_page_title_bar_bg',''),(46865,20379,'pyre_page_title_bar_bg_id',''),(46866,20379,'pyre_page_title_bar_bg_retina',''),(46867,20379,'pyre_page_title_bar_bg_retina_id',''),(46868,20379,'pyre_page_title_bar_bg_full','default'),(46869,20379,'pyre_page_title_bg_parallax','default'),(46870,20379,'fusion_builder_status',''),(46871,20379,'kd_featured-image-2_page_id',''),(46872,20379,'kd_featured-image-3_page_id',''),(46873,20379,'kd_featured-image-4_page_id',''),(46874,20379,'kd_featured-image-5_page_id',''),(46884,20382,'_customer_user','1'),(46885,20382,'_payment_method',''),(46886,20382,'_payment_method_title',''),(46887,20382,'_transaction_id',''),(46888,20382,'_customer_ip_address','204.9.110.32'),(46889,20382,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'),(45198,20307,'_wp_attached_file','2019/02/otb-bkgrd.jpg'),(45199,20307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2019/02/otb-bkgrd.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-150x150.jpg\";s:5:\"width\";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:\"otb-bkgrd-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-768x271.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd-1024x361.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"otb-bkgrd-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"otb-bkgrd-200x71.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"otb-bkgrd-400x141.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"otb-bkgrd-600x212.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"otb-bkgrd-800x282.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"otb-bkgrd-1200x424.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"otb-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-600x212.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-600x212.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"otb-bkgrd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45216,20308,'_wp_attached_file','2019/02/otb-bkgrd2.jpg'),(45217,20308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2019/02/otb-bkgrd2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-150x150.jpg\";s:5:\"width\";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:\"otb-bkgrd2-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"otb-bkgrd2-1024x492.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"otb-bkgrd2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"otb-bkgrd2-200x96.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-400x192.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-800x384.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"otb-bkgrd2-1200x576.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"otb-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45218,20309,'_wp_attached_file','2019/02/otb-bkgrd3.jpg'),(45219,20309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2019/02/otb-bkgrd3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-150x150.jpg\";s:5:\"width\";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:\"otb-bkgrd3-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"otb-bkgrd3-1024x492.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"otb-bkgrd3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"otb-bkgrd3-200x96.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-400x192.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-800x384.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"otb-bkgrd3-1200x576.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"otb-bkgrd3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"otb-bkgrd3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45292,19923,'_edit_lock','1551361883:1'),(45293,19923,'pyre_combined_header_bg_color','rgba(255,255,255,0)');
/*!40000 ALTER TABLE `wpyz_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_posts`
--

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

--
-- Dumping data for table `wpyz_posts`
--

LOCK TABLES `wpyz_posts` WRITE;
/*!40000 ALTER TABLE `wpyz_posts` DISABLE KEYS */;
INSERT INTO `wpyz_posts` VALUES (19755,1,'2019-02-03 10:56:24','2019-02-03 18:56:24','','Amazing_Card_footer','','inherit','open','closed','','amazing_card_footer','','','2019-02-03 10:57:29','2019-02-03 18:57:29','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_footer.png',0,'attachment','image/png',0),(38,1,'2015-05-12 09:25:38','2015-05-12 09:25:38','','about-us','','inherit','closed','open','','about-us','','','2015-05-12 09:25:38','2015-05-12 09:25:38','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/about-us.jpg',0,'attachment','image/jpeg',0),(41,1,'2015-05-12 09:28:40','2015-05-12 09:28:40','','banner','','inherit','closed','open','','banner','','','2015-05-12 09:28:40','2015-05-12 09:28:40','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/banner.jpg',0,'attachment','image/jpeg',0),(43,1,'2015-05-12 09:31:45','2015-05-12 09:31:45','','home-slide2','','inherit','closed','open','','home-slide2','','','2015-05-12 09:31:45','2015-05-12 09:31:45','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/home-slide2.jpg',0,'attachment','image/jpeg',0),(47,1,'2015-05-12 09:46:40','2015-05-12 09:46:40','','cart-header','','inherit','closed','open','','cart-header','','','2015-05-12 09:46:40','2015-05-12 09:46:40','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/cart-header.jpg',0,'attachment','image/jpeg',0),(52,1,'2015-05-12 10:07:36','2015-05-12 10:07:36','','shop-slider-700','','inherit','closed','open','','shop-slider-700','','','2015-05-12 10:07:36','2015-05-12 10:07:36','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/shop-slider-700.jpg',0,'attachment','image/jpeg',0),(55,1,'2015-05-12 10:12:54','2015-05-12 10:12:54','','promotion-slider','','inherit','closed','open','','promotion-slider','','','2015-05-12 10:12:54','2015-05-12 10:12:54','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/promotion-slider.jpg',0,'attachment','image/jpeg',0),(57,1,'2015-05-12 10:15:01','2015-05-12 10:15:01','','check-out-slider','','inherit','closed','open','','check-out-slider','','','2015-05-12 10:15:01','2015-05-12 10:15:01','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/check-out-slider.jpg',0,'attachment','image/jpeg',0),(88,1,'2015-05-12 12:19:03','2015-05-12 12:19:03','','call-to-action','','inherit','closed','open','','call-to-action','','','2015-05-12 12:19:03','2015-05-12 12:19:03','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/call-to-action.jpg',0,'attachment','image/jpeg',0),(90,1,'2015-05-12 12:20:34','2015-05-12 12:20:34','','marker','','inherit','closed','open','','marker','','','2015-05-12 12:20:34','2015-05-12 12:20:34','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/marker.png',0,'attachment','image/png',0),(120,1,'2015-05-12 13:06:41','2015-05-12 13:06:41','','my-account-header','','inherit','closed','open','','my-account-header','','','2015-05-12 13:06:41','2015-05-12 13:06:41','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/my-account-header.jpg',0,'attachment','image/jpeg',0),(401,1,'2015-11-30 16:22:43','2015-11-30 16:22:43','','quote_img_1-compressor','','inherit','closed','closed','','quote_img_1-compressor','','','2015-11-30 16:22:43','2015-11-30 16:22:43','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/quote_img_1-compressor.jpg',0,'attachment','image/jpeg',0),(402,1,'2015-11-30 16:22:44','2015-11-30 16:22:44','','quote_img_2-compressor','','inherit','closed','closed','','quote_img_2-compressor','','','2015-11-30 16:22:44','2015-11-30 16:22:44','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/quote_img_2-compressor.jpg',0,'attachment','image/jpeg',0),(412,1,'2015-11-30 17:27:14','2015-11-30 17:27:14','','modern_logo_1x','','inherit','closed','closed','','modern_logo_1x','','','2015-11-30 17:27:14','2015-11-30 17:27:14','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/modern_logo_1x.png',0,'attachment','image/png',0),(413,1,'2015-11-30 17:27:16','2015-11-30 17:27:16','','modern_logo_2x','','inherit','closed','closed','','modern_logo_2x','','','2015-11-30 17:27:16','2015-11-30 17:27:16','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/modern_logo_2x.png',0,'attachment','image/png',0),(419,1,'2015-11-30 17:49:09','2015-11-30 17:49:09','','sidebar_ad-compressor-2','','inherit','closed','closed','','sidebar_ad-compressor-2','','','2015-11-30 17:49:09','2015-11-30 17:49:09','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/sidebar_ad-compressor-2.jpg',0,'attachment','image/jpeg',0),(863,1,'2015-12-02 03:11:39','2015-12-02 03:11:39','','brand_logo_6','','inherit','open','closed','','brand_logo_6','','','2015-12-02 03:11:39','2015-12-02 03:11:39','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_6.png',0,'attachment','image/png',0),(864,1,'2015-12-02 03:11:40','2015-12-02 03:11:40','','brand_logo_7','','inherit','open','closed','','brand_logo_7','','','2015-12-02 03:11:40','2015-12-02 03:11:40','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_7.png',0,'attachment','image/png',0),(865,1,'2015-12-02 03:11:42','2015-12-02 03:11:42','','brand_logo_1','','inherit','open','closed','','brand_logo_1','','','2015-12-02 03:11:42','2015-12-02 03:11:42','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_1.png',0,'attachment','image/png',0),(866,1,'2015-12-02 03:11:43','2015-12-02 03:11:43','','brand_logo_2','','inherit','open','closed','','brand_logo_2','','','2015-12-02 03:11:43','2015-12-02 03:11:43','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_2.png',0,'attachment','image/png',0),(867,1,'2015-12-02 03:11:45','2015-12-02 03:11:45','','brand_logo_3','','inherit','open','closed','','brand_logo_3','','','2015-12-02 03:11:45','2015-12-02 03:11:45','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_3.png',0,'attachment','image/png',0),(868,1,'2015-12-02 03:11:46','2015-12-02 03:11:46','','brand_logo_4','','inherit','open','closed','','brand_logo_4','','','2015-12-02 03:11:46','2015-12-02 03:11:46','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_4.png',0,'attachment','image/png',0),(869,1,'2015-12-02 03:11:47','2015-12-02 03:11:47','','brand_logo_5','','inherit','open','closed','','brand_logo_5','','','2015-12-02 03:11:47','2015-12-02 03:11:47','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/11/brand_logo_5.png',0,'attachment','image/png',0),(912,1,'2015-12-02 18:26:51','2015-12-02 18:26:51','','button_shirt','','inherit','open','closed','','button_shirt','','','2015-12-02 18:26:51','2015-12-02 18:26:51','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/button_shirt.jpg',0,'attachment','image/jpeg',0),(913,1,'2015-12-02 18:44:43','2015-12-02 18:44:43','','casual_jacket','','inherit','open','closed','','casual_jacket','','','2015-12-02 18:44:43','2015-12-02 18:44:43','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/casual_jacket.jpg',0,'attachment','image/jpeg',0),(914,1,'2015-12-02 18:44:45','2015-12-02 18:44:45','','casual_vneck','','inherit','open','closed','','casual_vneck','','','2015-12-02 18:44:45','2015-12-02 18:44:45','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/casual_vneck.jpg',0,'attachment','image/jpeg',0),(915,1,'2015-12-02 18:44:46','2015-12-02 18:44:46','','dinner_jacket','','inherit','open','closed','','dinner_jacket','','','2015-12-02 18:44:46','2015-12-02 18:44:46','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/dinner_jacket.jpg',0,'attachment','image/jpeg',0),(916,1,'2015-12-02 18:44:48','2015-12-02 18:44:48','','elegant_gown','','inherit','open','closed','','elegant_gown','','','2015-12-02 18:44:48','2015-12-02 18:44:48','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/elegant_gown.jpg',0,'attachment','image/jpeg',0),(917,1,'2015-12-02 18:44:50','2015-12-02 18:44:50','','infinity_scarf','','inherit','open','closed','','infinity_scarf','','','2015-12-02 18:44:50','2015-12-02 18:44:50','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/infinity_scarf.jpg',0,'attachment','image/jpeg',0),(918,1,'2015-12-02 18:44:51','2015-12-02 18:44:51','','plush_sweater','','inherit','open','closed','','plush_sweater','','','2015-12-02 18:44:51','2015-12-02 18:44:51','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/plush_sweater.jpg',0,'attachment','image/jpeg',0),(919,1,'2015-12-02 18:44:53','2015-12-02 18:44:53','','sleek_jumper','','inherit','open','closed','','sleek_jumper','','','2015-12-02 18:44:53','2015-12-02 18:44:53','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/sleek_jumper.jpg',0,'attachment','image/jpeg',0),(920,1,'2015-12-02 18:44:55','2015-12-02 18:44:55','','slip_dress','','inherit','open','closed','','slip_dress','','','2015-12-02 18:44:55','2015-12-02 18:44:55','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/slip_dress.jpg',0,'attachment','image/jpeg',0),(921,1,'2015-12-02 18:44:57','2015-12-02 18:44:57','','suede_cardigan','','inherit','open','closed','','suede_cardigan','','','2015-12-02 18:44:57','2015-12-02 18:44:57','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/suede_cardigan.jpg',0,'attachment','image/jpeg',0),(922,1,'2015-12-02 18:44:58','2015-12-02 18:44:58','','suede_jacket','','inherit','open','closed','','suede_jacket','','','2015-12-02 18:44:58','2015-12-02 18:44:58','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/suede_jacket.jpg',0,'attachment','image/jpeg',0),(923,1,'2015-12-02 18:45:00','2015-12-02 18:45:00','','summer_frock','','inherit','open','closed','','summer_frock','','','2015-12-02 18:45:00','2015-12-02 18:45:00','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/summer_frock.jpg',0,'attachment','image/jpeg',0),(924,1,'2015-12-02 18:45:02','2015-12-02 18:45:02','','summer_set','','inherit','open','closed','','summer_set','','','2015-12-02 18:45:02','2015-12-02 18:45:02','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/summer_set.jpg',0,'attachment','image/jpeg',0),(925,1,'2015-12-02 18:45:03','2015-12-02 18:45:03','','twill_scarf','','inherit','open','closed','','twill_scarf','','','2015-12-02 18:45:03','2015-12-02 18:45:03','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/twill_scarf.jpg',0,'attachment','image/jpeg',0),(926,1,'2015-12-02 18:45:05','2015-12-02 18:45:05','','xray_software','','inherit','open','closed','','xray_software','','','2015-12-02 18:45:05','2015-12-02 18:45:05','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/xray_software.jpg',0,'attachment','image/jpeg',0),(927,1,'2015-12-02 19:15:37','2015-12-02 19:15:37','','carousel_1','','inherit','open','closed','','carousel_1','','','2015-12-02 19:15:37','2015-12-02 19:15:37','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/carousel_1.jpg',0,'attachment','image/jpeg',0),(928,1,'2015-12-02 19:15:38','2015-12-02 19:15:38','','carousel_2','','inherit','open','closed','','carousel_2','','','2015-12-02 19:15:38','2015-12-02 19:15:38','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/carousel_2.jpg',0,'attachment','image/jpeg',0),(929,1,'2015-12-02 19:15:40','2015-12-02 19:15:40','','carousel_3','','inherit','open','closed','','carousel_3','','','2015-12-02 19:15:40','2015-12-02 19:15:40','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/carousel_3.jpg',0,'attachment','image/jpeg',0),(930,1,'2015-12-02 19:15:41','2015-12-02 19:15:41','','carousel_4','','inherit','open','closed','','carousel_4','','','2015-12-02 19:15:41','2015-12-02 19:15:41','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/carousel_4.jpg',0,'attachment','image/jpeg',0),(935,1,'2015-12-02 19:25:53','2015-12-02 19:25:53','','col_bkgd_1-compressor','','inherit','open','closed','','col_bkgd_1-compressor-2','','','2015-12-02 19:25:53','2015-12-02 19:25:53','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg',0,'attachment','image/jpeg',0),(936,1,'2015-12-02 19:25:55','2015-12-02 19:25:55','','col_bkgd_2-compressor','','inherit','open','closed','','col_bkgd_2-compressor-2','','','2015-12-02 19:25:55','2015-12-02 19:25:55','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg',0,'attachment','image/jpeg',0),(938,1,'2015-12-02 19:32:41','2015-12-02 19:32:41','','col_bkgd_3-compressor','','inherit','open','closed','','col_bkgd_3-compressor','','','2015-12-02 19:32:41','2015-12-02 19:32:41','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_3-compressor.jpg',0,'attachment','image/jpeg',0),(939,1,'2015-12-02 19:32:43','2015-12-02 19:32:43','','col_bkgd_4-compressor','','inherit','open','closed','','col_bkgd_4-compressor','','','2015-12-02 19:32:43','2015-12-02 19:32:43','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_4-compressor.jpg',0,'attachment','image/jpeg',0),(940,1,'2015-12-02 19:32:44','2015-12-02 19:32:44','','col_bkgd_5-compressor','','inherit','open','closed','','col_bkgd_5-compressor','','','2015-12-02 19:32:44','2015-12-02 19:32:44','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_5-compressor.jpg',0,'attachment','image/jpeg',0),(942,1,'2015-12-02 19:38:28','2015-12-02 19:38:28','','promo_image-compressor-2','','inherit','open','closed','','promo_image-compressor-2','','','2015-12-02 19:38:28','2015-12-02 19:38:28','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/promo_image-compressor-2.jpg',0,'attachment','image/jpeg',0),(946,1,'2015-12-02 20:14:08','2015-12-02 20:14:08','','home_slide_1-compressor','','inherit','open','closed','','home_slide_1-compressor','','','2015-12-02 20:14:08','2015-12-02 20:14:08','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/home_slide_1-compressor.jpg',0,'attachment','image/jpeg',0),(947,1,'2015-12-02 20:14:10','2015-12-02 20:14:10','','home_slide_2-compressor','','inherit','open','closed','','home_slide_2-compressor','','','2015-12-02 20:14:10','2015-12-02 20:14:10','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/home_slide_2-compressor.jpg',0,'attachment','image/jpeg',0),(948,1,'2015-12-02 20:14:13','2015-12-02 20:14:13','','home_slide_3-compressor','','inherit','open','closed','','home_slide_3-compressor','','','2015-12-02 20:14:13','2015-12-02 20:14:13','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/home_slide_3-compressor.jpg',0,'attachment','image/jpeg',0),(949,1,'2015-12-02 20:14:15','2015-12-02 20:14:15','','home_slide_4-compressor','','inherit','open','closed','','home_slide_4-compressor','','','2015-12-02 20:14:15','2015-12-02 20:14:15','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/home_slide_4-compressor.jpg',0,'attachment','image/jpeg',0),(956,1,'2015-12-02 20:26:59','2015-12-02 20:26:59','','col_bkgd_6-compressor','','inherit','open','closed','','col_bkgd_6-compressor','','','2015-12-02 20:26:59','2015-12-02 20:26:59','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/col_bkgd_6-compressor.jpg',0,'attachment','image/jpeg',0),(957,1,'2015-12-02 20:27:01','2015-12-02 20:27:01','','col_bkgd_7-compressor','','inherit','open','closed','','col_bkgd_7-compressor','','','2015-12-02 20:27:01','2015-12-02 20:27:01','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/col_bkgd_7-compressor.jpg',0,'attachment','image/jpeg',0),(958,1,'2015-12-02 20:27:02','2015-12-02 20:27:02','','col_bkgd_8-compressor','','inherit','open','closed','','col_bkgd_8-compressor','','','2015-12-02 20:27:02','2015-12-02 20:27:02','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/col_bkgd_8-compressor.jpg',0,'attachment','image/jpeg',0),(962,1,'2015-12-02 20:31:28','2015-12-02 20:31:28','','col_bkgd_9-compressor','','inherit','open','closed','','col_bkgd_9-compressor','','','2015-12-02 20:31:28','2015-12-02 20:31:28','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/col_bkgd_9-compressor.jpg',0,'attachment','image/jpeg',0),(964,1,'2015-12-02 20:34:35','2015-12-02 20:34:35','','col_bkgd_10-compressor','','inherit','open','closed','','col_bkgd_10-compressor','','','2015-12-02 20:34:35','2015-12-02 20:34:35','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/col_bkgd_10-compressor.jpg',0,'attachment','image/jpeg',0),(968,1,'2015-12-02 20:55:53','2015-12-02 20:55:53','','col_bkgd_11-compressor','','inherit','open','closed','','col_bkgd_11-compressor','','','2015-12-02 20:55:53','2015-12-02 20:55:53','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg',0,'attachment','image/jpeg',0),(975,1,'2015-12-02 21:02:38','2015-12-02 21:02:38','','col_bkgd_12-compressor-3','','inherit','open','closed','','col_bkgd_12-compressor-3','','','2015-12-02 21:02:38','2015-12-02 21:02:38','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_12-compressor-3.jpg',0,'attachment','image/jpeg',0),(977,1,'2015-12-02 21:03:59','2015-12-02 21:03:59','','col_bkgd_13-compressor','','inherit','open','closed','','col_bkgd_13-compressor','','','2015-12-02 21:03:59','2015-12-02 21:03:59','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/05/col_bkgd_13-compressor.jpg',0,'attachment','image/jpeg',0),(980,1,'2015-12-02 21:14:06','2015-12-02 21:14:06','','post_1-compressor','','inherit','open','closed','','post_1-compressor','','','2015-12-02 21:14:06','2015-12-02 21:14:06','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_1-compressor.jpg',0,'attachment','image/jpeg',0),(981,1,'2019-01-25 22:37:15','2019-01-25 22:37:15','','PRODUCTS','','publish','closed','closed','','products','','','2019-01-25 22:37:15','2019-01-25 22:37:15','',0,'https://www.resettohappiness.com/blog/2019/01/25/products/',14,'nav_menu_item','',0),(982,1,'2015-12-02 21:14:08','2015-12-02 21:14:08','','post_2-compressor','','inherit','open','closed','','post_2-compressor','','','2015-12-02 21:14:08','2015-12-02 21:14:08','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_2-compressor.jpg',0,'attachment','image/jpeg',0),(983,1,'2015-12-02 21:14:10','2015-12-02 21:14:10','','post_3-compressor','','inherit','open','closed','','post_3-compressor','','','2015-12-02 21:14:10','2015-12-02 21:14:10','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_3-compressor.jpg',0,'attachment','image/jpeg',0),(984,1,'2015-12-02 21:14:12','2015-12-02 21:14:12','','post_4-compressor','','inherit','open','closed','','post_4-compressor','','','2015-12-02 21:14:12','2015-12-02 21:14:12','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_4-compressor.jpg',0,'attachment','image/jpeg',0),(985,1,'2015-12-02 21:14:14','2015-12-02 21:14:14','','post_5-compressor','','inherit','open','closed','','post_5-compressor','','','2015-12-02 21:14:14','2015-12-02 21:14:14','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_5-compressor.jpg',0,'attachment','image/jpeg',0),(986,1,'2015-12-02 21:14:16','2015-12-02 21:14:16','','post_6-compressor','','inherit','open','closed','','post_6-compressor','','','2015-12-02 21:14:16','2015-12-02 21:14:16','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_6-compressor.jpg',0,'attachment','image/jpeg',0),(987,1,'2015-12-02 21:14:19','2015-12-02 21:14:19','','post_7-compressor','','inherit','open','closed','','post_7-compressor','','','2015-12-02 21:14:19','2015-12-02 21:14:19','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_7-compressor.jpg',0,'attachment','image/jpeg',0),(988,1,'2015-12-02 21:14:22','2015-12-02 21:14:22','','post_8-compressor','','inherit','open','closed','','post_8-compressor','','','2015-12-02 21:14:22','2015-12-02 21:14:22','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_8-compressor.jpg',0,'attachment','image/jpeg',0),(989,1,'2015-12-02 21:14:24','2015-12-02 21:14:24','','post_9-compressor','','inherit','open','closed','','post_9-compressor','','','2015-12-02 21:14:24','2015-12-02 21:14:24','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_9-compressor.jpg',0,'attachment','image/jpeg',0),(990,1,'2015-12-02 21:14:26','2015-12-02 21:14:26','','post_10-compressor','','inherit','open','closed','','post_10-compressor','','','2015-12-02 21:14:26','2015-12-02 21:14:26','',0,'https://www.resettohappiness.com/wp-content/uploads/2015/12/post_10-compressor.jpg',0,'attachment','image/jpeg',0),(20363,1,'2019-02-28 17:35:51','2019-03-01 01:35:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\nDirections:  <strong>Step 1</strong> download file, <strong>Step</strong> <strong>2</strong> click link to vista print (or take to your favorite printer), <strong>Step 3</strong> upload file. Make your selections for standard format, quantity, paper and shipping. Done!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vista Print</h3>\r\nClick <strong><a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong> to go directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-28 17:35:51','2019-03-01 01:35:51','',19823,'https://www.resettohappiness.com/blog/2019/02/28/19823-revision-v1/',0,'revision','',0),(20341,1,'2019-02-28 10:31:49','2019-02-28 18:31:49','','helpful-links6','','inherit','open','closed','','helpful-links6','','','2019-02-28 10:31:49','2019-02-28 18:31:49','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links6.jpg',0,'attachment','image/jpeg',0),(20342,1,'2019-02-28 11:07:29','2019-02-28 19:07:29','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links6.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFirst thing every morning, before I meditate, I take 15 to 30 minutes and either read a book or watch a You Tube video dedicated to personal/spiritual growth. This is when I often have my aha moments. The resources listed here have helped me tremendously. I found them when I most needed to know what they had to share. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n<a href=\"http://thework.com/en\" target=\"_blank\" rel=\"noopener noreferrer\">Bryon Katie The Work Website</a>\r\nThe Work is a way to identify and question the thoughts that cause all your suffering. Everything you need in order to do The Work is available free on this website.\r\n\r\n<a href=\"https://www.lifeisgood.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Life Is Good Website</a>\r\nAlthough I create and sell t-shirts, I just love their products. Very good mojo here.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site for those of you who like to journal. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI love sharing ideas, information, links, sites, whatever I\'ve found that I know would help someone else. If you have a favorite book, video, service or link that you believe would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-28 11:07:29','2019-02-28 19:07:29','',12,'https://www.resettohappiness.com/blog/2019/02/28/12-revision-v1/',0,'revision','',0),(20349,1,'2019-02-28 11:44:54','2019-02-28 19:44:54','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-28 11:44:54','2019-02-28 19:44:54','',19824,'https://www.resettohappiness.com/blog/2019/02/28/19824-revision-v1/',0,'revision','',0),(20347,1,'2019-02-28 11:41:01','2019-02-28 19:41:01','','shop-top5','','inherit','open','closed','','shop-top5','','','2019-02-28 11:41:01','2019-02-28 19:41:01','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top5.jpg',0,'attachment','image/jpeg',0),(20348,1,'2019-02-28 11:44:22','2019-02-28 19:44:22','','shop-top6','','inherit','open','closed','','shop-top6','','','2019-02-28 11:44:22','2019-02-28 19:44:22','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg',0,'attachment','image/jpeg',0),(20345,1,'2019-02-28 11:32:07','2019-02-28 19:32:07','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top4.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-28 11:32:07','2019-02-28 19:32:07','',19824,'https://www.resettohappiness.com/blog/2019/02/28/19824-revision-v1/',0,'revision','',0),(286,1,'2015-11-25 20:23:40','2015-11-25 20:23:40','','Full Shop With Sidebar','','publish','closed','closed','','full-shop-with-sidebar','','','2019-02-27 08:59:14','2019-02-27 16:59:14','',0,'https://avada.theme-fusion.com/modern-shop/?page_id=286',0,'page','',0),(20334,1,'2019-02-28 08:05:45','2019-02-28 16:05:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-28 08:05:45','2019-02-28 16:05:45','',19823,'https://www.resettohappiness.com/blog/2019/02/28/19823-revision-v1/',0,'revision','',0),(20377,1,'2019-03-02 15:19:23','2019-03-02 23:19:23','','Order &ndash; March 2, 2019 @ 03:19 PM','','wc-cancelled','open','closed','wc_order_YXcHqcrPLkkPu','order-mar-02-2019-1119-pm','','','2019-03-02 15:20:02','2019-03-02 23:20:02','',0,'https://www.resettohappiness.com/?post_type=shop_order&#038;p=20377',0,'shop_order','',1),(20378,1,'2019-03-02 15:23:59','2019-03-02 23:23:59','','Order &ndash; March 2, 2019 @ 03:23 PM','','wc-processing','open','closed','wc_order_0xENxTyX7gyIz','order-mar-02-2019-1123-pm','','','2019-03-02 15:23:59','2019-03-02 23:23:59','',0,'https://www.resettohappiness.com/?post_type=shop_order&#038;p=20378',0,'shop_order','',1),(20379,1,'2019-03-02 15:37:46','2019-03-02 23:37:46','Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. Log into your PayPal account to view transaction details.','Completed','','publish','closed','closed','','completed','','','2019-03-02 15:37:46','2019-03-02 23:37:46','',0,'https://www.resettohappiness.com/?page_id=20379',0,'page','',0),(20380,1,'2019-03-02 15:37:46','2019-03-02 23:37:46','Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. Log into your PayPal account to view transaction details.','Completed','','inherit','closed','closed','','20379-revision-v1','','','2019-03-02 15:37:46','2019-03-02 23:37:46','',20379,'https://www.resettohappiness.com/blog/2019/03/02/20379-revision-v1/',0,'revision','',0),(20381,1,'2019-03-02 15:39:23','2019-03-02 23:39:23','Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. Log into your PayPal account to view transaction details.','Completed','','inherit','closed','closed','','20379-autosave-v1','','','2019-03-02 15:39:23','2019-03-02 23:39:23','',20379,'https://www.resettohappiness.com/blog/2019/03/02/20379-autosave-v1/',0,'revision','',0),(20382,1,'2019-03-02 15:46:52','2019-03-02 23:46:52','','Order &ndash; March 2, 2019 @ 03:46 PM','','wc-processing','open','closed','wc_order_w0k2ZqoKlqdda','order-mar-02-2019-1146-pm','','','2019-03-02 15:46:53','2019-03-02 23:46:53','',0,'https://www.resettohappiness.com/?post_type=shop_order&#038;p=20382',0,'shop_order','',1),(20383,1,'2019-03-02 16:07:02','2019-03-03 00:07:02','','Order &ndash; March 2, 2019 @ 04:07 PM','','wc-processing','open','closed','wc_order_ncpLRndEJPDW0','order-mar-03-2019-1207-am','','','2019-03-02 16:07:03','2019-03-03 00:07:03','',0,'https://www.resettohappiness.com/?post_type=shop_order&#038;p=20383',0,'shop_order','',1),(20384,1,'2019-03-02 16:11:26','2019-03-03 00:11:26','','Order &ndash; March 2, 2019 @ 04:11 PM','Thank You for a great idea','wc-on-hold','open','closed','wc_order_NVRkqNOTK7TLO','order-mar-03-2019-1211-am','','','2019-03-02 16:13:42','2019-03-03 00:13:42','',0,'https://www.resettohappiness.com/?post_type=shop_order&#038;p=20384',0,'shop_order','',1),(20366,1,'2019-03-02 10:55:07','2019-03-02 18:55:07','{\n    \"woocommerce_thumbnail_cropping\": {\n        \"value\": \"1:1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-03-02 18:52:41\"\n    }\n}','','','trash','closed','closed','','6a48a435-9727-499d-85b1-ab97519131d3','','','2019-03-02 10:55:07','2019-03-02 18:55:07','',0,'https://www.resettohappiness.com/?p=20366',0,'customize_changeset','',0),(20367,1,'2019-03-02 11:09:34','2019-03-02 19:09:34','','Amazing_Card_Free_Thumb','','inherit','open','closed','','amazing_card_free_thumb','','','2019-03-02 11:14:50','2019-03-02 19:14:50','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/Amazing_Card_Free_Thumb.png',0,'attachment','image/png',0),(20368,1,'2019-03-02 11:09:48','2019-03-02 19:09:48','','Amazing_Card_Puzzle_Thumb','','inherit','open','closed','','amazing_card_puzzle_thumb','','','2019-03-02 11:14:36','2019-03-02 19:14:36','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/Amazing_Card_Puzzle_Thumb.png',0,'attachment','image/png',0),(20369,1,'2019-03-02 11:10:00','2019-03-02 19:10:00','','Amazing_Card_Star_Thumb','','inherit','open','closed','','amazing_card_star_thumb','','','2019-03-02 11:14:28','2019-03-02 19:14:28','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/Amazing_Card_Star_Thumb.png',0,'attachment','image/png',0),(20370,1,'2019-03-02 11:10:11','2019-03-02 19:10:11','','Amazing_Card_Superhero_Thumb','','inherit','open','closed','','amazing_card_superhero_thumb','','','2019-03-02 11:14:05','2019-03-02 19:14:05','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/Amazing_Card_Superhero_Thumb.png',0,'attachment','image/png',0),(20371,1,'2019-03-02 11:10:24','2019-03-02 19:10:24','','Amazing_Card_Wand_Thumb','','inherit','open','closed','','amazing_card_wand_thumb','','','2019-03-02 11:13:36','2019-03-02 19:13:36','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/Amazing_Card_Wand_Thumb.png',0,'attachment','image/png',0),(20372,1,'2019-03-02 11:10:32','2019-03-02 19:10:32','','Amazing_Card-Swirls_Thumb','','inherit','open','closed','','amazing_card-swirls_thumb','','','2019-03-02 11:13:08','2019-03-02 19:13:08','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/Amazing_Card-Swirls_Thumb.png',0,'attachment','image/png',0),(20375,1,'2019-03-02 15:27:35','2019-03-02 23:27:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\nDirections:  <strong>Step 1</strong> download file, <strong>Step</strong> <strong>2</strong> click link to vista print (or take to your favorite printer), <strong>Step 3</strong> upload file. Make your selections for standard format, quantity, paper and shipping. Done!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Printing</h3>\r\n<strong><a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">Vista Print</a></strong> This takes you directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\nOther Printers - These links take you to the upload page.\r\n<strong><a href=\"https://design.staples.com/business-cards/\" target=\"_blank\" rel=\"noopener noreferrer\">Staples</a>   |   <strong><a href=\"https://www.costcobusinessprinting.com/business-cards\" target=\"_blank\" rel=\"noopener noreferrer\">Costco Printing</a></strong></strong>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-autosave-v1','','','2019-03-02 15:27:35','2019-03-02 23:27:35','',19823,'https://www.resettohappiness.com/blog/2019/03/02/19823-autosave-v1/',0,'revision','',0),(20323,1,'2019-02-28 06:51:51','2019-02-28 14:51:51','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join me</h2>\r\n<h3>in taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">let\'s play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">latest posts</h2>\r\n<h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">reset to happiness store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of photo art captured from those wow moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 06:51:51','2019-02-28 14:51:51','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(20324,1,'2019-02-28 06:55:15','2019-02-28 14:55:15','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>join me</h2><h3>in taking a journey to joy!</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">let\'s play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">latest posts</h2>\r\n<h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">reset to happiness store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of photo art captured from those wow moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 06:55:15','2019-02-28 14:55:15','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(20325,1,'2019-02-28 06:59:23','2019-02-28 14:59:23','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join me</h2>\r\n<h3>in taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest posts</h2>\r\n<h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of photo art captured from those wow moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 06:59:23','2019-02-28 14:59:23','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(20326,1,'2019-02-28 07:03:41','2019-02-28 15:03:41','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join me</h2>\r\n<h3>in taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Latest Posts</h2><h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of photo art captured from those wow moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 07:03:41','2019-02-28 15:03:41','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(20319,1,'2019-02-27 14:34:29','2019-02-27 22:34:29','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top2.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 14:34:29','2019-02-27 22:34:29','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(1807,1,'2017-11-17 12:38:59','2017-11-17 12:38:59','','Order &ndash; November 17, 2017 @ 12:38 PM','','wc-cancelled','open','closed','order_5a0ed8630c784','order-nov-17-2017-1238-pm','','','2017-11-17 12:38:59','2017-11-17 12:38:59','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1807',0,'shop_order','',1),(1808,1,'2017-11-17 13:50:52','2017-11-17 13:50:52','','Order &ndash; November 17, 2017 @ 01:50 PM','','wc-cancelled','open','closed','order_5a0ee93c067ce','order-nov-17-2017-0150-pm','','','2017-11-17 13:50:52','2017-11-17 13:50:52','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1808',0,'shop_order','',1),(1809,1,'2017-11-18 08:31:32','2017-11-18 08:31:32','','Order &ndash; November 18, 2017 @ 08:31 AM','','wc-cancelled','open','closed','order_5a0fefe43a1d3','order-nov-18-2017-0831-am','','','2017-11-18 08:31:32','2017-11-18 08:31:32','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1809',0,'shop_order','',1),(1810,1,'2017-11-19 13:08:51','2017-11-19 13:08:51','','Order &ndash; November 19, 2017 @ 01:08 PM','','wc-cancelled','open','closed','order_5a118263cda44','order-nov-19-2017-0108-pm','','','2017-11-19 13:08:51','2017-11-19 13:08:51','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1810',0,'shop_order','',1),(1811,1,'2017-11-21 14:18:48','2017-11-21 14:18:48','','Order &ndash; November 21, 2017 @ 02:18 PM','','wc-on-hold','open','closed','order_5a1435c809b22','order-nov-21-2017-0218-pm','','','2017-11-21 14:18:48','2017-11-21 14:18:48','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1811',0,'shop_order','',1),(1812,1,'2017-11-21 19:29:32','2017-11-21 19:29:32','','Order &ndash; November 21, 2017 @ 07:29 PM','','wc-on-hold','open','closed','order_5a147e9cdb9ee','order-nov-21-2017-0729-pm','','','2017-11-21 19:29:32','2017-11-21 19:29:32','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1812',0,'shop_order','',1),(1813,1,'2017-11-21 21:09:24','2017-11-21 21:09:24','','Order &ndash; November 21, 2017 @ 09:09 PM','','wc-on-hold','open','closed','order_5a1496046156b','order-nov-21-2017-0909-pm','','','2017-11-21 21:09:24','2017-11-21 21:09:24','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1813',0,'shop_order','',1),(1814,1,'2017-11-21 22:23:03','2017-11-21 22:23:03','','Order &ndash; November 21, 2017 @ 10:23 PM','','wc-on-hold','open','closed','order_5a14a74744c34','order-nov-21-2017-1023-pm','','','2017-11-21 22:23:03','2017-11-21 22:23:03','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1814',0,'shop_order','',1),(1815,1,'2017-11-21 22:30:25','2017-11-21 22:30:25','','Order &ndash; November 21, 2017 @ 10:30 PM','','wc-on-hold','open','closed','order_5a14a90109bfe','order-nov-21-2017-1030-pm','','','2017-11-21 22:30:25','2017-11-21 22:30:25','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1815',0,'shop_order','',1),(1816,1,'2017-11-22 10:22:37','2017-11-22 10:22:37','','Order &ndash; November 22, 2017 @ 10:22 AM','ghvnjn','wc-on-hold','open','closed','order_5a154fed2760a','order-nov-22-2017-1022-am','','','2017-11-22 10:22:37','2017-11-22 10:22:37','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1816',0,'shop_order','',1),(1817,1,'2017-11-23 07:09:57','2017-11-23 07:09:57','','Order &ndash; November 23, 2017 @ 07:09 AM','','wc-on-hold','open','closed','order_5a1674458b078','order-nov-23-2017-0709-am','','','2017-11-23 07:09:57','2017-11-23 07:09:57','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1817',0,'shop_order','',1),(1818,1,'2017-11-24 11:33:42','2017-11-24 11:33:42','','Order &ndash; November 24, 2017 @ 11:33 AM','','wc-on-hold','open','closed','order_5a180396bc975','order-nov-24-2017-1133-am','','','2017-11-24 11:33:42','2017-11-24 11:33:42','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1818',0,'shop_order','',1),(1819,1,'2017-11-24 23:00:31','2017-11-24 23:00:31','','Order &ndash; November 24, 2017 @ 11:00 PM','','wc-cancelled','open','closed','order_5a18a48fd6ae1','order-nov-24-2017-1100-pm','','','2017-11-24 23:00:31','2017-11-24 23:00:31','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1819',0,'shop_order','',1),(1820,1,'2017-11-26 10:09:39','2017-11-26 10:09:39','','Order &ndash; November 26, 2017 @ 10:09 AM','','wc-on-hold','open','closed','order_5a1a92e362df8','order-nov-26-2017-1009-am','','','2017-11-26 10:09:39','2017-11-26 10:09:39','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1820',0,'shop_order','',1),(1821,1,'2017-11-26 14:28:45','2017-11-26 14:28:45','','Order &ndash; November 26, 2017 @ 02:28 PM','','wc-on-hold','open','closed','order_5a1acf9d82331','order-nov-26-2017-0228-pm','','','2017-11-26 14:28:45','2017-11-26 14:28:45','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1821',0,'shop_order','',1),(1822,1,'2017-11-27 22:14:14','2017-11-27 22:14:14','','Order &ndash; November 27, 2017 @ 10:14 PM','','wc-cancelled','open','closed','order_5a1c8e3660414','order-nov-27-2017-1014-pm','','','2017-11-27 22:14:14','2017-11-27 22:14:14','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1822',0,'shop_order','',1),(1831,1,'2017-12-01 09:41:34','2017-12-01 09:41:34','','Order &ndash; December 1, 2017 @ 09:41 AM','','wc-cancelled','open','closed','order_5a2123ce3679d','order-dec-01-2017-0941-am','','','2017-12-01 09:41:34','2017-12-01 09:41:34','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1831',0,'shop_order','',1),(1832,1,'2017-12-03 08:30:40','2017-12-03 08:30:40','','Order &ndash; December 3, 2017 @ 08:30 AM','','wc-cancelled','open','closed','order_5a23b63099c42','order-dec-03-2017-0830-am','','','2017-12-03 08:30:40','2017-12-03 08:30:40','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1832',0,'shop_order','',1),(1833,1,'2017-12-04 13:39:25','2017-12-04 13:39:25','','Order &ndash; December 4, 2017 @ 01:39 PM','','wc-cancelled','open','closed','order_5a25500dbdd71','order-dec-04-2017-0139-pm','','','2017-12-04 13:39:25','2017-12-04 13:39:25','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1833',0,'shop_order','',1),(1836,1,'2017-12-11 10:12:18','2017-12-11 10:12:18','','Order &ndash; December 11, 2017 @ 10:12 AM','','wc-cancelled','open','closed','order_5a2e5a02bbc4a','order-dec-11-2017-1012-am','','','2017-12-11 10:12:18','2017-12-11 10:12:18','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1836',0,'shop_order','',1),(1823,1,'2017-11-28 06:23:58','2017-11-28 06:23:58','','Order &ndash; November 28, 2017 @ 06:23 AM','','wc-on-hold','open','closed','order_5a1d00feb4b37','order-nov-28-2017-0623-am','','','2017-11-28 06:23:58','2017-11-28 06:23:58','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1823',0,'shop_order','',1),(1824,1,'2017-11-28 09:58:47','2017-11-28 09:58:47','','Order &ndash; November 28, 2017 @ 09:58 AM','xsdfsgfgsf fdgfdg\nadfasdfds','wc-on-hold','open','closed','order_5a1d3357efea3','order-nov-28-2017-0958-am','','','2017-11-28 09:58:47','2017-11-28 09:58:47','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1824',0,'shop_order','',1),(1826,1,'2017-11-29 15:16:07','2017-11-29 15:16:07','','Order &ndash; November 29, 2017 @ 03:16 PM','','wc-on-hold','open','closed','order_5a1ecf37b5bd4','order-nov-29-2017-0316-pm','','','2017-11-29 15:16:07','2017-11-29 15:16:07','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1826',0,'shop_order','',1),(1827,1,'2017-11-30 14:07:08','2017-11-30 14:07:08','','Order &ndash; November 30, 2017 @ 02:07 PM','','wc-on-hold','open','closed','order_5a20108c71715','order-nov-30-2017-0207-pm','','','2017-11-30 14:07:08','2017-11-30 14:07:08','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1827',0,'shop_order','',1),(1828,1,'2017-11-30 17:15:09','2017-11-30 17:15:09','','Order &ndash; November 30, 2017 @ 05:15 PM','Strada Vasilica nr 32','wc-on-hold','open','closed','order_5a203c9dc1eb6','order-nov-30-2017-0515-pm','','','2017-11-30 17:15:09','2017-11-30 17:15:09','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1828',0,'shop_order','',1),(1829,1,'2017-11-30 17:21:13','2017-11-30 17:21:13','','Order &ndash; November 30, 2017 @ 05:21 PM','E bine asa, livreaza acolo','wc-on-hold','open','closed','order_5a203e09a0701','order-nov-30-2017-0521-pm','','','2017-11-30 17:21:13','2017-11-30 17:21:13','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1829',0,'shop_order','',1),(1830,1,'2017-12-01 08:09:59','2017-12-01 08:09:59','','Order &ndash; December 1, 2017 @ 08:09 AM','','wc-on-hold','open','closed','order_5a210e5724590','order-dec-01-2017-0809-am','','','2017-12-01 08:09:59','2017-12-01 08:09:59','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1830',0,'shop_order','',1),(1834,1,'2017-12-06 06:22:01','2017-12-06 06:22:01','','Order &ndash; December 6, 2017 @ 06:22 AM','','wc-on-hold','open','closed','order_5a278c89a2895','order-dec-06-2017-0622-am','','','2017-12-06 06:22:01','2017-12-06 06:22:01','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1834',0,'shop_order','',1),(1835,1,'2017-12-06 16:00:59','2017-12-06 16:00:59','','Order &ndash; December 6, 2017 @ 04:00 PM','','wc-on-hold','open','closed','order_5a28143bbb992','order-dec-06-2017-0400-pm','','','2017-12-06 16:00:59','2017-12-06 16:00:59','',0,'https://avada.theme-fusion.com/modern-shop/?post_type=shop_order&amp;p=1835',0,'shop_order','',1),(1854,1,'2019-01-25 22:37:27','2019-01-25 22:37:27','','FULL SHOP W/ SIDEBAR','','publish','closed','closed','','full-shop-w-sidebar','','','2019-01-25 22:37:27','2019-01-25 22:37:27','',0,'https://www.resettohappiness.com/blog/2019/01/25/full-shop-w-sidebar/',7,'nav_menu_item','',0),(1864,1,'2019-01-25 22:37:29','2019-01-25 22:37:29','','41','','inherit','open','closed','','41','','','2019-01-25 22:37:29','2019-01-25 22:37:29','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/01/41.jpg',0,'attachment','image/jpeg',0),(1865,1,'2019-01-25 22:37:29','2019-01-25 22:37:29','','57','','inherit','open','closed','','57','','','2019-01-25 22:37:29','2019-01-25 22:37:29','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/01/57.jpg',0,'attachment','image/jpeg',0),(19543,1,'2015-09-11 04:12:40','2015-09-11 04:12:40','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Blue Leather Jacket','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','blue-leather-jacket','','','2015-09-11 04:12:40','2015-09-11 04:12:40','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16468',0,'product','',0),(1871,1,'2019-01-25 22:59:18','2019-01-25 22:59:18','<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\n\"[your-subject]\"\nReset To Happiness <hello@resettohappiness.com>\nhello@resettohappiness.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 Reset To Happiness (https://www.resettohappiness.com)\nReply-To: [your-email]\n\n\n\n\nAvada Modern Shop \"[your-subject]\"\nAvada Modern Shop <becky@resettohappiness.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Avada Modern Shop (https://www.resettohappiness.com)\nReply-To: becky@resettohappiness.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 1','','publish','closed','closed','','contact-form-1','','','2019-02-25 09:33:48','2019-02-25 17:33:48','',0,'https://www.resettohappiness.com/?post_type=wpcf7_contact_form&#038;p=1871',0,'wpcf7_contact_form','',0),(1872,1,'2019-01-25 23:07:36','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2019-01-25 23:07:36','0000-00-00 00:00:00','a:1:{s:12:\"_multiwidget\";i:1;}',0,'https://www.resettohappiness.com/?post_type=jetpack_migration&p=1872',0,'jetpack_migration','',0),(1873,1,'2019-01-25 23:07:36','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2019-01-25 23:07:36','0000-00-00 00:00:00','a:1:{s:12:\"_multiwidget\";i:1;}',0,'https://www.resettohappiness.com/?post_type=jetpack_migration&p=1873',0,'jetpack_migration','',0),(1874,1,'2019-01-25 23:07:36','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2019-01-25 23:07:36','0000-00-00 00:00:00','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:13:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:32:\"woocommerce_top_rated_products-3\";i:11;s:12:\"categories-3\";i:12;s:15:\"tweets-widget-2\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:21:\"avada-footer-widget-2\";a:2:{i:0;s:6:\"text-6\";i:1;s:13:\"menu-widget-3\";}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}}',0,'https://www.resettohappiness.com/?post_type=jetpack_migration&p=1874',0,'jetpack_migration','',0),(1875,1,'2019-01-25 23:07:36','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2019-01-25 23:07:36','0000-00-00 00:00:00','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:13:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:32:\"woocommerce_top_rated_products-3\";i:11;s:12:\"categories-3\";i:12;s:15:\"tweets-widget-2\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:21:\"avada-footer-widget-2\";a:2:{i:0;s:6:\"text-6\";i:1;s:13:\"menu-widget-3\";}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}}',0,'https://www.resettohappiness.com/?post_type=jetpack_migration&p=1875',0,'jetpack_migration','',0),(1876,0,'2019-02-05 18:56:40','2019-02-06 02:56:40','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjknLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIj48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzA5LzA5L2R1aXMtcG9ydGEtZWdlc3Rhcy1saWJlcm8taW50ZXJnZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxNTo1ODo1Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wOS8wOS9zZWQtYWxpcXVldC1taS1hdC1saWJlcm8tY29uc2VjdGV0dXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxODowNTowM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wOS8wOS9ldGlhbS1jdXJzdXMtbWF1cmlzLXJ1dHJ1bS12ZXN0aWJ1bHVtLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6MjQ6NDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvZnVzY2UtbWF0dGlzLW51bmMtdXQtYWxpcXVhbS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjU0OjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzA5LzA5L2NyYXMtYWMtbnVsbGEtYWMtY29uc2VjdGV0dXItcnV0cnVtLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6NTk6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvYWxpcXVhbS1wb3N1ZXJlLW1hZ25hLWVnZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOTowNjozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wOS8wOS9udW5jLWZlcm1lbnQtbnVsbGEtZXUtanVzdG8vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOTowODozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wOS8wOS9kdWlzLWFjLW1hc3NhLXNlbXBlci1tYXhpbXVzLWxhY3VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTk6MTQ6MzdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvYWVuZWFuLWxvYm9ydGlzLXNhcGllbi1lbmltLXZpdmVycmEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOToxNTo1MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDVUMjA6NDU6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjE6MjA6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLXdpdGgtc2lkZWJhci0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMDA6MDA6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjE6MjM6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJ0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMDA6MjI6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTEtMi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDAwOjMwOjQ1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbXktYWNjb3VudC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDAwOjQyOjM5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2hlY2tvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQwMDo0OToyMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDAwOjU5OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMjA6NTM6MDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDIyOjAxOjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWNjZXNzb3JpZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQyMjowMjo0M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21pc2NlbGxhbmVvdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQyMjowMzo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QyMTowNzoxMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ZlYXR1cmVkLXNsaWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ2OjM0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC1ieS1jYXRlZ29yeS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ3OjE4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC1jYXJvdXNlbC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ3OjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC1jYXRlZ29yaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDg6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0cy1ieS1za3UtaWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0zMFQwMzo0ODo1N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3JlY2VudC1wcm9kdWN0cy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ5OjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcmVzb3VyY2VzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjE6MTM6MDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE0OjIxOjAxWjwvbGFzdG1vZD48L3VybD48L3VybHNldD4K','sitemap-1.xml','','trash','closed','closed','','__trashed','','','2019-02-05 18:56:40','2019-02-06 02:56:40','',0,'https://www.resettohappiness.com/?p=1876',0,'jp_sitemap','',0),(1877,0,'2019-02-05 18:56:40','2019-02-06 02:56:40','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjknLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ltYWdlLXNpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIiB4bWxuczppbWFnZT0iaHR0cDovL3d3dy5nb29nbGUuY29tL3NjaGVtYXMvc2l0ZW1hcC1pbWFnZS8xLjEiPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hYm91dC11cy88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjI1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9hYm91dC11cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWJvdXQtdXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iYW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQwOToyODo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvYmFubmVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYW5uZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLXNsaWRlMi88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjMxOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9ob21lLXNsaWRlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1zbGlkZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJ0LWhlYWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjQ2OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJ0LWhlYWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FydC1oZWFkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLXNsaWRlci03MDAvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMDowNzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvc2hvcC1zbGlkZXItNzAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLXNsaWRlci03MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb24tc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTA6MTI6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3Byb21vdGlvbi1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbi1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jaGVjay1vdXQtc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTA6MTU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NoZWNrLW91dC1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNoZWNrLW91dC1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTI6MTk6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NhbGwtdG8tYWN0aW9uLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYWxsLXRvLWFjdGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21hcmtlci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDEyOjIwOjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9tYXJrZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1hcmtlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL215LWFjY291bnQtaGVhZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTM6MDY6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L215LWFjY291bnQtaGVhZGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5teS1hY2NvdW50LWhlYWRlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Fib3V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMzBUMTY6MjI6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3F1b3RlX2ltZ18xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnF1b3RlX2ltZ18xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hYm91dF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTMwVDE2OjIyOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9xdW90ZV9pbWdfMi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdW90ZV9pbWdfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xvZ29fMXgvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNzoyNzoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvbW9kZXJuX2xvZ29fMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9sb2dvXzF4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xvZ29fMngvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNzoyNzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvbW9kZXJuX2xvZ29fMngucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9sb2dvXzJ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2lkZWJhcl9hZC1jb21wcmVzc29yLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNzo0OTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvc2lkZWJhcl9hZC1jb21wcmVzc29yLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNpZGViYXJfYWQtY29tcHJlc3Nvci0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5zLXNob3BfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb182LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbnMtc2hvcF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDAzOjExOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9icmFuZF9sb2dvXzcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyYW5kX2xvZ29fNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVucy1zaG9wX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb18xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5zLXNob3BfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb18yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbnMtc2hvcF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDAzOjExOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9icmFuZF9sb2dvXzMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyYW5kX2xvZ29fMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVucy1zaG9wX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb180PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5zLXNob3BfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb181LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2J1dHRvbi1kb3duLXNoaXJ0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6MjY6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2J1dHRvbl9zaGlydC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnV0dG9uX3NoaXJ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9kaW5uZXItamFja2V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2Nhc3VhbF9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhc3VhbF9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY2FzdWFsX3ZuZWNrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXN1YWxfdm5lY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvZGlubmVyX2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZGlubmVyX2phY2tldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9lbGVnYW50X2dvd24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmVsZWdhbnRfZ293bjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9pbmZpbml0eV9zY2FyZi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW5maW5pdHlfc2NhcmY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcGx1c2hfc3dlYXRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGx1c2hfc3dlYXRlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGVla19qdW1wZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsZWVrX2p1bXBlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGlwX2RyZXNzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGlwX2RyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9kaW5uZXItamFja2V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3N1ZWRlX2NhcmRpZ2FuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdWVkZV9jYXJkaWdhbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zdWVkZV9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1ZWRlX2phY2tldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zdW1tZXJfZnJvY2suanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1bW1lcl9mcm9jazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zdW1tZXJfc2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW1tZXJfc2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9kaW5uZXItamFja2V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDU6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3R3aWxsX3NjYXJmLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50d2lsbF9zY2FyZjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi94cmF5X3NvZnR3YXJlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT54cmF5X3NvZnR3YXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF8xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF8xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF8zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF8zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF80LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF80PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjI1OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8xLWNvbXByZXNzb3IxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MjU6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzItY29tcHJlc3NvcjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzItY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozMjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MzI6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjMyOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF81LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzUtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozODoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvcHJvbW9faW1hZ2UtY29tcHJlc3Nvci0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm9tb19pbWFnZS1jb21wcmVzc29yLTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV8xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzItY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV8yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV8zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzQtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV80LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoyNjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfNi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF82LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoyNzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfNy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF83LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoyNzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfOC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF84LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDozMToyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfOS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF85LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTNfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDozNDozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfMTAtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMTAtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb21vdGlvbnNfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDo1NTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMTEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMTEtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb21vdGlvbnNfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMTowMjozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMTItY29tcHJlc3Nvci0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xMi1jb21wcmVzc29yLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25zX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjE6MDM6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzEzLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzEzLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzItY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzQtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF80LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzUtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzUtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF81LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzYtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzYtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF82LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzctY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzctY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF83LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzgtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzgtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF84LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzktY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzktY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF85LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzEwLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8xMC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0XzEwLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS80MS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI1VDIyOjM3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS80MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS81Ny88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI1VDIyOjM3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS81Ny5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbmRyb2lkLWljb24tNzJ4NzIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNlQyMDo1MDo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYW5kcm9pZC1pY29uLTcyeDcyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbmRyb2lkLWljb24tNzJ4NzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hcHBsZS1pY29uLTU3eDU3LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjZUMjA6NTA6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2FwcGxlLWljb24tNTd4NTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcGxlLWljb24tNTd4NTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mYXZpY29uLTMyeDMyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjZUMjA6NTI6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2Zhdmljb24tMzJ4MzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhdmljb24tMzJ4MzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hcHBsZS1pY29uLTExNHgxMTQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNlQyMDo1Mjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYXBwbGUtaWNvbi0xMTR4MTE0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHBsZS1pY29uLTExNHgxMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hcHBsZS1pY29uLTE0NHgxNDQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNlQyMDo1MzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYXBwbGUtaWNvbi0xNDR4MTQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHBsZS1pY29uLTE0NHgxNDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlLzE4NzktMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI2VDIxOjUzOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS93b21hbi1sYW5kaW5nNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tYW4tbGFuZGluZzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMV9zbGlkZV9vbmVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOFQxOTo0NTo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaG9tZTFfc2xpZGVfb25lX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMV9zbGlkZV9vbmVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTc6MjM6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18yXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxODowMzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMl8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ18yXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6MjQ6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ183LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6NTQ6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ184LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6NTc6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ185LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTk6MDY6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xMC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjA4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xMS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjEyOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xMi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjE1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90ZXN0aW1vbmlhbHNfaG9tZV8xX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMjA6NTU6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA4L3Rlc3RpbW9uaWFsc19ob21lXzFfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3RpbW9uaWFsc19ob21lXzFfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYXltZW50X2NhcmRzX2Zvb3Rlci88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTExVDAyOjU4OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYXltZW50X2NhcmRzX2Zvb3Rlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGF5bWVudF9jYXJkc19mb290ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMV9zbGlkZV8yX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTFUMDU6MTI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUxX3NsaWRlXzJfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUxX3NsaWRlXzJfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMl9zbGlkZV9vbmVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xMVQyMjoxMzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaG9tZTJfc2xpZGVfb25lX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMl9zbGlkZV9vbmVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDE5OjEwOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2ltZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGVzdGltb25pYWxzX2N1c3RvbWVyc19pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9maXZlX3N0YXJzX2N1c3RvbWVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMTk6NTM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2ZpdmVfc3RhcnNfY3VzdG9tZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZpdmVfc3RhcnNfY3VzdG9tZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjA6MDE6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Rlc3RpbW9uaWFsc19jdXN0b21lcnNfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3RpbW9uaWFsc19jdXN0b21lcnNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9sb29rYm9va19zcHJpbmdfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQyMDoxODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbG9va2Jvb2tfc3ByaW5nX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb29rYm9va19zcHJpbmdfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZXJfYnJ1c2hfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQyMjowODoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2xpZGVyX2JydXNoX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGlkZXJfYnJ1c2hfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fdF9zaGlydF9ibHVlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjI6NTc6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl90X3NoaXJ0X2JsdWUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl90X3NoaXJ0X2JsdWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbl90X3NoaXJ0X2JsYWNrLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjM6MDA6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3dvbWVuX3Rfc2hpcnRfYmxhY2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvbWVuX3Rfc2hpcnRfYmxhY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aXRsZV9pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQyMzoyMDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGl0bGVfaW1nLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aXRsZV9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yZWRfY2lyY2xlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjM6Mjg6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3JlZF9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlZF9jaXJjbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2NpcmNsZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE1VDAwOjQxOjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX2NpcmNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9jaXJjbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3JlZF9iYWdkZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDA0OjE5OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9mZWF0X3JlZF9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9yZWRfYmFnZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ocl93YXZlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMTc6MTg6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hyX3dhdmUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhyX3dhdmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl9tZW5fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzoyOTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfbWVuX2JnLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wYWdlX3RpdGxlX2Jhcl9tZW5fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl93b21lbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI1VDAzOjQzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYWdlX3RpdGxlX2Jhcl93b21lbl9iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfd29tZW5fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI1VDAzOjQ2OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYWdlX3RpdGxlX2Jhcl9iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl9hc19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI1VDAzOjU4OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYWdlX3RpdGxlX2Jhcl9hc19iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfYXNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV8xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV8yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV8zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV80LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV81LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzYvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV82LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV83LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X2JsdWVfYmFnZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wM1QyMToxNzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvZmVhdF9ibHVlX2JhZ2RlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X2JsdWVfYmFnZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21hbl90ZXN0aW1vbmlhbC88L2xvYz48bGFzdG1vZD4yMDE1LTEwLTIzVDE4OjI2OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93b21hbl90ZXN0aW1vbmlhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tYW5fdGVzdGltb25pYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tYW5fdGVzdGltb25pYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0yM1QxODoyNjo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbWFuX3Rlc3RpbW9uaWFsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tYW5fdGVzdGltb25pYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jbGFzc2ljX3Nob3BfbG9nbzF4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjZUMTg6NTc6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2NsYXNzaWNfc2hvcF9sb2dvMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsYXNzaWNfc2hvcF9sb2dvMXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jbGFzc2ljX3Nob3BfbG9nbzJ4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjZUMTg6NTc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2NsYXNzaWNfc2hvcF9sb2dvMngucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsYXNzaWNfc2hvcF9sb2dvMng8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jbGFzc2ljX3Nob3BfbG9nb19mb290ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0yNlQxOToxNTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY2xhc3NpY19zaG9wX2xvZ29fZm9vdGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGFzc2ljX3Nob3BfbG9nb19mb290ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19ib3hfMl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDAxOjM3OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcm9tb19ib3hfMl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9fYm94XzJfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19ib3hfMV9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDAxOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcm9tb19ib3hfMV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9fYm94XzFfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19ib3hfM19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDA1OjA0OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcm9tb19ib3hfM19iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9fYm94XzNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdfd2ludGVyX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwNToxODo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbmV3X3dpbnRlcl9jb2xsZWN0aW9uX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5uZXdfd2ludGVyX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdfaHlwZV9jb2xsZWN0aW9uX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMDU6MTg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L25ld19oeXBlX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5ld19oeXBlX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ia2dkX2NvbmZldHRpLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQxNjo0MToyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmtnZF9jb25mZXR0aS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ia2dkX2NvbmZldHRpLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfMS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTc6NDk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RoaXJkX2ltZ18xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfMi1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTc6NDk6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RoaXJkX2ltZ18yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfMy1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTc6NDk6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RoaXJkX2ltZ18zLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfM19zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDIxOjE3OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfM19zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhpcmRfaW1nXzNfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fY2F0ZWdvcmllX3Nob2VzX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMjI6MjQ6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl9jYXRlZ29yaWVfc2hvZXNfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl9jYXRlZ29yaWVfc2hvZXNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fY2F0ZWdvcmllX3RpZXNfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQyMzozOTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbWVuX2NhdGVnb3JpZV90aWVzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fY2F0ZWdvcmllX3RpZXNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3NhbGVfZXZlbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNVQwMDowMDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9zYWxlX2V2ZW50LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X3NhbGVfZXZlbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zcHJpbmdfcHJpbnRlZF9kcmVzcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE1OjMwOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9zcHJpbmdfcHJpbnRlZF9kcmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3ByaW5nX3ByaW50ZWRfZHJlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fbG92ZV90ZWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNTozMjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvbW9kZXJuX2xvdmVfdGVlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm5fbG92ZV90ZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE1OjM1OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9ibGFja19sZWF0aGVyX2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhY2tfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oaXBzdGVyX2JsYWNrX3RvcC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjA3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9oaXBzdGVyX2JsYWNrX3RvcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGlwc3Rlcl9ibGFja190b3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b29sX3N1bW1lcl9icmlnaHRfcmVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MDg6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL3dvb2xfc3VtbWVyX2JyaWdodF9yZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2xfc3VtbWVyX2JyaWdodF9yZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icm93bl9kcmVzc19zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjExOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9icm93bl9kcmVzc19zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJvd25fZHJlc3Nfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93aGl0ZV9naXJsX3RleHRfdGFuay88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjEyOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93aGl0ZV9naXJsX3RleHRfdGFuay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2hpdGVfZ2lybF90ZXh0X3Rhbms8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mb29kX3BhdHRlcm5fdGVlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MTY6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2Zvb2RfcGF0dGVybl90ZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvb2RfcGF0dGVybl90ZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdWVkZV9oZWVsZWRfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoxNzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc3VlZGVfaGVlbGVkX3Nob2VzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdWVkZV9oZWVsZWRfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX3N0cmlwZV9zd2VhdGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MTg6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JsdWVfc3RyaXBlX3N3ZWF0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfc3RyaXBlX3N3ZWF0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9kb3RfZml0X2FuZF9mbGFyZV9kcmVzcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjIwOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9kb3RfZml0X2FuZF9mbGFyZV9kcmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZG90X2ZpdF9hbmRfZmxhcmVfZHJlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19lbGVnYW50X2xlYXRoZXJfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MzA6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2JsYWNrX2VsZWdhbnRfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsYWNrX2VsZWdhbnRfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19sZWF0aGVyX3N1aXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjozMToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYmxhY2tfbGVhdGhlcl9zdWl0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibGFja19sZWF0aGVyX3N1aXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2phY2tldF9hbmRfd2hpdGVfc3RyaXBlX3RlZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ1OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9ibHVlX2phY2tldF9hbmRfd2hpdGVfc3RyaXBlX3RlZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9qYWNrZXRfYW5kX3doaXRlX3N0cmlwZV90ZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXN1YWxfbGVhdGhlcl9iZWx0cy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ3OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9jYXN1YWxfbGVhdGhlcl9iZWx0cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FzdWFsX2xlYXRoZXJfYmVsdHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fbGVhdGhlcl9ib290cy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ4OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9tb2Rlcm5fbGVhdGhlcl9ib290cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuX2xlYXRoZXJfYm9vdHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fYmxhY2tfbGVhdGhlcl9zdWl0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6NDk6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL21vZGVybl9ibGFja19sZWF0aGVyX3N1aXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9ibGFja19sZWF0aGVyX3N1aXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2xlYXRoZXJfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6NTE6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JsdWVfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGVfdHJlbmRfcG9sby88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjUyOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGVfdHJlbmRfcG9sby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhlX3RyZW5kX3BvbG88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19yZWJlbF9sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjUzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibGFja19yZWJlbF9sZWF0aGVyX2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhY2tfcmViZWxfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icm93bV9lbGVnYW50X2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjU1OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9icm93bV9lbGVnYW50X2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJvd21fZWxlZ2FudF9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXN1YWxfY29sb3JmdWxfdC1zaGlydHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1ODoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY2FzdWFsX2NvbG9yZnVsX3Qtc2hpcnRzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXN1YWxfY29sb3JmdWxfdC1zaGlydHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9sZWF0aGVyX2dsb3Zlcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE3OjAwOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9sZWF0aGVyX2dsb3Zlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGVhdGhlcl9nbG92ZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2dsYW1vcl9zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE3OjAyOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX2dsYW1vcl9zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9nbGFtb3Jfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxODoyOTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zZWFzb25hbF9iZ19jb2xvcl8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTk6MTE6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3NlYXNvbmFsX2JnX2NvbG9yXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlYXNvbmFsX2JnX2NvbG9yXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZG1hbl9jb2x1bW5fYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjI3OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9iZWFyZG1hbl9jb2x1bW5fYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRtYW5fY29sdW1uX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93aW50ZXJfY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjM4OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93aW50ZXJfY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2ludGVyX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zcHJpbmdfY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjM5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zcHJpbmdfY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3ByaW5nX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hdXR1bW5fY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjM5OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9hdXR1bW5fY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXV0dW1uX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcmludF9zdW5nbGFzc2VzX3dvbWVuLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTk6NDg6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3ByaW50X3N1bmdsYXNzZXNfd29tZW4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByaW50X3N1bmdsYXNzZXNfd29tZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbl9zYWxlX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTk6NTE6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L29uX3NhbGVfYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm9uX3NhbGVfYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZXN0X3NlbGxlcl9wcm9kdWN0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjE6MTQ6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2Jlc3Rfc2VsbGVyX3Byb2R1Y3QuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlc3Rfc2VsbGVyX3Byb2R1Y3Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wX3Nob2VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjE6NDY6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Nob3Bfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3Bfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wX2dsYXNzZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMTo0NjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hvcF9nbGFzc2VzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wX2dsYXNzZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wX2dsb3Zlcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIxOjQ2OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zaG9wX2dsb3Zlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hvcF9nbG92ZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjI6MzI6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl9jYXRlZ29yaWVfdGl0bGVfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl9jYXRlZ29yaWVfdGl0bGVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3JfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIyOjQ1OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3JfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob3RfZGVhbHNfYmdfY29sb3Jfd2lkZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIzOjE5OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ob3RfZGVhbHNfYmdfY29sb3Jfd2lkZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG90X2RlYWxzX2JnX2NvbG9yX3dpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbl9zYWxlX2JnX2NvbG9yX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoyMjoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvb25fc2FsZV9iZ19jb2xvcl9ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbl9zYWxlX2JnX2NvbG9yX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbGRfc2Nob29sX2JnX2dyYXlfd2lkZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIzOjI3OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9vbGRfc2Nob29sX2JnX2dyYXlfd2lkZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b2xkX3NjaG9vbF9iZ19ncmF5X3dpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbGRfc2Nob29sX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoyNzo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvb2xkX3NjaG9vbF9iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbGRfc2Nob29sX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90cmVuZF9iZ19ncmF5X3dpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzo1MzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdHJlbmRfYmdfZ3JheV93aWRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50cmVuZF9iZ19ncmF5X3dpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdW1tZXJfYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIzOjUzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zdW1tZXJfYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VtbWVyX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdfY29sbGVjdGlvbl9iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAwOjM2OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9uZXdfY29sbGVjdGlvbl9iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bmV3X2NvbGxlY3Rpb25fYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oeXBlX2JsYWNrX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMDozNzo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaHlwZV9ibGFja19iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oeXBlX2JsYWNrX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zZWFzb25hbF9iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDA6NTA6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3NlYXNvbmFsX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlYXNvbmFsX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaGl0c19iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAxOjI5OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zaGl0c19iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hpdHNfYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90cmVuZGluZ19iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDE6Mjk6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RyZW5kaW5nX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRyZW5kaW5nX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9nbGFzc3dhcmVfYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMTozMDoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZ2xhc3N3YXJlX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5nbGFzc3dhcmVfYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9qYWNrZXRzX3dvbWVuX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDE6NDg6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2phY2tldHNfd29tZW5fYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmphY2tldHNfd29tZW5fYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbl9jYXRlZ29yaWVfdGl0bGVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMjoxNDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd29tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b21lbl9jYXRlZ29yaWVfdGl0bGVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3Byb2R1Y3Rfd29tZW5fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMjozMTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9wcm9kdWN0X3dvbWVuX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X3Byb2R1Y3Rfd29tZW5fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbl9jYXRlZ29yaWVfdGl0bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMzoxODozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd29tZW5fY2F0ZWdvcmllX3RpdGxlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b21lbl9jYXRlZ29yaWVfdGl0bGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hY2Nlc3Nvcmllc19jYXRlZ29yaWVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMzoyNDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYWNjZXNzb3JpZXNfY2F0ZWdvcmllX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hY2Nlc3Nvcmllc19jYXRlZ29yaWVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaWRlYmFyX3Byb21vdGlvbl9pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QxMDoyMjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2lkZWJhcl9wcm9tb3Rpb25faW1nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaWRlYmFyX3Byb21vdGlvbl9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMl9zbGlkZV90d29fX2JnXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QxMTowNjowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvaG9tZTJfc2xpZGVfdHdvX19iZ18yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMl9zbGlkZV90d29fX2JnXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9kaWdpdGFsLWl0ZW0vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QxNjo1OTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDgvZGlnaXRhbC1pdGVtLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kaWdpdGFsLWl0ZW08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMV9zbGlkZV90aHJlZV9iZ18yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMjI6NTk6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUxX3NsaWRlX3RocmVlX2JnXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUxX3NsaWRlX3RocmVlX2JnXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25fd29tZW5faW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMDI6MzA6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3Byb21vdGlvbl93b21lbl9pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbl93b21lbl9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25fYWNjZXNzb3JpZXNfaW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMDI6MzA6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3Byb21vdGlvbl9hY2Nlc3Nvcmllc19pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbl9hY2Nlc3Nvcmllc19pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25fbWVuX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDAyOjMwOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wcm9tb3Rpb25fbWVuX2ltZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW90aW9uX21lbl9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZV9yZXZfYmdfMy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDE4OjE5OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGlkZV9yZXZfYmdfMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVfcmV2X2JnXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZF9zdWl0X21hbl9jYXN1YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQxODoyMDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvYmVhcmRfc3VpdF9tYW5fY2FzdWFsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWFyZF9zdWl0X21hbl9jYXN1YWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZV9yZXZfYmdfNS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDE5OjA3OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGlkZV9yZXZfYmdfNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVfcmV2X2JnXzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zYWxlX2JpZ190ZXh0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMTk6MDk6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3NhbGVfYmlnX3RleHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbGVfYmlnX3RleHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3Byb2R1Y3RzX3NlY3Rpb25fYmdfNC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDIwOjI1OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9mZWF0X3Byb2R1Y3RzX3NlY3Rpb25fYmdfNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9wcm9kdWN0c19zZWN0aW9uX2JnXzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtMi1zbGlkZS1vbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTozNzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTY0OTUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE2NDk1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9ob21lLTEtc2xpZGUtdHdvLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTE6Mzc6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzE2NDgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xNjQ4MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvaG9tZS0yLXNsaWRlLXR3by88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDExOjM3OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS8xNzc5NC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTc3OTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtMS1zbGlkZS1vbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTozNzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTYyNTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE2MjUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS8xNjQ4Mi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDExOjM3OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS8xNzg2My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTc4NjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZS1yZXYtYmctMy1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9zbGlkZV9yZXZfYmdfMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVfcmV2X2JnXzMuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmQtc3VpdC1tYW4tY2FzdWFsLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2JlYXJkX3N1aXRfbWFuX2Nhc3VhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRfc3VpdF9tYW5fY2FzdWFsLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ZlYXQtcmVkLWJhZ2RlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2ZlYXRfcmVkX2JhZ2RlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X3JlZF9iYWdkZS5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oci13YXZlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2hyX3dhdmUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhyX3dhdmUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVyLWJydXNoLWJnLWpwZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3NsaWRlcl9icnVzaF9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVyX2JydXNoX2JnLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVuLXQtc2hpcnQtYmxhY2stcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvd29tZW5fdF9zaGlydF9ibGFjay5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tZW5fdF9zaGlydF9ibGFjay5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW4tdC1zaGlydC1ibHVlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL21lbl90X3NoaXJ0X2JsdWUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl90X3NoaXJ0X2JsdWUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGl0bGUtaW1nLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3RpdGxlX2ltZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGl0bGVfaW1nLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3JlZC1jaXJjbGUtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTk6NDg6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvcmVkX2NpcmNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVkX2NpcmNsZS5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlLWNpcmNsZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9ibHVlX2NpcmNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9jaXJjbGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGUtcmV2LWJnLTUtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvc2xpZGVfcmV2X2JnXzUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ181LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NhbGUtYmlnLXRleHQtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvc2FsZV9iaWdfdGV4dC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FsZV9iaWdfdGV4dC5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0LWJsdWUtYmFnZGUtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvZmVhdF9ibHVlX2JhZ2RlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X2JsdWVfYmFnZGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMzoxMzoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvbGl0LXRyZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpdC10cmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMzoyMDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvY29sbGVlbl9iZWxpZXZlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sbGVlbl9iZWxpZXZlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTM6Mjk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2Fwcm9uX3dvbWFuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHJvbl93b21hbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3J0aC1sb2dvLTc1LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTk6NTg6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL1JUSC1MT0dPLTc1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SVEgtTE9HTy03NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3J0aC1sb2dvLTE1MC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDIwOjA3OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9SVEgtTE9HTy0xNTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJUSC1MT0dPLTE1MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMjE6MTg6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2FtYXppbmctYmtncmQuZ2lmPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctYmtncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDIxOjIzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hbWF6aW5nLXN0YXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctc3RhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjlUMTk6MTU6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2pvdXJuZXkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmpvdXJuZXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI5VDE5OjIxOjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9qb3VybmV5LWJrZ3JkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5qb3VybmV5LWJrZ3JkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOVQxOTo0MDozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvam91cm5leS1ia2dyZDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmpvdXJuZXktYmtncmQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcml2ZXItam95LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjlUMjE6MDU6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3JpdmVyLWpveS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cml2ZXItam95PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS8xODc5LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOVQyMToxMjo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvcml2ZXItam95Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cml2ZXItam95MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvMTg3OS0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjlUMjE6NDk6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3JpdmVyLWpveTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJpdmVyLWpveTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDEzOjQwOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9iYWJ5c3RlcHMtZTE1NDg4NTYzNzc1MTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMS8zMC9iYWJ5LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTQ6MDk6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JhYnlzdGVwczIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE0OjIwOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9iYWJ5c3RlcHMzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYWJ5c3RlcHMzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDozODozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQW1hemluZ19DYXJkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE0OjU0OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hbWF6aW5nLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNTo0MDowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYW1hemluZzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmcyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNjowMzoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYXByb25fd29tYW4yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHJvbl93b21hbjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE2OjAzOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9jb2xsZWVuX2JlbGlldmUyLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbGxlZW5fYmVsaWV2ZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE2OjAxOjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9saXQtdHJlZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpdC10cmVlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3J0aC1sb2dvdy03NS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMxVDIxOjAyOjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9SVEgtTE9HT1ctNzUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJUSC1MT0dPVy03NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMDI6MDg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2RhcmtuZXNzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kYXJrbmVzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMTQ6NDQ6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N1bi1wYXR0ZXJuLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW4tcGF0dGVybjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMTQ6NTk6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2h1c2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmh1c2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE1OjM0OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ncnVuZ2Vfd2FsbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z3J1bmdlX3dhbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE5OjI5OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi93aGl0ZV9zYW5kLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53aGl0ZV9zYW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xvdWRzLTMxODUwMDZfMTkyMC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDIyOjI5OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9jbG91ZHMtMzE4NTAwNl8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbG91ZHMtMzE4NTAwNl8xOTIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy1jYXJkcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDIyOjQ1OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9iYWNrZ3JvdW5kLTMxNDQyMzEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhY2tncm91bmQtMzE0NDIzMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQyMjo1MDowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYWJzdHJhY3QtMTI4MzcyMl8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hYnN0cmFjdC0xMjgzNzIyXzE5MjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLWNhcmRzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMjI6NTk6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N1bi0yNTc0OTMzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW4tMjU3NDkzMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQyMzowNTowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvY2hyaXN0bWFzLTM4NDczODdfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2hyaXN0bWFzLTM4NDczODdfMTkyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQyMzoxNTo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvdGl0bGUtYmdyZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGl0bGUtYmdyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQyMzoxNzo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvdGl0bGUtYmdyZDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRpdGxlLWJncmQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZm9vdGVyLWJncmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQyMzoyMToxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZm9vdGVyLWJncmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvb3Rlci1iZ3JkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX2Zvb3Rlci88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDE4OjU3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmRfZm9vdGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfZm9vdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy1jYXJkcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDIwOjAyOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zdGFyLXNreS1ia2dyZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3Rhci1za3ktYmtncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLWNhcmRzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjA6MDg6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N0YXItcHVycGxlLWJrZ3JkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdGFyLXB1cnBsZS1ia2dyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QyMDoxMTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc3Rhci1wdXJwbGUyLWJrZ3JkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdGFyLXB1cnBsZTItYmtncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLWNhcmRzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjA6MTM6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N0YXItcHVycGxlMy1ia2dyZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3Rhci1wdXJwbGUzLWJrZ3JkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy1jYXJkcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDIwOjE5OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9oZWFkZXItYmdyZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhZGVyLWJncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDIwOjQ3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi93aGl0ZV9zYW5kX0AyWC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2hpdGVfc2FuZF9AMlg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDIwOjUzOjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ncmVlbl9zYW5kLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ncmVlbl9zYW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy1jYXJkcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA1VDIxOjEwOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi91bml2ZXJzZS1fMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dW5pdmVyc2UtXzE5MjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=','image-sitemap-1.xml','','trash','closed','closed','','__trashed','','','2019-02-05 18:56:40','2019-02-06 02:56:40','',0,'https://www.resettohappiness.com/?p=1877',0,'jp_img_sitemap','',0),(1878,0,'2019-02-05 18:56:39','2019-02-06 02:56:39','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjknLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpdGVtYXAtaW5kZXgueHNsIj8+CjxzaXRlbWFwaW5kZXggeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDVUMjA6NDU6MDFaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ltYWdlLXNpdGVtYXAtMS54bWw8L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA1VDIxOjEwOjAzWjwvbGFzdG1vZD48L3NpdGVtYXA+PC9zaXRlbWFwaW5kZXg+Cg==','sitemap.xml','','trash','closed','closed','','__trashed','','','2019-02-05 18:56:39','2019-02-06 02:56:39','',0,'https://www.resettohappiness.com/?p=1878',0,'jp_sitemap_master','',0),(1879,1,'2019-01-26 11:56:05','2019-01-26 19:56:05','','Sunset Happy','','publish','closed','closed','','1879','','','2019-01-26 13:33:49','2019-01-26 21:33:49','',0,'https://www.resettohappiness.com/?post_type=slide&#038;p=1879',0,'slide','',0),(20362,1,'2019-02-28 17:34:43','2019-03-01 01:34:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\nDirections:  <strong>Step 1</strong> download file, <strong>Step</strong> <strong>2</strong> click link to vista print (or take to your favorite printer), <strong>Step 3</strong> upload file. Make your selections for standard format, quantity, paper and shipping. Done!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vista Print</h3>\r\nClick <a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">here</a> to go directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-28 17:34:43','2019-03-01 01:34:43','',19823,'https://www.resettohappiness.com/blog/2019/02/28/19823-revision-v1/',0,'revision','',0),(1893,1,'2019-01-26 13:28:42','2019-01-26 21:28:42','','Happy Life River','','publish','closed','closed','','1879-2','','','2019-02-28 05:57:42','2019-02-28 13:57:42','',0,'https://www.resettohappiness.com/blog/slide/sunset-happy-cloned/',0,'slide','',0),(1895,1,'2019-01-26 13:30:36','2019-01-26 21:30:36','','Girl Happy','','inherit','closed','closed','','1893-autosave-v1','','','2019-01-26 13:30:36','2019-01-26 21:30:36','',1893,'https://www.resettohappiness.com/blog/2019/01/26/1893-autosave-v1/',0,'revision','',0),(20351,1,'2019-02-28 11:49:37','2019-02-28 19:49:37','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-28 11:49:37','2019-02-28 19:49:37','',19824,'https://www.resettohappiness.com/blog/2019/02/28/19824-revision-v1/',0,'revision','',0),(20352,1,'2019-02-28 11:51:21','2019-02-28 19:51:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-28 11:51:21','2019-02-28 19:51:21','',19824,'https://www.resettohappiness.com/blog/2019/02/28/19824-revision-v1/',0,'revision','',0),(20386,1,'2019-03-03 10:42:28','2019-03-03 18:42:28','','paypal-logo','','inherit','open','closed','','paypal-logo','','','2019-03-03 10:42:42','2019-03-03 18:42:42','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/03/paypal-logo.png',0,'attachment','image/png',0),(20388,1,'2019-03-05 06:04:05','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-03-05 06:04:05','0000-00-00 00:00:00','',0,'https://www.resettohappiness.com/?page_id=20388',0,'page','',0),(20389,1,'2019-03-05 06:20:48','2019-03-05 14:20:48','<h2>Privacy Policy</h2>\r\nReset To Happiness (\"us\", \"we\", or \"our\") operates the http://resettohappiness.com website (the \"Service\").\r\n\r\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\r\n\r\nWe will not use or share your information with anyone except as described in this Privacy Policy.\r\n\r\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at https://resettohappiness.com\r\n<h3>Information Collection And Use</h3>\r\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information may include, but is not limited to, your email address, name, phone number, postal address (\"Personal Information\").\r\n\r\nWe collect this information for the purpose of providing the Service, identifying and communicating with you, responding to your requests/inquiries, servicing your purchase orders, and improving our services.\r\n<h3>Log Data</h3>\r\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\r\n\r\nIn addition, we may use third party services such as Google Analytics that collect, monitor and analyze this type of information in order to increase our Service\'s functionality. These third party service providers have their own privacy policies addressing how they use such information.\r\n<h3>Cookies</h3>\r\nCookies are files with a small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and transferred to your device. We use cookies to collect information in order to improve our services for you.\r\n\r\nYou can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. The Help feature on most browsers provide information on how to accept cookies, disable cookies or to notify you when receiving a new cookie.\r\n\r\nIf you do not accept cookies, you may not be able to use some features of our Service and we recommend that you leave them turned on.\r\n<h3>Behavioral Remarketing</h3>\r\nReset To Happiness uses remarketing services to advertise on third party web sites to you after you visited our Service. We, and our third party vendors, use cookies to inform, optimize and serve ads based on your past visits to our Service.\r\n<p style=\"padding-left: 40px;\"><strong>Google</strong></p>\r\n<p style=\"padding-left: 40px;\">Google AdWords remarketing service is provided by Google Inc.</p>\r\n<p style=\"padding-left: 40px;\">You can opt-out of Google Analytics for Display Advertising and customize the Google Display Network ads by visiting the <a href=\"https://adssettings.google.com/authenticated\" target=\"_blank\" rel=\"noopener noreferrer\">Google Ads Settings</a> page.</p>\r\n<p style=\"padding-left: 40px;\">Google also recommends installing the <a href=\"https://tools.google.com/dlpage/gaoptout\" target=\"_blank\" rel=\"noopener noreferrer\">Google Analytics Opt-out Browser Add-on</a> for your web browser. Google Analytics Opt-out Browser Add-on provides visitors with the ability to prevent their data from being collected and used by Google Analytics.</p>\r\n<p style=\"padding-left: 40px;\">For more information on the privacy practices of Google, please visit the <a href=\"https://policies.google.com/privacy?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">Google Privacy &amp; Terms</a> web page.</p>\r\n\r\n<h3>Do Not Track Disclosure</h3>\r\nWe support Do Not Track (\"DNT\"). Do Not Track is a preference you can set in your web browser to inform websites that you do not want to be tracked.\r\n\r\nYou can enable or disable Do Not Track by visiting the Preferences or Settings page of your web browser.\r\n<h3>Service Providers</h3>\r\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services and/or to assist us in analyzing how our Service is used.\r\n\r\nThese third parties have access to your Personal Information only to perform specific tasks on our behalf and are obligated not to disclose or use your information for any other purpose.\r\n<h3>Communications</h3>\r\nWe may use your Personal Information to contact you with newsletters, marketing or promotional materials and other information that may be of interest to you. You may opt out of receiving any, or all, of these communications from us by following the unsubscribe link or instructions provided in any email we send.\r\n<h3>Security</h3>\r\nThe security of your Personal Information is important to us, and we strive to implement and maintain reasonable, commercially acceptable security procedures and practices appropriate to the nature of the information we store, in order to protect it from unauthorized access, destruction, use, modification, or disclosure.\r\n\r\nHowever, please be aware that no method of transmission over the internet, or method of electronic storage is 100% secure and we are unable to guarantee the absolute security of the Personal Information we have collected from you.\r\n<h3>International Transfer</h3>\r\nYour information, including Personal Information, may be transferred to — and maintained on — computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction.\r\n\r\nIf you are located outside United States and choose to provide information to us, please note that we transfer the information, including Personal Information, to United States and process it there.\r\n\r\nYour consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.\r\n<h3>Links To Other Sites</h3>\r\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h3>Children\'s Privacy</h3>\r\nOnly persons age 18 or older have permission to access our Service. Our Service does not address anyone under the age of 13 (\"Children\").\r\n\r\nWe do not knowingly collect personally identifiable information from children under 13. If you are a parent or guardian and you learn that your Children have provided us with Personal Information, please contact us. If we become aware that we have collected Personal Information from a children under age 13 without verification of parental consent, we take steps to remove that information from our servers.\r\n<h3>Changes To This Privacy Policy</h3>\r\nThis Privacy Policy is effective as of March 1, 2019 and will remain in effect except with respect to any changes in its provisions in the future, which will be in effect immediately after being posted on this page.\r\n\r\nWe reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically. Your continued use of the Service after we post any modifications to the Privacy Policy on this page will constitute your acknowledgment of the modifications and your consent to abide and be bound by the modified Privacy Policy.\r\n\r\nIf we make any material changes to this Privacy Policy, we will notify you either through the email address you have provided us, or by placing a prominent notice on our website.\r\n<h3>Contact Us</h3>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2019-03-05 06:20:48','2019-03-05 14:20:48','',0,'https://www.resettohappiness.com/?page_id=20389',0,'page','',0),(20390,1,'2019-03-05 06:20:48','2019-03-05 14:20:48','<h2>Privacy Policy</h2>\r\nReset To Happiness (\"us\", \"we\", or \"our\") operates the http://resettohappiness.com website (the \"Service\").\r\n\r\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\r\n\r\nWe will not use or share your information with anyone except as described in this Privacy Policy.\r\n\r\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at https://resettohappiness.com\r\n<h3>Information Collection And Use</h3>\r\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information may include, but is not limited to, your email address, name, phone number, postal address (\"Personal Information\").\r\n\r\nWe collect this information for the purpose of providing the Service, identifying and communicating with you, responding to your requests/inquiries, servicing your purchase orders, and improving our services.\r\n<h3>Log Data</h3>\r\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\r\n\r\nIn addition, we may use third party services such as Google Analytics that collect, monitor and analyze this type of information in order to increase our Service\'s functionality. These third party service providers have their own privacy policies addressing how they use such information.\r\n<h3>Cookies</h3>\r\nCookies are files with a small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and transferred to your device. We use cookies to collect information in order to improve our services for you.\r\n\r\nYou can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. The Help feature on most browsers provide information on how to accept cookies, disable cookies or to notify you when receiving a new cookie.\r\n\r\nIf you do not accept cookies, you may not be able to use some features of our Service and we recommend that you leave them turned on.\r\n<h3>Behavioral Remarketing</h3>\r\nReset To Happiness uses remarketing services to advertise on third party web sites to you after you visited our Service. We, and our third party vendors, use cookies to inform, optimize and serve ads based on your past visits to our Service.\r\n<p style=\"padding-left: 40px;\"><strong>Google</strong></p>\r\n<p style=\"padding-left: 40px;\">Google AdWords remarketing service is provided by Google Inc.</p>\r\n<p style=\"padding-left: 40px;\">You can opt-out of Google Analytics for Display Advertising and customize the Google Display Network ads by visiting the <a href=\"https://adssettings.google.com/authenticated\" target=\"_blank\" rel=\"noopener noreferrer\">Google Ads Settings</a> page.</p>\r\n<p style=\"padding-left: 40px;\">Google also recommends installing the <a href=\"https://tools.google.com/dlpage/gaoptout\" target=\"_blank\" rel=\"noopener noreferrer\">Google Analytics Opt-out Browser Add-on</a> for your web browser. Google Analytics Opt-out Browser Add-on provides visitors with the ability to prevent their data from being collected and used by Google Analytics.</p>\r\n<p style=\"padding-left: 40px;\">For more information on the privacy practices of Google, please visit the <a href=\"https://policies.google.com/privacy?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">Google Privacy &amp; Terms</a> web page.</p>\r\n\r\n<h3>Do Not Track Disclosure</h3>\r\nWe support Do Not Track (\"DNT\"). Do Not Track is a preference you can set in your web browser to inform websites that you do not want to be tracked.\r\n\r\nYou can enable or disable Do Not Track by visiting the Preferences or Settings page of your web browser.\r\n<h3>Service Providers</h3>\r\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services and/or to assist us in analyzing how our Service is used.\r\n\r\nThese third parties have access to your Personal Information only to perform specific tasks on our behalf and are obligated not to disclose or use your information for any other purpose.\r\n<h3>Communications</h3>\r\nWe may use your Personal Information to contact you with newsletters, marketing or promotional materials and other information that may be of interest to you. You may opt out of receiving any, or all, of these communications from us by following the unsubscribe link or instructions provided in any email we send.\r\n<h3>Security</h3>\r\nThe security of your Personal Information is important to us, and we strive to implement and maintain reasonable, commercially acceptable security procedures and practices appropriate to the nature of the information we store, in order to protect it from unauthorized access, destruction, use, modification, or disclosure.\r\n\r\nHowever, please be aware that no method of transmission over the internet, or method of electronic storage is 100% secure and we are unable to guarantee the absolute security of the Personal Information we have collected from you.\r\n<h3>International Transfer</h3>\r\nYour information, including Personal Information, may be transferred to — and maintained on — computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction.\r\n\r\nIf you are located outside United States and choose to provide information to us, please note that we transfer the information, including Personal Information, to United States and process it there.\r\n\r\nYour consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.\r\n<h3>Links To Other Sites</h3>\r\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h3>Children\'s Privacy</h3>\r\nOnly persons age 18 or older have permission to access our Service. Our Service does not address anyone under the age of 13 (\"Children\").\r\n\r\nWe do not knowingly collect personally identifiable information from children under 13. If you are a parent or guardian and you learn that your Children have provided us with Personal Information, please contact us. If we become aware that we have collected Personal Information from a children under age 13 without verification of parental consent, we take steps to remove that information from our servers.\r\n<h3>Changes To This Privacy Policy</h3>\r\nThis Privacy Policy is effective as of March 1, 2019 and will remain in effect except with respect to any changes in its provisions in the future, which will be in effect immediately after being posted on this page.\r\n\r\nWe reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically. Your continued use of the Service after we post any modifications to the Privacy Policy on this page will constitute your acknowledgment of the modifications and your consent to abide and be bound by the modified Privacy Policy.\r\n\r\nIf we make any material changes to this Privacy Policy, we will notify you either through the email address you have provided us, or by placing a prominent notice on our website.\r\n<h3>Contact Us</h3>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','20389-revision-v1','','','2019-03-05 06:20:48','2019-03-05 14:20:48','',20389,'https://www.resettohappiness.com/blog/2019/03/05/20389-revision-v1/',0,'revision','',0),(20391,1,'2019-03-05 06:25:25','2019-03-05 14:25:25','','Order &ndash; March 5, 2019 @ 06:25 AM','','wc-processing','open','closed','wc_order_dS4jc6Mu80i2S','order-mar-05-2019-0225-pm','','','2019-03-05 06:25:25','2019-03-05 14:25:25','',0,'https://www.resettohappiness.com/?post_type=shop_order&#038;p=20391',0,'shop_order','',1),(20392,0,'2019-03-05 14:20:48','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjEnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIj48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQxNTowMzo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQxNToxODozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjhUMTk6MDc6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mdWxsLXNob3Atd2l0aC1zaWRlYmFyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMTY6NTk6MTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDEzOjQyOjM5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC13aXRoLXNpZGViYXItMi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDAwOjAwOjUyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FydC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDAwOjIyOjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMjA6NTM6MDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDIyOjAxOjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWNjZXNzb3JpZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQyMjowMjo0M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21pc2NlbGxhbmVvdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQyMjowMzo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ZlYXR1cmVkLXNsaWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ2OjM0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC1ieS1jYXRlZ29yeS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ3OjE4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC1jYXJvdXNlbC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ3OjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC1jYXRlZ29yaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjBUMTE6MzE6NTZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0cy1ieS1za3UtaWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0zMFQwMzo0ODo1N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3JlY2VudC1wcm9kdWN0cy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ5OjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcmVzb3VyY2VzMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDEzOjQwOjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE5LzAxLzMwL2JhYnktc3RlcHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxMjo0Nzo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wMlQyMTowMjozNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQxOTo1MzoxM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb21vdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0wOFQxNzowMDozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Fib3V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMDhUMTc6MDA6NDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJ0LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wM1QxOToxNzowN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NoZWNrb3V0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDJUMjM6MjU6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9teS1hY2NvdW50LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QxNjoxMToxNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21lbnMtc2hvcC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTI1VDIwOjIwOjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5zLXNob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0yNVQyMDoyMzo1Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FjY2Vzc29yaWVzLXNob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0yNVQyMDoyNDowNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL25ld3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0yNVQyMDo0OToyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NvbnRhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0yNVQyMToyMzoyM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMi8yMC93aGVyZS1kaWQteW91ci1hbWF6aW5nLWNhcmQtZmluZC15b3UvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQyMzo1NDo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NvbXBsZXRlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDIzOjM3OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJpdmFjeS1wb2xpY3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNVQxNDoyMDo0OFo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==','sitemap-1.xml','','draft','closed','closed','','','','','2019-03-05 14:20:48','0000-00-00 00:00:00','',0,'https://www.resettohappiness.com/?p=20392',0,'jp_sitemap','',0),(20393,0,'2019-03-03 18:42:42','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjEnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ltYWdlLXNpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIiB4bWxuczppbWFnZT0iaHR0cDovL3d3dy5nb29nbGUuY29tL3NjaGVtYXMvc2l0ZW1hcC1pbWFnZS8xLjEiPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hYm91dC11cy88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjI1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9hYm91dC11cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWJvdXQtdXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iYW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQwOToyODo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvYmFubmVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYW5uZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLXNsaWRlMi88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjMxOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9ob21lLXNsaWRlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1zbGlkZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJ0LWhlYWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjQ2OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJ0LWhlYWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FydC1oZWFkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLXNsaWRlci03MDAvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMDowNzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvc2hvcC1zbGlkZXItNzAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLXNsaWRlci03MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb24tc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTA6MTI6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3Byb21vdGlvbi1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbi1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jaGVjay1vdXQtc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTA6MTU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NoZWNrLW91dC1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNoZWNrLW91dC1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTItMy88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTEyVDE5OjQyOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FsbC10by1hY3Rpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMjoxOTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY2FsbC10by1hY3Rpb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhbGwtdG8tYWN0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWFya2VyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTI6MjA6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L21hcmtlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFya2VyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbXktYWNjb3VudC1oZWFkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMzowNjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvbXktYWNjb3VudC1oZWFkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm15LWFjY291bnQtaGVhZGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20veW9nYS1zbGlkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xOVQyMTowMjowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYS1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2Etc2xpZGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgtYmVhdXR5LWZhYi01MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoLWJlYXV0eS1mYWItNTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Zhc2hpb24xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXNoaW9uMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbjMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhc2hpb24zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9mYXNoaW9uMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFzaGlvbjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLWdhcmRlbjEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xOVQyMjoyMTowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaG9tZS1nYXJkZW4xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbjE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtZ2FyZGVuMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1nYXJkZW4zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLWdhcmRlbi10YWJzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbi10YWJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLWdhcmRlbi10YWJzMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1nYXJkZW4tdGFiczE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtZ2FyZGVuLXRhYnMyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbi10YWJzMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hlYWx0aC1maXRuZXNzMS88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTE5VDIzOjE3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgtZml0bmVzczEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aC1maXRuZXNzMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGgyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aDQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3lvZ2ExLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT55b2dhMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2EyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3lvZ2E0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT55b2dhNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYTUtZTE0MzQ2NDAwNTI2MzkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2E1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmFieS1idW1wLWZhc2hpb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnktYnVtcC1mYXNoaW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZ3Jhc3MtZmFtaWx5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ncmFzcy1mYW1pbHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLWFsbW9uZHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtYWxtb25kczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoLWJlYXV0eS1mYWItNTAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGgtYmVhdXR5LWZhYi01MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3F1b3RlX2ltZ18xLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNjoyMjo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvcXVvdGVfaW1nXzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cXVvdGVfaW1nXzEtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3F1b3RlX2ltZ18yLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNjoyMjo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvcXVvdGVfaW1nXzItY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cXVvdGVfaW1nXzItY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21vZGVybl9sb2dvXzF4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMzBUMTc6Mjc6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL21vZGVybl9sb2dvXzF4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm5fbG9nb18xeDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21vZGVybl9sb2dvXzJ4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMzBUMTc6Mjc6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL21vZGVybl9sb2dvXzJ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm5fbG9nb18yeDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpZGViYXJfYWQtY29tcHJlc3Nvci0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMzBUMTc6NDk6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL3NpZGViYXJfYWQtY29tcHJlc3Nvci0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaWRlYmFyX2FkLWNvbXByZXNzb3ItMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYV90b3AuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2FfdG9wPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlmZXN0eWxlX2xvZ29fMXgvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNi0yNVQyMToxMDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvbGlmZXN0eWxlX2xvZ29fMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpZmVzdHlsZV9sb2dvXzF4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlmZXN0eWxlX2xvZ29fMngvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNi0yNVQyMToxMDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvbGlmZXN0eWxlX2xvZ29fMngucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpZmVzdHlsZV9sb2dvXzJ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvc3Bvb25zLWNvbXByZXNzb3ItMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3Bvb25zLWNvbXByZXNzb3ItMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZ2lybC1jb21wcmVzc29yLTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdpcmwtY29tcHJlc3Nvci0zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nMS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nMi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nNC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nNS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nNS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nNi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nNi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nNy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nNy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tMV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ibG9nOC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nOC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaGVhdGgtd2VsbGJlaW5nLXRvcDEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNi0yNlQyMDoxNDoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaGVhdGgtd2VsbGJlaW5nLXRvcDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYXRoLXdlbGxiZWluZy10b3AxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2lkZWJhcl9hZC88L2xvYz48bGFzdG1vZD4yMDE1LTA2LTI2VDIwOjM5OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9zaWRlYmFyX2FkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaWRlYmFyX2FkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb182LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb182PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb183LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb183PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb18xLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb18xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb18yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb18yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb18zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb18zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb180LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb180PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJhbmRfbG9nb181LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb181PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnV0dG9uX3NoaXJ0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6MjY6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2J1dHRvbl9zaGlydC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnV0dG9uX3NoaXJ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FzdWFsX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9jYXN1YWxfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXN1YWxfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FzdWFsX3ZuZWNrLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2Nhc3VhbF92bmVjay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FzdWFsX3ZuZWNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZGlubmVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9kaW5uZXJfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kaW5uZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZWxlZ2FudF9nb3duLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2VsZWdhbnRfZ293bi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZWxlZ2FudF9nb3duPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaW5maW5pdHlfc2NhcmYvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaW5maW5pdHlfc2NhcmYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmluZmluaXR5X3NjYXJmPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGx1c2hfc3dlYXRlci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wbHVzaF9zd2VhdGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wbHVzaF9zd2VhdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xlZWtfanVtcGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3NsZWVrX2p1bXBlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xlZWtfanVtcGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpcF9kcmVzcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGlwX2RyZXNzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGlwX2RyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VlZGVfY2FyZGlnYW4vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc3VlZGVfY2FyZGlnYW4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1ZWRlX2NhcmRpZ2FuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VlZGVfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3N1ZWRlX2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VlZGVfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VtbWVyX2Zyb2NrLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDU6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3N1bW1lcl9mcm9jay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VtbWVyX2Zyb2NrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VtbWVyX3NldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zdW1tZXJfc2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW1tZXJfc2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdHdpbGxfc2NhcmYvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvdHdpbGxfc2NhcmYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnR3aWxsX3NjYXJmPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20veHJheV9zb2Z0d2FyZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi94cmF5X3NvZnR3YXJlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT54cmF5X3NvZnR3YXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2Fyb3VzZWxfMS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF8xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF8xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2Fyb3VzZWxfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2Fyb3VzZWxfMy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF8zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF8zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2Fyb3VzZWxfNC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjE1OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJvdXNlbF80LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJvdXNlbF80PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMS1jb21wcmVzc29yLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToyNTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMS1jb21wcmVzc29yMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMi1jb21wcmVzc29yLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToyNTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMi1jb21wcmVzc29yMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMy1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MzI6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfNC1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MzI6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfNS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MzI6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzUtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9faW1hZ2UtY29tcHJlc3Nvci0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6Mzg6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3Byb21vX2ltYWdlLWNvbXByZXNzb3ItMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9faW1hZ2UtY29tcHJlc3Nvci0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV8xLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV8xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV8yLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV8yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV8zLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV8zLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV80LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV80LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfNi1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6MjY6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzYtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfNy1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6Mjc6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzctY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfOC1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6Mjc6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzgtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfOC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfOS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6MzE6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzktY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfOS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMTAtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjM0OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9jb2xfYmtnZF8xMC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xMC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMTEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjU1OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8xMS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMTItY29tcHJlc3Nvci0zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjE6MDI6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzEyLWNvbXByZXNzb3ItMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMTItY29tcHJlc3Nvci0zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29sX2JrZ2RfMTMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjAzOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8xMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8xLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8yLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8zLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8zLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF80LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF80LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF81LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF81LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF82LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF82LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF83LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF83LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF84LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF84LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfOC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF85LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF85LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfOS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8xMC1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjE6MTQ6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3Bvc3RfMTAtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8xMC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vNDEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNVQyMjozNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvNDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjQxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vNTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNVQyMjozNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvNTcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTFfc2xpZGVfb25lX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMTY6Mzk6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUxX3NsaWRlX29uZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cUF6PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE3OjIzOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ18xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMl8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6MDM6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzJfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMl8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjI0OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ18zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfNy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjU0OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ183LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ183PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfOC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjU3OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ184LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ184PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfOS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjA2OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ185LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ185PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMTAvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOTowODoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzEwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMTEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOToxMjoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOToxNTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGVzdGltb25pYWxzX2hvbWVfMV9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDIwOjU1OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC90ZXN0aW1vbmlhbHNfaG9tZV8xX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50ZXN0aW1vbmlhbHNfaG9tZV8xX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGF5bWVudF9jYXJkc19mb290ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xMVQwMjo1ODoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGF5bWVudF9jYXJkc19mb290ZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBheW1lbnRfY2FyZHNfZm9vdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTFfc2xpZGVfMl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTExVDA1OjEyOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ob21lMV9zbGlkZV8yX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMV9zbGlkZV8yX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTJfc2xpZGVfb25lX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTFUMjI6MTM6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUyX3NsaWRlX29uZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZTJfc2xpZGVfb25lX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGVzdGltb25pYWxzX2N1c3RvbWVyc19pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQxOToxMDozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGVzdGltb25pYWxzX2N1c3RvbWVyc19pbWcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3RpbW9uaWFsc19jdXN0b21lcnNfaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZml2ZV9zdGFyc19jdXN0b21lci88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDE5OjUzOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9maXZlX3N0YXJzX2N1c3RvbWVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5maXZlX3N0YXJzX2N1c3RvbWVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGVzdGltb25pYWxzX2N1c3RvbWVyc19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIwOjAxOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbG9va2Jvb2tfc3ByaW5nX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjA6MTg6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2xvb2tib29rX3NwcmluZ19iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9va2Jvb2tfc3ByaW5nX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVyX2JydXNoX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjI6MDg6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3NsaWRlcl9icnVzaF9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVyX2JydXNoX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX3Rfc2hpcnRfYmx1ZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIyOjU3OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9tZW5fdF9zaGlydF9ibHVlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fdF9zaGlydF9ibHVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5fdF9zaGlydF9ibGFjay88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIzOjAwOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93b21lbl90X3NoaXJ0X2JsYWNrLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b21lbl90X3NoaXJ0X2JsYWNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGl0bGVfaW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjM6MjA6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RpdGxlX2ltZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGl0bGVfaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcmVkX2NpcmNsZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIzOjI4OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9yZWRfY2lyY2xlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZWRfY2lyY2xlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9jaXJjbGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNVQwMDo0MTozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmx1ZV9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfY2lyY2xlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9yZWRfYmFnZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQwNDoxOTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9yZWRfYmFnZGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZlYXRfcmVkX2JhZ2RlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaHJfd2F2ZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDE3OjE4OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ocl93YXZlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ocl93YXZlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfbWVuX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjVUMDM6Mjk6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3BhZ2VfdGl0bGVfYmFyX21lbl9iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfbWVuX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfd29tZW5fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzo0Mzo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfd29tZW5fYmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2VfdGl0bGVfYmFyX3dvbWVuX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzo0Njo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfYmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2VfdGl0bGVfYmFyX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfYXNfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzo1ODozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfYXNfYmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2VfdGl0bGVfYmFyX2FzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV8xLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV8xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV8zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV8zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV80LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV80PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV81LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV81PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV82LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV82PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV83LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV83PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9ibHVlX2JhZ2RlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDNUMjE6MTc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2ZlYXRfYmx1ZV9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9ibHVlX2JhZ2RlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tYW5fdGVzdGltb25pYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0yM1QxODoyNjo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd29tYW5fdGVzdGltb25pYWwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvbWFuX3Rlc3RpbW9uaWFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWFuX3Rlc3RpbW9uaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjNUMTg6MjY6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21hbl90ZXN0aW1vbmlhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFuX3Rlc3RpbW9uaWFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xhc3NpY19zaG9wX2xvZ28xeC88L2xvYz48bGFzdG1vZD4yMDE1LTEwLTI2VDE4OjU3OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9jbGFzc2ljX3Nob3BfbG9nbzF4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGFzc2ljX3Nob3BfbG9nbzF4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xhc3NpY19zaG9wX2xvZ28yeC88L2xvYz48bGFzdG1vZD4yMDE1LTEwLTI2VDE4OjU3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9jbGFzc2ljX3Nob3BfbG9nbzJ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGFzc2ljX3Nob3BfbG9nbzJ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xhc3NpY19zaG9wX2xvZ29fZm9vdGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjZUMTk6MTU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2NsYXNzaWNfc2hvcF9sb2dvX2Zvb3Rlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2xhc3NpY19zaG9wX2xvZ29fZm9vdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9fYm94XzJfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwMTozNzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcHJvbW9fYm94XzJfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vX2JveF8yX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9fYm94XzFfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwMTozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcHJvbW9fYm94XzFfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vX2JveF8xX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9fYm94XzNfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwNTowNDoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcHJvbW9fYm94XzNfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vX2JveF8zX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3X3dpbnRlcl9jb2xsZWN0aW9uX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMDU6MTg6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L25ld193aW50ZXJfY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bmV3X3dpbnRlcl9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3X2h5cGVfY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDA1OjE4OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9uZXdfaHlwZV9jb2xsZWN0aW9uX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5uZXdfaHlwZV9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmtnZF9jb25mZXR0aS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTY6NDE6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JrZ2RfY29uZmV0dGktY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmtnZF9jb25mZXR0aS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDE3OjQ5OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfMS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aGlyZF9pbWdfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDE3OjQ5OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfMi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aGlyZF9pbWdfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDE3OjQ5OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aGlyZF9pbWdfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzNfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQyMToxNzo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGhpcmRfaW1nXzNfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18zX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX2NhdGVnb3JpZV9zaG9lc19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDIyOjI0OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9tZW5fY2F0ZWdvcmllX3Nob2VzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fY2F0ZWdvcmllX3Nob2VzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX2NhdGVnb3JpZV90aWVzX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMjM6Mzk6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl9jYXRlZ29yaWVfdGllc19iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWVuX2NhdGVnb3JpZV90aWVzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9zYWxlX2V2ZW50LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDVUMDA6MDA6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2ZlYXRfc2FsZV9ldmVudC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9zYWxlX2V2ZW50PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3ByaW5nX3ByaW50ZWRfZHJlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNTozMDozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvc3ByaW5nX3ByaW50ZWRfZHJlc3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwcmluZ19wcmludGVkX2RyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xvdmVfdGVlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTU6MzI6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL21vZGVybl9sb3ZlX3RlZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuX2xvdmVfdGVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfbGVhdGhlcl9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNTozNTo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYmxhY2tfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsYWNrX2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaGlwc3Rlcl9ibGFja190b3AvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjowNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvaGlwc3Rlcl9ibGFja190b3AuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhpcHN0ZXJfYmxhY2tfdG9wPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29vbF9zdW1tZXJfYnJpZ2h0X3JlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjA4OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC93b29sX3N1bW1lcl9icmlnaHRfcmVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29sX3N1bW1lcl9icmlnaHRfcmVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJvd25fZHJlc3Nfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoxMTo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYnJvd25fZHJlc3Nfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyb3duX2RyZXNzX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd2hpdGVfZ2lybF90ZXh0X3RhbmsvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoxMjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd2hpdGVfZ2lybF90ZXh0X3RhbmsuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndoaXRlX2dpcmxfdGV4dF90YW5rPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZm9vZF9wYXR0ZXJuX3RlZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjE2OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9mb29kX3BhdHRlcm5fdGVlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mb29kX3BhdHRlcm5fdGVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VlZGVfaGVlbGVkX3Nob2VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MTc6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3N1ZWRlX2hlZWxlZF9zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VlZGVfaGVlbGVkX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9zdHJpcGVfc3dlYXRlci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjE4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX3N0cmlwZV9zd2VhdGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibHVlX3N0cmlwZV9zd2VhdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZG90X2ZpdF9hbmRfZmxhcmVfZHJlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoyMDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZG90X2ZpdF9hbmRfZmxhcmVfZHJlc3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRvdF9maXRfYW5kX2ZsYXJlX2RyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfZWxlZ2FudF9sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjMwOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9ibGFja19lbGVnYW50X2xlYXRoZXJfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibGFja19lbGVnYW50X2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfbGVhdGhlcl9zdWl0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MzE6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2JsYWNrX2xlYXRoZXJfc3VpdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhY2tfbGVhdGhlcl9zdWl0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9qYWNrZXRfYW5kX3doaXRlX3N0cmlwZV90ZWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo0NTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYmx1ZV9qYWNrZXRfYW5kX3doaXRlX3N0cmlwZV90ZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfamFja2V0X2FuZF93aGl0ZV9zdHJpcGVfdGVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FzdWFsX2xlYXRoZXJfYmVsdHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo0NzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY2FzdWFsX2xlYXRoZXJfYmVsdHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhc3VhbF9sZWF0aGVyX2JlbHRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xlYXRoZXJfYm9vdHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo0ODo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvbW9kZXJuX2xlYXRoZXJfYm9vdHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9sZWF0aGVyX2Jvb3RzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2JsYWNrX2xlYXRoZXJfc3VpdC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ5OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9tb2Rlcm5fYmxhY2tfbGVhdGhlcl9zdWl0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm5fYmxhY2tfbGVhdGhlcl9zdWl0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjUxOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX2xlYXRoZXJfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibHVlX2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhlX3RyZW5kX3BvbG8vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1MjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGhlX3RyZW5kX3BvbG8uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoZV90cmVuZF9wb2xvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfcmViZWxfbGVhdGhlcl9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1Mzo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmxhY2tfcmViZWxfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsYWNrX3JlYmVsX2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJvd21fZWxlZ2FudF9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1NTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYnJvd21fZWxlZ2FudF9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyb3dtX2VsZWdhbnRfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FzdWFsX2NvbG9yZnVsX3Qtc2hpcnRzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6NTg6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2Nhc3VhbF9jb2xvcmZ1bF90LXNoaXJ0cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FzdWFsX2NvbG9yZnVsX3Qtc2hpcnRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGVhdGhlcl9nbG92ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNzowMDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvbGVhdGhlcl9nbG92ZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxlYXRoZXJfZ2xvdmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9nbGFtb3Jfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNzowMjowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmx1ZV9nbGFtb3Jfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfZ2xhbW9yX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTg6Mjk6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JlYXJkbWFuX2NvbHVtbl9iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2Vhc29uYWxfYmdfY29sb3JfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjExOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zZWFzb25hbF9iZ19jb2xvcl8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZWFzb25hbF9iZ19jb2xvcl8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRtYW5fY29sdW1uX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOToyNzoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmVhcmRtYW5fY29sdW1uX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXJkbWFuX2NvbHVtbl9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd2ludGVyX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOTozODo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd2ludGVyX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndpbnRlcl9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3ByaW5nX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOTozOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc3ByaW5nX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwcmluZ19jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYXV0dW1uX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOTozOToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYXV0dW1uX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmF1dHVtbl9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJpbnRfc3VuZ2xhc3Nlc193b21lbi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjQ4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcmludF9zdW5nbGFzc2VzX3dvbWVuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcmludF9zdW5nbGFzc2VzX3dvbWVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb25fc2FsZV9iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjUxOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9vbl9zYWxlX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbl9zYWxlX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVzdF9zZWxsZXJfcHJvZHVjdC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIxOjE0OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9iZXN0X3NlbGxlcl9wcm9kdWN0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZXN0X3NlbGxlcl9wcm9kdWN0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcF9zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIxOjQ2OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zaG9wX3Nob2VzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcF9nbGFzc2VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjE6NDY6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Nob3BfZ2xhc3Nlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hvcF9nbGFzc2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcF9nbG92ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMTo0NjozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hvcF9nbG92ZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3BfZ2xvdmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX2NhdGVnb3JpZV90aXRsZV9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIyOjMyOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fY2F0ZWdvcmllX3RpdGxlX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMjo0NToxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXJkbWFuX2NvbHVtbl9iZ19jb2xvcl8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG90X2RlYWxzX2JnX2NvbG9yX3dpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoxOToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaG90X2RlYWxzX2JnX2NvbG9yX3dpZGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvdF9kZWFsc19iZ19jb2xvcl93aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb25fc2FsZV9iZ19jb2xvcl9ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjM6MjI6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L29uX3NhbGVfYmdfY29sb3JfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b25fc2FsZV9iZ19jb2xvcl9ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb2xkX3NjaG9vbF9iZ19ncmF5X3dpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoyNzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvb2xkX3NjaG9vbF9iZ19ncmF5X3dpZGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm9sZF9zY2hvb2xfYmdfZ3JheV93aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb2xkX3NjaG9vbF9iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjM6Mjc6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L29sZF9zY2hvb2xfYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b2xkX3NjaG9vbF9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdHJlbmRfYmdfZ3JheV93aWRlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjM6NTM6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RyZW5kX2JnX2dyYXlfd2lkZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dHJlbmRfYmdfZ3JheV93aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VtbWVyX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzo1MzozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc3VtbWVyX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1bW1lcl9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3X2NvbGxlY3Rpb25fYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMDozNjozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbmV3X2NvbGxlY3Rpb25fYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5ld19jb2xsZWN0aW9uX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaHlwZV9ibGFja19iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDA6Mzc6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2h5cGVfYmxhY2tfYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aHlwZV9ibGFja19iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2Vhc29uYWxfYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAwOjUwOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zZWFzb25hbF9iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZWFzb25hbF9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hpdHNfYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMToyOTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hpdHNfYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNoaXRzX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdHJlbmRpbmdfYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAxOjI5OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90cmVuZGluZ19iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50cmVuZGluZ19iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZ2xhc3N3YXJlX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDE6MzA6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2dsYXNzd2FyZV9iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z2xhc3N3YXJlX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vamFja2V0c193b21lbl9iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAxOjQ4OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9qYWNrZXRzX3dvbWVuX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5qYWNrZXRzX3dvbWVuX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDI6MTQ6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3dvbWVuX2NhdGVnb3JpZV90aXRsZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tZW5fY2F0ZWdvcmllX3RpdGxlX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9wcm9kdWN0X3dvbWVuX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDI6MzE6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2ZlYXRfcHJvZHVjdF93b21lbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9wcm9kdWN0X3dvbWVuX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5fY2F0ZWdvcmllX3RpdGxlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDM6MTg6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3dvbWVuX2NhdGVnb3JpZV90aXRsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tZW5fY2F0ZWdvcmllX3RpdGxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWNjZXNzb3JpZXNfY2F0ZWdvcmllX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDM6MjQ6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2FjY2Vzc29yaWVzX2NhdGVnb3JpZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWNjZXNzb3JpZXNfY2F0ZWdvcmllX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2lkZWJhcl9wcm9tb3Rpb25faW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMTA6MjI6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3NpZGViYXJfcHJvbW90aW9uX2ltZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2lkZWJhcl9wcm9tb3Rpb25faW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTJfc2xpZGVfdHdvX19iZ18yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMTE6MDY6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2hvbWUyX3NsaWRlX3R3b19fYmdfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZTJfc2xpZGVfdHdvX19iZ18yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZGlnaXRhbC1pdGVtLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMTY6NTk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA4L2RpZ2l0YWwtaXRlbS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZGlnaXRhbC1pdGVtPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTFfc2xpZGVfdGhyZWVfYmdfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDIyOjU5OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ob21lMV9zbGlkZV90aHJlZV9iZ18yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMV9zbGlkZV90aHJlZV9iZ18yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uX3dvbWVuX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDAyOjMwOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wcm9tb3Rpb25fd29tZW5faW1nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm9tb3Rpb25fd29tZW5faW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uX2FjY2Vzc29yaWVzX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDAyOjMwOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wcm9tb3Rpb25fYWNjZXNzb3JpZXNfaW1nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm9tb3Rpb25fYWNjZXNzb3JpZXNfaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uX21lbl9pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQwMjozMDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcHJvbW90aW9uX21lbl9pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbl9tZW5faW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVfcmV2X2JnXzMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQxODoxOTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xpZGVfcmV2X2JnXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ18zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRfc3VpdF9tYW5fY2FzdWFsLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMTg6MjA6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2JlYXJkX3N1aXRfbWFuX2Nhc3VhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRfc3VpdF9tYW5fY2FzdWFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVfcmV2X2JnXzUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQxOTowNzo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xpZGVfcmV2X2JnXzUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ181PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2FsZV9iaWdfdGV4dC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDE5OjA5OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zYWxlX2JpZ190ZXh0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYWxlX2JpZ190ZXh0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9wcm9kdWN0c19zZWN0aW9uX2JnXzQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQyMDoyNTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9wcm9kdWN0c19zZWN0aW9uX2JnXzQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZlYXRfcHJvZHVjdHNfc2VjdGlvbl9iZ180PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9ob21lLTItc2xpZGUtb25lLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTE6Mzc6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzE2NDk1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xNjQ5NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvaG9tZS0yLXNsaWRlLXR3by88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDExOjM3OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS8xNzc5NC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTc3OTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtMS1zbGlkZS1vbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTozNzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTYyNTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE2MjUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGUtcmV2LWJnLTMtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvc2xpZGVfcmV2X2JnXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ18zLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2JlYXJkLXN1aXQtbWFuLWNhc3VhbC1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9iZWFyZF9zdWl0X21hbl9jYXN1YWwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXJkX3N1aXRfbWFuX2Nhc3VhbC5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0LXJlZC1iYWdkZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9mZWF0X3JlZF9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9yZWRfYmFnZGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaHItd2F2ZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9ocl93YXZlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ocl93YXZlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NsaWRlci1icnVzaC1iZy1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9zbGlkZXJfYnJ1c2hfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlcl9icnVzaF9iZy5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbi10LXNoaXJ0LWJsYWNrLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3dvbWVuX3Rfc2hpcnRfYmxhY2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvbWVuX3Rfc2hpcnRfYmxhY2sucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuLXQtc2hpcnQtYmx1ZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9tZW5fdF9zaGlydF9ibHVlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fdF9zaGlydF9ibHVlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3RpdGxlLWltZy1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy90aXRsZV9pbWcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRpdGxlX2ltZy5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yZWQtY2lyY2xlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDE5OjQ4OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3JlZF9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlZF9jaXJjbGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZS1jaXJjbGUtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvYmx1ZV9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfY2lyY2xlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NsaWRlLXJldi1iZy01LWpwZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3NsaWRlX3Jldl9iZ181LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGlkZV9yZXZfYmdfNS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zYWxlLWJpZy10ZXh0LXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3NhbGVfYmlnX3RleHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbGVfYmlnX3RleHQucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdC1ibHVlLWJhZ2RlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2ZlYXRfYmx1ZV9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9ibHVlX2JhZ2RlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTM6MTM6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2xpdC10cmVlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saXQtdHJlZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTM6MjA6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2NvbGxlZW5fYmVsaWV2ZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbGxlZW5fYmVsaWV2ZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDEzOjI5OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hcHJvbl93b21hbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXByb25fd29tYW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDIxOjIzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hbWF6aW5nLXN0YXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctc3RhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3JpdmVyLWpveS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI5VDIxOjA1OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9yaXZlci1qb3kuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJpdmVyLWpveTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvMTg3OS0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjlUMjE6MTI6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3JpdmVyLWpveTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJpdmVyLWpveTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlLzE4NzktMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI5VDIxOjQ5OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9yaXZlci1qb3kzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yaXZlci1qb3kzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE5LzAxLzMwL2JhYnktc3RlcHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxMzo0MDowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYmFieXN0ZXBzLWUxNTQ4ODU2Mzc3NTE4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYWJ5c3RlcHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE0OjA5OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9iYWJ5c3RlcHMyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYWJ5c3RlcHMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE5LzAxLzMwL2JhYnktc3RlcHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDoyMDozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYmFieXN0ZXBzMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieXN0ZXBzMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTQ6Mzg6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0FtYXppbmdfQ2FyZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDo1NDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYW1hemluZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTU6NDA6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2FtYXppbmcyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTY6MDM6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2Fwcm9uX3dvbWFuMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXByb25fd29tYW4yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNjowMzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvY29sbGVlbl9iZWxpZXZlMi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xsZWVuX2JlbGlldmUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNjowMTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvbGl0LXRyZWUyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saXQtdHJlZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDAyOjA4OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9kYXJrbmVzcy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZGFya25lc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE0OjQ0OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zdW4tcGF0dGVybi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VuLXBhdHRlcm48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE0OjU5OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9odXNrLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5odXNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQxNTozNDoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZ3J1bmdlX3dhbGwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdydW5nZV93YWxsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQxOToyOTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvd2hpdGVfc2FuZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2hpdGVfc2FuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Zvb3Rlci1iZ3JkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMjM6MjE6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Zvb3Rlci1iZ3JkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mb290ZXItYmdyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmdfY2FyZF9mb290ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QxODo1NzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvQW1hemluZ19DYXJkX2Zvb3Rlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX2Zvb3RlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjA6NDc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3doaXRlX3NhbmRfQDJYLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53aGl0ZV9zYW5kX0AyWDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDNUMjA6NTM6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2dyZWVuX3NhbmQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdyZWVuX3NhbmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLWNhcmRzMl9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA1VDIxOjEwOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi91bml2ZXJzZS1fMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dW5pdmVyc2UtXzE5MjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oZWFsdGgvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xMlQxOToyNDoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mYXNoaW9uLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDMtMTJUMTk6NDA6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Zhc2hpb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhc2hpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS95b2dhLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDMtMTJUMTk6NDQ6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3lvZ2EuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2E8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Zhc2hpb24tYmVhdXR5LXBhcmFsbGF4Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFzaGlvbi1iZWF1dHktcGFyYWxsYXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtZ2FyZGVuLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyLzIzOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjM5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS95b2dhLWZpdG5lc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMjAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2Zhc2hpb24tYmVhdXR5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyLzMzNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MzM0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9oZWFsdGgtd2VsbGJlaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyLzI1MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjUwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcnRoLWxvZ28xeC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjM3OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9SVEgtTE9HTzF4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SVEgtTE9HTzF4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcnRoLWxvZ28yeC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjM4OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9SVEgtTE9HTzJYLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SVEgtTE9HTzJYPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmF2aWNvbi0zMngzMi00LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMTg6MjY6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Zhdmljb24tMzJ4MzItMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmF2aWNvbi0zMngzMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FwcGxlLWljb24tNTd4NTctMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDE4OjI2OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hcHBsZS1pY29uLTU3eDU3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHBsZS1pY29uLTU3eDU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYXBwbGUtaWNvbi0xMTR4MTE0LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQxODoyNzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYXBwbGUtaWNvbi0xMTR4MTE0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHBsZS1pY29uLTExNHgxMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbmRyb2lkLWljb24tNzJ4NzItMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDE4OjI4OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbmRyb2lkLWljb24tNzJ4NzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFuZHJvaWQtaWNvbi03Mng3MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FuZHJvaWQtaWNvbi0xNDR4MTQ0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMTg6Mjk6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FuZHJvaWQtaWNvbi0xNDR4MTQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbmRyb2lkLWljb24tMTQ0eDE0NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQxNjo0MToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYmxvZy1wYWdlNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZy1wYWdlNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQxODoyNzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbGFrZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxha2UyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDIwOjI5OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9xdW90ZS1iYWNrZ3JvdW5kLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdW90ZS1iYWNrZ3JvdW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxMjowNjoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbGF1Z2hpbmctcGljdHVyZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGF1Z2hpbmctcGljdHVyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2JhYnlzdGVwczQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxMjozNTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYmFieXN0ZXBzNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieXN0ZXBzNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMS8zMC9iYWJ5LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTI6NDc6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JhYnlzdGVwczUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDE5OjA3OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zdXBlcm1hcmtldDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1cGVybWFya2V0MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6MTI6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Nob3AtaHAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLWhwMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6MTk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Nob3AtaHAzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLWhwMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxOTo0MzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy1wYWdlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nLXBhZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6NDk6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FtYXppbmctcGFnZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctcGFnZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE2VDIzOjM5OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zdXBlcm1hcmtldC1hcnJvdy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VwZXJtYXJrZXQtYXJyb3c8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlLzE4NzktMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE3VDEyOjIwOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9yaXZlci1qb3k0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yaXZlci1qb3k0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE3VDE1OjA0OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ibG9nLXRvcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZy10b3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE3VDE1OjE3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ob21lcGFnZS1oYXBweS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZXBhZ2UtaGFwcHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE3VDE1OjI4OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9sYW5kaW5nLWhhcHB5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYW5kaW5nLWhhcHB5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE3VDE1OjMxOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ibG9nLWhhcHB5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nLWhhcHB5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDAwOjM4OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9taWNoZWxsZS1hbWF6aW5nMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWljaGVsbGUtYW1hemluZzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMDA6NDU6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL21pY2hlbGxlLWFtYXppbmczLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5taWNoZWxsZS1hbWF6aW5nMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQwMToyNzo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvY2FyZC1zYW1wbGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhcmQtc2FtcGxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDExOjM1OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nLXBlcnNvbmFsaXplLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nLXBlcnNvbmFsaXplPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDExOjMzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbWF6aW5nLXByZXAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctcHJlcDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQxMTozNzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy1yZWFkeS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy1yZWFkeTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQxMTozNjoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy1hc3NlbWJsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy1hc3NlbWJsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQxOToxMTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZnVuMjUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZ1bjI1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDE5OjI0OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9taWNoZWxsZS1hbWF6aW5nNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWljaGVsbGUtYW1hemluZzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMTk6Mzk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL21pY2hlbGxlLWFtYXppbmc1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5taWNoZWxsZS1hbWF6aW5nNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQxOTo0NTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbWljaGVsbGUtYW1hemluZzYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1pY2hlbGxlLWFtYXppbmc2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX2ZyZWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQyMDozMDozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvQW1hemluZ19DYXJkX0ZyZWUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9GcmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3B1enpsZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDIwOjE4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmRfUHV6emxlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfUHV6emxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3N0YXIyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMjA6MTg6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0FtYXppbmdfQ2FyZF9TdGFyMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX1N0YXIyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3N1cGVyaGVyby88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDIwOjE3OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmRfU3VwZXJoZXJvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfU3VwZXJoZXJvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3dhbmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQyMDoxNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvQW1hemluZ19DYXJkX1dhbmQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9XYW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkLWNpcmNsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQyMDoxNzoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvQW1hemluZ19DYXJkLUNpcmNsZXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZC1Td2lybHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMjA6NDU6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Jsb2ctdG9wMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZy10b3AyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE5VDE2OjUzOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9mdW4tZ3JlZW4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZ1bi1ncmVlbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxODowMDoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy10cmVhdDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctdHJlYXQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yMVQyMDoxMDo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYm9va3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJvb2tzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI1VDE4OjM0OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbWF6aW5nLXF1b3RlLWJrZ3JkMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy1xdW90ZS1ia2dyZDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjVUMTg6Mzg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2NhcnQtYmtncmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhcnQtYmtncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI1VDE5OjIzOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9yZXNvdXJjZS1ib29rLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZXNvdXJjZS1ib29rPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yNVQxOToyMzoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvcmVzb3VyY2Utc2VydmljZXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlc291cmNlLXNlcnZpY2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yNVQxOTozMjo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvcmVzb3VyY2UtdmlkZW9zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZXNvdXJjZS12aWRlb3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI1VDE5OjQwOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9yZXNvdXJjZS1saW5rcy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVzb3VyY2UtbGlua3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI1VDIwOjA3OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9saW5rcy10ZXN0aW1vbmlhbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGlua3MtdGVzdGltb25pYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9teS1hY2NvdW50LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QxNjowODoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYWNjb3VudC1xdW90ZS1ia2dyZDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFjY291bnQtcXVvdGUtYmtncmQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9ob21lLTEtc2xpZGUtb25lLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMTY6NTA6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Nob3Bfc2xpZGUxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wX3NsaWRlMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QxOTozMzoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvcGhvdG8tYXJ0LWJrZ3JkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5waG90by1hcnQtYmtncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMjA6MjE6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3NoaXJ0LWJrZ3JkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaGlydC1ia2dyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QyMDozMjo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2hpcnQtYmtncmQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaGlydC1ia2dyZDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMjE6MDU6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL290Yi1ia2dyZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b3RiLWJrZ3JkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI3VDIxOjE2OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9vdGItYmtncmQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vdGItYmtncmQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI3VDIxOjI0OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9vdGItYmtncmQzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vdGItYmtncmQzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQxODozMTo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvaGVscGZ1bC1saW5rczYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlbHBmdWwtbGlua3M2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDE5OjQxOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaG9wLXRvcDUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3AtdG9wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQxOTo0NDoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2hvcC10b3A2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLXRvcDY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDFUMDE6MTk6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Zpc3RhMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dmlzdGEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX2ZyZWVfdGh1bWIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wMlQxOToxNDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQW1hemluZ19DYXJkX0ZyZWVfVGh1bWIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9GcmVlX1RodW1iPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3B1enpsZV90aHVtYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDE5OjE0OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9BbWF6aW5nX0NhcmRfUHV6emxlX1RodW1iLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfUHV6emxlX1RodW1iPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3N0YXJfdGh1bWIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wMlQxOToxNDoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQW1hemluZ19DYXJkX1N0YXJfVGh1bWIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9TdGFyX1RodW1iPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3N1cGVyaGVyb190aHVtYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDE5OjE0OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9BbWF6aW5nX0NhcmRfU3VwZXJoZXJvX1RodW1iLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfU3VwZXJoZXJvX1RodW1iPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX3dhbmRfdGh1bWIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wMlQxOToxMzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQW1hemluZ19DYXJkX1dhbmRfVGh1bWIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9XYW5kX1RodW1iPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkLXN3aXJsc190aHVtYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDE5OjEzOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9BbWF6aW5nX0NhcmQtU3dpcmxzX1RodW1iLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmQtU3dpcmxzX1RodW1iPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGF5cGFsLWxvZ28vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wM1QxODo0Mjo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvcGF5cGFsLWxvZ28ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBheXBhbC1sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48L3VybHNldD4K','image-sitemap-1.xml','','draft','closed','closed','','','','','2019-03-03 18:42:42','0000-00-00 00:00:00','',0,'https://www.resettohappiness.com/?p=20393',0,'jp_img_sitemap','',0),(20376,1,'2019-03-02 13:02:34','2019-03-02 21:02:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\nDirections:  <strong>Step 1</strong> download file, <strong>Step</strong> <strong>2</strong> click link to vista print (or take to your favorite printer), <strong>Step 3</strong> upload file. Make your selections for standard format, quantity, paper and shipping. Done!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Printing</h3>\r\n<strong><a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">Vista Print</a></strong> This takes you directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\nOther Printers - These links take you to the upload page.\r\n<strong><a href=\"https://design.staples.com/business-cards/\" target=\"_blank\" rel=\"noopener noreferrer\">Staples</a>   |   <strong><a href=\"https://www.costcobusinessprinting.com/business-cards\" target=\"_blank\" rel=\"noopener noreferrer\">Costco Printing</a></strong></strong>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-03-02 13:02:34','2019-03-02 21:02:34','',19823,'https://www.resettohappiness.com/blog/2019/03/02/19823-revision-v1/',0,'revision','',0),(19913,1,'2015-05-08 16:55:28','2015-05-08 16:55:28','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"yes\" columns=\"3\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"no\" lightbox=\"yes\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_2.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_1.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_3.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_4.jpg\" alt=\"\"/][/fusion_images][fusion_separator style_type=\"none\" top_margin=\"20\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\"><sup style=\"font-size: 33px;\">$</sup><span style=\"font-size: 60px;\">249.00</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\"><sup style=\"font-size: 33px;\">$</sup><span style=\"font-size: 60px;\">249.00</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.resettohappiness.com/news\" color=\"default\" size=\"xlarge\" stretch=\"yes\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" class=\"customButton\"]View Our Latest News[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"60px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" number_posts=\"6\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_4-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Our selection of women\'s fashion ensures you look your best this coming season</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/womens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW WOMEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/accessories-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">These beautiful hand crafted accessories are made using the finest materials</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/accessories-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW ACCESSORIES</a></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_5-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Our modern selection of men\'s fashion ensures you look your best this coming season</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/mens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW MEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"140px\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: left;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" width=\"30px\" alignment=\"left\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our weekly promotions for amazing deals on hot items</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: left;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make an amazing type specimen book.</p>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px; margin-top: 45px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/promotions\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW PROMOTIONS</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/promo_image-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/promotions\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY PROMOTIONS</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" alignment=\"center\" /][fusion_countdown countdown_end=\"2018-04-15 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" width=\"50%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" width=\"50%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','trash','open','open','','home-4__trashed','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',0,'https://www.resettohappiness.com/?page_id=7',0,'page','',0),(1911,1,'2019-01-28 03:00:39','2019-01-28 11:00:39','','Full Shop With Sidebar','','inherit','closed','closed','','286-revision-v1','','','2019-01-28 03:00:39','2019-01-28 11:00:39','',286,'https://www.resettohappiness.com/blog/2019/01/28/286-revision-v1/',0,'revision','',0),(20350,1,'2019-02-28 11:46:50','2019-02-28 19:46:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-28 11:46:50','2019-02-28 19:46:50','',19824,'https://www.resettohappiness.com/blog/2019/02/28/19824-revision-v1/',0,'revision','',0),(20346,1,'2019-02-28 11:35:50','2019-02-28 19:35:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-28 11:35:50','2019-02-28 19:35:50','',19824,'https://www.resettohappiness.com/blog/2019/02/28/19824-revision-v1/',0,'revision','',0),(20340,1,'2019-02-28 10:27:36','2019-02-28 18:27:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-28 10:27:36','2019-02-28 18:27:36','',12,'https://www.resettohappiness.com/blog/2019/02/28/12-revision-v1/',0,'revision','',0),(20337,1,'2019-02-28 10:17:30','2019-02-28 18:17:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-28 10:17:30','2019-02-28 18:17:30','',12,'https://www.resettohappiness.com/blog/2019/02/28/12-revision-v1/',0,'revision','',0),(20331,1,'2019-02-28 07:45:35','2019-02-28 15:45:35','You Are Amazing Card features grayed out puzzle with vibrant center piece.\n\nAll files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches. Look for downloaded files on your desktop or in your download folder','You Are Amazing Card Puzzle','You Are Amazing Card features grayed out puzzle with vibrant center piece.','inherit','closed','closed','','20156-autosave-v1','','','2019-02-28 07:45:35','2019-02-28 15:45:35','',20156,'https://www.resettohappiness.com/blog/2019/02/28/20156-autosave-v1/',0,'revision','',0),(20332,1,'2019-03-02 11:22:14','2019-03-02 19:22:14','Free download featuring black type on a transparent background.\n\nThe free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos. Make sure to choose on light or medium colored paper so it\'s easy to read the black type.','You Are Amazing Card Free','<p>Free download featuring black type on a transparent background.</p>','inherit','closed','closed','','20158-autosave-v1','','','2019-03-02 11:22:14','2019-03-02 19:22:14','',20158,'https://www.resettohappiness.com/blog/2019/02/28/20158-autosave-v1/',0,'revision','',0),(20327,1,'2019-02-28 07:18:30','2019-02-28 15:18:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h1 style=\"color: #ffffff;\">Reset To Happiness Blog</h1>\r\n<h3 style=\"color: #ffffff;\">get happy, stay happy and watch the magic of life unfold</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>I\'ve experienced some amazingly magical events which lead me to <em>know</em> there is a higher power. This energy, whether you want to call it God or The Universe, is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that <em>we</em> have an incredible power available to us to make things happen by paying attention to our emotions, choosing our thoughts, and then taking inspired action.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-28 07:18:30','2019-02-28 15:18:30','',10,'https://www.resettohappiness.com/blog/2019/02/28/10-revision-v1/',0,'revision','',0),(20321,1,'2019-02-28 06:41:59','2019-02-28 14:41:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join me</h2>\r\n<h3>in taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again.\r\n\r\nI love being connected to my higher power. I love going deep and talking about personal growth, spiritual connection and what is possible in this magical world we live in. One of my god-given talents is to share deep stuff—in a way that is easy to absorb. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 06:41:59','2019-02-28 14:41:59','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(16379,1,'2015-09-09 19:15:44','2015-09-09 19:15:44','','post_img_12','','inherit','open','closed','','post_img_12','','','2015-09-09 19:15:44','2015-09-09 19:15:44','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_12.jpg',0,'attachment','image/jpeg',0),(16384,1,'2015-09-09 20:55:37','2015-09-09 20:55:37','','testimonials_home_1_bg','','inherit','open','closed','','testimonials_home_1_bg','','','2015-09-09 20:55:37','2015-09-09 20:55:37','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/08/testimonials_home_1_bg.jpg',0,'attachment','image/jpeg',0),(16462,1,'2015-09-11 02:58:22','2015-09-11 02:58:22','','payment_cards_footer','','inherit','open','closed','','payment_cards_footer','','','2015-09-11 02:58:22','2015-09-11 02:58:22','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/payment_cards_footer.png',0,'attachment','image/png',0),(16480,1,'2015-09-11 05:12:07','2015-09-11 05:12:07','','home1_slide_2_bg','','inherit','open','closed','','home1_slide_2_bg','','','2015-09-11 05:12:07','2015-09-11 05:12:07','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_2_bg.jpg',0,'attachment','image/jpeg',0),(16495,1,'2015-09-11 22:13:28','2015-09-11 22:13:28','','home2_slide_one_bg','','inherit','open','closed','','home2_slide_one_bg','','','2015-09-11 22:13:28','2015-09-11 22:13:28','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home2_slide_one_bg.jpg',0,'attachment','image/jpeg',0),(16647,1,'2015-09-14 19:10:38','2015-09-14 19:10:38','','testimonials_customers_img','','inherit','open','closed','','testimonials_customers_img','','','2015-09-14 19:10:38','2015-09-14 19:10:38','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_img.png',0,'attachment','image/png',0),(16669,1,'2015-09-14 19:53:41','2015-09-14 19:53:41','','five_stars_customer','','inherit','open','closed','','five_stars_customer','','','2015-09-14 19:53:41','2015-09-14 19:53:41','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/five_stars_customer.png',0,'attachment','image/png',0),(16673,1,'2015-09-14 20:01:22','2015-09-14 20:01:22','','testimonials_customers_bg','','inherit','open','closed','','testimonials_customers_bg','','','2015-09-14 20:01:22','2015-09-14 20:01:22','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_bg.jpg',0,'attachment','image/jpeg',0),(16681,1,'2015-09-14 20:18:25','2015-09-14 20:18:25','','lookbook_spring_bg','','inherit','open','closed','','lookbook_spring_bg','','','2015-09-14 20:18:25','2015-09-14 20:18:25','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/lookbook_spring_bg.jpg',0,'attachment','image/jpeg',0),(16691,1,'2015-09-14 22:08:27','2015-09-14 22:08:27','','slider_brush_bg','','inherit','open','closed','','slider_brush_bg','','','2015-09-14 22:08:27','2015-09-14 22:08:27','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/slider_brush_bg.jpg',0,'attachment','image/jpeg',0),(16694,1,'2015-09-14 22:57:47','2015-09-14 22:57:47','','men_t_shirt_blue','','inherit','open','closed','','men_t_shirt_blue','','','2015-09-14 22:57:47','2015-09-14 22:57:47','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_t_shirt_blue.png',0,'attachment','image/png',0),(16696,1,'2015-09-14 23:00:56','2015-09-14 23:00:56','','women_t_shirt_black','','inherit','open','closed','','women_t_shirt_black','','','2015-09-14 23:00:56','2015-09-14 23:00:56','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/women_t_shirt_black.png',0,'attachment','image/png',0),(16697,1,'2015-09-14 23:20:59','2015-09-14 23:20:59','','title_img','','inherit','open','closed','','title_img','','','2015-09-14 23:20:59','2015-09-14 23:20:59','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/title_img.png',0,'attachment','image/png',0),(16698,1,'2015-09-14 23:28:34','2015-09-14 23:28:34','','red_circle','','inherit','open','closed','','red_circle','','','2015-09-14 23:28:34','2015-09-14 23:28:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/red_circle.png',0,'attachment','image/png',0),(16699,1,'2015-09-15 00:41:31','2015-09-15 00:41:31','','blue_circle','','inherit','open','closed','','blue_circle','','','2015-09-15 00:41:31','2015-09-15 00:41:31','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/blue_circle.png',0,'attachment','image/png',0),(16706,1,'2015-09-24 04:19:02','2015-09-24 04:19:02','','feat_red_bagde','','inherit','open','closed','','feat_red_bagde','','','2015-09-24 04:19:02','2015-09-24 04:19:02','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_red_bagde.png',0,'attachment','image/png',0),(16707,1,'2015-09-24 17:18:15','2015-09-24 17:18:15','','hr_wave','','inherit','open','closed','','hr_wave','','','2015-09-24 17:18:15','2015-09-24 17:18:15','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/hr_wave.png',0,'attachment','image/png',0),(16739,1,'2015-09-25 03:29:35','2015-09-25 03:29:35','','page_title_bar_men_bg','','inherit','open','closed','','page_title_bar_men_bg','','','2015-09-25 03:29:35','2015-09-25 03:29:35','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/page_title_bar_men_bg.png',0,'attachment','image/png',0),(16742,1,'2015-09-25 03:43:50','2015-09-25 03:43:50','','page_title_bar_women_bg','','inherit','open','closed','','page_title_bar_women_bg','','','2015-09-25 03:43:50','2015-09-25 03:43:50','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/page_title_bar_women_bg.png',0,'attachment','image/png',0),(16743,1,'2015-09-25 03:46:42','2015-09-25 03:46:42','','page_title_bar_bg','','inherit','open','closed','','page_title_bar_bg','','','2015-09-25 03:46:42','2015-09-25 03:46:42','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/page_title_bar_bg.png',0,'attachment','image/png',0),(16745,1,'2015-09-25 03:58:39','2015-09-25 03:58:39','','page_title_bar_as_bg','','inherit','open','closed','','page_title_bar_as_bg','','','2015-09-25 03:58:39','2015-09-25 03:58:39','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/page_title_bar_as_bg.png',0,'attachment','image/png',0),(16992,1,'2015-10-02 02:08:19','2015-10-02 02:08:19','','b_logotype_1','','inherit','open','closed','','b_logotype_1','','','2015-10-02 02:08:19','2015-10-02 02:08:19','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png',0,'attachment','image/png',0),(16993,1,'2015-10-02 02:08:21','2015-10-02 02:08:21','','b_logotype_2','','inherit','open','closed','','b_logotype_2','','','2015-10-02 02:08:21','2015-10-02 02:08:21','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png',0,'attachment','image/png',0),(16994,1,'2015-10-02 02:08:23','2015-10-02 02:08:23','','b_logotype_3','','inherit','open','closed','','b_logotype_3','','','2015-10-02 02:08:23','2015-10-02 02:08:23','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png',0,'attachment','image/png',0),(16995,1,'2015-10-02 02:08:25','2015-10-02 02:08:25','','b_logotype_4','','inherit','open','closed','','b_logotype_4','','','2015-10-02 02:08:25','2015-10-02 02:08:25','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png',0,'attachment','image/png',0),(16996,1,'2015-10-02 02:08:28','2015-10-02 02:08:28','','b_logotype_5','','inherit','open','closed','','b_logotype_5','','','2015-10-02 02:08:28','2015-10-02 02:08:28','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png',0,'attachment','image/png',0),(16997,1,'2015-10-02 02:08:31','2015-10-02 02:08:31','','b_logotype_6','','inherit','open','closed','','b_logotype_6','','','2015-10-02 02:08:31','2015-10-02 02:08:31','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png',0,'attachment','image/png',0),(16998,1,'2015-10-02 02:08:33','2015-10-02 02:08:33','','b_logotype_7','','inherit','open','closed','','b_logotype_7','','','2015-10-02 02:08:33','2015-10-02 02:08:33','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png',0,'attachment','image/png',0),(17096,1,'2015-10-03 21:17:34','2015-10-03 21:17:34','','feat_blue_bagde','','inherit','open','closed','','feat_blue_bagde','','','2015-10-03 21:17:34','2015-10-03 21:17:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/feat_blue_bagde.png',0,'attachment','image/png',0),(17261,1,'2015-10-23 18:26:53','2015-10-23 18:26:53','','woman_testimonial','','inherit','open','closed','','woman_testimonial','','','2015-10-23 18:26:53','2015-10-23 18:26:53','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/woman_testimonial.png',0,'attachment','image/png',0),(17262,1,'2015-10-23 18:26:54','2015-10-23 18:26:54','','man_testimonial','','inherit','open','closed','','man_testimonial','','','2015-10-23 18:26:54','2015-10-23 18:26:54','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/man_testimonial.png',0,'attachment','image/png',0),(17280,1,'2015-10-26 18:57:33','2015-10-26 18:57:33','','classic_shop_logo1x','','inherit','open','closed','','classic_shop_logo1x','','','2015-10-26 18:57:33','2015-10-26 18:57:33','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/classic_shop_logo1x.png',0,'attachment','image/png',0),(17281,1,'2015-10-26 18:57:34','2015-10-26 18:57:34','','classic_shop_logo2x','','inherit','open','closed','','classic_shop_logo2x','','','2015-10-26 18:57:34','2015-10-26 18:57:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/classic_shop_logo2x.png',0,'attachment','image/png',0),(17282,1,'2015-10-26 19:15:01','2015-10-26 19:15:01','','classic_shop_logo_footer','','inherit','open','closed','','classic_shop_logo_footer','','','2015-10-26 19:15:01','2015-10-26 19:15:01','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/classic_shop_logo_footer.png',0,'attachment','image/png',0),(17353,1,'2015-12-04 01:37:01','2015-12-04 01:37:01','','promo_box_2_bg','','inherit','open','closed','','promo_box_2_bg','','','2015-12-04 01:37:01','2015-12-04 01:37:01','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_2_bg.jpg',0,'attachment','image/jpeg',0),(17354,1,'2015-12-04 01:37:04','2015-12-04 01:37:04','','promo_box_1_bg','','inherit','open','closed','','promo_box_1_bg','','','2015-12-04 01:37:04','2015-12-04 01:37:04','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_1_bg.jpg',0,'attachment','image/jpeg',0),(17383,1,'2015-12-04 05:04:20','2015-12-04 05:04:20','','promo_box_3_bg','','inherit','open','closed','','promo_box_3_bg','','','2015-12-04 05:04:20','2015-12-04 05:04:20','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_3_bg.jpg',0,'attachment','image/jpeg',0),(17384,1,'2015-12-04 05:18:55','2015-12-04 05:18:55','','new_winter_collection_bg','','inherit','open','closed','','new_winter_collection_bg','','','2015-12-04 05:18:55','2015-12-04 05:18:55','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_winter_collection_bg.jpg',0,'attachment','image/jpeg',0),(17385,1,'2015-12-04 05:18:59','2015-12-04 05:18:59','','new_hype_collection_bg','','inherit','open','closed','','new_hype_collection_bg','','','2015-12-04 05:18:59','2015-12-04 05:18:59','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_hype_collection_bg.jpg',0,'attachment','image/jpeg',0),(17435,1,'2015-12-04 16:41:24','2015-12-04 16:41:24','','bkgd_confetti-compressor','','inherit','open','closed','','bkgd_confetti-compressor','','','2015-12-04 16:41:24','2015-12-04 16:41:24','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/bkgd_confetti-compressor.jpg',0,'attachment','image/jpeg',0),(17480,1,'2015-12-04 17:49:34','2015-12-04 17:49:34','','third_img_1-compressor','','inherit','open','closed','','third_img_1-compressor','','','2015-12-04 17:49:34','2015-12-04 17:49:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_1-compressor.jpg',0,'attachment','image/jpeg',0),(17481,1,'2015-12-04 17:49:35','2015-12-04 17:49:35','','third_img_2-compressor','','inherit','open','closed','','third_img_2-compressor','','','2015-12-04 17:49:35','2015-12-04 17:49:35','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_2-compressor.jpg',0,'attachment','image/jpeg',0),(17482,1,'2015-12-04 17:49:36','2015-12-04 17:49:36','','third_img_3-compressor','','inherit','open','closed','','third_img_3-compressor','','','2015-12-04 17:49:36','2015-12-04 17:49:36','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_3-compressor.jpg',0,'attachment','image/jpeg',0),(17563,1,'2015-12-04 21:17:44','2015-12-04 21:17:44','','third_img_3_shoes','','inherit','open','closed','','third_img_3_shoes','','','2015-12-04 21:17:44','2015-12-04 21:17:44','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_3_shoes.jpg',0,'attachment','image/jpeg',0),(17582,1,'2015-12-04 22:24:40','2015-12-04 22:24:40','','men_categorie_shoes_bg','','inherit','open','closed','','men_categorie_shoes_bg','','','2015-12-04 22:24:40','2015-12-04 22:24:40','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_categorie_shoes_bg.jpg',0,'attachment','image/jpeg',0),(17587,1,'2015-12-04 23:39:55','2015-12-04 23:39:55','','men_categorie_ties_bg','','inherit','open','closed','','men_categorie_ties_bg','','','2015-12-04 23:39:55','2015-12-04 23:39:55','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_categorie_ties_bg.jpg',0,'attachment','image/jpeg',0),(17596,1,'2015-12-05 00:00:47','2015-12-05 00:00:47','','feat_sale_event','','inherit','open','closed','','feat_sale_event','','','2015-12-05 00:00:47','2015-12-05 00:00:47','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg',0,'attachment','image/jpeg',0),(17617,1,'2015-12-06 15:30:33','2015-12-06 15:30:33','','spring_printed_dress','','inherit','open','closed','','spring_printed_dress','','','2015-12-06 15:30:33','2015-12-06 15:30:33','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/spring_printed_dress.jpg',0,'attachment','image/jpeg',0),(17619,1,'2015-12-06 15:32:33','2015-12-06 15:32:33','','modern_love_tee','','inherit','open','closed','','modern_love_tee','','','2015-12-06 15:32:33','2015-12-06 15:32:33','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/modern_love_tee.jpg',0,'attachment','image/jpeg',0),(17620,1,'2015-12-06 15:35:51','2015-12-06 15:35:51','','black_leather_jacket','','inherit','open','closed','','black_leather_jacket','','','2015-12-06 15:35:51','2015-12-06 15:35:51','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/black_leather_jacket.jpg',0,'attachment','image/jpeg',0),(17623,1,'2015-12-06 16:07:29','2015-12-06 16:07:29','','hipster_black_top','','inherit','open','closed','','hipster_black_top','','','2015-12-06 16:07:29','2015-12-06 16:07:29','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/hipster_black_top.jpg',0,'attachment','image/jpeg',0),(17624,1,'2015-12-06 16:08:31','2015-12-06 16:08:31','','wool_summer_bright_red','','inherit','open','closed','','wool_summer_bright_red','','','2015-12-06 16:08:31','2015-12-06 16:08:31','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/wool_summer_bright_red.jpg',0,'attachment','image/jpeg',0),(17625,1,'2015-12-06 16:11:57','2015-12-06 16:11:57','','brown_dress_shoes','','inherit','open','closed','','brown_dress_shoes','','','2015-12-06 16:11:57','2015-12-06 16:11:57','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/brown_dress_shoes.jpg',0,'attachment','image/jpeg',0),(17626,1,'2015-12-06 16:12:59','2015-12-06 16:12:59','','white_girl_text_tank','','inherit','open','closed','','white_girl_text_tank','','','2015-12-06 16:12:59','2015-12-06 16:12:59','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/white_girl_text_tank.jpg',0,'attachment','image/jpeg',0),(17629,1,'2015-12-06 16:16:17','2015-12-06 16:16:17','','food_pattern_tee','','inherit','open','closed','','food_pattern_tee','','','2015-12-06 16:16:17','2015-12-06 16:16:17','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/food_pattern_tee.jpg',0,'attachment','image/jpeg',0),(17630,1,'2015-12-06 16:17:28','2015-12-06 16:17:28','','suede_heeled_shoes','','inherit','open','closed','','suede_heeled_shoes','','','2015-12-06 16:17:28','2015-12-06 16:17:28','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/suede_heeled_shoes.jpg',0,'attachment','image/jpeg',0),(17631,1,'2015-12-06 16:18:26','2015-12-06 16:18:26','','blue_stripe_sweater','','inherit','open','closed','','blue_stripe_sweater','','','2015-12-06 16:18:26','2015-12-06 16:18:26','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/blue_stripe_sweater.jpg',0,'attachment','image/jpeg',0),(17632,1,'2015-12-06 16:20:24','2015-12-06 16:20:24','','dot_fit_and_flare_dress','','inherit','open','closed','','dot_fit_and_flare_dress','','','2015-12-06 16:20:24','2015-12-06 16:20:24','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/dot_fit_and_flare_dress.jpg',0,'attachment','image/jpeg',0),(17634,1,'2015-12-06 16:30:05','2015-12-06 16:30:05','','black_elegant_leather_jacket','','inherit','open','closed','','black_elegant_leather_jacket','','','2015-12-06 16:30:05','2015-12-06 16:30:05','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/black_elegant_leather_jacket.jpg',0,'attachment','image/jpeg',0),(17635,1,'2015-12-06 16:31:29','2015-12-06 16:31:29','','black_leather_suit','','inherit','open','closed','','black_leather_suit','','','2015-12-06 16:31:29','2015-12-06 16:31:29','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/black_leather_suit.jpg',0,'attachment','image/jpeg',0),(17636,1,'2015-12-06 16:45:34','2015-12-06 16:45:34','','blue_jacket_and_white_stripe_tee','','inherit','open','closed','','blue_jacket_and_white_stripe_tee','','','2015-12-06 16:45:34','2015-12-06 16:45:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/blue_jacket_and_white_stripe_tee.jpg',0,'attachment','image/jpeg',0),(17638,1,'2015-12-06 16:47:07','2015-12-06 16:47:07','','casual_leather_belts','','inherit','open','closed','','casual_leather_belts','','','2015-12-06 16:47:07','2015-12-06 16:47:07','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/casual_leather_belts.jpg',0,'attachment','image/jpeg',0),(17639,1,'2015-12-06 16:48:44','2015-12-06 16:48:44','','modern_leather_boots','','inherit','open','closed','','modern_leather_boots','','','2015-12-06 16:48:44','2015-12-06 16:48:44','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/modern_leather_boots.jpg',0,'attachment','image/jpeg',0),(17641,1,'2015-12-06 16:49:52','2015-12-06 16:49:52','','modern_black_leather_suit','','inherit','open','closed','','modern_black_leather_suit','','','2015-12-06 16:49:52','2015-12-06 16:49:52','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/modern_black_leather_suit.jpg',0,'attachment','image/jpeg',0),(17642,1,'2015-12-06 16:51:06','2015-12-06 16:51:06','','blue_leather_jacket','','inherit','open','closed','','blue_leather_jacket','','','2015-12-06 16:51:06','2015-12-06 16:51:06','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/blue_leather_jacket.jpg',0,'attachment','image/jpeg',0),(17643,1,'2015-12-06 16:52:33','2015-12-06 16:52:33','','the_trend_polo','','inherit','open','closed','','the_trend_polo','','','2015-12-06 16:52:33','2015-12-06 16:52:33','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/the_trend_polo.jpg',0,'attachment','image/jpeg',0),(17644,1,'2015-12-06 16:53:50','2015-12-06 16:53:50','','black_rebel_leather_jacket','','inherit','open','closed','','black_rebel_leather_jacket','','','2015-12-06 16:53:50','2015-12-06 16:53:50','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/black_rebel_leather_jacket.jpg',0,'attachment','image/jpeg',0),(17645,1,'2015-12-06 16:55:39','2015-12-06 16:55:39','','browm_elegant_jacket','','inherit','open','closed','','browm_elegant_jacket','','','2015-12-06 16:55:39','2015-12-06 16:55:39','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/browm_elegant_jacket.jpg',0,'attachment','image/jpeg',0),(17646,1,'2015-12-06 16:58:10','2015-12-06 16:58:10','','casual_colorful_t-shirts','','inherit','open','closed','','casual_colorful_t-shirts','','','2015-12-06 16:58:10','2015-12-06 16:58:10','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/casual_colorful_t-shirts.jpg',0,'attachment','image/jpeg',0),(17647,1,'2015-12-06 17:00:26','2015-12-06 17:00:26','','leather_gloves','','inherit','open','closed','','leather_gloves','','','2015-12-06 17:00:26','2015-12-06 17:00:26','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/leather_gloves.jpg',0,'attachment','image/jpeg',0),(17648,1,'2015-12-06 17:02:02','2015-12-06 17:02:02','','blue_glamor_shoes','','inherit','open','closed','','blue_glamor_shoes','','','2015-12-06 17:02:02','2015-12-06 17:02:02','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/blue_glamor_shoes.jpg',0,'attachment','image/jpeg',0),(17659,1,'2015-12-06 18:29:52','2015-12-06 18:29:52','','beardman_column_bg_color','','inherit','open','closed','','beardman_column_bg_color','','','2015-12-06 18:29:52','2015-12-06 18:29:52','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_color.jpg',0,'attachment','image/jpeg',0),(17665,1,'2015-12-06 19:11:37','2015-12-06 19:11:37','','seasonal_bg_color_2','','inherit','open','closed','','seasonal_bg_color_2','','','2015-12-06 19:11:37','2015-12-06 19:11:37','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/seasonal_bg_color_2.jpg',0,'attachment','image/jpeg',0),(17668,1,'2015-12-06 19:27:23','2015-12-06 19:27:23','','beardman_column_bg_gray','','inherit','open','closed','','beardman_column_bg_gray','','','2015-12-06 19:27:23','2015-12-06 19:27:23','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_gray.jpg',0,'attachment','image/jpeg',0),(17670,1,'2015-12-06 19:38:51','2015-12-06 19:38:51','','winter_collection_bg','','inherit','open','closed','','winter_collection_bg','','','2015-12-06 19:38:51','2015-12-06 19:38:51','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/winter_collection_bg.jpg',0,'attachment','image/jpeg',0),(17671,1,'2015-12-06 19:39:26','2015-12-06 19:39:26','','spring_collection_bg','','inherit','open','closed','','spring_collection_bg','','','2015-12-06 19:39:26','2015-12-06 19:39:26','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg',0,'attachment','image/jpeg',0),(17672,1,'2015-12-06 19:39:29','2015-12-06 19:39:29','','autumn_collection_bg','','inherit','open','closed','','autumn_collection_bg','','','2015-12-06 19:39:29','2015-12-06 19:39:29','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/autumn_collection_bg.jpg',0,'attachment','image/jpeg',0),(17674,1,'2015-12-06 19:48:26','2015-12-06 19:48:26','','print_sunglasses_women','','inherit','open','closed','','print_sunglasses_women','','','2015-12-06 19:48:26','2015-12-06 19:48:26','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/print_sunglasses_women.jpg',0,'attachment','image/jpeg',0),(17676,1,'2015-12-06 19:51:37','2015-12-06 19:51:37','','on_sale_bg_color','','inherit','open','closed','','on_sale_bg_color','','','2015-12-06 19:51:37','2015-12-06 19:51:37','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/on_sale_bg_color.jpg',0,'attachment','image/jpeg',0),(17682,1,'2015-12-06 21:14:06','2015-12-06 21:14:06','','best_seller_product','','inherit','open','closed','','best_seller_product','','','2015-12-06 21:14:06','2015-12-06 21:14:06','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/best_seller_product.jpg',0,'attachment','image/jpeg',0),(17695,1,'2015-12-06 21:46:27','2015-12-06 21:46:27','','shop_shoes','','inherit','open','closed','','shop_shoes','','','2015-12-06 21:46:27','2015-12-06 21:46:27','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg',0,'attachment','image/jpeg',0),(17696,1,'2015-12-06 21:46:29','2015-12-06 21:46:29','','shop_glasses','','inherit','open','closed','','shop_glasses','','','2015-12-06 21:46:29','2015-12-06 21:46:29','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg',0,'attachment','image/jpeg',0),(17697,1,'2015-12-06 21:46:31','2015-12-06 21:46:31','','shop_gloves','','inherit','open','closed','','shop_gloves','','','2015-12-06 21:46:31','2015-12-06 21:46:31','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg',0,'attachment','image/jpeg',0),(17705,1,'2015-12-06 22:32:40','2015-12-06 22:32:40','','men_categorie_title_bg','','inherit','open','closed','','men_categorie_title_bg','','','2015-12-06 22:32:40','2015-12-06 22:32:40','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_categorie_title_bg.jpg',0,'attachment','image/jpeg',0),(17708,1,'2015-12-06 22:45:12','2015-12-06 22:45:12','','beardman_column_bg_color_2','','inherit','open','closed','','beardman_column_bg_color_2','','','2015-12-06 22:45:12','2015-12-06 22:45:12','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_color_2.jpg',0,'attachment','image/jpeg',0),(17710,1,'2015-12-06 23:19:27','2015-12-06 23:19:27','','hot_deals_bg_color_wide','','inherit','open','closed','','hot_deals_bg_color_wide','','','2015-12-06 23:19:27','2015-12-06 23:19:27','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/hot_deals_bg_color_wide.jpg',0,'attachment','image/jpeg',0),(17712,1,'2015-12-06 23:22:13','2015-12-06 23:22:13','','on_sale_bg_color_gray','','inherit','open','closed','','on_sale_bg_color_gray','','','2015-12-06 23:22:13','2015-12-06 23:22:13','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/on_sale_bg_color_gray.jpg',0,'attachment','image/jpeg',0),(17714,1,'2015-12-06 23:27:02','2015-12-06 23:27:02','','old_school_bg_gray_wide','','inherit','open','closed','','old_school_bg_gray_wide','','','2015-12-06 23:27:02','2015-12-06 23:27:02','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/old_school_bg_gray_wide.jpg',0,'attachment','image/jpeg',0),(17716,1,'2015-12-06 23:27:45','2015-12-06 23:27:45','','old_school_bg_gray','','inherit','open','closed','','old_school_bg_gray','','','2015-12-06 23:27:45','2015-12-06 23:27:45','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/old_school_bg_gray.jpg',0,'attachment','image/jpeg',0),(17718,1,'2015-12-06 23:53:34','2015-12-06 23:53:34','','trend_bg_gray_wide','','inherit','open','closed','','trend_bg_gray_wide','','','2015-12-06 23:53:34','2015-12-06 23:53:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/trend_bg_gray_wide.jpg',0,'attachment','image/jpeg',0),(17719,1,'2015-12-06 23:53:37','2015-12-06 23:53:37','','summer_bg_gray','','inherit','open','closed','','summer_bg_gray','','','2015-12-06 23:53:37','2015-12-06 23:53:37','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/summer_bg_gray.jpg',0,'attachment','image/jpeg',0),(17721,1,'2015-12-07 00:36:32','2015-12-07 00:36:32','','new_collection_bg_color','','inherit','open','closed','','new_collection_bg_color','','','2015-12-07 00:36:32','2015-12-07 00:36:32','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_collection_bg_color.jpg',0,'attachment','image/jpeg',0),(17722,1,'2015-12-07 00:37:45','2015-12-07 00:37:45','','hype_black_bg_gray','','inherit','open','closed','','hype_black_bg_gray','','','2015-12-07 00:37:45','2015-12-07 00:37:45','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/hype_black_bg_gray.jpg',0,'attachment','image/jpeg',0),(17727,1,'2015-12-07 00:50:01','2015-12-07 00:50:01','','seasonal_bg_gray','','inherit','open','closed','','seasonal_bg_gray','','','2015-12-07 00:50:01','2015-12-07 00:50:01','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/seasonal_bg_gray.jpg',0,'attachment','image/jpeg',0),(17730,1,'2015-12-07 01:29:35','2015-12-07 01:29:35','','shits_bg_color','','inherit','open','closed','','shits_bg_color','','','2015-12-07 01:29:35','2015-12-07 01:29:35','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shits_bg_color.jpg',0,'attachment','image/jpeg',0),(17731,1,'2015-12-07 01:29:37','2015-12-07 01:29:37','','trending_bg_gray','','inherit','open','closed','','trending_bg_gray','','','2015-12-07 01:29:37','2015-12-07 01:29:37','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/trending_bg_gray.jpg',0,'attachment','image/jpeg',0),(17732,1,'2015-12-07 01:30:11','2015-12-07 01:30:11','','glassware_bg_color','','inherit','open','closed','','glassware_bg_color','','','2015-12-07 01:30:11','2015-12-07 01:30:11','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/glassware_bg_color.jpg',0,'attachment','image/jpeg',0),(17735,1,'2015-12-07 01:48:47','2015-12-07 01:48:47','','jackets_women_bg_color','','inherit','open','closed','','jackets_women_bg_color','','','2015-12-07 01:48:47','2015-12-07 01:48:47','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/jackets_women_bg_color.jpg',0,'attachment','image/jpeg',0),(17743,1,'2015-12-07 02:14:47','2015-12-07 02:14:47','','women_categorie_title_bg','','inherit','open','closed','','women_categorie_title_bg','','','2015-12-07 02:14:47','2015-12-07 02:14:47','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/women_categorie_title_bg.jpg',0,'attachment','image/jpeg',0),(17749,1,'2015-12-07 02:31:05','2015-12-07 02:31:05','','feat_product_women_bg','','inherit','open','closed','','feat_product_women_bg','','','2015-12-07 02:31:05','2015-12-07 02:31:05','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_product_women_bg.jpg',0,'attachment','image/jpeg',0),(17757,1,'2015-12-07 03:18:33','2015-12-07 03:18:33','','women_categorie_title','','inherit','open','closed','','women_categorie_title','','','2015-12-07 03:18:33','2015-12-07 03:18:33','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/women_categorie_title.jpg',0,'attachment','image/jpeg',0),(17763,1,'2015-12-07 03:24:50','2015-12-07 03:24:50','','accessories_categorie_bg','','inherit','open','closed','','accessories_categorie_bg','','','2015-12-07 03:24:50','2015-12-07 03:24:50','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/accessories_categorie_bg.jpg',0,'attachment','image/jpeg',0),(17788,1,'2015-12-07 10:22:59','2015-12-07 10:22:59','','sidebar_promotion_img','','inherit','open','closed','','sidebar_promotion_img','','','2015-12-07 10:22:59','2015-12-07 10:22:59','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/sidebar_promotion_img.jpg',0,'attachment','image/jpeg',0),(17794,1,'2015-12-07 11:06:01','2015-12-07 11:06:01','','home2_slide_two__bg_2','','inherit','open','closed','','home2_slide_two__bg_2','','','2015-12-07 11:06:01','2015-12-07 11:06:01','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/10/home2_slide_two__bg_2.jpg',0,'attachment','image/jpeg',0),(17857,1,'2015-12-07 16:59:34','2015-12-07 16:59:34','','digital-item','','inherit','open','closed','','digital-item','','','2015-12-07 16:59:34','2015-12-07 16:59:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/08/digital-item.jpg',0,'attachment','image/jpeg',0),(17863,1,'2015-12-07 22:59:39','2015-12-07 22:59:39','','home1_slide_three_bg_2','','inherit','open','closed','','home1_slide_three_bg_2','','','2015-12-07 22:59:39','2015-12-07 22:59:39','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_three_bg_2.jpg',0,'attachment','image/jpeg',0),(17867,1,'2015-12-08 02:30:45','2015-12-08 02:30:45','','promotion_women_img','','inherit','open','closed','','promotion_women_img','','','2015-12-08 02:30:45','2015-12-08 02:30:45','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/promotion_women_img.jpg',0,'attachment','image/jpeg',0),(17868,1,'2015-12-08 02:30:47','2015-12-08 02:30:47','','promotion_accessories_img','','inherit','open','closed','','promotion_accessories_img','','','2015-12-08 02:30:47','2015-12-08 02:30:47','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/promotion_accessories_img.jpg',0,'attachment','image/jpeg',0),(17869,1,'2015-12-08 02:30:50','2015-12-08 02:30:50','','promotion_men_img','','inherit','open','closed','','promotion_men_img','','','2015-12-08 02:30:50','2015-12-08 02:30:50','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/promotion_men_img.jpg',0,'attachment','image/jpeg',0),(17883,1,'2015-12-08 18:19:01','2015-12-08 18:19:01','','slide_rev_bg_3','','inherit','open','closed','','slide_rev_bg_3','','','2015-12-08 18:19:01','2015-12-08 18:19:01','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/slide_rev_bg_3.jpg',0,'attachment','image/jpeg',0),(17884,1,'2015-12-08 18:20:10','2015-12-08 18:20:10','','beard_suit_man_casual','','inherit','open','closed','','beard_suit_man_casual','','','2015-12-08 18:20:10','2015-12-08 18:20:10','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/beard_suit_man_casual.png',0,'attachment','image/png',0),(19727,1,'2019-01-31 13:36:42','2019-01-31 21:36:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-01-31 13:36:42','2019-01-31 21:36:42','',16546,'https://www.resettohappiness.com/blog/2019/01/31/16546-revision-v1/',0,'revision','',0),(16376,1,'2015-09-09 19:12:11','2015-09-09 19:12:11','','post_img_11','','inherit','open','closed','','post_img_11','','','2015-09-09 19:12:11','2015-09-09 19:12:11','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_11.jpg',0,'attachment','image/jpeg',0),(16252,1,'2015-09-08 19:45:58','2015-09-08 19:45:58','','qAz','','inherit','open','closed','','home1_slide_one_bg','','','2019-02-27 08:39:11','2019-02-27 16:39:11','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg',0,'attachment','image/jpeg',0),(16339,1,'2015-09-09 17:23:45','2015-09-09 17:23:45','','post_img_1','','inherit','open','closed','','post_img_1','','','2015-09-09 17:23:45','2015-09-09 17:23:45','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_1.jpg',0,'attachment','image/jpeg',0),(16346,1,'2015-09-09 18:03:16','2015-09-09 18:03:16','','post_img_2_2','','inherit','open','closed','','post_img_2_2','','','2015-09-09 18:03:16','2015-09-09 18:03:16','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_2_2.jpg',0,'attachment','image/jpeg',0),(16351,1,'2015-09-09 18:24:34','2015-09-09 18:24:34','','post_img_3','','inherit','open','closed','','post_img_3','','','2015-09-09 18:24:34','2015-09-09 18:24:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_3.jpg',0,'attachment','image/jpeg',0),(16364,1,'2015-09-09 18:54:34','2015-09-09 18:54:34','','post_img_7','','inherit','open','closed','','post_img_7','','','2015-09-09 18:54:34','2015-09-09 18:54:34','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_7.jpg',0,'attachment','image/jpeg',0),(16367,1,'2015-09-09 18:57:59','2015-09-09 18:57:59','','post_img_8','','inherit','open','closed','','post_img_8','','','2015-09-09 18:57:59','2015-09-09 18:57:59','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_8.jpg',0,'attachment','image/jpeg',0),(16370,1,'2015-09-09 19:06:21','2015-09-09 19:06:21','','post_img_9','','inherit','open','closed','','post_img_9','','','2015-09-09 19:06:21','2015-09-09 19:06:21','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_9.jpg',0,'attachment','image/jpeg',0),(16373,1,'2015-09-09 19:08:26','2015-09-09 19:08:26','','post_img_10','','inherit','open','closed','','post_img_10','','','2015-09-09 19:08:26','2015-09-09 19:08:26','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_10.jpg',0,'attachment','image/jpeg',0),(16378,1,'2015-09-09 19:15:50','2015-09-09 19:15:50','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Aenean lobortis sapien enim viverra','','trash','open','open','','aenean-lobortis-sapien-enim-viverra__trashed','','','2019-02-27 07:39:18','2019-02-27 15:39:18','',0,'https://www.resettohappiness.com/?p=16378',0,'post','',0),(16552,1,'2015-09-13 23:43:25','2015-09-14 06:43:25','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Shop</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The Reset to Happiness store features photo art, free downloadable screen savers, positive t-shirts and other fun products.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop2','','publish','closed','closed','','shop2','','','2019-02-08 05:42:39','2019-02-08 13:42:39','',0,'https://www.resettohappiness.com/?page_id=16552',0,'page','',0),(16557,1,'2015-09-14 00:00:52','2015-09-14 00:00:52','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text][recent_products per_page=\"15\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop With Sidebar','','publish','closed','closed','','shop-with-sidebar-2','','','2015-09-14 00:00:52','2015-09-14 00:00:52','',0,'https://www.resettohappiness.com/?page_id=16557',0,'page','',0),(16560,1,'2015-09-14 00:05:19','2015-09-14 07:05:19','[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#cbc9ba\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Reset To Happiness Blog</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">NEW WAYS OF VIEWING THE WORLD</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog2','','trash','closed','closed','','blog2__trashed','','','2019-02-20 04:00:39','2019-02-20 12:00:39','',0,'https://www.resettohappiness.com/?page_id=16560',0,'page','',0),(16564,1,'2015-09-14 00:22:51','2015-09-14 00:22:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text][woocommerce_cart][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shopping Cart','','publish','closed','closed','','cart','','','2015-09-14 00:22:51','2015-09-14 00:22:51','',0,'https://www.resettohappiness.com/?page_id=16564',0,'page','',0),(16572,1,'2015-09-14 00:30:45','2015-09-14 00:30:45','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Featured Products[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">Must have products from our top sellers</p>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_tabs design=\"clean\" layout=\"horizontal\" justified=\"no\" backgroundcolor=\"\" inactivecolor=\"\" bordercolor=\"\" class=\"\" id=\"\"][fusion_tab title=\"Men\" icon=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"4\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"4\" column_spacing=\"10\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"]\r\n[/fusion_tab][fusion_tab title=\"Women\" icon=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"women\" number_posts=\"4\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"4\" column_spacing=\"10\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_tab][fusion_tab title=\"Accessories\" icon=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories\" number_posts=\"4\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"4\" column_spacing=\"10\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_tab][/fusion_tabs][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(159,166,210,0)\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/winter_collection_bg.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"60% 50px 70px 50px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Winter Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">STYLISH AND WARM</span></p>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Spring Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">BRIGHT AND COLORFUL</span></p>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#93d9c7\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/autumn_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Autumn Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">RICH AND COMFORTABLE</span></p>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Best Seller[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">Must have products from our top sellers</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men,women,accessories\" number_posts=\"6\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/bkgd_confetti-compressor.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"75px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_1_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2><span style=\"color: #ffffff;\">70% Off</span></h2>\r\n[/fusion_text][fusion_text]<span style=\"color: #ffffff;\">Vivamus tempor leo lacus, feugiat\r\nut magna aliquam erat.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_2_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2><span style=\"color: #ffffff;\">Free Shipping</span></h2>\r\n[/fusion_text][fusion_text]<span style=\"color: #ffffff;\">Vivamus tempor leo lacus, feugiat\r\nut magna aliquam erat.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]New Arrivals[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">Brand new products from top designers</p>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40px\" padding_bottom=\"100px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men,women,accessories\" number_posts=\"6\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/08/testimonials_home_1_bg.jpg\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"0% 7.5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Darío Pineda\" avatar=\"image\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/man_testimonial.png\" image_border_radius=\"round\" company=\"Theme Fusion\" link=\"\" target=\"_blank\"]Curabitur non tristique tortor. Vestibulum aliquet suscipit ipsum in volutpat. Donec vel lacinia sem, vitae semper nulla. In hac habitasse platea dictumst. Mauris consectetur est et nibh sadip hendrerit bibendum. [/fusion_testimonial][fusion_testimonial name=\"Lisa Smith\" avatar=\"image\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/woman_testimonial.png\" image_border_radius=\"round\" company=\"Theme Fusion\" link=\"\" target=\"_blank\"]Proin blandit metus vel magna dignissim varius. Morbi enim lorem, sollicitudin vitae ante nec, rutrum venenatis neque. In mi augue, iaculis nec dui ac, condimentum consequat velit. Ut et metus justo. [/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]From Our Blog[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">The latest Classic Shop news</p>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"17px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"14\" strip_html=\"yes\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"0px\" margin_bottom=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">FEATURED</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget1\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">ON SALE</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget2\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">TOP RATED</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget3\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">LATEST REVIEWS</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget4\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f6f6f6\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"65px\" padding_right=\"\" padding_bottom=\"15px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">BRANDS LOGOS</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#303337\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_fontawesome icon=\"fa-envelope-o\" circle=\"yes\" size=\"38px\" iconcolor=\"#74797f\" circlecolor=\"#2b2e32\" circlebordercolor=\"transparent\" rotate=\"\" spin=\"no\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]<h3 style=\"font-size: 26px; line-height: 32px; margin-top: 15px;\"><span style=\"color: #ffffff;\">Subscribe now and get special offers</span></h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n\r\n[contact-form-7 id=\"16954\" title=\"Subscribe\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 1','','trash','closed','closed','','home-1-2__trashed','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',0,'https://www.resettohappiness.com/?page_id=16572',0,'page','',0),(16576,1,'2015-09-14 00:42:39','2015-09-14 00:42:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','trash','closed','closed','','my-account__trashed-2','','','2019-02-20 04:06:15','2019-02-20 12:06:15','',0,'https://www.resettohappiness.com/?page_id=16576',0,'page','',0),(16586,1,'2015-09-14 00:49:20','2015-09-14 00:49:20','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','trash','closed','closed','','checkout__trashed-2','','','2019-02-20 03:56:55','2019-02-20 11:56:55','',0,'https://www.resettohappiness.com/?page_id=16586',0,'page','',0),(16594,1,'2015-09-14 00:59:05','2015-09-14 00:59:05','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/best_seller_product.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px\">OUR BEST SELLER</p>[/fusion_text][fusion_text]<h2>Infinity Blue Jacket</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"6\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque hendrerit urna id elit dapibus ultrices congue id est.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/shop/jackets/ut-ullamcorper-dictum/\" color=\"default\" size=\"\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"\" class=\"\" id=\"\"]I WANT IT NOW![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#1b1d22\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_products_section_bg_4.jpg\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 62px\"><span style=\"color: #ffffff\">Featured Products</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">THE LATEST AND GREATEST PRODUCTS</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"none\" top_margin=\"-11\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"women\" number_posts=\"5\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_products_slider][fusion_separator style_type=\"none\" top_margin=\"-73\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"5\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_products_slider][fusion_separator style_type=\"none\" top_margin=\"-73\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#717ed2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<h2 style=\"font-size: 52px;text-align: center;line-height: 62px\"><span style=\"color: #ffffff\">Free International Shipping</span></h2>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_winter_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/women/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Women\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">FABULOUS PRODUCTS FOR HER</span></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_hype_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/men/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Men\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">FABULOUS PRODUCTS FOR HIM</span></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_3_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 62px\"><span style=\"color: #ffffff\">Everything up to 50% Off</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">SPECIAL WEEKEND SALE</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/shop/\" color=\"default\" size=\"xlarge\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_blank\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]GO FOR IT![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#286dcb\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_bg.jpg\" background_parallax=\"right\" enable_mobile=\"no\" parallax_speed=\"0.6\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"single solid\" top_margin=\"-1\" bottom_margin=\"0\" sep_color=\"#f1e491\" border_size=\"16px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#286dcb\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_bg.jpg\" background_parallax=\"right\" enable_mobile=\"no\" parallax_speed=\"0.6\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"6%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_title size=\"1\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]<span style=\"color: #ffffff\">Customer Reviews</span>[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">RAVING REVIEWS FROM OUR CUSTOMERS</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"115px\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/five_stars_customer.png\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Lily Park\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"#\" target=\"_self\"]\"Maecenas elit justo, tristique non convallis sed, volutpat vitae ligula. Quisque nibh orci, vestibulum ac.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_img.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10px\" margin_top=\"\" margin_bottom=\"-45px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"115px\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/five_stars_customer.png\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Ted Smith\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"#\" target=\"_self\"]\"Maecenas elit justo, tristique non convallis sed, volutpat vitae ligula. Quisque nibh orci, vestibulum ac.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"none\" top_margin=\"32\" bottom_margin=\"32\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#1b1d22c\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/lookbook_spring_bg.jpg\" background_parallax=\"left\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"190px\" padding_bottom=\"190px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;line-height: 62px\"><span style=\"color: #ffffff\">Lookbook Spring</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px\"><span style=\"color: #ffffff\">GET READY FOR THE SPRING SEASON</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"medium\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]Men[/fusion_button][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"medium\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]Women[/fusion_button][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"medium\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]Accessories[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\">CHECK OUT OUR OTHER CATEGORIES</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/gloves/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg\" />[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/gloves/\">SHOP GLOVES</a></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/shoes/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg\" />[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/shoes/\">SHOP SHOES</a></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/glasses\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg\" />[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/glasses/\">SHOP GLASSES</a></h4>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px;font-size: 18px\"><span style=\"color: #ffffff\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px;font-size: 18px\"><span style=\"color: #ffffff\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 3','','trash','closed','closed','','home-3__trashed-2','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',0,'https://www.resettohappiness.com/?page_id=16594',0,'page','',0);
INSERT INTO `wpyz_posts` VALUES (16722,1,'2015-09-24 20:53:00','2015-09-24 20:53:00','[fusion_builder_container background_color=\"#37393a\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_categorie_title_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 70px; text-align: center; line-height: 84px;\"><span style=\"color: #ffffff;\">Men</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">FABULOUS PRODUCTS FOR HIM</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"10px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/old_school_bg_gray_wide.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Gentleman</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">PRODUCTS FOR THE REFINED</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff966d\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_color_2.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Beardman</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\"><span style=\"color: #ffffff;\">SLEEK &amp; STYLISH</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_categorie_ties_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Modern</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Products for him</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#9fa6d2\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/winter_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Featured Product</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hand picked featured items</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#a0d67c\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/men_categorie_shoes_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Shoes</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">High quality foot wear</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px; line-height: 62px; text-align: center;\">Gravity Sale</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-06-20 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#2b2e32\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/hot_deals_bg_color_wide.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hot Deals!</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY SPECIALS</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/on_sale_bg_color_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Jackets</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Stylish &amp; Warm</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/hype_black_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Hype</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Products with hype</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/trend_bg_gray_wide.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Rebel</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">For your rebel</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/summer_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Summer</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Cool and shady</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#fe827d\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_collection_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">New Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\"><span style=\"color: #ffffff;\">NEWLY RELEASED</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]New Arrivals[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center;\">Check out these new hot products</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"men\" per_page=\"8\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Brand Logos[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"no\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">CHECK OUT OUR OTHER CATEGORIES</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/men/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/men/\">SHOP GLOVES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/men/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/men/\">SHOP SHOES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/men/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/men/\">SHOP GLASSES</a></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Men','','publish','closed','closed','','men','','','2015-09-24 20:53:00','2015-09-24 20:53:00','',0,'https://www.resettohappiness.com/?page_id=16722',0,'page','',0),(16728,1,'2015-09-24 22:01:14','2015-09-24 22:01:14','[fusion_builder_container background_color=\"#37393a\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/women_categorie_title.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 70px; text-align: center; line-height: 84px;\"><span style=\"color: #ffffff;\">Women</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">FABULOUS PRODUCTS FOR HER</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_2_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Glasses</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Beautiful eye wear</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff8d61\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_product_women_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Featured Product</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">LATEST AND GREATEST</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#a0d67c\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_11.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Hats</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Wear it and share it</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#7b8cd8\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_10.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Seasonal</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Products for the seasons</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/seasonal_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Dresses</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Beautiful clothes for her</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/jackets_women_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Jackets</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Stylish &amp; Warm</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px; line-height: 62px; text-align: center;\">Autumn Collection Sale</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-06-20 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"3px\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/autumn_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"40% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Accessories</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">HAND CRAFTED PRODUCTS</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff966d\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"40% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">New Jackets</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\"><span style=\"color: #ffffff;\">LATEST &amp; GREATEST</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shits_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fashion</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">All about style and grace</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#2b2e32\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/trending_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Trending</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">See whats trending this month</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/glassware_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Featured</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hot deals at amazing prices</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]New Arrivals[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center;\">All the latest products</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"women\" per_page=\"8\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Brand Logos[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"no\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">CHECK OUT OUR OTHER CATEGORIES</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/gloves\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/gloves\">SHOP GLOVES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/shoes\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/shoes\">SHOP SHOES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/glasses\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/glasses\">SHOP GLASSES</a></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Women','','publish','closed','closed','','women','','','2015-09-24 22:01:14','2015-09-24 22:01:14','',0,'https://www.resettohappiness.com/?page_id=16728',0,'page','',0),(16732,1,'2015-09-24 22:02:43','2015-09-24 22:02:43','[fusion_builder_container background_color=\"#37393a\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/accessories_categorie_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 70px; text-align: center; line-height: 84px;\"><span style=\"color: #ffffff;\">Accessories</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">BEAUTIFUL HAND MADE PRODUCTS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Women\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">FOR THE REFINED</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW PRODUCTS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#a0d67c\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_10.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Seasonal</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\"><span style=\"color: #ffffff;\">FOR THE SEASONS</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#fe827d\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_2_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Trending</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">POPULAR PRODUCTS</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/t-shirts/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_collection_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Men\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">PRODUCTS FOR HIM</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW PRODUCTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px; line-height: 62px; text-align: center;\">Autumn Collection Sale</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-06-20 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"3px\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#7b8cd8\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Gloves</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sleek and refined</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/trending_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Dresses</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Most popular for her</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/on_sale_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Featured</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hand picked items</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff8d61\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/glassware_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Shoes</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfortable &amp; Practical</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/product-category/shoes/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/summer_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Pants</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">All styles and fabrics</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#93d9c7\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shits_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Jeans</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Denim is back</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"40px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"1\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]New Arrivals[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center;\">Check out these new products</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"accessories\" per_page=\"8\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"1\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"30px\" class=\"\" id=\"\"]Brand Logos[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"no\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">CHECK OUT OUR OTHER CATEGORIES</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/gloves/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/gloves/\">SHOP GLOVES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/shoes\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/shoes\">SHOP SHOES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/glasses\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/glasses\">SHOP GLASSES</a></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Accessories','','publish','closed','closed','','accessories','','','2015-09-24 22:02:43','2015-09-24 22:02:43','',0,'https://www.resettohappiness.com/?page_id=16732',0,'page','',0),(16735,1,'2015-09-24 22:03:41','2015-09-24 22:03:41','[fusion_builder_container background_color=\"#37393a\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/stock-photo-fashion-denim-shorts-vanilla-minimal-style-312895859.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 70px;text-align: center;line-height: 84px\"><span style=\"color: #ffffff\">Miscellaneous</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">SED LOBORTIS LEO TRISTIQUE</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"150\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h3 style=\"font-size: 36px;text-align: center;line-height: 40px\"><span style=\"color: #ffffff\">Wellness</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\"><span style=\"color: #ffffff\">Vivamus tempor leo lacus, feugiat ut aliquam, nunc convallis.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-tag/warm/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"150\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h3 style=\"font-size: 36px;text-align: center;line-height: 40px\"><span style=\"color: #ffffff\">Belles</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\"><span style=\"color: #ffffff\">Vivamus tempor leo lacus, feugiat ut aliquam, nunc convallis.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-tag/dg/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#fe827d\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"150\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h3 style=\"font-size: 36px;text-align: center;line-height: 40px\"><span style=\"color: #ffffff\">Glassware</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\"><span style=\"color: #ffffff\">Vivamus tempor leo lacus, feugiat ut aliquam, nunc convallis.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-category/glasses/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px;line-height: 62px;text-align: center\">Autumn Collection Sale</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_countdown countdown_end=\"2016-04-19 12:30:00\" show_weeks=\"\" background_color=\"transparent\" background_image=\"\" background_repeat=\"\" background_position=\"\" border_radius=\"3px\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text=\"\" heading_text_color=\"\" subheading_text=\"\" subheading_text_color=\"\" link_text=\"\" link_text_color=\"\" link_url=\"\" link_target=\"_self\" class=\"\" id=\"\"][/fusion_countdown][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#9fa6d2\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"80px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Gentleman</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">CURABITUR SAGIT LIGULA</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff966d\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"80px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Leather Goods</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">CURABITUR SAGIT LIGULA</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"10px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h3 style=\"font-size: 36px;text-align: center;line-height: 40px\"><span style=\"color: #ffffff\">Glasses</span></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center\"><span style=\"color: #ffffff\">Vivamus tempor leo lacus, feugiat.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-category/glasses/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#2b2e32\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"68px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Featured Product</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">CURABITUR SAGIT LIGULA</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#93d9c7\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h3 style=\"font-size: 36px;text-align: center;line-height: 40px\"><span style=\"color: #ffffff\">Shoes</span></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center\"><span style=\"color: #ffffff\">Vivamus tempor leo lacus, feugiat.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-category/gloves/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#a0d67c\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"80px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">For the Traveler</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">CURABITUR SAGIT LIGULA</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-tag/travel/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"80px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">For the Hipster</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">CURABITUR SAGIT LIGULA</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/product-tag/hipster/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">New Arrivals</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][product_category category=\"miscellaneous\" per_page=\"4\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"60px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\">BRANDS LOGOS</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"no\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\">YOU WILL BE INTERESTED ON THESE CATEGORIES</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/jackets/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_9.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center\"><a href=\"#\">SHOP WALLETS</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/jeans/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_12.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/jeans/\">SHOP JEANS</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/backpacks/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/backpacks/\">SHOP BAGS</a></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Miscellaneous','','publish','closed','closed','','miscellaneous','','','2015-09-24 22:03:41','2015-09-24 22:03:41','',0,'https://www.resettohappiness.com/?page_id=16735',0,'page','',0),(16867,1,'2015-09-30 03:46:03','2015-09-30 10:46:03','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/universe-_1920.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">You Are Amazing</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Let\'s change the happiness level of our world.<br />Play the You Are Amazing Game.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards2','','trash','closed','closed','','amazing-cards2__trashed','','','2019-03-02 10:26:34','2019-03-02 18:26:34','',0,'https://www.resettohappiness.com/?page_id=16867',0,'page','',0),(16877,1,'2015-09-30 03:46:34','2015-09-30 03:46:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"90px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<br /><h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Featured Slider</span></h2><br />[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<br /><p style=\"font-size: 18px;text-align: center;line-height: 30px\"><span style=\"color: #ffffff\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span><br /><span style=\"color: #ffffff\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p><br />[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-12px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_featured_products_slider picture_size=\"auto\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"4\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-38px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Featured Slider','','publish','closed','closed','','featured-slider','','','2015-09-30 03:46:34','2015-09-30 03:46:34','',0,'https://www.resettohappiness.com/?page_id=16877',0,'page','',0),(16317,1,'2015-09-09 15:58:52','2015-09-09 15:58:52','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Duis porta egestas libero interger','','trash','open','open','','duis-porta-egestas-libero-interger__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'https://www.resettohappiness.com/?p=16317',0,'post','',0),(16345,1,'2015-09-09 18:05:03','2015-09-09 18:05:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sed aliquet mi at libero consectetur','','trash','open','open','','sed-aliquet-mi-at-libero-consectetur__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'https://www.resettohappiness.com/?p=16345',0,'post','',0),(16350,1,'2015-09-09 18:24:49','2015-09-09 18:24:49','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Etiam cursus mauris vestibulum','','trash','open','open','','etiam-cursus-mauris-rutrum-vestibulum__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'https://www.resettohappiness.com/?p=16350',0,'post','',0),(16363,1,'2015-09-09 18:54:58','2015-09-09 18:54:58','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Fusce mattis nunc ut aliquam','','trash','open','open','','fusce-mattis-nunc-ut-aliquam__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'https://www.resettohappiness.com/?p=16363',0,'post','',0),(16366,1,'2015-09-09 18:59:42','2015-09-09 18:59:42','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Cras ac nulla ac consecte rutrum','','trash','open','open','','cras-ac-nulla-ac-consectetur-rutrum__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'https://www.resettohappiness.com/?p=16366',0,'post','',0),(16369,1,'2015-09-09 19:06:30','2015-09-09 19:06:30','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text] Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada. [/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text] Nam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Aliquam posuere magna eget nibh','','trash','open','open','','aliquam-posuere-magna-eget__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'https://www.resettohappiness.com/?p=16369',0,'post','',0),(16372,1,'2015-09-09 19:08:38','2015-09-09 19:08:38','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Nunc fermint nulla eu justo sem id','','trash','open','open','','nunc-ferment-nulla-eu-justo__trashed','','','2019-02-27 07:39:18','2019-02-27 15:39:18','',0,'https://www.resettohappiness.com/?p=16372',0,'post','',0),(16375,1,'2015-09-09 19:14:37','2015-09-09 19:14:37','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Duis ac massa semper maximus','','trash','open','open','','duis-ac-massa-semper-maximus-lacus__trashed','','','2019-02-27 07:39:18','2019-02-27 15:39:18','',0,'https://www.resettohappiness.com/?p=16375',0,'post','',0),(16449,1,'2015-09-11 02:17:36','2015-09-11 02:17:36','','Shipping info','','publish','closed','closed','','shipping-info','','','2015-09-11 02:17:36','2015-09-11 02:17:36','',0,'https://www.resettohappiness.com/?p=16449',1,'nav_menu_item','',0),(16450,1,'2015-09-11 02:17:36','2015-09-11 02:17:36','','Special offerts','','publish','closed','closed','','special-offerts','','','2015-09-11 02:17:36','2015-09-11 02:17:36','',0,'https://www.resettohappiness.com/?p=16450',2,'nav_menu_item','',0),(16451,1,'2015-09-11 02:17:36','2015-09-11 02:17:36','','About us','','publish','closed','closed','','about-us','','','2015-09-11 02:17:36','2015-09-11 02:17:36','',0,'https://www.resettohappiness.com/?p=16451',3,'nav_menu_item','',0),(16452,1,'2015-09-11 02:17:36','2015-09-11 02:17:36','','Contact','','publish','closed','closed','','contact-2','','','2015-09-11 02:17:36','2015-09-11 02:17:36','',0,'https://www.resettohappiness.com/?p=16452',4,'nav_menu_item','',0),(16453,1,'2015-09-11 02:17:36','2015-09-11 02:17:36','','Blog','','publish','closed','closed','','blog','','','2015-09-11 02:17:36','2015-09-11 02:17:36','',0,'https://www.resettohappiness.com/?p=16453',5,'nav_menu_item','',0),(16454,1,'2015-09-11 02:17:36','2015-09-11 02:17:36','','FAQS','','publish','closed','closed','','faqs','','','2015-09-11 02:17:36','2015-09-11 02:17:36','',0,'https://www.resettohappiness.com/?p=16454',6,'nav_menu_item','',0),(16455,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','My Orders','','publish','closed','closed','','my-orders','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16455',1,'nav_menu_item','',0),(16456,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','Order Tracking','','publish','closed','closed','','order-tracking','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16456',3,'nav_menu_item','',0),(16457,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','My Wishlist','','publish','closed','closed','','my-wishlist','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16457',4,'nav_menu_item','',0),(16458,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','Coupons','','publish','closed','closed','','coupons','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16458',5,'nav_menu_item','',0),(16459,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','Photo Gallery','','publish','closed','closed','','photo-gallery','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16459',6,'nav_menu_item','',0),(16460,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','My Returns','','publish','closed','closed','','my-returns','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16460',2,'nav_menu_item','',0),(16461,1,'2015-09-11 02:20:06','2015-09-11 02:20:06','','Live Chat 24 hours','','publish','closed','closed','','live-chat-24-hours','','','2015-09-11 02:20:06','2015-09-11 02:20:06','',0,'https://www.resettohappiness.com/?p=16461',7,'nav_menu_item','',0),(17892,1,'2015-12-08 19:07:54','2015-12-08 19:07:54','','slide_rev_bg_5','','inherit','open','closed','','slide_rev_bg_5','','','2015-12-08 19:07:54','2015-12-08 19:07:54','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/slide_rev_bg_5.jpg',0,'attachment','image/jpeg',0),(17893,1,'2015-12-08 19:09:06','2015-12-08 19:09:06','','sale_big_text','','inherit','open','closed','','sale_big_text','','','2015-12-08 19:09:06','2015-12-08 19:09:06','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/12/sale_big_text.png',0,'attachment','image/png',0),(17904,1,'2015-12-08 20:25:03','2015-12-08 20:25:03','','feat_products_section_bg_4','','inherit','open','closed','','feat_products_section_bg_4','','','2015-12-08 20:25:03','2015-12-08 20:25:03','',0,'https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_products_section_bg_4.jpg',0,'attachment','image/jpeg',0),(19846,0,'2019-02-14 18:56:41','2019-02-15 02:56:41','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjAnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIj48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xMFQyMDozNzozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxNDoxMzo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTQ6MzI6MjBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS04LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS02LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS01LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYXJlLXlvdS1lYXRpbmctdG9vLW11Y2gtZnJ1aXQtdGhlLWhpZGRlbi1zdWdhcnMtaW4tZnJ1aXQtZXhwbGFpbmVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0zLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvNy13YXlzLXRvLWtlZXAtdGhlLXdpbnRlci1ibHVlcy1hdC1iYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Z1bGwtc2hvcC13aXRoLXNpZGViYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQxMzo0NzowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wOS8wOS9kdWlzLXBvcnRhLWVnZXN0YXMtbGliZXJvLWludGVyZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTU6NTg6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvc2VkLWFsaXF1ZXQtbWktYXQtbGliZXJvLWNvbnNlY3RldHVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6MDU6MDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvZXRpYW0tY3Vyc3VzLW1hdXJpcy1ydXRydW0tdmVzdGlidWx1bS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjI0OjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzA5LzA5L2Z1c2NlLW1hdHRpcy1udW5jLXV0LWFsaXF1YW0vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxODo1NDo1OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wOS8wOS9jcmFzLWFjLW51bGxhLWFjLWNvbnNlY3RldHVyLXJ1dHJ1bS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjU5OjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzA5LzA5L2FsaXF1YW0tcG9zdWVyZS1tYWduYS1lZ2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTk6MDY6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvbnVuYy1mZXJtZW50LW51bGxhLWV1LWp1c3RvLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTk6MDg6MzhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDkvMDkvZHVpcy1hYy1tYXNzYS1zZW1wZXItbWF4aW11cy1sYWN1cy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjE0OjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzA5LzA5L2FlbmVhbi1sb2JvcnRpcy1zYXBpZW4tZW5pbS12aXZlcnJhLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTk6MTU6NTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNVQyMDo0NTowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMTM6NDI6MzlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLXdpdGgtc2lkZWJhci0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMDA6MDA6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDEzOjQwOjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FydC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDAwOjIyOjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0xLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQwMDozMDo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL215LWFjY291bnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQwMDo0MjozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NoZWNrb3V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMDA6NDk6MjBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQwMDo1OTowNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21lbi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDIwOjUzOjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQyMjowMToxNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FjY2Vzc29yaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMjI6MDI6NDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9taXNjZWxsYW5lb3VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMjI6MDM6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLWNhcmRzMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDEzOjQzOjA0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdHVyZWQtc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDY6MzRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0LWJ5LWNhdGVnb3J5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDc6MThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0LWNhcm91c2VsLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDc6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0LWNhdGVnb3JpZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0zMFQwMzo0ODowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3RzLWJ5LXNrdS1pZC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ4OjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcmVjZW50LXByb2R1Y3RzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDk6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yZXNvdXJjZXMyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMTM6NDA6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDEyOjQ3OjU2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDE5OjUxOjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDE0OjM5OjUzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE1LzAzLzEyL2FlbmVhbi1vZGlvLW1hdXJpcy1saXBzdW0tNy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS00LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMDhUMTY6NTU6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMDhUMTc6MDA6MzhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hYm91dC88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTA4VDE3OjAwOjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FydC0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTFUMTY6MTg6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jaGVja291dC0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTFUMTY6MTg6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9teS1hY2NvdW50LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMVQxNjoxODozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL21lbnMtc2hvcC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTI1VDIwOjIwOjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZnVsbC1zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMjVUMjA6MjM6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mdWxsLXNob3Atd2l0aC1zaWRlYmFyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0yNVQyMDoyMzo0MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVucy1zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMjVUMjA6MjM6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hY2Nlc3Nvcmllcy1zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMjVUMjA6MjQ6MDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMjVUMjA6NDk6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb250YWN0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMjVUMjE6MjM6MjNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTItMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAxVDEzOjM1OjI4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0zLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMVQxMzo1MjoyMVo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==','sitemap-1.xml','','trash','closed','closed','','__trashed-2','','','2019-02-14 18:56:41','2019-02-15 02:56:41','',0,'https://www.resettohappiness.com/?p=19846',0,'jp_sitemap','',0),(19628,1,'2019-01-28 04:12:49','2019-01-28 12:12:49','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Featured Products</span></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span><br /><span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','featured products','','publish','closed','closed','','featured-products','','','2019-01-28 04:12:49','2019-01-28 12:12:49','',0,'https://www.resettohappiness.com/blog/fusion_template/featured-products/',0,'fusion_template','',0),(19627,1,'2019-01-28 04:05:16','2019-01-28 12:05:16',' ','','','publish','closed','closed','','19627','','','2019-01-31 13:35:14','2019-01-31 21:35:14','',0,'https://www.resettohappiness.com/?p=19627',2,'nav_menu_item','',0),(19726,1,'2019-01-31 13:35:14','2019-01-31 21:35:14',' ','','','publish','closed','closed','','19726','','','2019-01-31 13:35:14','2019-01-31 21:35:14','',0,'https://www.resettohappiness.com/?p=19726',1,'nav_menu_item','',0),(16546,1,'2015-09-12 02:18:14','2015-09-12 02:18:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"5%\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThree Step Process to Happiness\r\n\r\n[/fusion_title][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#b2077e\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Change Your Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose Your Thoughts\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Monitor Your Feelings\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">It\'s so easy! Take a card that says YOU ARE AMAZING, and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">You\'ll love how much joy this brings to others. Big bonus, it helps reset your capacity for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','trash','closed','closed','','home-2__trashed-2','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',0,'https://www.resettohappiness.com/?page_id=16546',0,'page','',0),(19659,1,'2019-01-28 13:11:36','2019-01-28 21:11:36','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<h1>Sharing What I\'m Learning</h1>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-28 13:11:36','2019-01-28 21:11:36','',16546,'https://www.resettohappiness.com/blog/2019/01/28/16546-revision-v1/',0,'revision','',0),(19661,1,'2019-01-28 13:23:14','2019-01-28 21:23:14','','amazing-star','','inherit','open','closed','','amazing-star','','','2019-01-28 13:23:50','2019-01-28 21:23:50','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png',0,'attachment','image/png',0),(19533,1,'2015-09-10 21:34:00','2015-09-10 21:34:00','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Dot Fit and Flare Dress','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','dot-fit-and-flare-dress','','','2015-09-10 21:34:00','2015-09-10 21:34:00','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16408',0,'product','',0),(19534,1,'2015-09-10 21:43:17','2015-09-10 21:43:17','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Blue Glamor Shoes','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','blue-glamor-shoes','','','2015-09-10 21:43:17','2015-09-10 21:43:17','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16410',0,'product','',0),(19535,1,'2015-09-10 21:46:32','2015-09-10 21:46:32','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Blue Stripe Sweater','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n\r\nPremium Cotton Jersey Construction\r\nEmbroidered Trefoil Logo at Chest\r\nHigh Stance Collar\r\nFull Zip with Branded Contrast Zip Pull\r\nKangaroo Pockets\r\nAdjustable Hood\r\nStyle Code: G84717\r\n\r\n[/fusion_checklist]','publish','open','closed','','blue-stripe-sweater','','','2015-09-10 21:46:32','2015-09-10 21:46:32','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16412',0,'product','',0),(19536,1,'2015-09-10 21:51:36','2015-09-10 21:51:36','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Suede Heeled Shoes','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','suede-heeled-shoes','','','2015-09-10 21:51:36','2015-09-10 21:51:36','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16414',0,'product','',0),(19537,1,'2015-09-10 22:04:01','2015-09-10 22:04:01','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Print Sunglasses','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','print-sunglasses','','','2015-09-10 22:04:01','2015-09-10 22:04:01','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16417',0,'product','',0),(16880,1,'2015-09-30 03:47:18','2015-09-30 03:47:18','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Product By Category</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;text-align: center;line-height: 30px\"><span style=\"color: #ffffff\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]<h2 style=\"text-align: center\">Men\'s Category</h2>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][product_category category=\"men\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">Women\'s Category</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][product_category category=\"women\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]<h2 style=\"text-align: center;\">Accessories</h2>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][product_category category=\"accessories\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product By Category','','publish','closed','closed','','product-by-category','','','2015-09-30 03:47:18','2015-09-30 03:47:18','',0,'https://www.resettohappiness.com/?page_id=16880',0,'page','',0),(16883,1,'2015-09-30 03:47:42','2015-09-30 03:47:42','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Product Carousel</span></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;text-align: center;line-height: 30px\"><span style=\"color: #ffffff\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"\" number_posts=\"6\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"13\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_products_slider][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Carousel','','publish','closed','closed','','product-carousel','','','2015-09-30 03:47:42','2015-09-30 03:47:42','',0,'https://www.resettohappiness.com/?page_id=16883',0,'page','',0),(16886,1,'2015-09-30 03:48:01','2015-09-30 03:48:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Product Categories</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Here\'s a quick view of all our fun products by category.</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_categories number=\"12\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Categories','','publish','closed','closed','','product-categories','','','2019-02-20 03:31:56','2019-02-20 11:31:56','',0,'https://www.resettohappiness.com/?page_id=16886',0,'page','',0),(16889,1,'2015-09-30 03:48:57','2015-09-30 03:48:57','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Products By SKU/ID</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;text-align: center;line-height: 30px\"><span style=\"color: #ffffff\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][products ids=\"\" skus=\"001,002,003,004\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Products By SKU/ID','','publish','closed','closed','','products-by-sku-id','','','2015-09-30 03:48:57','2015-09-30 03:48:57','',0,'https://www.resettohappiness.com/?page_id=16889',0,'page','',0),(16892,1,'2015-09-30 03:49:15','2015-09-30 03:49:15','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Recent Products</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;text-align: center;line-height: 30px\"><span style=\"color: #ffffff\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][recent_products per_page=\"8\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Recent Products','','publish','closed','closed','','recent-products','','','2015-09-30 03:49:15','2015-09-30 03:49:15','',0,'https://www.resettohappiness.com/?page_id=16892',0,'page','',0),(19538,1,'2015-08-24 08:14:32','2015-08-24 08:14:32','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Digital Download','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','digital-download','','','2015-08-24 08:14:32','2015-08-24 08:14:32','',0,'https://www.resettohappiness.com/shop/miscellaneous/avada-wordpress-theme/',0,'product','',0),(19539,1,'2015-09-10 22:13:19','2015-09-10 22:13:19','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Brown Elegant Jacket','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','brown-elegant-jacket','','','2015-09-10 22:13:19','2015-09-10 22:13:19','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16419',0,'product','',0),(19540,1,'2015-09-11 03:40:07','2015-09-11 03:40:07','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Black Rebel Leather Jacket','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','black-rebel-leather-jacket','','','2015-09-11 03:40:07','2015-09-11 03:40:07','',19536,'https://www.resettohappiness.com/?post_type=product&amp;p=16463',0,'product','',0),(19541,1,'2015-09-11 04:07:50','2015-09-11 04:07:50','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','The Trend Polo','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','the-trend-polo','','','2015-09-11 04:07:50','2015-09-11 04:07:50','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16465',0,'product','',0),(19542,1,'2015-09-11 04:10:54','2015-09-11 04:10:54','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Food Pattern Tee','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','food-pattern-tee','','','2015-09-11 04:10:54','2015-09-11 04:10:54','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16466',0,'product','',0),(20316,1,'2019-02-27 14:12:05','2019-02-27 22:12:05','[fusion_builder_container background_color=\"#37393a\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/women_categorie_title.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 70px; text-align: center; line-height: 84px;\"><span style=\"color: #ffffff;\">Women</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">FABULOUS PRODUCTS FOR HER</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','shop top pix','','publish','closed','closed','','shop-top-pix','','','2019-02-27 14:12:05','2019-02-27 22:12:05','',0,'https://www.resettohappiness.com/blog/fusion_element/shop-top-pix/',0,'fusion_element','',0),(19544,1,'2015-09-11 04:15:19','2015-09-11 04:15:19','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Casual White Tank','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','casual-white-tank','','','2015-09-11 04:15:19','2015-09-11 04:15:19','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16469',0,'product','',0),(19545,1,'2015-09-13 23:56:21','2015-09-13 23:56:21','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Casual Colorful T-shirts','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','casual-colorful-t-shirts','','','2015-09-13 23:56:21','2015-09-13 23:56:21','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=16555',0,'product','',0),(19546,1,'2015-10-05 03:33:24','2015-10-05 03:33:24','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Brown Dress Shoes','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','brown-dress-shoes','','','2015-10-05 03:33:24','2015-10-05 03:33:24','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17168',0,'product','',0),(19547,1,'2015-10-05 03:36:22','2015-10-05 03:36:22','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Wool Summer Bright Red','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','wool-summer-bright-red','','','2015-10-05 03:36:22','2015-10-05 03:36:22','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17171',0,'product','',0),(19548,1,'2015-10-05 12:48:26','2015-10-05 12:48:26','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Modern Black Leather Suit','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','modern-black-leather-suit','','','2015-10-05 12:48:26','2015-10-05 12:48:26','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17180',0,'product','',0),(19549,1,'2015-10-05 12:18:00','2015-10-05 12:18:00','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Modern Leather Boots','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','modern-leather-boots','','','2015-10-05 12:18:00','2015-10-05 12:18:00','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17186',0,'product','',0),(19550,1,'2015-10-05 12:37:36','2015-10-05 12:37:36','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Leather Gloves','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','leather-gloves','','','2015-10-05 12:37:36','2015-10-05 12:37:36','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17195',0,'product','',0),(19551,1,'2015-10-05 12:47:16','2015-10-05 12:47:16','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Casual Leather Belts','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.','publish','open','closed','','casual-leather-belts','','','2015-10-05 12:47:16','2015-10-05 12:47:16','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17200',0,'product','',0),(19552,1,'2015-10-05 12:57:41','2015-10-05 12:57:41','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Blue Jacket & Stripe Tee','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','blue-jacket-white-stripe-tee','','','2015-10-05 12:57:41','2015-10-05 12:57:41','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17205',0,'product','',0),(19553,1,'2015-10-05 13:00:16','2015-10-05 13:00:16','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Black Leather Suit','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','black-leather-suit','','','2015-10-05 13:00:16','2015-10-05 13:00:16','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17208',0,'product','',0),(19554,1,'2015-10-05 13:05:14','2015-10-05 13:05:14','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Hipster Black Top','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','hipster-black-top','','','2015-10-05 13:05:14','2015-10-05 13:05:14','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17213',0,'product','',0),(19555,1,'2015-10-05 13:08:26','2015-10-05 13:08:26','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Black Leather Jacket','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','black-leather-jacket','','','2015-10-05 13:08:26','2015-10-05 13:08:26','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17214',0,'product','',0),(19556,1,'2015-10-05 13:16:15','2015-10-05 13:16:15','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Black Jacket','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','black-jacket','','','2015-10-05 13:16:15','2015-10-05 13:16:15','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17216',0,'product','',0),(19557,1,'2015-10-05 23:17:06','2015-10-05 23:17:06','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Modern Love Tee','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n	<li>Premium Cotton Jersey Construction</li>\r\n	<li>Embroidered Trefoil Logo at Chest</li>\r\n	<li>High Stance Collar</li>\r\n	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n	<li>Kangaroo Pockets</li>\r\n	<li>Adjustable Hood</li>\r\n	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','modern-love-tee','','','2015-10-05 23:17:06','2015-10-05 23:17:06','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17218',0,'product','',0),(19558,1,'2015-10-05 23:24:23','2015-10-05 23:24:23','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Spring Printed Dress','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n 	<li>Premium Cotton Jersey Construction</li>\r\n 	<li>Embroidered Trefoil Logo at Chest</li>\r\n 	<li>High Stance Collar</li>\r\n 	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n 	<li>Kangaroo Pockets</li>\r\n 	<li>Adjustable Hood</li>\r\n 	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','publish','open','closed','','spring-printed-dress','','','2015-10-05 23:24:23','2015-10-05 23:24:23','',0,'https://www.resettohappiness.com/?post_type=product&amp;p=17222',0,'product','',0),(19559,1,'2015-09-28 23:03:06','2015-09-28 23:03:06','','Casual Colorful T-shirts - Black','','publish','closed','closed','','product-16555-variation-2','','','2015-09-28 23:03:06','2015-09-28 23:03:06','',19545,'https://www.resettohappiness.com/product_variation/product-16555-variation-2/',2,'product_variation','',0),(19560,1,'2015-09-28 23:04:50','2015-09-28 23:04:50','','Casual Colorful T-shirts - White','','publish','closed','closed','','product-16555-variation','','','2015-09-28 23:04:50','2015-09-28 23:04:50','',19545,'https://www.resettohappiness.com/product_variation/product-16555-variation/',1,'product_variation','',0),(19561,1,'2015-09-28 23:08:08','2015-09-28 23:08:08','','Casual Colorful T-shirts - Pink','','publish','closed','closed','','product-16555-variation-3','','','2015-09-28 23:08:08','2015-09-28 23:08:08','',19545,'https://www.resettohappiness.com/product_variation/product-16555-variation-3/',4,'product_variation','',0),(19562,1,'2015-09-28 23:08:56','2015-09-28 23:08:56','','Casual Colorful T-shirts - Denim','','publish','closed','closed','','product-16555-variation-4','','','2015-09-28 23:08:56','2015-09-28 23:08:56','',19545,'https://www.resettohappiness.com/product_variation/product-16555-variation-4/',3,'product_variation','',0),(19327,1,'2017-11-19 15:29:49','2017-11-19 15:29:49','','Order &ndash; November 19, 2017 @ 03:29 PM','','wc-cancelled','open','closed','order_5a11a36d5d482','order-nov-19-2017-0329-pm','','','2017-11-19 15:29:49','2017-11-19 15:29:49','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19327',0,'shop_order','',0),(19329,1,'2017-11-19 21:21:55','2017-11-19 21:21:55','','Order &ndash; November 19, 2017 @ 09:21 PM','','wc-cancelled','open','closed','order_5a11f5f33fe96','order-nov-19-2017-0921-pm','','','2017-11-19 21:21:55','2017-11-19 21:21:55','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19329',0,'shop_order','',0),(19342,1,'2017-11-22 12:23:20','2017-11-22 12:23:20','','Order &ndash; November 22, 2017 @ 12:23 PM','','wc-cancelled','open','closed','order_5a156c383b113','order-nov-22-2017-1223-pm','','','2017-11-22 12:23:20','2017-11-22 12:23:20','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19342',0,'shop_order','',0),(19344,1,'2017-11-22 19:04:33','2017-11-22 19:04:33','','Order &ndash; November 22, 2017 @ 07:04 PM','','wc-cancelled','open','closed','order_5a15ca410fe0d','order-nov-22-2017-0704-pm','','','2017-11-22 19:04:33','2017-11-22 19:04:33','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19344',0,'shop_order','',0),(19346,1,'2017-11-24 06:11:20','2017-11-24 06:11:20','','Order &ndash; November 24, 2017 @ 06:11 AM','','wc-cancelled','open','closed','order_5a17b808afe92','order-nov-24-2017-0611-am','','','2017-11-24 06:11:20','2017-11-24 06:11:20','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19346',0,'shop_order','',0),(19348,1,'2017-11-24 07:27:12','2017-11-24 07:27:12','','Order &ndash; November 24, 2017 @ 07:27 AM','','wc-cancelled','open','closed','order_5a17c9d0c9195','order-nov-24-2017-0727-am','','','2017-11-24 07:27:12','2017-11-24 07:27:12','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19348',0,'shop_order','',0),(19349,1,'2017-11-25 01:04:14','2017-11-25 01:04:14','','Order &ndash; November 25, 2017 @ 01:04 AM','','wc-cancelled','open','closed','order_5a18c18e52003','order-nov-25-2017-0104-am','','','2017-11-25 01:04:14','2017-11-25 01:04:14','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19349',0,'shop_order','',0),(19354,1,'2017-11-28 18:30:36','2017-11-28 18:30:36','','Order &ndash; November 28, 2017 @ 06:30 PM','','wc-cancelled','open','closed','order_5a1dab4c32b78','order-nov-28-2017-0630-pm','','','2017-11-28 18:30:36','2017-11-28 18:30:36','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19354',0,'shop_order','',0),(19356,1,'2017-11-29 00:23:27','2017-11-29 00:23:27','','Order &ndash; November 29, 2017 @ 12:23 AM','','wc-cancelled','open','closed','order_5a1dfdff89661','order-nov-29-2017-1223-am','','','2017-11-29 00:23:27','2017-11-29 00:23:27','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19356',0,'shop_order','',0),(19360,1,'2017-11-29 14:42:47','2017-11-29 14:42:47','','Order &ndash; November 29, 2017 @ 02:42 PM','','wc-cancelled','open','closed','order_5a1ec767042e2','order-nov-29-2017-0242-pm','','','2017-11-29 14:42:47','2017-11-29 14:42:47','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19360',0,'shop_order','',0),(19361,1,'2017-11-29 16:31:18','2017-11-29 16:31:18','','Order &ndash; November 29, 2017 @ 04:31 PM','','wc-cancelled','open','closed','order_5a1ee0d67e143','order-nov-29-2017-0431-pm','','','2017-11-29 16:31:18','2017-11-29 16:31:18','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19361',0,'shop_order','',0),(19365,1,'2017-11-30 08:31:49','2017-11-30 08:31:49','','Order &ndash; November 30, 2017 @ 08:31 AM','','wc-cancelled','open','closed','order_5a1fc1f5e99b9','order-nov-30-2017-0831-am','','','2017-11-30 08:31:49','2017-11-30 08:31:49','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19365',0,'shop_order','',0),(19366,1,'2017-11-30 12:46:04','2017-11-30 12:46:04','','Order &ndash; November 30, 2017 @ 12:46 PM','','wc-cancelled','open','closed','order_5a1ffd8cd5707','order-nov-30-2017-1246-pm','','','2017-11-30 12:46:04','2017-11-30 12:46:04','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19366',0,'shop_order','',0),(19368,1,'2017-11-30 16:33:44','2017-11-30 16:33:44','','Order &ndash; November 30, 2017 @ 04:33 PM','','wc-cancelled','open','closed','order_5a2032e888617','order-nov-30-2017-0433-pm','','','2017-11-30 16:33:44','2017-11-30 16:33:44','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19368',0,'shop_order','',0),(19369,1,'2017-11-30 19:27:32','2017-11-30 19:27:32','','Order &ndash; November 30, 2017 @ 07:27 PM','','wc-cancelled','open','closed','order_5a205ba464cf4','order-nov-30-2017-0727-pm','','','2017-11-30 19:27:32','2017-11-30 19:27:32','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19369',0,'shop_order','',0),(19371,1,'2017-12-01 02:05:18','2017-12-01 02:05:18','','Order &ndash; December 1, 2017 @ 02:05 AM','','wc-cancelled','open','closed','order_5a20b8de97246','order-dec-01-2017-0205-am','','','2017-12-01 02:05:18','2017-12-01 02:05:18','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19371',0,'shop_order','',0),(19376,1,'2017-12-02 13:20:28','2017-12-02 13:20:28','','Order &ndash; December 2, 2017 @ 01:20 PM','','wc-cancelled','open','closed','order_5a22a89cebe85','order-dec-02-2017-0120-pm','','','2017-12-02 13:20:28','2017-12-02 13:20:28','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19376',0,'shop_order','',0),(19379,1,'2017-12-03 22:03:01','2017-12-03 22:03:01','','Order &ndash; December 3, 2017 @ 10:03 PM','','wc-cancelled','open','closed','order_5a247495c71a1','order-dec-03-2017-1003-pm','','','2017-12-03 22:03:01','2017-12-03 22:03:01','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19379',0,'shop_order','',0),(19384,1,'2017-12-04 23:24:58','2017-12-04 23:24:58','','Order &ndash; December 4, 2017 @ 11:24 PM','','wc-cancelled','open','closed','order_5a25d94aa1764','order-dec-04-2017-1124-pm','','','2017-12-04 23:24:58','2017-12-04 23:24:58','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19384',0,'shop_order','',0),(19386,1,'2017-12-05 13:48:06','2017-12-05 13:48:06','','Order &ndash; December 5, 2017 @ 01:48 PM','','wc-cancelled','open','closed','order_5a26a3967f036','order-dec-05-2017-0148-pm','','','2017-12-05 13:48:06','2017-12-05 13:48:06','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19386',0,'shop_order','',0),(19389,1,'2017-12-05 17:52:34','2017-12-05 17:52:34','','Order &ndash; December 5, 2017 @ 05:52 PM','','wc-cancelled','open','closed','order_5a26dce232810','order-dec-05-2017-0552-pm','','','2017-12-05 17:52:34','2017-12-05 17:52:34','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19389',0,'shop_order','',0),(19391,1,'2017-12-06 07:10:40','2017-12-06 07:10:40','','Order &ndash; December 6, 2017 @ 07:10 AM','','wc-cancelled','open','closed','order_5a2797f01b83c','order-dec-06-2017-0710-am','','','2017-12-06 07:10:40','2017-12-06 07:10:40','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19391',0,'shop_order','',0),(19399,1,'2017-12-11 12:21:30','2017-12-11 12:21:30','','Order &ndash; December 11, 2017 @ 12:21 PM','','wc-cancelled','open','closed','order_5a2e784ad52e2','order-dec-11-2017-1221-pm','','','2017-12-11 12:21:30','2017-12-11 12:21:30','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19399',0,'shop_order','',0),(19400,1,'2017-12-11 17:39:40','2017-12-11 17:39:40','','Order &ndash; December 11, 2017 @ 05:39 PM','','wc-cancelled','open','closed','order_5a2ec2dc43b0a','order-dec-11-2017-0539-pm','','','2017-12-11 17:39:40','2017-12-11 17:39:40','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19400',0,'shop_order','',0),(19401,1,'2017-12-11 18:21:41','2017-12-11 18:21:41','','Order &ndash; December 11, 2017 @ 06:21 PM','','wc-cancelled','open','closed','order_5a2eccb5ceaa2','order-dec-11-2017-0621-pm','','','2017-12-11 18:21:41','2017-12-11 18:21:41','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19401',0,'shop_order','',0),(19408,1,'2017-12-12 16:38:48','2017-12-12 16:38:48','','Order &ndash; December 12, 2017 @ 04:38 PM','','wc-cancelled','open','closed','order_5a300618190cf','order-dec-12-2017-0438-pm','','','2017-12-12 16:38:48','2017-12-12 16:38:48','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19408',0,'shop_order','',0),(19411,1,'2017-12-13 12:10:41','2017-12-13 12:10:41','','Order &ndash; December 13, 2017 @ 12:10 PM','','wc-cancelled','open','closed','order_5a3118c16eeba','order-dec-13-2017-1210-pm','','','2017-12-13 12:10:41','2017-12-13 12:10:41','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19411',0,'shop_order','',0),(19415,1,'2017-12-15 00:05:14','2017-12-15 00:05:14','','Order &ndash; December 15, 2017 @ 12:05 AM','','wc-cancelled','open','closed','order_5a3311ba77c63','order-dec-15-2017-1205-am','','','2017-12-15 00:05:14','2017-12-15 00:05:14','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19415',0,'shop_order','',0),(19419,1,'2017-12-18 21:54:06','2017-12-18 21:54:06','','Order &ndash; December 18, 2017 @ 09:54 PM','','wc-cancelled','open','closed','order_5a3838fe90c48','order-dec-18-2017-0954-pm','','','2017-12-18 21:54:06','2017-12-18 21:54:06','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19419',0,'shop_order','',0),(19422,1,'2017-12-19 13:12:03','2017-12-19 13:12:03','','Order &ndash; December 19, 2017 @ 01:12 PM','','wc-cancelled','open','closed','order_5a3910238c1ae','order-dec-19-2017-0112-pm','','','2017-12-19 13:12:03','2017-12-19 13:12:03','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19422',0,'shop_order','',0),(19423,1,'2017-12-20 02:24:02','2017-12-20 02:24:02','','Order &ndash; December 20, 2017 @ 02:24 AM','','wc-cancelled','open','closed','order_5a39c9c2154de','order-dec-20-2017-0224-am','','','2017-12-20 02:24:02','2017-12-20 02:24:02','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19423',0,'shop_order','',0),(19424,1,'2017-12-20 10:44:30','2017-12-20 10:44:30','','Order &ndash; December 20, 2017 @ 10:44 AM','','wc-cancelled','open','closed','order_5a3a3f0e72bac','order-dec-20-2017-1044-am','','','2017-12-20 10:44:30','2017-12-20 10:44:30','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19424',0,'shop_order','',0),(19425,1,'2017-12-20 16:02:55','2017-12-20 16:02:55','','Order &ndash; December 20, 2017 @ 04:02 PM','','wc-cancelled','open','closed','order_5a3a89aff23c3','order-dec-20-2017-0402-pm','','','2017-12-20 16:02:55','2017-12-20 16:02:55','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19425',0,'shop_order','',0),(19427,1,'2017-12-21 22:46:52','2017-12-21 22:46:52','','Order &ndash; December 21, 2017 @ 10:46 PM','','wc-cancelled','open','closed','order_5a3c39dc91acc','order-dec-21-2017-1046-pm','','','2017-12-21 22:46:52','2017-12-21 22:46:52','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19427',0,'shop_order','',0),(19429,1,'2017-12-24 11:20:59','2017-12-24 11:20:59','','Order &ndash; December 24, 2017 @ 11:20 AM','','wc-cancelled','open','closed','order_5a3f8d9bbe4b3','order-dec-24-2017-1120-am','','','2017-12-24 11:20:59','2017-12-24 11:20:59','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19429',0,'shop_order','',0),(19432,1,'2017-12-27 10:45:05','2017-12-27 10:45:05','','Order &ndash; December 27, 2017 @ 10:45 AM','','wc-cancelled','open','closed','order_5a4379b17cd50','order-dec-27-2017-1045-am','','','2017-12-27 10:45:05','2017-12-27 10:45:05','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19432',0,'shop_order','',0),(19433,1,'2017-12-27 11:51:34','2017-12-27 11:51:34','','Order &ndash; December 27, 2017 @ 11:51 AM','','wc-cancelled','open','closed','order_5a4389467f964','order-dec-27-2017-1151-am','','','2017-12-27 11:51:34','2017-12-27 11:51:34','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19433',0,'shop_order','',0),(19435,1,'2017-12-27 18:32:47','2017-12-27 18:32:47','','Order &ndash; December 27, 2017 @ 06:32 PM','','wc-cancelled','open','closed','order_5a43e74f4717a','order-dec-27-2017-0632-pm','','','2017-12-27 18:32:47','2017-12-27 18:32:47','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19435',0,'shop_order','',0),(19436,1,'2017-12-28 03:11:16','2017-12-28 03:11:16','','Order &ndash; December 28, 2017 @ 03:11 AM','','wc-cancelled','open','closed','order_5a4460d4b82a6','order-dec-28-2017-0311-am','','','2017-12-28 03:11:16','2017-12-28 03:11:16','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19436',0,'shop_order','',0),(19437,1,'2017-12-28 07:56:03','2017-12-28 07:56:03','','Order &ndash; December 28, 2017 @ 07:56 AM','','wc-cancelled','open','closed','order_5a44a3938fcc9','order-dec-28-2017-0756-am','','','2017-12-28 07:56:03','2017-12-28 07:56:03','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19437',0,'shop_order','',0),(19438,1,'2017-12-29 13:23:39','2017-12-29 13:23:39','','Order &ndash; December 29, 2017 @ 01:23 PM','','wc-cancelled','open','closed','order_5a4641dbb7f9a','order-dec-29-2017-0123-pm','','','2017-12-29 13:23:39','2017-12-29 13:23:39','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19438',0,'shop_order','',0),(19439,1,'2017-12-29 23:33:33','2017-12-29 23:33:33','','Order &ndash; December 29, 2017 @ 11:33 PM','','wc-cancelled','open','closed','order_5a46d0cdb60c4','order-dec-29-2017-1133-pm','','','2017-12-29 23:33:33','2017-12-29 23:33:33','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19439',0,'shop_order','',0),(19440,1,'2017-12-30 05:01:07','2017-12-30 05:01:07','','Order &ndash; December 30, 2017 @ 05:01 AM','','wc-cancelled','open','closed','order_5a471d93668db','order-dec-30-2017-0501-am','','','2017-12-30 05:01:07','2017-12-30 05:01:07','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19440',0,'shop_order','',0),(19447,1,'2018-01-04 10:44:01','2018-01-04 10:44:01','','Order &ndash; January 4, 2018 @ 10:44 AM','','wc-cancelled','open','closed','order_5a4e057148592','order-jan-04-2018-1044-am','','','2018-01-04 10:44:01','2018-01-04 10:44:01','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19447',0,'shop_order','',0),(19452,1,'2018-01-05 07:40:53','2018-01-05 07:40:53','','Order &ndash; January 5, 2018 @ 07:40 AM','','wc-cancelled','open','closed','order_5a4f2c057ae25','order-jan-05-2018-0740-am','','','2018-01-05 07:40:53','2018-01-05 07:40:53','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19452',0,'shop_order','',0),(19456,1,'2018-01-07 05:30:21','2018-01-07 05:30:21','','Order &ndash; January 7, 2018 @ 05:30 AM','','wc-cancelled','open','closed','order_5a51b06db7fcb','order-jan-07-2018-0530-am','','','2018-01-07 05:30:21','2018-01-07 05:30:21','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19456',0,'shop_order','',0),(19458,1,'2018-01-07 16:19:37','2018-01-07 16:19:37','','Order &ndash; January 7, 2018 @ 04:19 PM','','wc-cancelled','open','closed','order_5a52489990c3c','order-jan-07-2018-0419-pm','','','2018-01-07 16:19:37','2018-01-07 16:19:37','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19458',0,'shop_order','',0),(19460,1,'2018-01-08 11:07:00','2018-01-08 11:07:00','','Order &ndash; January 8, 2018 @ 11:07 AM','','wc-cancelled','open','closed','order_5a5350d4df885','order-jan-08-2018-1107-am','','','2018-01-08 11:07:00','2018-01-08 11:07:00','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19460',0,'shop_order','',0),(19466,1,'2018-01-10 07:45:14','2018-01-10 07:45:14','','Order &ndash; January 10, 2018 @ 07:45 AM','','wc-cancelled','open','closed','order_5a55c48a5c84d','order-jan-10-2018-0745-am','','','2018-01-10 07:45:14','2018-01-10 07:45:14','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19466',0,'shop_order','',0),(19467,1,'2018-01-10 16:56:19','2018-01-10 16:56:19','','Order &ndash; January 10, 2018 @ 04:56 PM','','wc-cancelled','open','closed','order_5a5645b386702','order-jan-10-2018-0456-pm','','','2018-01-10 16:56:19','2018-01-10 16:56:19','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19467',0,'shop_order','',0),(19470,1,'2018-01-11 18:42:51','2018-01-11 18:42:51','','Order &ndash; January 11, 2018 @ 06:42 PM','','wc-cancelled','open','closed','order_5a57b02b15a07','order-jan-11-2018-0642-pm','','','2018-01-11 18:42:51','2018-01-11 18:42:51','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19470',0,'shop_order','',0),(19475,1,'2018-01-13 18:09:48','2018-01-13 18:09:48','','Order &ndash; January 13, 2018 @ 06:09 PM','','wc-cancelled','open','closed','order_5a5a4b6cbfa9a','order-jan-13-2018-0609-pm','','','2018-01-13 18:09:48','2018-01-13 18:09:48','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19475',0,'shop_order','',0),(19477,1,'2018-01-15 00:07:59','2018-01-15 00:07:59','','Order &ndash; January 15, 2018 @ 12:07 AM','','wc-cancelled','open','closed','order_5a5bf0dfa42de','order-jan-15-2018-1207-am','','','2018-01-15 00:07:59','2018-01-15 00:07:59','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19477',0,'shop_order','',0),(19478,1,'2018-01-15 13:48:36','2018-01-15 13:48:36','','Order &ndash; January 15, 2018 @ 01:48 PM','','wc-cancelled','open','closed','order_5a5cb13404ffd','order-jan-15-2018-0148-pm','','','2018-01-15 13:48:36','2018-01-15 13:48:36','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19478',0,'shop_order','',0),(19480,1,'2018-01-16 06:32:55','2018-01-16 06:32:55','','Order &ndash; January 16, 2018 @ 06:32 AM','','wc-cancelled','open','closed','order_5a5d9c9742a85','order-jan-16-2018-0632-am','','','2018-01-16 06:32:55','2018-01-16 06:32:55','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19480',0,'shop_order','',0),(19481,1,'2018-01-17 04:35:56','2018-01-17 04:35:56','','Order &ndash; January 17, 2018 @ 04:35 AM','','wc-cancelled','open','closed','order_5a5ed2ac91d03','order-jan-17-2018-0435-am','','','2018-01-17 04:35:56','2018-01-17 04:35:56','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19481',0,'shop_order','',0),(19484,1,'2018-01-18 11:27:13','2018-01-18 11:27:13','','Order &ndash; January 18, 2018 @ 11:27 AM','','wc-cancelled','open','closed','order_5a608491b6ecf','order-jan-18-2018-1127-am','','','2018-01-18 11:27:13','2018-01-18 11:27:13','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19484',0,'shop_order','',0),(19489,1,'2018-01-20 21:12:23','2018-01-20 21:12:23','','Order &ndash; January 20, 2018 @ 09:12 PM','','wc-cancelled','open','closed','order_5a63b0b761ec8','order-jan-20-2018-0912-pm','','','2018-01-20 21:12:23','2018-01-20 21:12:23','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19489',0,'shop_order','',0),(19496,1,'2018-01-22 07:28:40','2018-01-22 07:28:40','','Order &ndash; January 22, 2018 @ 07:28 AM','','wc-cancelled','open','closed','order_5a6592a8eb8bb','order-jan-22-2018-0728-am','','','2018-01-22 07:28:40','2018-01-22 07:28:40','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19496',0,'shop_order','',0),(19501,1,'2018-01-24 02:14:32','2018-01-24 02:14:32','','Order &ndash; January 24, 2018 @ 02:14 AM','','wc-cancelled','open','closed','order_5a67ec08b6f53','order-jan-24-2018-0214-am','','','2018-01-24 02:14:32','2018-01-24 02:14:32','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19501',0,'shop_order','',0),(19505,1,'2018-01-25 13:02:29','2018-01-25 13:02:29','','Order &ndash; January 25, 2018 @ 01:02 PM','','wc-cancelled','open','closed','order_5a69d565edbc2','order-jan-25-2018-0102-pm','','','2018-01-25 13:02:29','2018-01-25 13:02:29','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19505',0,'shop_order','',0),(19506,1,'2018-01-25 21:24:59','2018-01-25 21:24:59','','Order &ndash; January 25, 2018 @ 09:24 PM','','wc-cancelled','open','closed','order_5a6a4b2b89cd3','order-jan-25-2018-0924-pm','','','2018-01-25 21:24:59','2018-01-25 21:24:59','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19506',0,'shop_order','',0),(19508,1,'2018-01-26 09:14:18','2018-01-26 09:14:18','','Order &ndash; January 26, 2018 @ 09:14 AM','','wc-cancelled','open','closed','order_5a6af16ac362d','order-jan-26-2018-0914-am','','','2018-01-26 09:14:18','2018-01-26 09:14:18','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19508',0,'shop_order','',0),(19510,1,'2018-01-26 16:42:31','2018-01-26 16:42:31','','Order &ndash; January 26, 2018 @ 04:42 PM','','wc-cancelled','open','closed','order_5a6b5a7758752','order-jan-26-2018-0442-pm','','','2018-01-26 16:42:31','2018-01-26 16:42:31','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19510',0,'shop_order','',0),(19511,1,'2018-01-26 16:48:01','2018-01-26 16:48:01','','Order &ndash; January 26, 2018 @ 04:48 PM','','wc-cancelled','open','closed','order_5a6b5bc17a28d','order-jan-26-2018-0448-pm','','','2018-01-26 16:48:01','2018-01-26 16:48:01','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19511',0,'shop_order','',0),(19513,1,'2018-01-27 18:13:59','2018-01-27 18:13:59','','Order &ndash; January 27, 2018 @ 06:13 PM','','wc-cancelled','open','closed','order_5a6cc167451ed','order-jan-27-2018-0613-pm','','','2018-01-27 18:13:59','2018-01-27 18:13:59','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19513',0,'shop_order','',0),(19515,1,'2018-01-29 06:38:49','2018-01-29 06:38:49','','Order &ndash; January 29, 2018 @ 06:38 AM','','wc-cancelled','open','closed','order_5a6ec1799a4d3','order-jan-29-2018-0638-am','','','2018-01-29 06:38:49','2018-01-29 06:38:49','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19515',0,'shop_order','',0),(19520,1,'2018-01-30 05:03:52','2018-01-30 05:03:52','','Order &ndash; January 30, 2018 @ 05:03 AM','','wc-cancelled','open','closed','order_5a6ffcb8e0c17','order-jan-30-2018-0503-am','','','2018-01-30 05:03:52','2018-01-30 05:03:52','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19520',0,'shop_order','',0),(19523,1,'2018-01-31 09:28:33','2018-01-31 09:28:33','','Order &ndash; January 31, 2018 @ 09:28 AM','','wc-cancelled','open','closed','order_5a718c410aa6a','order-jan-31-2018-0928-am','','','2018-01-31 09:28:33','2018-01-31 09:28:33','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19523',0,'shop_order','',0),(19531,1,'2018-02-02 15:28:00','2018-02-02 15:28:00','','Order &ndash; February 2, 2018 @ 03:28 PM','','wc-cancelled','open','closed','order_5a7483807b5b8','order-feb-02-2018-0328-pm','','','2018-02-02 15:28:00','2018-02-02 15:28:00','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19531',0,'shop_order','',0),(19532,1,'2018-02-03 20:32:49','2018-02-03 20:32:49','','Order &ndash; February 3, 2018 @ 08:32 PM','','wc-cancelled','open','closed','order_5a761c71c11f2','order-feb-03-2018-0832-pm','','','2018-02-03 20:32:49','2018-02-03 20:32:49','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19532',0,'shop_order','',0),(19563,1,'2018-02-04 02:46:12','2018-02-04 02:46:12','','Order &ndash; February 4, 2018 @ 02:46 AM','','wc-cancelled','open','closed','order_5a7673f4ed54f','order-feb-04-2018-0246-am','','','2018-02-04 02:46:12','2018-02-04 02:46:12','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19533',0,'shop_order','',0),(19564,1,'2018-02-04 17:52:46','2018-02-04 17:52:46','','Order &ndash; February 4, 2018 @ 05:52 PM','','wc-cancelled','open','closed','order_5a77486e62952','order-feb-04-2018-0552-pm','','','2018-02-04 17:52:46','2018-02-04 17:52:46','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19536',0,'shop_order','',0),(19565,1,'2018-02-05 12:22:43','2018-02-05 12:22:43','','Order &ndash; February 5, 2018 @ 12:22 PM','','wc-cancelled','open','closed','order_5a784c93b83af','order-feb-05-2018-1222-pm','','','2018-02-05 12:22:43','2018-02-05 12:22:43','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19538',0,'shop_order','',0),(19566,1,'2018-02-07 07:49:10','2018-02-07 07:49:10','','Order &ndash; February 7, 2018 @ 07:49 AM','','wc-cancelled','open','closed','order_5a7aaf76d250f','order-feb-07-2018-0749-am','','','2018-02-07 07:49:10','2018-02-07 07:49:10','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19545',0,'shop_order','',0),(19567,1,'2018-02-07 14:25:31','2018-02-07 14:25:31','','Order &ndash; February 7, 2018 @ 02:25 PM','','wc-cancelled','open','closed','order_5a7b0c5bb716b','order-feb-07-2018-0225-pm','','','2018-02-07 14:25:31','2018-02-07 14:25:31','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19546',0,'shop_order','',0),(19568,1,'2018-02-08 20:40:54','2018-02-08 20:40:54','','Order &ndash; February 8, 2018 @ 08:40 PM','','wc-cancelled','open','closed','order_5a7cb5d6a9bd0','order-feb-08-2018-0840-pm','','','2018-02-08 20:40:54','2018-02-08 20:40:54','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19551',0,'shop_order','',0),(19569,1,'2018-02-09 09:01:16','2018-02-09 09:01:16','','Order &ndash; February 9, 2018 @ 09:01 AM','','wc-cancelled','open','closed','order_5a7d635cbaa8f','order-feb-09-2018-0901-am','','','2018-02-09 09:01:16','2018-02-09 09:01:16','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19553',0,'shop_order','',0),(19570,1,'2018-02-10 00:13:53','2018-02-10 00:13:53','','Order &ndash; February 10, 2018 @ 12:13 AM','','wc-cancelled','open','closed','order_5a7e3941f27b0','order-feb-10-2018-1213-am','','','2018-02-10 00:13:53','2018-02-10 00:13:53','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19554',0,'shop_order','',0),(19571,1,'2018-02-10 14:33:54','2018-02-10 14:33:54','','Order &ndash; February 10, 2018 @ 02:33 PM','','wc-cancelled','open','closed','order_5a7f02d22d3ab','order-feb-10-2018-0233-pm','','','2018-02-10 14:33:54','2018-02-10 14:33:54','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19555',0,'shop_order','',0),(19572,1,'2018-02-10 17:20:31','2018-02-10 17:20:31','','Order &ndash; February 10, 2018 @ 05:20 PM','','wc-cancelled','open','closed','order_5a7f29dfdd80f','order-feb-10-2018-0520-pm','','','2018-02-10 17:20:31','2018-02-10 17:20:31','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19557',0,'shop_order','',0),(19573,1,'2018-02-11 07:13:46','2018-02-11 07:13:46','','Order &ndash; February 11, 2018 @ 07:13 AM','','wc-cancelled','open','closed','order_5a7fed2a2c9bf','order-feb-11-2018-0713-am','','','2018-02-11 07:13:46','2018-02-11 07:13:46','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19559',0,'shop_order','',0),(19574,1,'2018-02-11 15:59:58','2018-02-11 15:59:58','','Order &ndash; February 11, 2018 @ 03:59 PM','','wc-cancelled','open','closed','order_5a80687ea1de3','order-feb-11-2018-0359-pm','','','2018-02-11 15:59:58','2018-02-11 15:59:58','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19560',0,'shop_order','',0),(19575,1,'2018-02-13 01:12:24','2018-02-13 01:12:24','','Order &ndash; February 13, 2018 @ 01:12 AM','','wc-cancelled','open','closed','order_5a823b78161f0','order-feb-13-2018-0112-am','','','2018-02-13 01:12:24','2018-02-13 01:12:24','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19562',0,'shop_order','',0),(19576,1,'2018-02-15 12:02:46','2018-02-15 12:02:46','','Order &ndash; February 15, 2018 @ 12:02 PM','','wc-cancelled','open','closed','order_5a8576e6186f4','order-feb-15-2018-1202-pm','','','2018-02-15 12:02:46','2018-02-15 12:02:46','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19565',0,'shop_order','',0),(19577,1,'2018-02-18 12:58:03','2018-02-18 12:58:03','','Order &ndash; February 18, 2018 @ 12:58 PM','','wc-cancelled','open','closed','order_5a89785b41b08','order-feb-18-2018-1258-pm','','','2018-02-18 12:58:03','2018-02-18 12:58:03','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19569',0,'shop_order','',0),(19578,1,'2018-02-20 09:46:20','2018-02-20 09:46:20','','Order &ndash; February 20, 2018 @ 09:46 AM','','wc-cancelled','open','closed','order_5a8bee6c180d0','order-feb-20-2018-0946-am','','','2018-02-20 09:46:20','2018-02-20 09:46:20','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19571',0,'shop_order','',0),(19579,1,'2018-02-21 13:10:03','2018-02-21 13:10:03','','Order &ndash; February 21, 2018 @ 01:10 PM','','wc-cancelled','open','closed','order_5a8d6fab39526','order-feb-21-2018-0110-pm','','','2018-02-21 13:10:03','2018-02-21 13:10:03','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19575',0,'shop_order','',0),(19580,1,'2018-02-21 16:12:51','2018-02-21 16:12:51','','Order &ndash; February 21, 2018 @ 04:12 PM','','wc-cancelled','open','closed','order_5a8d9a839f92a','order-feb-21-2018-0412-pm','','','2018-02-21 16:12:51','2018-02-21 16:12:51','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19576',0,'shop_order','',0),(19581,1,'2018-02-22 07:08:44','2018-02-22 07:08:44','','Order &ndash; February 22, 2018 @ 07:08 AM','','wc-cancelled','open','closed','order_5a8e6c7c4caf2','order-feb-22-2018-0708-am','','','2018-02-22 07:08:44','2018-02-22 07:08:44','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19578',0,'shop_order','',0),(19582,1,'2018-02-22 21:32:08','2018-02-22 21:32:08','','Order &ndash; February 22, 2018 @ 09:32 PM','','wc-cancelled','open','closed','order_5a8f36d82a3b6','order-feb-22-2018-0932-pm','','','2018-02-22 21:32:08','2018-02-22 21:32:08','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19579',0,'shop_order','',0),(19583,1,'2018-02-23 14:39:16','2018-02-23 14:39:16','','Order &ndash; February 23, 2018 @ 02:39 PM','','wc-cancelled','open','closed','order_5a902794389ed','order-feb-23-2018-0239-pm','','','2018-02-23 14:39:16','2018-02-23 14:39:16','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19582',0,'shop_order','',0),(19584,1,'2018-02-23 20:15:46','2018-02-23 20:15:46','','Order &ndash; February 23, 2018 @ 08:15 PM','','wc-cancelled','open','closed','order_5a9076723b232','order-feb-23-2018-0815-pm','','','2018-02-23 20:15:46','2018-02-23 20:15:46','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19583',0,'shop_order','',0),(19593,1,'2018-02-27 19:11:57','2018-02-27 19:11:57','','Order &ndash; February 27, 2018 @ 07:11 PM','','wc-cancelled','open','closed','order_5a95ad7d5ccc4','order-feb-27-2018-0711-pm','','','2018-02-27 19:11:57','2018-02-27 19:11:57','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19593',0,'shop_order','',0),(19596,1,'2018-02-28 12:32:00','2018-02-28 12:32:00','','Order &ndash; February 28, 2018 @ 12:32 PM','','wc-cancelled','open','closed','order_5a96a14006173','order-feb-28-2018-1232-pm','','','2018-02-28 12:32:00','2018-02-28 12:32:00','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19596',0,'shop_order','',0),(19600,1,'2018-03-03 16:28:12','2018-03-03 16:28:12','','Order &ndash; March 3, 2018 @ 04:28 PM','','wc-cancelled','open','closed','order_5a9acd1c046b7','order-mar-03-2018-0428-pm','','','2018-03-03 16:28:12','2018-03-03 16:28:12','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19600',0,'shop_order','',0),(19603,1,'2018-03-04 02:43:47','2018-03-04 02:43:47','','Order &ndash; March 4, 2018 @ 02:43 AM','','wc-cancelled','open','closed','order_5a9b5d633c994','order-mar-04-2018-0243-am','','','2018-03-04 02:43:47','2018-03-04 02:43:47','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19603',0,'shop_order','',0),(19604,1,'2018-03-04 07:57:29','2018-03-04 07:57:29','','Order &ndash; March 4, 2018 @ 07:57 AM','','wc-cancelled','open','closed','order_5a9ba6e991374','order-mar-04-2018-0757-am','','','2018-03-04 07:57:29','2018-03-04 07:57:29','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19604',0,'shop_order','',0),(19605,1,'2018-03-04 20:01:46','2018-03-04 20:01:46','','Order &ndash; March 4, 2018 @ 08:01 PM','','wc-cancelled','open','closed','order_5a9c50aaaca46','order-mar-04-2018-0801-pm','','','2018-03-04 20:01:46','2018-03-04 20:01:46','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19605',0,'shop_order','',0),(19608,1,'2018-03-06 02:33:47','2018-03-06 02:33:47','','Order &ndash; March 6, 2018 @ 02:33 AM','','wc-cancelled','open','closed','order_5a9dfe0bd80d7','order-mar-06-2018-0233-am','','','2018-03-06 02:33:47','2018-03-06 02:33:47','',0,'https://www.resettohappiness.com/?post_type=shop_order&amp;p=19608',0,'shop_order','',0),(16250,1,'2015-09-08 19:29:15','2015-09-08 19:29:15','','Home 1 - Slide One','','publish','closed','closed','','home-1-slide-one','','','2019-02-27 08:53:37','2019-02-27 16:53:37','',0,'https://www.resettohappiness.com/?post_type=slide&#038;p=16250',0,'slide','',0),(16478,1,'2015-09-07 05:03:04','2015-09-07 12:03:04','','Home 1 - Slide Two','','draft','closed','closed','','home-1-slide-two','','','2019-02-27 08:55:17','2019-02-27 16:55:17','',0,'https://www.resettohappiness.com/?post_type=slide&#038;p=16478',0,'slide','',0),(16482,1,'2015-09-06 05:44:26','2015-09-06 12:44:26','','Home 1 - Slide Three','','draft','closed','closed','','16482','','','2019-02-27 08:55:32','2019-02-27 16:55:32','',0,'https://www.resettohappiness.com/?post_type=slide&#038;p=16482',0,'slide','',0),(16496,1,'2015-09-11 22:18:47','2015-09-11 22:18:47','','Home 2 - Slide One','','publish','closed','closed','','home-2-slide-one','','','2015-09-11 22:18:47','2015-09-11 22:18:47','',0,'https://www.resettohappiness.com/?post_type=slide&amp;p=16496',0,'slide','',0),(17164,1,'2015-10-05 03:24:47','2015-10-05 03:24:47','','Home 2 - Slide Two','','publish','closed','closed','','home-2-slide-two','','','2015-10-05 03:24:47','2015-10-05 03:24:47','',0,'https://www.resettohappiness.com/?post_type=slide&amp;p=17164',0,'slide','',0),(19609,1,'2019-01-28 03:37:03','2019-01-28 11:37:03','','16495','','inherit','open','closed','','16495','','','2019-01-28 03:37:03','2019-01-28 11:37:03','',16496,'https://www.resettohappiness.com/wp-content/uploads/2019/01/16495.jpg',0,'attachment','image/jpeg',0),(19610,1,'2019-01-28 03:37:03','2019-01-28 11:37:03','','16480','','inherit','open','closed','','16480','','','2019-01-28 03:37:03','2019-01-28 11:37:03','',16478,'https://www.resettohappiness.com/wp-content/uploads/2019/01/16480.jpg',0,'attachment','image/jpeg',0),(19611,1,'2019-01-28 03:37:03','2019-01-28 11:37:03','','17794','','inherit','open','closed','','17794','','','2019-01-28 03:37:03','2019-01-28 11:37:03','',17164,'https://www.resettohappiness.com/wp-content/uploads/2019/01/17794.jpg',0,'attachment','image/jpeg',0),(19612,1,'2019-01-28 03:37:03','2019-01-28 11:37:03','','16252','','inherit','open','closed','','16252','','','2019-01-28 03:37:03','2019-01-28 11:37:03','',16250,'https://www.resettohappiness.com/wp-content/uploads/2019/01/16252.jpg',0,'attachment','image/jpeg',0),(19613,1,'2019-01-28 03:37:03','2019-01-28 11:37:03','','17863','','inherit','open','closed','','17863','','','2019-01-28 03:37:03','2019-01-28 11:37:03','',16482,'https://www.resettohappiness.com/wp-content/uploads/2019/01/17863.jpg',0,'attachment','image/jpeg',0),(19614,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','slide_rev_bg_3.jpg','','inherit','closed','closed','','slide-rev-bg-3-jpg','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/slide_rev_bg_3.jpg',0,'attachment','image/jpeg',0),(19615,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','beard_suit_man_casual.png','','inherit','closed','closed','','beard-suit-man-casual-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/beard_suit_man_casual.png',0,'attachment','image/png',0),(19616,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','feat_red_bagde.png','','inherit','closed','closed','','feat-red-bagde-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/feat_red_bagde.png',0,'attachment','image/png',0),(19617,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','hr_wave.png','','inherit','closed','closed','','hr-wave-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/hr_wave.png',0,'attachment','image/png',0),(19618,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','slider_brush_bg.jpg','','inherit','closed','closed','','slider-brush-bg-jpg','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/slider_brush_bg.jpg',0,'attachment','image/jpeg',0),(19619,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','women_t_shirt_black.png','','inherit','closed','closed','','women-t-shirt-black-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/women_t_shirt_black.png',0,'attachment','image/png',0),(19620,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','men_t_shirt_blue.png','','inherit','closed','closed','','men-t-shirt-blue-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/men_t_shirt_blue.png',0,'attachment','image/png',0),(19621,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','title_img.png','','inherit','closed','closed','','title-img-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/title_img.png',0,'attachment','image/png',0),(19622,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','red_circle.png','','inherit','closed','closed','','red-circle-png','','','2019-01-28 11:48:41','2019-01-28 19:48:41','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/red_circle.png',0,'attachment','image/png',0),(19623,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','blue_circle.png','','inherit','closed','closed','','blue-circle-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/blue_circle.png',0,'attachment','image/png',0),(19624,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','slide_rev_bg_5.jpg','','inherit','closed','closed','','slide-rev-bg-5-jpg','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/slide_rev_bg_5.jpg',0,'attachment','image/jpeg',0),(19625,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','sale_big_text.png','','inherit','closed','closed','','sale-big-text-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/sale_big_text.png',0,'attachment','image/png',0),(19626,1,'2019-01-28 03:37:04','2019-01-28 03:37:04','','feat_blue_bagde.png','','inherit','closed','closed','','feat-blue-bagde-png','','','2019-01-28 03:37:04','2019-01-28 03:37:04','',0,'https://www.resettohappiness.com/wp-content/uploads/revslider/home3-rs/feat_blue_bagde.png',0,'attachment','image/png',0),(19629,1,'2019-01-28 04:13:01','2019-01-28 12:13:01','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Featured Products</span></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span><br /><span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','featured','','publish','closed','closed','','featured','','','2019-01-28 04:13:01','2019-01-28 12:13:01','',0,'https://www.resettohappiness.com/blog/fusion_template/featured/',0,'fusion_template','',0),(19746,1,'2019-02-05 13:13:13','2019-02-05 21:13:13','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/universe-_1920.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">You Are Amazing</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Let\'s change the happiness level of our world.<br />Play the You Are Amazing Game.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-autosave-v1','','','2019-02-05 13:13:13','2019-02-05 21:13:13','',16867,'https://www.resettohappiness.com/blog/2019/02/01/16867-autosave-v1/',0,'revision','',0),(19631,1,'2019-01-28 04:14:31','2019-01-28 12:14:31','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Featured Products</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Your Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-01-28 04:14:31','2019-01-28 12:14:31','',16867,'https://www.resettohappiness.com/blog/2019/01/28/16867-revision-v1/',0,'revision','',0),(19632,1,'2019-01-28 04:16:06','2019-01-28 12:16:06','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Resources</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The books, videos and people listed here have helped and inspired me enormously.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Resources2','','publish','closed','closed','','resources2','','','2019-02-08 05:40:08','2019-02-08 13:40:08','',0,'https://www.resettohappiness.com/?page_id=19632',0,'page','',0),(19633,1,'2019-01-28 04:16:06','2019-01-28 12:16:06','','Resources','','inherit','closed','closed','','19632-revision-v1','','','2019-01-28 04:16:06','2019-01-28 12:16:06','',19632,'https://www.resettohappiness.com/blog/2019/01/28/19632-revision-v1/',0,'revision','',0),(19634,1,'2019-01-28 04:29:18','2019-01-28 12:29:18',' ','','','publish','closed','closed','','19634','','','2019-01-31 13:35:14','2019-01-31 21:35:14','',0,'https://www.resettohappiness.com/?p=19634',4,'nav_menu_item','',0),(19635,1,'2019-01-28 04:29:18','2019-01-28 12:29:18',' ','','','publish','closed','closed','','19635','','','2019-01-31 13:35:14','2019-01-31 21:35:14','',0,'https://www.resettohappiness.com/?p=19635',3,'nav_menu_item','',0),(19656,1,'2019-01-28 12:58:36','2019-01-28 20:58:36','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Featured Products</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-01-28 12:58:36','2019-01-28 20:58:36','',16867,'https://www.resettohappiness.com/blog/2019/01/28/16867-revision-v1/',0,'revision','',0),(19706,1,'2019-01-30 06:53:38','2019-01-30 14:53:38','','amazing','','inherit','open','closed','','amazing','','','2019-01-30 06:54:24','2019-01-30 14:54:24','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing.png',0,'attachment','image/png',0),(19646,1,'2019-01-28 05:41:24','2019-01-28 13:41:24','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"30px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"\" bottom_margin=\"45\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">FEATURED</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget1\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">TOP RATED</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget2\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">LATEST REVIEWS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget3\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">RECENTLY VIEWED</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget4\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','4 across widgets','','publish','closed','closed','','4-across-widgets','','','2019-01-28 05:41:24','2019-01-28 13:41:24','',0,'https://www.resettohappiness.com/blog/fusion_element/4-across-widgets/',0,'fusion_element','',0),(19645,1,'2019-01-28 05:40:16','2019-01-28 13:40:16','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"\" bottom_margin=\"40\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10%\" padding_right=\"0%\" padding_bottom=\"10%\" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Today Deals</h2>\r\n[/fusion_text][fusion_text]Check out all the latest daily deals and promotions to save money![/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"\" class=\"\" id=\"\"]MORE DEALS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"4\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"3\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','event and woo carasel','','publish','closed','closed','','event-and-woo-carasel','','','2019-01-28 05:40:16','2019-01-28 13:40:16','',0,'https://www.resettohappiness.com/blog/fusion_element/event-and-woo-carasel/',0,'fusion_element','',0),(19644,1,'2019-01-28 05:38:59','2019-01-28 13:38:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/on_sale_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">On Sale</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Check out our latest promotions</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Featured</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">View our latest featured products </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#2b2e32\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/winter_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Elegant</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Pure style and sophistication</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','3 product','','publish','closed','closed','','3-product','','','2019-01-28 05:38:59','2019-01-28 13:38:59','',0,'https://www.resettohappiness.com/blog/fusion_element/3-product/',0,'fusion_element','',0),(19643,1,'2019-01-28 05:38:11','2019-01-28 13:38:11','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_10.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"20%\" padding_bottom=\"20%\" padding_left=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Seasonal</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">4 SEASONS GEAR</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"20%\" padding_bottom=\"20%\" padding_left=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Women\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">HOT STYLES FOR HER</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW PRODUCTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','products 1/3 and 2/3','','publish','closed','closed','','products-1-3-and-2-3','','','2019-01-28 05:38:11','2019-01-28 13:38:11','',0,'https://www.resettohappiness.com/blog/fusion_element/products-1-3-and-2-3/',0,'fusion_element','',0),(19637,1,'2019-01-28 05:12:50','2019-01-28 13:12:50','','lit-tree','','inherit','open','closed','','lit-tree','','','2019-01-28 05:13:21','2019-01-28 13:13:21','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg',0,'attachment','image/jpeg',0),(19638,1,'2019-01-28 05:20:22','2019-01-28 13:20:22','','colleen_believe2','','inherit','open','closed','','colleen_believe2','','','2019-01-28 05:20:55','2019-01-28 13:20:55','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg',0,'attachment','image/jpeg',0),(19639,1,'2019-01-28 05:29:17','2019-01-28 13:29:17','','apron_woman','','inherit','open','closed','','apron_woman','','','2019-01-28 05:29:46','2019-01-28 13:29:46','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg',0,'attachment','image/jpeg',0),(19647,1,'2019-01-28 05:42:58','2019-01-28 13:42:58','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"3\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"letter-spacing: 4px;\">OUR MOST RECENT POSTS</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-28 05:42:58','2019-01-28 13:42:58','',16546,'https://www.resettohappiness.com/blog/2019/01/28/16546-revision-v1/',0,'revision','',0),(19640,1,'2019-01-28 05:31:35','2019-01-28 13:31:35','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_fusionslider name=\"classic-shop-home2-fs\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_1-compressor.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"6.9%\" bottom_margin=\"6.9%\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_2-compressor.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"6.9%\" bottom_margin=\"6.9%\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_3_shoes.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">The Glamour\r\nCollection Sale!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-10-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_10.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"20%\" padding_bottom=\"20%\" padding_left=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Seasonal</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">4 SEASONS GEAR</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"20%\" padding_bottom=\"20%\" padding_left=\"20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Women\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">HOT STYLES FOR HER</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW PRODUCTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/on_sale_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">On Sale</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Check out our latest promotions</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/beardman_column_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Featured</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">View our latest featured products </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#2b2e32\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/winter_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Elegant</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Pure style and sophistication</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"\" bottom_margin=\"40\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10%\" padding_right=\"0%\" padding_bottom=\"10%\" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Today Deals</h2>\r\n[/fusion_text][fusion_text]Check out all the latest daily deals and promotions to save money![/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"\" class=\"\" id=\"\"]MORE DEALS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"4\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"3\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"\" bottom_margin=\"40\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_right=\"0%\" padding_bottom=\"8%\" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Sexy Monday</h2>\r\n[/fusion_text][fusion_text]We love Monday\'s and decided to give the most savings on this lovely day![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"\" class=\"\" id=\"\"]MORE DEALS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"women,shoes\" number_posts=\"4\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"3\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"30px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"\" bottom_margin=\"45\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">FEATURED</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget1\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">TOP RATED</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget2\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">LATEST REVIEWS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget3\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">RECENTLY VIEWED</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget4\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"3\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"letter-spacing: 4px;\">OUR MOST RECENT POSTS</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-28 05:31:35','2019-01-28 13:31:35','',16546,'https://www.resettohappiness.com/blog/2019/01/28/16546-revision-v1/',0,'revision','',0),(19642,1,'2019-01-28 05:34:49','2019-01-28 13:34:49','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">The Glamour\r\nCollection Sale!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-10-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','collections sale','','publish','closed','closed','','collections-sale','','','2019-01-28 05:34:49','2019-01-28 13:34:49','',0,'https://www.resettohappiness.com/blog/fusion_element/collections-sale/',0,'fusion_element','',0),(19641,1,'2019-01-28 05:34:03','2019-01-28 13:34:03','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_fusionslider name=\"classic-shop-home2-fs\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_1-compressor.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"6.9%\" bottom_margin=\"6.9%\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_2-compressor.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"6.9%\" bottom_margin=\"6.9%\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/shop-full-width/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/third_img_3_shoes.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Classic Slider with side photos','','publish','closed','closed','','classic-slider-with-side-photos','','','2019-01-28 05:34:03','2019-01-28 13:34:03','',0,'https://www.resettohappiness.com/blog/fusion_element/classic-slider-with-side-photos/',0,'fusion_element','',0),(19662,1,'2019-01-28 13:37:03','2019-01-28 21:37:03','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Sharing What I\'m Learning</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2>join the movement</h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-28 13:37:03','2019-01-28 21:37:03','',16546,'https://www.resettohappiness.com/blog/2019/01/28/16546-revision-v1/',0,'revision','',0),(19663,1,'2019-01-28 13:45:46','2019-01-28 21:45:46','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Sharing What I\'m Learning</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-28 13:45:46','2019-01-28 21:45:46','',16546,'https://www.resettohappiness.com/blog/2019/01/28/16546-revision-v1/',0,'revision','',0),(19664,1,'2019-01-29 11:03:23','2019-01-29 19:03:23','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:03:23','2019-01-29 19:03:23','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19671,1,'2019-01-29 11:50:44','2019-01-29 19:50:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"90px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\n<h1>A Journey to Joy</h1>\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:50:44','2019-01-29 19:50:44','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19667,1,'2019-01-29 11:29:38','2019-01-29 19:29:38','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd.png\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"120px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:29:38','2019-01-29 19:29:38','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19669,1,'2019-01-29 11:43:20','2019-01-29 19:43:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:43:20','2019-01-29 19:43:20','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19670,1,'2019-01-29 11:45:20','2019-01-29 19:45:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:45:20','2019-01-29 19:45:20','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19676,1,'2019-01-29 12:16:05','2019-01-29 20:16:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"120px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 12:16:05','2019-01-29 20:16:05','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19675,1,'2019-01-29 12:10:12','2019-01-29 20:10:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"110px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 12:10:12','2019-01-29 20:10:12','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19672,1,'2019-01-29 11:52:32','2019-01-29 19:52:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"90px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:52:32','2019-01-29 19:52:32','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19673,1,'2019-01-29 11:57:18','2019-01-29 19:57:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 11:57:18','2019-01-29 19:57:18','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19674,1,'2019-01-29 12:03:50','2019-01-29 20:03:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 12:03:50','2019-01-29 20:03:50','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19677,1,'2019-01-29 13:04:21','2019-01-29 21:04:21','','river-joy','','inherit','open','closed','','river-joy','','','2019-01-29 13:05:08','2019-01-29 21:05:08','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/01/river-joy.jpg',0,'attachment','image/jpeg',0),(19678,1,'2019-01-29 13:12:43','2019-01-29 21:12:43','','river-joy2','','inherit','open','closed','','river-joy2','','','2019-01-29 13:12:43','2019-01-29 21:12:43','',1893,'https://www.resettohappiness.com/wp-content/uploads/2019/01/river-joy2.jpg',0,'attachment','image/jpeg',0),(19679,1,'2019-01-29 13:29:15','2019-01-29 21:29:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 13:29:15','2019-01-29 21:29:15','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19680,1,'2019-01-29 13:44:07','2019-01-29 21:44:07','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 13:44:07','2019-01-29 21:44:07','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19681,1,'2019-01-29 13:47:37','2019-01-29 21:47:37','','river-joy3','','inherit','open','closed','','river-joy3','','','2019-01-29 13:49:17','2019-01-29 21:49:17','',1893,'https://www.resettohappiness.com/wp-content/uploads/2019/01/river-joy3.jpg',0,'attachment','image/jpeg',0),(19682,1,'2019-01-29 13:55:06','2019-01-29 21:55:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 13:55:06','2019-01-29 21:55:06','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19683,1,'2019-01-29 13:58:17','2019-01-29 21:58:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 13:58:17','2019-01-29 21:58:17','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19684,1,'2019-01-29 14:02:25','2019-01-29 22:02:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-29 14:02:25','2019-01-29 22:02:25','',16546,'https://www.resettohappiness.com/blog/2019/01/29/16546-revision-v1/',0,'revision','',0),(19701,1,'2019-01-30 06:19:59','2019-01-30 14:19:59','','babysteps3','','inherit','open','closed','','babysteps3','','','2019-01-30 06:20:36','2019-01-30 14:20:36','',19689,'https://www.resettohappiness.com/wp-content/uploads/2019/01/babysteps3.jpg',0,'attachment','image/jpeg',0),(19702,1,'2019-01-30 06:21:01','2019-01-30 14:21:01','I was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up. Continuing on and becoming steady in the process. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-revision-v1','','','2019-01-30 06:21:01','2019-01-30 14:21:01','',19689,'https://www.resettohappiness.com/blog/2019/01/30/19689-revision-v1/',0,'revision','',0),(19687,1,'2019-01-30 05:18:06','2019-01-30 13:18:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I \'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 05:18:06','2019-01-30 13:18:06','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19686,1,'2019-01-30 05:14:55','2019-01-30 13:14:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nGod, The Universe, Source Energy, Higher Power, Life Force are all ways to describe the force driving our lives and world. I \'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 05:14:55','2019-01-30 13:14:55','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19703,1,'2019-01-30 06:29:23','2019-01-30 14:29:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 06:29:23','2019-01-30 14:29:23','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19688,1,'2019-01-30 05:19:11','2019-01-30 13:19:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I \'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"13\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 05:19:11','2019-01-30 13:19:11','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19689,1,'2019-01-30 05:44:57','2019-01-30 13:44:57','I was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up. Continuing on and becoming steady in the process. Sounds like a fun and focused way to navigate life.','Baby Steps','','publish','open','open','','baby-steps','','','2019-02-09 04:47:56','2019-02-09 12:47:56','',0,'https://www.resettohappiness.com/?p=19689',0,'post','',0),(19696,1,'2019-01-30 05:54:02','2019-01-30 13:54:02','I was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up and continuing on until we become steady. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-revision-v1','','','2019-01-30 05:54:02','2019-01-30 13:54:02','',19689,'https://www.resettohappiness.com/blog/2019/01/30/19689-revision-v1/',0,'revision','',0),(19691,1,'2019-01-30 05:39:28','2019-01-30 13:39:28','','babysteps','','inherit','open','closed','','babysteps','','','2019-01-30 05:40:05','2019-01-30 13:40:05','',19689,'https://www.resettohappiness.com/wp-content/uploads/2019/01/babysteps.jpg',0,'attachment','image/jpeg',0),(19692,1,'2019-01-30 05:40:25','2019-01-30 13:40:25','This is a sample post to fill the space until I\'ve finished designing the website. Then I will start writing real posts.\r\n\r\nI was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure. Ah, a lesson I wish I would have carried forward in my life.\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up and continuing on until we become steady. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-revision-v1','','','2019-01-30 05:40:25','2019-01-30 13:40:25','',19689,'https://www.resettohappiness.com/blog/2019/01/30/19689-revision-v1/',0,'revision','',0),(19693,1,'2019-01-30 05:44:21','2019-01-30 13:44:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/journey-bkgrd2.png\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"90px\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I \'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"liftup\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-bkgrd.gif\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19661|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing-star.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"60px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h2><span style=\"color: #ffffff;\">join the movement</span></h2>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<span style=\"color: #ffffff;\">Join me in changing the happiness of our world one card at a time. Here\'s the deal, there are amazing people all around you every day. If they\'re like most of us, they don\'t recognize it in themselves. So, let\'s tell them. Here\'s how you play...</span>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 05:44:21','2019-01-30 13:44:21','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19694,1,'2019-01-30 05:46:36','2019-01-30 13:46:36','This is a sample post to fill the space until I\'ve finished designing the website. Then I will start writing real posts.\r\n\r\nI was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up and continuing on until we become steady. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-revision-v1','','','2019-01-30 05:46:36','2019-01-30 13:46:36','',19689,'https://www.resettohappiness.com/blog/2019/01/30/19689-revision-v1/',0,'revision','',0),(19697,1,'2019-01-30 05:56:40','2019-01-30 13:56:40','I was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up. Continuing on and becoming steady in the process. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-revision-v1','','','2019-01-30 05:56:40','2019-01-30 13:56:40','',19689,'https://www.resettohappiness.com/blog/2019/01/30/19689-revision-v1/',0,'revision','',0),(19698,1,'2019-01-30 06:05:24','2019-01-30 14:05:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\n\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Aenean lobortis sapien enim viverra','','inherit','closed','closed','','16378-autosave-v1','','','2019-01-30 06:05:24','2019-01-30 14:05:24','',16378,'https://www.resettohappiness.com/blog/2019/01/30/16378-autosave-v1/',0,'revision','',0),(19950,1,'2019-02-08 12:05:22','2019-02-08 20:05:22','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','three products lifestyle','','publish','closed','closed','','three-products-lifestyle','','','2019-02-08 12:05:22','2019-02-08 20:05:22','',0,'https://www.resettohappiness.com/blog/fusion_element/three-products-lifestyle/',0,'fusion_element','',0),(19699,1,'2019-01-30 06:09:24','2019-01-30 14:09:24','','babysteps2','','inherit','open','closed','','babysteps2','','','2019-01-30 06:09:52','2019-01-30 14:09:52','',19689,'https://www.resettohappiness.com/wp-content/uploads/2019/01/babysteps2.jpg',0,'attachment','image/jpeg',0),(19700,1,'2019-01-30 06:10:07','2019-01-30 14:10:07','I was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.<br><br>\r\n\r\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up. Continuing on and becoming steady in the process. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-revision-v1','','','2019-01-30 06:10:07','2019-01-30 14:10:07','',19689,'https://www.resettohappiness.com/blog/2019/01/30/19689-revision-v1/',0,'revision','',0),(19704,1,'2019-01-30 06:38:04','2019-01-30 14:38:04','','Amazing_Card','','inherit','open','closed','','amazing_card','','','2019-01-30 06:38:38','2019-01-30 14:38:38','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/Amazing_Card.png',0,'attachment','image/png',0),(19707,1,'2019-01-30 07:25:43','2019-01-30 15:25:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing.png\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two.\r\n\r\n<em>Who doesn\'t need to hear they are amazing?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 07:25:43','2019-01-30 15:25:43','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19708,1,'2019-01-30 07:28:59','2019-01-30 15:28:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing.png\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 07:28:59','2019-01-30 15:28:59','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19709,1,'2019-01-30 07:39:32','2019-01-30 15:39:32','','amazing2','','inherit','open','closed','','amazing2','','','2019-01-30 07:40:01','2019-01-30 15:40:01','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png',0,'attachment','image/png',0);
INSERT INTO `wpyz_posts` VALUES (19710,1,'2019-01-30 07:47:42','2019-01-30 15:47:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 07:47:42','2019-01-30 15:47:42','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19715,1,'2019-01-30 08:05:44','2019-01-30 16:05:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 08:05:44','2019-01-30 16:05:44','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19711,1,'2019-01-30 07:52:57','2019-01-30 15:52:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#7b8cd8\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e6d7c3\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ff8d61\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 07:52:57','2019-01-30 15:52:57','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19712,1,'2019-01-30 08:01:07','2019-01-30 16:01:07','','apron_woman2','','inherit','open','closed','','apron_woman2','','','2019-01-30 08:03:19','2019-01-30 16:03:19','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg',0,'attachment','image/jpeg',0),(19713,1,'2019-01-30 08:01:16','2019-01-30 16:01:16','','colleen_believe2','','inherit','open','closed','','colleen_believe2-2','','','2019-01-30 08:03:01','2019-01-30 16:03:01','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg',0,'attachment','image/jpeg',0),(19714,1,'2019-01-30 08:01:23','2019-01-30 16:01:23','','lit-tree2','','inherit','open','closed','','lit-tree2','','','2019-01-30 08:01:46','2019-01-30 16:01:46','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg',0,'attachment','image/jpeg',0),(19716,1,'2019-01-30 08:30:33','2019-01-30 16:30:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b40c81\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"none\" sep_color=\"\"]\r\n\r\nFun Stuff Created From A Happy Place\r\n\r\n[/fusion_title][fusion_section_separator divider_type=\"bigtriangle\" divider_position=\"center\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#e3015f\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 08:30:33','2019-01-30 16:30:33','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19718,1,'2019-01-31 11:57:12','2019-01-31 19:57:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-31 11:57:12','2019-01-31 19:57:12','',16546,'https://www.resettohappiness.com/blog/2019/01/31/16546-revision-v1/',0,'revision','',0),(19717,1,'2019-01-30 08:40:23','2019-01-30 16:40:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#009be2\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"60px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"none\" sep_color=\"\"]\r\n\r\nFun Stuff Created From A Happy Place\r\n\r\n[/fusion_title][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-30 08:40:23','2019-01-30 16:40:23','',16546,'https://www.resettohappiness.com/blog/2019/01/30/16546-revision-v1/',0,'revision','',0),(19721,1,'2019-01-31 13:15:04','2019-01-31 21:15:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fae8b3\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','16546-revision-v1','','','2019-01-31 13:15:04','2019-01-31 21:15:04','',16546,'https://www.resettohappiness.com/blog/2019/01/31/16546-revision-v1/',0,'revision','',0),(19722,1,'2019-01-31 13:24:41','2019-01-31 21:24:41','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Our Blog</span></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">LATEST FASHION NEWS</span></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','16560-revision-v1','','','2019-01-31 13:24:41','2019-01-31 21:24:41','',16560,'https://www.resettohappiness.com/blog/2019/01/31/16560-revision-v1/',0,'revision','',0),(19723,1,'2019-02-03 13:19:43','2019-02-03 21:19:43','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Shop</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The Reset to Happiness store features photo art, free downloadable screen savers, positive t-shirts and other fun products.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop','','inherit','closed','closed','','16552-autosave-v1','','','2019-02-03 13:19:43','2019-02-03 21:19:43','',16552,'https://www.resettohappiness.com/blog/2019/01/31/16552-autosave-v1/',0,'revision','',0),(19724,1,'2019-01-31 13:29:50','2019-01-31 21:29:50','','Shop','','inherit','closed','closed','','16552-revision-v1','','','2019-01-31 13:29:50','2019-01-31 21:29:50','',16552,'https://www.resettohappiness.com/blog/2019/01/31/16552-revision-v1/',0,'revision','',0),(19725,1,'2019-01-31 13:32:51','2019-01-31 21:32:51',' ','','','publish','closed','closed','','19725','','','2019-01-31 13:35:14','2019-01-31 21:35:14','',0,'https://www.resettohappiness.com/?p=19725',5,'nav_menu_item','',0),(19728,1,'2019-01-31 18:08:59','2019-02-01 02:08:59','','darkness','','inherit','open','closed','','darkness','','','2019-01-31 18:08:59','2019-02-01 02:08:59','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png',0,'attachment','image/png',0),(19730,1,'2019-01-31 18:10:44','2019-02-01 02:10:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"left\" excerpt=\"yes\" excerpt_length=\"124\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-01-31 18:10:44','2019-02-01 02:10:44','',16546,'https://www.resettohappiness.com/blog/2019/01/31/16546-revision-v1/',0,'revision','',0),(19731,1,'2019-02-01 06:09:46','2019-02-01 14:09:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHere is where a brief description of what the website offers and what I will blog about. I figure it will be a couple of lines. My intention for this site was to talk with myself and my friends who like to explore and expand self-awareness. I\'ve be very committed and focused the last year on getting happy, staying happy and living a very happy life. So, I created a website where I could share all the cool information I\'m finding everyday. I also will mention products and art here.\r\n\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong>What\'s in a name?</strong> God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 06:09:46','2019-02-01 14:09:46','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19732,1,'2019-02-01 06:44:06','2019-02-01 14:44:06','','sun-pattern','','inherit','open','closed','','sun-pattern','','','2019-02-01 06:44:29','2019-02-01 14:44:29','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/02/sun-pattern.png',0,'attachment','image/png',0),(19733,1,'2019-02-01 06:59:43','2019-02-01 14:59:43','','husk','','inherit','open','closed','','husk','','','2019-02-01 06:59:43','2019-02-01 14:59:43','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/02/husk.png',0,'attachment','image/png',0),(19734,1,'2019-02-01 07:02:45','2019-02-01 15:02:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/husk.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<p>A Journey To Joy</p>[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>I\'ve always known I\'m so much more than a physical body. In my life, I\'ve experienced some very magical circumstances and events. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to a very low place more often than I\'d like. So, a year ago, I decided to get happy, stay happy and watch the magic of life unfold. I am passionate about sharing what I\'m learning and where I\'ve found the information. This is my journey to joy. Come join me!</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<p>What\'s In A Name</p>[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>There are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 07:02:45','2019-02-01 15:02:45','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19735,1,'2019-02-01 07:06:53','2019-02-01 15:06:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/husk.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re you\'re so much more than a physical body? In my life, I\'ve experienced some very magical circumstances and events. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy, stay happy and watch the magic of life unfold. I am passionate about sharing what I\'m learning and where I\'ve found the information. This is my journey to joy. Thanks for joining me.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>A Journey to Joy</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 07:06:53','2019-02-01 15:06:53','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19736,1,'2019-02-01 07:14:30','2019-02-01 15:14:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/husk.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re you\'re so much more than a physical body? I have and I\'ve experienced some very magical circumstances and events. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy, stay happy and watch the magic of life unfold. I am passionate about sharing what I\'m learning and where I\'ve found the information. This is my journey to joy. Thanks for joining me.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 07:14:30','2019-02-01 15:14:30','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19737,1,'2019-02-01 07:16:04','2019-02-01 15:16:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/husk.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re you\'re so much more than a physical body? I have and I\'ve experienced some very magical circumstances and events. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy, stay happy and watch the magic of life unfold. I am passionate about sharing what I\'m learning and where I\'ve found the information. This is my journey to joy. Thanks for joining me.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"30px\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 07:16:04','2019-02-01 15:16:04','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19742,1,'2019-02-01 11:35:32','2019-02-01 19:35:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re so much more than a physical body? I have. When I\'m connected with that life force, life is wonderful and magical. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy and stay happy. This is my journey to joy. Join me!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 11:35:32','2019-02-01 19:35:32','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19738,1,'2019-02-01 07:28:27','2019-02-01 15:28:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/husk.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re you\'re so much more than a physical body? I have and I\'ve experienced some very magical circumstances and events. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy, stay happy and watch the magic of life unfold. I am passionate about sharing what I\'m learning and where I\'ve found the information. This is my journey to joy. Thanks for joining me.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"3\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 07:28:27','2019-02-01 15:28:27','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19739,1,'2019-02-01 07:34:11','2019-02-01 15:34:11','','grunge_wall','','inherit','open','closed','','grunge_wall','','','2019-02-01 07:34:11','2019-02-01 15:34:11','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/02/grunge_wall.png',0,'attachment','image/png',0),(19740,1,'2019-02-01 07:39:48','2019-02-01 15:39:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/grunge_wall.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re you\'re so much more than a physical body? I have and I\'ve experienced some very magical circumstances and events. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy, stay happy and watch the magic of life unfold. I am passionate about sharing what I\'m learning and where I\'ve found the information. This is my journey to joy. Thanks for joining me.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<strong><em>Join me in creating more happiness in the world one card at a time.</em></strong>\r\n\r\nI created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.\r\n\r\nI just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!\r\n\r\n<em>Wanna play?</em>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 07:39:48','2019-02-01 15:39:48','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19741,1,'2019-02-01 11:29:07','2019-02-01 19:29:07','','white_sand','','inherit','open','closed','','white_sand','','','2019-02-01 11:29:07','2019-02-01 19:29:07','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png',0,'attachment','image/png',0),(19764,1,'2019-02-03 12:41:59','2019-02-03 20:41:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re so much more than a physical body? I have. When I\'m connected with that life force, life is wonderful and magical. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy and stay happy. This is my journey to joy. Please join me!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET THE FIRST LOOK TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-03 12:41:59','2019-02-03 20:41:59','',16546,'https://www.resettohappiness.com/blog/2019/02/03/16546-revision-v1/',0,'revision','',0),(19743,1,'2019-02-01 11:47:10','2019-02-01 19:47:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re so much more than a physical body? I have. When I\'m connected with that life force, life is wonderful and magical. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy and stay happy. This is my journey to joy. Please join me!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET THE FIRST LOOK TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-01 11:47:10','2019-02-01 19:47:10','',16546,'https://www.resettohappiness.com/blog/2019/02/01/16546-revision-v1/',0,'revision','',0),(19754,1,'2019-02-01 15:29:54','2019-02-01 23:29:54','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/title-bgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Featured Products</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-02-01 15:29:54','2019-02-01 23:29:54','',16867,'https://www.resettohappiness.com/blog/2019/02/01/16867-revision-v1/',0,'revision','',0),(19750,1,'2019-02-01 15:08:16','2019-02-01 23:08:16','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/sun-2574933.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Featured Products</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/christmas-3847387_1920.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-02-01 15:08:16','2019-02-01 23:08:16','',16867,'https://www.resettohappiness.com/blog/2019/02/01/16867-revision-v1/',0,'revision','',0),(19753,1,'2019-02-01 15:21:12','2019-02-01 23:21:12','','footer-bgrd','','inherit','open','closed','','footer-bgrd','','','2019-02-01 15:21:12','2019-02-01 23:21:12','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/footer-bgrd.jpg',0,'attachment','image/jpeg',0),(19786,1,'2019-02-05 15:33:55','2019-02-05 23:33:55','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/universe-_1920.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">You Are Amazing</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Let\'s change the happiness level of our world.<br />Play the You Are Amazing Game.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-02-05 15:33:55','2019-02-05 23:33:55','',16867,'https://www.resettohappiness.com/blog/2019/02/05/16867-revision-v1/',0,'revision','',0),(19756,1,'2019-02-03 11:53:49','2019-02-03 19:53:49','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/footer-bgrd.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Featured Products</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.\r\n Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-02-03 11:53:49','2019-02-03 19:53:49','',16867,'https://www.resettohappiness.com/blog/2019/02/03/16867-revision-v1/',0,'revision','',0),(19762,1,'2019-02-03 12:21:35','2019-02-03 20:21:35','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Featured Products</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.\r\n Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','title area','','publish','closed','closed','','title-area','','','2019-02-03 12:21:35','2019-02-03 20:21:35','',0,'https://www.resettohappiness.com/blog/fusion_element/title-area/',0,'fusion_element','',0),(19772,1,'2019-02-03 13:07:10','2019-02-03 21:07:10','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">You Are Amazing Cards</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Let\'s change the happiness of the happiness level of our world.</p><p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Join me in play the You Are Amazing Game.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-02-03 13:07:10','2019-02-03 21:07:10','',16867,'https://www.resettohappiness.com/blog/2019/02/03/16867-revision-v1/',0,'revision','',0),(19763,1,'2019-02-03 12:24:29','2019-02-03 20:24:29','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Featured Products</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.\r\n Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards','','inherit','closed','closed','','16867-revision-v1','','','2019-02-03 12:24:29','2019-02-03 20:24:29','',16867,'https://www.resettohappiness.com/blog/2019/02/03/16867-revision-v1/',0,'revision','',0),(19765,1,'2019-02-03 12:47:34','2019-02-03 20:47:34','','white_sand_@2X','','inherit','open','closed','','white_sand_2x','','','2019-02-03 12:47:34','2019-02-03 20:47:34','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand_@2X.jpg',0,'attachment','image/jpeg',0),(19766,1,'2019-02-03 12:50:09','2019-02-03 20:50:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re so much more than a physical body? I have. When I\'m connected with that life force, life is wonderful and magical. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy and stay happy. This is my journey to joy. Please join me!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand_@2X.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-03 12:50:09','2019-02-03 20:50:09','',16546,'https://www.resettohappiness.com/blog/2019/02/03/16546-revision-v1/',0,'revision','',0),(19767,1,'2019-02-03 12:53:51','2019-02-03 20:53:51','','green_sand','','inherit','open','closed','','green_sand','','','2019-02-03 12:53:51','2019-02-03 20:53:51','',16546,'https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png',0,'attachment','image/png',0),(19768,1,'2019-02-03 12:55:32','2019-02-03 20:55:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re so much more than a physical body? I have. When I\'m connected with that life force, life is wonderful and magical. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy and stay happy. This is my journey to joy. Please join me!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-03 12:55:32','2019-02-03 20:55:32','',16546,'https://www.resettohappiness.com/blog/2019/02/03/16546-revision-v1/',0,'revision','',0),(19769,1,'2019-02-03 13:01:05','2019-02-03 21:01:05','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Reset To Happiness Blog</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">NEW WAYS OF VIEWING THE WORLD</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','16560-revision-v1','','','2019-02-03 13:01:05','2019-02-03 21:01:05','',16560,'https://www.resettohappiness.com/blog/2019/02/03/16560-revision-v1/',0,'revision','',0),(19770,1,'2019-02-03 13:24:15','2019-02-03 21:24:15','[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#cbc9ba\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Reset To Happiness Blog</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">NEW WAYS OF VIEWING THE WORLD</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','16560-autosave-v1','','','2019-02-03 13:24:15','2019-02-03 21:24:15','',16560,'https://www.resettohappiness.com/blog/2019/02/03/16560-autosave-v1/',0,'revision','',0),(19771,1,'2019-02-03 13:03:01','2019-02-03 21:03:01','[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#cbc9ba\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Reset To Happiness Blog</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">NEW WAYS OF VIEWING THE WORLD</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','16560-revision-v1','','','2019-02-03 13:03:01','2019-02-03 21:03:01','',16560,'https://www.resettohappiness.com/blog/2019/02/03/16560-revision-v1/',0,'revision','',0),(19773,1,'2019-02-03 13:11:14','2019-02-03 21:11:14','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Resources</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The books, videos and people listed here have helped and inspired me enormously.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Resources','','inherit','closed','closed','','19632-revision-v1','','','2019-02-03 13:11:14','2019-02-03 21:11:14','',19632,'https://www.resettohappiness.com/blog/2019/02/03/19632-revision-v1/',0,'revision','',0),(19774,1,'2019-02-03 13:12:21','2019-02-03 21:12:21','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Resources</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The books, videos and people listed here have helped and inspired me enormously.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Resources','','inherit','closed','closed','','19632-autosave-v1','','','2019-02-03 13:12:21','2019-02-03 21:12:21','',19632,'https://www.resettohappiness.com/blog/2019/02/03/19632-autosave-v1/',0,'revision','',0),(19775,1,'2019-02-03 13:16:12','2019-02-03 21:16:12','','shop catagories','','publish','closed','closed','','shop-catagories','','','2019-02-03 13:16:12','2019-02-03 21:16:12','',0,'https://www.resettohappiness.com/blog/fusion_template/shop-catagories/',0,'fusion_template','',0),(19776,1,'2019-02-03 13:18:50','2019-02-03 21:18:50','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Shop</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The Reset to Happiness store features photo art, free downloadable screen savers, positive t-shirts and other fun products.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop','','inherit','closed','closed','','16552-revision-v1','','','2019-02-03 13:18:50','2019-02-03 21:18:50','',16552,'https://www.resettohappiness.com/blog/2019/02/03/16552-revision-v1/',0,'revision','',0),(19777,1,'2019-02-03 13:23:01','2019-02-03 21:23:01','[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#cbc9ba\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Reset To Happiness Blog</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">NEW WAYS OF VIEWING THE WORLD</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','16560-revision-v1','','','2019-02-03 13:23:01','2019-02-03 21:23:01','',16560,'https://www.resettohappiness.com/blog/2019/02/03/16560-revision-v1/',0,'revision','',0),(19778,1,'2019-02-05 11:12:50','2019-02-05 19:12:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nA Journey To Joy\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHaven\'t you always known you\'re so much more than a physical body? I have. When I\'m connected with that life force, life is wonderful and magical. However, I\'ve been unable to stay consistently in that happy place. I\'ve gone to some very low places more often than I\'d like. So, a year ago, I decided to get happy and stay happy. This is my journey to joy. Please join me!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhat\'s In A Name\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThere are many different names for whatever power is running the show. God, The Universe, Source Energy, Higher Power, or Life Force are all ways to describe the force driving our lives and world. I\'m the most comfortable using The Universe. As you read my posts, please insert your preferred name for a more comfortable and impactful experience.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','intro','','publish','closed','closed','','intro','','','2019-02-05 11:12:50','2019-02-05 19:12:50','',0,'https://www.resettohappiness.com/blog/fusion_element/intro/',0,'fusion_element','',0),(19779,1,'2019-02-05 11:49:44','2019-02-05 19:49:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"3\" title_size=\"\" heading_size=\"2\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Focus\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Feeling\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-05 11:49:44','2019-02-05 19:49:44','',16546,'https://www.resettohappiness.com/blog/2019/02/05/16546-revision-v1/',0,'revision','',0),(19780,1,'2019-02-05 12:04:27','2019-02-05 20:04:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#b2077e\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#fde042\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Feeling\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThree Step Process to Happiness\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-05 12:04:27','2019-02-05 20:04:27','',16546,'https://www.resettohappiness.com/blog/2019/02/05/16546-revision-v1/',0,'revision','',0),(19781,1,'2019-02-05 12:12:53','2019-02-05 20:12:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThree Step Process to Happiness\r\n\r\n[/fusion_title][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#b2077e\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#fde042\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Change Your Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose Your Thoughts\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Monitor Your Feelings\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-05 12:12:53','2019-02-05 20:12:53','',16546,'https://www.resettohappiness.com/blog/2019/02/05/16546-revision-v1/',0,'revision','',0),(19782,1,'2019-02-05 12:17:52','2019-02-05 20:17:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThree Step Process to Happiness\r\n\r\n[/fusion_title][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#b2077e\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Change Your Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose Your Thoughts\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Monitor Your Feelings\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-05 12:17:52','2019-02-05 20:17:52','',16546,'https://www.resettohappiness.com/blog/2019/02/05/16546-revision-v1/',0,'revision','',0),(19783,1,'2019-02-05 12:18:58','2019-02-05 20:18:58','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"5%\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThree Step Process to Happiness\r\n\r\n[/fusion_title][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#b2077e\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Change Your Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose Your Thoughts\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Monitor Your Feelings\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">I created a game where you take a card that says YOU ARE AMAZING, attach money to it and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to listen to your inner voice and act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">I just love how much joy this brings to others even if it\'s only for a minute or two. Bonus for me, it helps reset my brain for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-05 12:18:58','2019-02-05 20:18:58','',16546,'https://www.resettohappiness.com/blog/2019/02/05/16546-revision-v1/',0,'revision','',0),(19788,1,'2019-02-05 15:49:53','2019-02-05 23:49:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"5%\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]<p>Three Step Process to Happiness</p>[/fusion_title][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#b2077e\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Change Your Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>What you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.</p>[/fusion_content_box][fusion_content_box title=\"Choose Your Thoughts\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>Choose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.</p>[/fusion_content_box][fusion_content_box title=\"Monitor Your Feelings\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>How you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<h1>Latest Posts</h1>[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]<h1>Let\'s Play</h1>[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong></p><p><span style=\"color: #ffffff;\">It\'s so easy! Take a card that says YOU ARE AMAZING, and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to act when you think about it.</span></p><p><span style=\"color: #ffffff;\">You\'ll love how much joy this brings to others. Big bonus, it helps reset your capacity for more happiness!</span></p><p><span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]<p>The Reset To Happiness Store</p>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','LANDING','','publish','closed','closed','','landing','','','2019-02-05 15:49:53','2019-02-05 23:49:53','',0,'https://www.resettohappiness.com/blog/fusion_template/landing/',0,'fusion_template','',0),(19785,1,'2019-02-05 13:10:03','2019-02-05 21:10:03','','universe-_1920','','inherit','open','closed','','universe-_1920','','','2019-02-05 13:10:03','2019-02-05 21:10:03','',16867,'https://www.resettohappiness.com/wp-content/uploads/2019/02/universe-_1920.jpg',0,'attachment','image/jpeg',0),(19784,1,'2019-02-05 12:37:21','2019-02-05 20:37:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/white_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"5%\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"5%\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThree Step Process to Happiness\r\n\r\n[/fusion_title][fusion_content_boxes layout=\"clean-vertical\" columns=\"3\" title_size=\"24px\" heading_size=\"2\" title_color=\"#b2077e\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"slide\" hover_accent_color=\"#b2077e\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Change Your Focus\" backgroundcolor=\"\" icon=\"fa-cloud-sun-rain fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWhat you think about, fuss about, stew about...trains your mind to look for more of it and moves your energy to allow more of it into your life.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Choose Your Thoughts\" backgroundcolor=\"\" icon=\"fa-cloud-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nChoose your thoughts. You have the power to reframe what you are thinking or simply focus on something more positive.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Monitor Your Feelings\" backgroundcolor=\"\" icon=\"fa-sun fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nHow you feel emotionally tell you whether your are cresting more happiness or unhappiness for yourself\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"30px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"10px\" margin_bottom=\"40px\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<h1>Latest Posts</h1>\r\n[/fusion_title][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#000000\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/darkness.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19709|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/01/amazing2.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\"]\r\n<h1>Let\'s Play</h1>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<strong><em><span style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</span></em></strong>\r\n\r\n<span style=\"color: #ffffff;\">It\'s so easy! Take a card that says YOU ARE AMAZING, and anonymously give it to someone. Slip it, drop it, leave it or mailing it! This can be someone you know or a stranger. The key is to act when you think about it.</span>\r\n\r\n<span style=\"color: #ffffff;\">You\'ll love how much joy this brings to others. Big bonus, it helps reset your capacity for more happiness!</span>\r\n\r\n<span style=\"color: #ffffff;\"><em>Wanna play?</em></span>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/amazing-cards/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"clouds\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"default\" sep_color=\"\"]\r\n\r\nThe Reset To Happiness Store\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/lit-tree2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Photo Art</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Photo Art captured from those WOW moments in nature.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/colleen_believe2-1.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Inspiring Tees</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inspiring tees and shirts for all body types.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fun Stuff</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/green_sand.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">GET NEW BLOGS AND PRODUCTS TO YOUR EMAIL</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\">FOLLOW US IN OUR SOCIAL NETWORKS</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"#\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','16546-revision-v1','','','2019-02-05 12:37:21','2019-02-05 20:37:21','',16546,'https://www.resettohappiness.com/blog/2019/02/05/16546-revision-v1/',0,'revision','',0),(19997,0,'2019-03-05 07:38:39','2019-03-05 15:38:39','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjAuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDE1OjAzOjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDE1OjE4OjMwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yOFQxOTowNzoyOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Z1bGwtc2hvcC13aXRoLXNpZGViYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QxNjo1OToxNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMTM6NDI6MzlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLXdpdGgtc2lkZWJhci0yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMDA6MDA6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJ0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMDA6MjI6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQyMDo1MzowMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVuLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMjI6MDE6MTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hY2Nlc3Nvcmllcy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDIyOjAyOjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWlzY2VsbGFuZW91cy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDIyOjAzOjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdHVyZWQtc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDY6MzRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0LWJ5LWNhdGVnb3J5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDc6MThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0LWNhcm91c2VsLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDc6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0LWNhdGVnb3JpZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yMFQxMTozMTo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3RzLWJ5LXNrdS1pZC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTMwVDAzOjQ4OjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcmVjZW50LXByb2R1Y3RzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMzBUMDM6NDk6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yZXNvdXJjZXMyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMTM6NDA6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDEyOjQ3OjU2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDIxOjAyOjM0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDE5OjUzOjEzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9ucy88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTA4VDE3OjAwOjM4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWJvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0wOFQxNzowMDo0N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NhcnQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAzVDE5OjE3OjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2hlY2tvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wMlQyMzoyNToyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL215LWFjY291bnQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI3VDE2OjExOjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVucy1zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMjVUMjA6MjA6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbnMtc2hvcC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTI1VDIwOjIzOjUyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWNjZXNzb3JpZXMtc2hvcC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTI1VDIwOjI0OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3cy88L2xvYz48bGFzdG1vZD4yMDE1LTExLTI1VDIwOjQ5OjI1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29udGFjdC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTI1VDIxOjIzOjIzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE5LzAyLzIwL3doZXJlLWRpZC15b3VyLWFtYXppbmctY2FyZC1maW5kLXlvdS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDIzOjU0OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY29tcGxldGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDJUMjM6Mzc6NDZaPC9sYXN0bW9kPjwvdXJsPjwvdXJsc2V0Pgo=','sitemap-1.xml','','trash','closed','closed','','__trashed-3','','','2019-03-05 07:38:39','2019-03-05 15:38:39','',0,'https://www.resettohappiness.com/?p=19997',0,'jp_sitemap','',0),(19837,1,'2015-03-12 18:09:42','2015-03-12 18:09:42','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','7 ways to keep the winter blues at bay','','inherit','closed','closed','','48-revision-v1','','','2015-03-12 18:09:42','2015-03-12 18:09:42','',48,'https://www.resettohappiness.com/blog/2015/03/12/48-revision-v1/',0,'revision','',0),(51,1,'2015-03-12 18:10:26','2015-03-12 18:10:26','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Exercise and nutritional advice for active mums-to-be','','trash','open','open','','aenean-odio-mauris-lipsum-1__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=51',0,'post','',0),(19838,1,'2015-03-12 18:10:26','2015-03-12 18:10:26','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Exercise and nutritional advice for active mums-to-be','','inherit','closed','closed','','51-revision-v1','','','2015-03-12 18:10:26','2015-03-12 18:10:26','',51,'https://www.resettohappiness.com/blog/2015/03/12/51-revision-v1/',0,'revision','',0),(414,1,'2015-06-18 14:03:57','2015-06-18 14:03:57','<div class=\"fusion-two-third fusion-layout-column fusion-spacing-yes\"><label aria-label=\"Email\">[text your-name placeholder \"Insert Your Email For All Our News!\"]</label></div>\r\n<div class=\"fusion-one-third fusion-layout-column fusion-column-last fusion-spacing-yes\">[submit \"Sign Up\"]</div>\n[your-subject]\n[your-name] <noemail@example.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\nnoemail@example.com\n\n\n\n\n\n[your-subject]\nLifestyle Live Demo <wordpress@example.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Lifestyle Live Demo (https://www.resettohappiness.com)\n[your-email]\nReply-To: isharis@gmail.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\n','Newsletter Signup','','publish','closed','open','','contact-form-1-2','','','2015-06-18 14:03:57','2015-06-18 14:03:57','',0,'https://www.resettohappiness.com/?post_type=wpcf7_contact_form&amp;p=414',0,'wpcf7_contact_form','',0),(584,1,'2015-06-26 20:40:37','2015-06-26 20:40:37','<div class=\"fusion-three-fifth fusion-layout-column fusion-spacing-yes\" style=\"margin-bottom:0px;\"><label aria-label=\"Email\">[text your-name placeholder \"Insert Your Email\"]</label></div>\r\n<div class=\"fusion-two-fifth fusion-layout-column fusion-column-last fusion-spacing-yes\" style=\"margin-bottom:0px;\">[submit \"Send\"]</div>\n1\n\"[your-subject]\"\nReset To Happiness <becky@resettohappiness.com>\nbecky@resettohappiness.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 Reset To Happiness (https://www.resettohappiness.com)\n\n\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Sidebar Form','','publish','closed','open','','newsletter-signup_copy','','','2019-02-10 12:31:20','2019-02-10 20:31:20','',0,'https://www.resettohappiness.com/?post_type=wpcf7_contact_form&#038;p=584',0,'wpcf7_contact_form','',0),(54,1,'2015-03-12 19:25:51','2015-03-12 19:25:51','','Health & Wellbeing','','publish','closed','closed','','health-wellbeing','','','2015-03-12 19:25:51','2015-03-12 19:25:51','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=slide&amp;p=54',0,'slide','',0),(56,1,'2015-03-12 19:39:02','2015-03-12 19:39:02','','Fashion & Beauty','','publish','closed','closed','','fashion-beauty','','','2015-03-12 19:39:02','2015-03-12 19:39:02','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=slide&amp;p=56',0,'slide','',0),(58,1,'2015-03-12 19:41:58','2015-03-12 19:41:58','','Home & Garden','','publish','closed','closed','','home-garden','','','2015-03-12 19:41:58','2015-03-12 19:41:58','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=slide&amp;p=58',0,'slide','',0),(19839,1,'2015-03-12 19:43:52','2015-03-12 19:43:52','','Yoga & Fitness','','publish','closed','closed','','yoga-fitness','','','2019-02-16 17:38:27','2019-02-17 01:38:27','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=slide&#038;p=60',0,'slide','',0),(19840,1,'2019-02-05 16:29:45','2019-02-06 00:29:45','','239','','inherit','open','closed','','239','','','2019-02-05 16:29:45','2019-02-06 00:29:45','',58,'https://www.resettohappiness.com/wp-content/uploads/2019/02/239.jpg',0,'attachment','image/jpeg',0),(19841,1,'2019-02-05 16:29:45','2019-02-06 00:29:45','','201','','inherit','open','closed','','201','','','2019-02-05 16:29:45','2019-02-06 00:29:45','',19839,'https://www.resettohappiness.com/wp-content/uploads/2019/02/201.jpg',0,'attachment','image/jpeg',0),(19842,1,'2019-02-05 16:29:45','2019-02-06 00:29:45','','334','','inherit','open','closed','','334','','','2019-02-05 16:29:45','2019-02-06 00:29:45','',56,'https://www.resettohappiness.com/wp-content/uploads/2019/02/334.jpg',0,'attachment','image/jpeg',0),(19843,1,'2019-02-05 16:29:45','2019-02-06 00:29:45','','250','','inherit','open','closed','','250','','','2019-02-05 16:29:45','2019-02-06 00:29:45','',54,'https://www.resettohappiness.com/wp-content/uploads/2019/02/250.jpg',0,'attachment','image/jpeg',0),(19844,1,'2019-02-05 16:37:33','2019-02-06 00:37:33','','RTH-LOGO1x','','inherit','open','closed','','rth-logo1x','','','2019-02-05 16:37:57','2019-02-06 00:37:57','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO1x.png',0,'attachment','image/png',0),(19845,1,'2019-02-05 16:37:37','2019-02-06 00:37:37','','RTH-LOGO2X','','inherit','open','closed','','rth-logo2x','','','2019-02-05 16:38:03','2019-02-06 00:38:03','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/RTH-LOGO2X.png',0,'attachment','image/png',0),(19847,0,'2019-02-14 18:56:41','2019-02-15 02:56:41','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjAnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ltYWdlLXNpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIiB4bWxuczppbWFnZT0iaHR0cDovL3d3dy5nb29nbGUuY29tL3NjaGVtYXMvc2l0ZW1hcC1pbWFnZS8xLjEiPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hYm91dC11cy88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjI1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9hYm91dC11cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWJvdXQtdXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iYW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQwOToyODo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvYmFubmVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYW5uZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLXNsaWRlMi88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjMxOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9ob21lLXNsaWRlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1zbGlkZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJ0LWhlYWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjQ2OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYXJ0LWhlYWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FydC1oZWFkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLXNsaWRlci03MDAvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMDowNzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvc2hvcC1zbGlkZXItNzAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLXNsaWRlci03MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb24tc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTA6MTI6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3Byb21vdGlvbi1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbi1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jaGVjay1vdXQtc2xpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMTA6MTU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NoZWNrLW91dC1zbGlkZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNoZWNrLW91dC1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTItMy88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTEyVDE5OjQyOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDEyOjE5OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYWxsLXRvLWFjdGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FsbC10by1hY3Rpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tYXJrZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMjoyMDozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvbWFya2VyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tYXJrZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9teS1hY2NvdW50LWhlYWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDEzOjA2OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9teS1hY2NvdW50LWhlYWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bXktYWNjb3VudC1oZWFkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS95b2dhLXNsaWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTE5VDIxOjAyOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhLXNsaWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYS1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aC1iZWF1dHktZmFiLTUwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGgtYmVhdXR5LWZhYi01MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhc2hpb24xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9mYXNoaW9uMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFzaGlvbjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Zhc2hpb24yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXNoaW9uMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtZ2FyZGVuMS88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTE5VDIyOjIxOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLWdhcmRlbjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtZ2FyZGVuMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaG9tZS1nYXJkZW4zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtZ2FyZGVuLXRhYnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtZ2FyZGVuLXRhYnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtZ2FyZGVuLXRhYnMxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbi10YWJzMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaG9tZS1nYXJkZW4tdGFiczIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtZ2FyZGVuLXRhYnMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaGVhbHRoLWZpdG5lc3MxLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDMtMTlUMjM6MTc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aC1maXRuZXNzMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoLWZpdG5lc3MxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGgzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2ExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3lvZ2EzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT55b2dhMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2E0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhNS1lMTQzNDY0MDA1MjYzOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9iYWJ5LWJ1bXAtZmFzaGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieS1idW1wLWZhc2hpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ncmFzcy1mYW1pbHkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdyYXNzLWZhbWlseTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtYWxtb25kcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1hbG1vbmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgtYmVhdXR5LWZhYi01MDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aC1iZWF1dHktZmFiLTUwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWJvdXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNjoyMjo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvcXVvdGVfaW1nXzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cXVvdGVfaW1nXzEtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Fib3V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTEtMzBUMTY6MjI6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3F1b3RlX2ltZ18yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnF1b3RlX2ltZ18yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fbG9nb18xeC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTMwVDE3OjI3OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9tb2Rlcm5fbG9nb18xeC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuX2xvZ29fMXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fbG9nb18yeC88L2xvYz48bGFzdG1vZD4yMDE1LTExLTMwVDE3OjI3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9tb2Rlcm5fbG9nb18yeC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuX2xvZ29fMng8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaWRlYmFyX2FkLWNvbXByZXNzb3ItMi88L2xvYz48bGFzdG1vZD4yMDE1LTExLTMwVDE3OjQ5OjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9zaWRlYmFyX2FkLWNvbXByZXNzb3ItMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2lkZWJhcl9hZC1jb21wcmVzc29yLTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3lvZ2FfdG9wLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT55b2dhX3RvcDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpZmVzdHlsZV9sb2dvXzF4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDYtMjVUMjE6MTA6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2xpZmVzdHlsZV9sb2dvXzF4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saWZlc3R5bGVfbG9nb18xeDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpZmVzdHlsZV9sb2dvXzJ4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDYtMjVUMjE6MTA6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2xpZmVzdHlsZV9sb2dvXzJ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saWZlc3R5bGVfbG9nb18yeDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3Nwb29ucy1jb21wcmVzc29yLTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwb29ucy1jb21wcmVzc29yLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2dpcmwtY29tcHJlc3Nvci0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5naXJsLWNvbXByZXNzb3ItMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzEtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzItY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzItY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzMtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzQtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzUtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzUtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzYtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzYtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzctY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzctY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxNS8wMy8xMi9hZW5lYW4tb2Rpby1tYXVyaXMtbGlwc3VtLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvYmxvZzgtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzgtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hlYXRoLXdlbGxiZWluZy10b3AxLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDYtMjZUMjA6MTQ6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hlYXRoLXdlbGxiZWluZy10b3AxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWF0aC13ZWxsYmVpbmctdG9wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpZGViYXJfYWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNi0yNlQyMDozOTo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvc2lkZWJhcl9hZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2lkZWJhcl9hZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVucy1zaG9wX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb182PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5zLXNob3BfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb183LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbnMtc2hvcF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDAzOjExOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9icmFuZF9sb2dvXzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyYW5kX2xvZ29fMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVucy1zaG9wX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb18yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5zLXNob3BfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb18zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbnMtc2hvcF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDAzOjExOjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9icmFuZF9sb2dvXzQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyYW5kX2xvZ29fNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVucy1zaG9wX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMDM6MTE6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2JyYW5kX2xvZ29fNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJhbmRfbG9nb181PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9idXR0b24tZG93bi1zaGlydF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjI2OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9idXR0b25fc2hpcnQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJ1dHRvbl9zaGlydDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9jYXN1YWxfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXN1YWxfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9kaW5uZXItamFja2V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2Nhc3VhbF92bmVjay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FzdWFsX3ZuZWNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9kaW5uZXItamFja2V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2Rpbm5lcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRpbm5lcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvZWxlZ2FudF9nb3duLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5lbGVnYW50X2dvd248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaW5maW5pdHlfc2NhcmYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmluZmluaXR5X3NjYXJmPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvZHVjdC9kaW5uZXItamFja2V0X190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3BsdXNoX3N3ZWF0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBsdXNoX3N3ZWF0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xlZWtfanVtcGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGVla19qdW1wZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xpcF9kcmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpcF9kcmVzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zdWVkZV9jYXJkaWdhbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VlZGVfY2FyZGlnYW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc3VlZGVfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdWVkZV9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc3VtbWVyX2Zyb2NrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW1tZXJfZnJvY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc3VtbWVyX3NldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VtbWVyX3NldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb2R1Y3QvZGlubmVyLWphY2tldF9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi90d2lsbF9zY2FyZi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dHdpbGxfc2NhcmY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9kdWN0L2Rpbm5lci1qYWNrZXRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIveHJheV9zb2Z0d2FyZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eHJheV9zb2Z0d2FyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToxNTozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY2Fyb3VzZWxfMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2Fyb3VzZWxfMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToxNTozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY2Fyb3VzZWxfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2Fyb3VzZWxfMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToxNTo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY2Fyb3VzZWxfMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2Fyb3VzZWxfMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToxNTo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY2Fyb3VzZWxfNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2Fyb3VzZWxfNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOToyNTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMS1jb21wcmVzc29yMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjI1OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8yLWNvbXByZXNzb3IxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MzI6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjMyOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF80LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzQtY29tcHJlc3NvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozMjo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfNS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF81LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6Mzg6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L3Byb21vX2ltYWdlLWNvbXByZXNzb3ItMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9faW1hZ2UtY29tcHJlc3Nvci0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV8xLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV8xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV8yLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV8yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV8zLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV8zLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZV9zbGlkZV80LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoxNDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvaG9tZV9zbGlkZV80LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWVfc2xpZGVfNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6MjY6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzYtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6Mjc6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzctY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfNy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6Mjc6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzgtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfOC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6MzE6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzktY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfOS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0zX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6MzQ6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzEwLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzEwLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25zX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6NTU6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzExLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzExLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25zX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjE6MDI6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzEyLWNvbXByZXNzb3ItMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sX2JrZ2RfMTItY29tcHJlc3Nvci0zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uc19fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjAzOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8xMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8xLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8yLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8zLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8zLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF80LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF80LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF81LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF81LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF82LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF82LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF83LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF83LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfNy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF84LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF84LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfOC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF85LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF85LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfOS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF8xMC1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjE6MTQ6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3Bvc3RfMTAtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8xMC1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vNDEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNVQyMjozNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvNDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjQxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vNTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yNVQyMjozNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvNTcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTFfc2xpZGVfb25lX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDhUMTk6NDU6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUxX3NsaWRlX29uZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZTFfc2xpZGVfb25lX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE3OjIzOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ18xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMl8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6MDM6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzJfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMl8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjI0OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ18zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfNy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjU0OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ183LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ183PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfOC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE4OjU3OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ184LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ184PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfOS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjA2OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ185LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ185PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMTAvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOTowODoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzEwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMTEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOToxMjoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcG9zdF9pbWdfMTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxOToxNTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGVzdGltb25pYWxzX2hvbWVfMV9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDIwOjU1OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC90ZXN0aW1vbmlhbHNfaG9tZV8xX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50ZXN0aW1vbmlhbHNfaG9tZV8xX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGF5bWVudF9jYXJkc19mb290ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xMVQwMjo1ODoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGF5bWVudF9jYXJkc19mb290ZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBheW1lbnRfY2FyZHNfZm9vdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTFfc2xpZGVfMl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTExVDA1OjEyOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ob21lMV9zbGlkZV8yX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMV9zbGlkZV8yX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTJfc2xpZGVfb25lX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTFUMjI6MTM6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUyX3NsaWRlX29uZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZTJfc2xpZGVfb25lX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGVzdGltb25pYWxzX2N1c3RvbWVyc19pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQxOToxMDozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGVzdGltb25pYWxzX2N1c3RvbWVyc19pbWcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3RpbW9uaWFsc19jdXN0b21lcnNfaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZml2ZV9zdGFyc19jdXN0b21lci88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDE5OjUzOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9maXZlX3N0YXJzX2N1c3RvbWVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5maXZlX3N0YXJzX2N1c3RvbWVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGVzdGltb25pYWxzX2N1c3RvbWVyc19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIwOjAxOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbG9va2Jvb2tfc3ByaW5nX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjA6MTg6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2xvb2tib29rX3NwcmluZ19iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9va2Jvb2tfc3ByaW5nX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVyX2JydXNoX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjI6MDg6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3NsaWRlcl9icnVzaF9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVyX2JydXNoX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX3Rfc2hpcnRfYmx1ZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIyOjU3OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9tZW5fdF9zaGlydF9ibHVlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fdF9zaGlydF9ibHVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5fdF9zaGlydF9ibGFjay88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIzOjAwOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93b21lbl90X3NoaXJ0X2JsYWNrLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b21lbl90X3NoaXJ0X2JsYWNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGl0bGVfaW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjM6MjA6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RpdGxlX2ltZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGl0bGVfaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcmVkX2NpcmNsZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDIzOjI4OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9yZWRfY2lyY2xlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZWRfY2lyY2xlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9jaXJjbGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNVQwMDo0MTozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmx1ZV9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfY2lyY2xlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9yZWRfYmFnZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNFQwNDoxOTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9yZWRfYmFnZGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZlYXRfcmVkX2JhZ2RlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaHJfd2F2ZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDE3OjE4OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ocl93YXZlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ocl93YXZlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfbWVuX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjVUMDM6Mjk6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3BhZ2VfdGl0bGVfYmFyX21lbl9iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfbWVuX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfd29tZW5fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzo0Mzo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfd29tZW5fYmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2VfdGl0bGVfYmFyX3dvbWVuX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzo0Njo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfYmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2VfdGl0bGVfYmFyX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcGFnZV90aXRsZV9iYXJfYXNfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzo1ODozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfYXNfYmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2VfdGl0bGVfYmFyX2FzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV8xLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV8xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV8zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV8zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV80LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV80PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV81LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV81PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV82LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV82PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYl9sb2dvdHlwZV83LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDJUMDI6MDg6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JfbG9nb3R5cGVfNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Yl9sb2dvdHlwZV83PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9ibHVlX2JhZ2RlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMDNUMjE6MTc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2ZlYXRfYmx1ZV9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9ibHVlX2JhZ2RlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tYW5fdGVzdGltb25pYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0yM1QxODoyNjo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd29tYW5fdGVzdGltb25pYWwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvbWFuX3Rlc3RpbW9uaWFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWFuX3Rlc3RpbW9uaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjNUMTg6MjY6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21hbl90ZXN0aW1vbmlhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFuX3Rlc3RpbW9uaWFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xhc3NpY19zaG9wX2xvZ28xeC88L2xvYz48bGFzdG1vZD4yMDE1LTEwLTI2VDE4OjU3OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9jbGFzc2ljX3Nob3BfbG9nbzF4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGFzc2ljX3Nob3BfbG9nbzF4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xhc3NpY19zaG9wX2xvZ28yeC88L2xvYz48bGFzdG1vZD4yMDE1LTEwLTI2VDE4OjU3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9jbGFzc2ljX3Nob3BfbG9nbzJ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGFzc2ljX3Nob3BfbG9nbzJ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2xhc3NpY19zaG9wX2xvZ29fZm9vdGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjZUMTk6MTU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2NsYXNzaWNfc2hvcF9sb2dvX2Zvb3Rlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2xhc3NpY19zaG9wX2xvZ29fZm9vdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9fYm94XzJfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwMTozNzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcHJvbW9fYm94XzJfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vX2JveF8yX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9fYm94XzFfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwMTozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcHJvbW9fYm94XzFfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vX2JveF8xX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW9fYm94XzNfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwNTowNDoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcHJvbW9fYm94XzNfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vX2JveF8zX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3X3dpbnRlcl9jb2xsZWN0aW9uX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMDU6MTg6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L25ld193aW50ZXJfY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bmV3X3dpbnRlcl9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3X2h5cGVfY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDA1OjE4OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9uZXdfaHlwZV9jb2xsZWN0aW9uX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5uZXdfaHlwZV9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmtnZF9jb25mZXR0aS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTY6NDE6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JrZ2RfY29uZmV0dGktY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmtnZF9jb25mZXR0aS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDE3OjQ5OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfMS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aGlyZF9pbWdfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDE3OjQ5OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfMi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aGlyZF9pbWdfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDE3OjQ5OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aGlyZF9pbWdfMy1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhpcmRfaW1nXzNfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQyMToxNzo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGhpcmRfaW1nXzNfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18zX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX2NhdGVnb3JpZV9zaG9lc19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDIyOjI0OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9tZW5fY2F0ZWdvcmllX3Nob2VzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fY2F0ZWdvcmllX3Nob2VzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX2NhdGVnb3JpZV90aWVzX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMjM6Mzk6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl9jYXRlZ29yaWVfdGllc19iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWVuX2NhdGVnb3JpZV90aWVzX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9zYWxlX2V2ZW50LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDVUMDA6MDA6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2ZlYXRfc2FsZV9ldmVudC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9zYWxlX2V2ZW50PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3ByaW5nX3ByaW50ZWRfZHJlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNTozMDozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvc3ByaW5nX3ByaW50ZWRfZHJlc3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwcmluZ19wcmludGVkX2RyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xvdmVfdGVlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTU6MzI6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL21vZGVybl9sb3ZlX3RlZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuX2xvdmVfdGVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfbGVhdGhlcl9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNTozNTo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYmxhY2tfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsYWNrX2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaGlwc3Rlcl9ibGFja190b3AvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjowNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvaGlwc3Rlcl9ibGFja190b3AuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhpcHN0ZXJfYmxhY2tfdG9wPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29vbF9zdW1tZXJfYnJpZ2h0X3JlZC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjA4OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC93b29sX3N1bW1lcl9icmlnaHRfcmVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29sX3N1bW1lcl9icmlnaHRfcmVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJvd25fZHJlc3Nfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoxMTo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYnJvd25fZHJlc3Nfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyb3duX2RyZXNzX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd2hpdGVfZ2lybF90ZXh0X3RhbmsvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoxMjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd2hpdGVfZ2lybF90ZXh0X3RhbmsuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndoaXRlX2dpcmxfdGV4dF90YW5rPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZm9vZF9wYXR0ZXJuX3RlZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjE2OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9mb29kX3BhdHRlcm5fdGVlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mb29kX3BhdHRlcm5fdGVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VlZGVfaGVlbGVkX3Nob2VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MTc6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3N1ZWRlX2hlZWxlZF9zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VlZGVfaGVlbGVkX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9zdHJpcGVfc3dlYXRlci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjE4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX3N0cmlwZV9zd2VhdGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibHVlX3N0cmlwZV9zd2VhdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZG90X2ZpdF9hbmRfZmxhcmVfZHJlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoyMDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZG90X2ZpdF9hbmRfZmxhcmVfZHJlc3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRvdF9maXRfYW5kX2ZsYXJlX2RyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfZWxlZ2FudF9sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjMwOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9ibGFja19lbGVnYW50X2xlYXRoZXJfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibGFja19lbGVnYW50X2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfbGVhdGhlcl9zdWl0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MzE6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2JsYWNrX2xlYXRoZXJfc3VpdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhY2tfbGVhdGhlcl9zdWl0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9qYWNrZXRfYW5kX3doaXRlX3N0cmlwZV90ZWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo0NTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYmx1ZV9qYWNrZXRfYW5kX3doaXRlX3N0cmlwZV90ZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfamFja2V0X2FuZF93aGl0ZV9zdHJpcGVfdGVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FzdWFsX2xlYXRoZXJfYmVsdHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo0NzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY2FzdWFsX2xlYXRoZXJfYmVsdHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhc3VhbF9sZWF0aGVyX2JlbHRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xlYXRoZXJfYm9vdHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo0ODo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvbW9kZXJuX2xlYXRoZXJfYm9vdHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9sZWF0aGVyX2Jvb3RzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2JsYWNrX2xlYXRoZXJfc3VpdC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ5OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9tb2Rlcm5fYmxhY2tfbGVhdGhlcl9zdWl0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm5fYmxhY2tfbGVhdGhlcl9zdWl0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjUxOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX2xlYXRoZXJfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibHVlX2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGhlX3RyZW5kX3BvbG8vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1MjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGhlX3RyZW5kX3BvbG8uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoZV90cmVuZF9wb2xvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxhY2tfcmViZWxfbGVhdGhlcl9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1Mzo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmxhY2tfcmViZWxfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsYWNrX3JlYmVsX2xlYXRoZXJfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYnJvd21fZWxlZ2FudF9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1NTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYnJvd21fZWxlZ2FudF9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyb3dtX2VsZWdhbnRfamFja2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vY2FzdWFsX2NvbG9yZnVsX3Qtc2hpcnRzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6NTg6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2Nhc3VhbF9jb2xvcmZ1bF90LXNoaXJ0cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FzdWFsX2NvbG9yZnVsX3Qtc2hpcnRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGVhdGhlcl9nbG92ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNzowMDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvbGVhdGhlcl9nbG92ZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxlYXRoZXJfZ2xvdmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZV9nbGFtb3Jfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNzowMjowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmx1ZV9nbGFtb3Jfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfZ2xhbW9yX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTg6Mjk6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JlYXJkbWFuX2NvbHVtbl9iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2Vhc29uYWxfYmdfY29sb3JfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjExOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zZWFzb25hbF9iZ19jb2xvcl8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZWFzb25hbF9iZ19jb2xvcl8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRtYW5fY29sdW1uX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOToyNzoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmVhcmRtYW5fY29sdW1uX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXJkbWFuX2NvbHVtbl9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd2ludGVyX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOTozODo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd2ludGVyX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndpbnRlcl9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3ByaW5nX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOTozOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc3ByaW5nX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNwcmluZ19jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYXV0dW1uX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxOTozOToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYXV0dW1uX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmF1dHVtbl9jb2xsZWN0aW9uX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJpbnRfc3VuZ2xhc3Nlc193b21lbi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjQ4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcmludF9zdW5nbGFzc2VzX3dvbWVuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcmludF9zdW5nbGFzc2VzX3dvbWVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb25fc2FsZV9iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjUxOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9vbl9zYWxlX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbl9zYWxlX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVzdF9zZWxsZXJfcHJvZHVjdC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIxOjE0OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9iZXN0X3NlbGxlcl9wcm9kdWN0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZXN0X3NlbGxlcl9wcm9kdWN0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcF9zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIxOjQ2OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zaG9wX3Nob2VzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wX3Nob2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcF9nbGFzc2VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjE6NDY6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Nob3BfZ2xhc3Nlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hvcF9nbGFzc2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcF9nbG92ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMTo0NjozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hvcF9nbG92ZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3BfZ2xvdmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuX2NhdGVnb3JpZV90aXRsZV9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIyOjMyOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fY2F0ZWdvcmllX3RpdGxlX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMjo0NToxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXJkbWFuX2NvbHVtbl9iZ19jb2xvcl8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG90X2RlYWxzX2JnX2NvbG9yX3dpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoxOToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaG90X2RlYWxzX2JnX2NvbG9yX3dpZGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvdF9kZWFsc19iZ19jb2xvcl93aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb25fc2FsZV9iZ19jb2xvcl9ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjM6MjI6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L29uX3NhbGVfYmdfY29sb3JfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b25fc2FsZV9iZ19jb2xvcl9ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb2xkX3NjaG9vbF9iZ19ncmF5X3dpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoyNzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvb2xkX3NjaG9vbF9iZ19ncmF5X3dpZGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm9sZF9zY2hvb2xfYmdfZ3JheV93aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vb2xkX3NjaG9vbF9iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjM6Mjc6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L29sZF9zY2hvb2xfYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b2xkX3NjaG9vbF9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdHJlbmRfYmdfZ3JheV93aWRlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjM6NTM6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RyZW5kX2JnX2dyYXlfd2lkZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dHJlbmRfYmdfZ3JheV93aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc3VtbWVyX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzo1MzozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc3VtbWVyX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1bW1lcl9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbmV3X2NvbGxlY3Rpb25fYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMDozNjozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbmV3X2NvbGxlY3Rpb25fYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5ld19jb2xsZWN0aW9uX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaHlwZV9ibGFja19iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDA6Mzc6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2h5cGVfYmxhY2tfYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aHlwZV9ibGFja19iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2Vhc29uYWxfYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAwOjUwOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zZWFzb25hbF9iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZWFzb25hbF9iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hpdHNfYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMToyOTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hpdHNfYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNoaXRzX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdHJlbmRpbmdfYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAxOjI5OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90cmVuZGluZ19iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50cmVuZGluZ19iZ19ncmF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZ2xhc3N3YXJlX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDE6MzA6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2dsYXNzd2FyZV9iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z2xhc3N3YXJlX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vamFja2V0c193b21lbl9iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAxOjQ4OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9qYWNrZXRzX3dvbWVuX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5qYWNrZXRzX3dvbWVuX2JnX2NvbG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDI6MTQ6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3dvbWVuX2NhdGVnb3JpZV90aXRsZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tZW5fY2F0ZWdvcmllX3RpdGxlX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9wcm9kdWN0X3dvbWVuX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDI6MzE6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2ZlYXRfcHJvZHVjdF93b21lbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9wcm9kdWN0X3dvbWVuX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd29tZW5fY2F0ZWdvcmllX3RpdGxlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDM6MTg6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3dvbWVuX2NhdGVnb3JpZV90aXRsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tZW5fY2F0ZWdvcmllX3RpdGxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYWNjZXNzb3JpZXNfY2F0ZWdvcmllX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDM6MjQ6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2FjY2Vzc29yaWVzX2NhdGVnb3JpZV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWNjZXNzb3JpZXNfY2F0ZWdvcmllX2JnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2lkZWJhcl9wcm9tb3Rpb25faW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMTA6MjI6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3NpZGViYXJfcHJvbW90aW9uX2ltZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2lkZWJhcl9wcm9tb3Rpb25faW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTJfc2xpZGVfdHdvX19iZ18yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMTE6MDY6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2hvbWUyX3NsaWRlX3R3b19fYmdfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZTJfc2xpZGVfdHdvX19iZ18yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZGlnaXRhbC1pdGVtLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMTY6NTk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA4L2RpZ2l0YWwtaXRlbS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZGlnaXRhbC1pdGVtPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZTFfc2xpZGVfdGhyZWVfYmdfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDIyOjU5OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ob21lMV9zbGlkZV90aHJlZV9iZ18yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMV9zbGlkZV90aHJlZV9iZ18yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uX3dvbWVuX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDAyOjMwOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wcm9tb3Rpb25fd29tZW5faW1nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm9tb3Rpb25fd29tZW5faW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uX2FjY2Vzc29yaWVzX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDAyOjMwOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wcm9tb3Rpb25fYWNjZXNzb3JpZXNfaW1nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm9tb3Rpb25fYWNjZXNzb3JpZXNfaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcHJvbW90aW9uX21lbl9pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQwMjozMDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcHJvbW90aW9uX21lbl9pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbl9tZW5faW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVfcmV2X2JnXzMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQxODoxOTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xpZGVfcmV2X2JnXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ18zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmRfc3VpdF9tYW5fY2FzdWFsLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMTg6MjA6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2JlYXJkX3N1aXRfbWFuX2Nhc3VhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRfc3VpdF9tYW5fY2FzdWFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVfcmV2X2JnXzUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQxOTowNzo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xpZGVfcmV2X2JnXzUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ181PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2FsZV9iaWdfdGV4dC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDE5OjA5OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zYWxlX2JpZ190ZXh0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYWxlX2JpZ190ZXh0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdF9wcm9kdWN0c19zZWN0aW9uX2JnXzQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQyMDoyNTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9wcm9kdWN0c19zZWN0aW9uX2JnXzQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZlYXRfcHJvZHVjdHNfc2VjdGlvbl9iZ180PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9ob21lLTItc2xpZGUtb25lLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTE6Mzc6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzE2NDk1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xNjQ5NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvaG9tZS0xLXNsaWRlLXR3by88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDExOjM3OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS8xNjQ4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTY0ODA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtMi1zbGlkZS10d28vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTozNzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTc3OTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE3Nzk0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9ob21lLTEtc2xpZGUtb25lLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTE6Mzc6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzE2MjUyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xNjI1MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvMTY0ODIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTozNzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTc4NjMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE3ODYzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGUtcmV2LWJnLTMtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvc2xpZGVfcmV2X2JnXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ18zLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2JlYXJkLXN1aXQtbWFuLWNhc3VhbC1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9iZWFyZF9zdWl0X21hbl9jYXN1YWwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXJkX3N1aXRfbWFuX2Nhc3VhbC5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0LXJlZC1iYWdkZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9mZWF0X3JlZF9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9yZWRfYmFnZGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaHItd2F2ZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9ocl93YXZlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ocl93YXZlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NsaWRlci1icnVzaC1iZy1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9zbGlkZXJfYnJ1c2hfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlcl9icnVzaF9iZy5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbi10LXNoaXJ0LWJsYWNrLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3dvbWVuX3Rfc2hpcnRfYmxhY2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvbWVuX3Rfc2hpcnRfYmxhY2sucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbWVuLXQtc2hpcnQtYmx1ZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9tZW5fdF9zaGlydF9ibHVlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fdF9zaGlydF9ibHVlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3RpdGxlLWltZy1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy90aXRsZV9pbWcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRpdGxlX2ltZy5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yZWQtY2lyY2xlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDE5OjQ4OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3JlZF9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlZF9jaXJjbGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmx1ZS1jaXJjbGUtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvYmx1ZV9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfY2lyY2xlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NsaWRlLXJldi1iZy01LWpwZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3NsaWRlX3Jldl9iZ181LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGlkZV9yZXZfYmdfNS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zYWxlLWJpZy10ZXh0LXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3NhbGVfYmlnX3RleHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbGVfYmlnX3RleHQucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZmVhdC1ibHVlLWJhZ2RlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2ZlYXRfYmx1ZV9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9ibHVlX2JhZ2RlLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDEzOjEzOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9saXQtdHJlZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGl0LXRyZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMzoyMDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvY29sbGVlbl9iZWxpZXZlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sbGVlbl9iZWxpZXZlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDEzOjI5OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hcHJvbl93b21hbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXByb25fd29tYW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQyMToyMzo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYW1hemluZy1zdGFyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nLXN0YXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yaXZlci1qb3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOVQyMTowNTowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvcml2ZXItam95LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yaXZlci1qb3k8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlLzE4NzktMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI5VDIxOjEyOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9yaXZlci1qb3kyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yaXZlci1qb3kyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS8xODc5LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOVQyMTo0OToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvcml2ZXItam95My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cml2ZXItam95MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMS8zMC9iYWJ5LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTM6NDA6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JhYnlzdGVwcy1lMTU0ODg1NjM3NzUxOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieXN0ZXBzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE5LzAxLzMwL2JhYnktc3RlcHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDowOTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYmFieXN0ZXBzMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieXN0ZXBzMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMS8zMC9iYWJ5LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTQ6MjA6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JhYnlzdGVwczMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDozODozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQW1hemluZ19DYXJkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDo1NDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYW1hemluZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE1OjQwOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hbWF6aW5nMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNjowMzoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYXByb25fd29tYW4yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHJvbl93b21hbjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNjowMzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvY29sbGVlbl9iZWxpZXZlMi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xsZWVuX2JlbGlldmUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTY6MDE6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2xpdC10cmVlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGl0LXRyZWUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMDI6MDg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2RhcmtuZXNzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kYXJrbmVzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE0OjQ0OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zdW4tcGF0dGVybi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VuLXBhdHRlcm48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQxNDo1OTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvaHVzay5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aHVzazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE1OjM0OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ncnVuZ2Vfd2FsbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z3J1bmdlX3dhbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQxOToyOTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvd2hpdGVfc2FuZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2hpdGVfc2FuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Zvb3Rlci1iZ3JkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMjM6MjE6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Zvb3Rlci1iZ3JkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mb290ZXItYmdyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmdfY2FyZF9mb290ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QxODo1NzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvQW1hemluZ19DYXJkX2Zvb3Rlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX2Zvb3RlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDIwOjQ3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi93aGl0ZV9zYW5kX0AyWC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2hpdGVfc2FuZF9AMlg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QyMDo1Mzo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZ3JlZW5fc2FuZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z3JlZW5fc2FuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDVUMjE6MTA6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3VuaXZlcnNlLV8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT51bml2ZXJzZS1fMTkyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hlYWx0aC88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTEyVDE5OjI0OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Zhc2hpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xMlQxOTo0MDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFzaGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3lvZ2EvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xMlQxOTo0NDowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbi1iZWF1dHktcGFyYWxsYXgyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXNoaW9uLWJlYXV0eS1wYXJhbGxheDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvaG9tZS1nYXJkZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMjM5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL3lvZ2EtZml0bmVzcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi8yMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjIwMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvZmFzaGlvbi1iZWF1dHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMzM0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4zMzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hlYWx0aC13ZWxsYmVpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMjUwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yNTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ydGgtbG9nbzF4LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mzc6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL1JUSC1MT0dPMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJUSC1MT0dPMXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ydGgtbG9nbzJ4LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mzg6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL1JUSC1MT0dPMlgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJUSC1MT0dPMlg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mYXZpY29uLTMyeDMyLTQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQxODoyNjowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZmF2aWNvbi0zMngzMi0yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXZpY29uLTMyeDMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYXBwbGUtaWNvbi01N3g1Ny0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMTg6MjY6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FwcGxlLWljb24tNTd4NTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcGxlLWljb24tNTd4NTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hcHBsZS1pY29uLTExNHgxMTQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDE4OjI3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hcHBsZS1pY29uLTExNHgxMTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcGxlLWljb24tMTE0eDExNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FuZHJvaWQtaWNvbi03Mng3Mi0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMTg6Mjg6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FuZHJvaWQtaWNvbi03Mng3Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW5kcm9pZC1pY29uLTcyeDcyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW5kcm9pZC1pY29uLTE0NHgxNDQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQxODoyOTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW5kcm9pZC1pY29uLTE0NHgxNDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFuZHJvaWQtaWNvbi0xNDR4MTQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQyMTowMDozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMjE6MDg6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Jsb2cyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMjE6MTI6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Nob3AuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDIxOjM5OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9oYXBweS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGFwcHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDE5OjU0OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ibG9nMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDE5OjU5OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaG9wMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hvcDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDIwOjIxOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9saW5rczIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpbmtzMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMDE6MDE6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Jsb2c0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMDE6MDI6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2xpbmtzNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGlua3M2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQwMjozODoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc3VwZXJtYXJrZXQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdXBlcm1hcmtldDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDAzOjA2OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaG9wLWhwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLWhwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDE1OjA5OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ibG9nLXBhZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2ctcGFnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQxNjo0MToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYmxvZy1wYWdlNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxvZy1wYWdlNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQxODoyNzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbGFrZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxha2UyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDIwOjI5OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9xdW90ZS1iYWNrZ3JvdW5kLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdW90ZS1iYWNrZ3JvdW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxMjowNjoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbGF1Z2hpbmctcGljdHVyZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGF1Z2hpbmctcGljdHVyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2JhYnlzdGVwczQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxMjozNTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYmFieXN0ZXBzNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieXN0ZXBzNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMS8zMC9iYWJ5LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTI6NDc6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JhYnlzdGVwczUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDE5OjA3OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zdXBlcm1hcmtldDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1cGVybWFya2V0MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6MTI6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Nob3AtaHAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLWhwMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6MTk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Nob3AtaHAzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wLWhwMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxOTo0MzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy1wYWdlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nLXBhZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6NDk6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FtYXppbmctcGFnZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctcGFnZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=','image-sitemap-1.xml','','trash','closed','closed','','__trashed-2','','','2019-02-14 18:56:41','2019-02-15 02:56:41','',0,'https://www.resettohappiness.com/?p=19847',0,'jp_img_sitemap','',0),(19834,1,'2015-03-12 18:07:26','2015-03-12 18:07:26','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','A lack of sleep making you put on weight?','','inherit','closed','closed','','39-revision-v1','','','2015-03-12 18:07:26','2015-03-12 18:07:26','',39,'https://www.resettohappiness.com/blog/2015/03/12/39-revision-v1/',0,'revision','',0),(42,1,'2015-03-12 18:08:13','2015-03-12 18:08:13','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Are you eating too much fruit? The hidden sugars explained','','trash','open','open','','are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained__trashed','','','2019-02-27 07:39:20','2019-02-27 15:39:20','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=42',0,'post','',0),(19835,1,'2015-03-12 18:08:13','2015-03-12 18:08:13','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Are you eating too much fruit? The hidden sugars explained','','inherit','closed','closed','','42-revision-v1','','','2015-03-12 18:08:13','2015-03-12 18:08:13','',42,'https://www.resettohappiness.com/blog/2015/03/12/42-revision-v1/',0,'revision','',0),(45,1,'2015-03-12 18:08:57','2015-03-12 18:08:57','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Fashion secrets designer labels don’t want you to know','','trash','open','open','','aenean-odio-mauris-lipsum-3__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=45',0,'post','',0),(19836,1,'2015-03-12 18:08:57','2015-03-12 18:08:57','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Fashion secrets designer labels don’t want you to know','','inherit','closed','closed','','45-revision-v1','','','2015-03-12 18:08:57','2015-03-12 18:08:57','',45,'https://www.resettohappiness.com/blog/2015/03/12/45-revision-v1/',0,'revision','',0),(48,1,'2015-03-12 18:09:42','2015-03-12 18:09:42','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','7 ways to keep the winter blues at bay','','trash','open','open','','7-ways-to-keep-the-winter-blues-at-bay__trashed','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=48',0,'post','',0),(19826,1,'2015-03-12 14:07:46','2015-03-12 14:07:46','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/yoga-fitness/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjOWE4OWQxOyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS95b2dhLWZpdG5lc3MvJnF1b3Q7Jmd0O1lvZ2EgJmFtcDsgRml0bmVzcyZsdDsvYSZndDsmbHQ7L2gzJmd0OwombHQ7L2RpdiZndDsK[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/home-garden/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjZmE5OTg4OyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS9ob21lLWdhcmRlbi8mcXVvdDsmZ3Q7SG9tZSAmYW1wOyBHYXJkZW4mbHQ7L2EmZ3Q7Jmx0Oy9oMyZndDsKJmx0Oy9kaXYmZ3Q7Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/health-wellbeing/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjNjRhZGE0OyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS9oZWFsdGgtd2VsbGJlaW5nLyZxdW90OyZndDtIZWFsdGggJmFtcDsgV2VsbGJlaW5nJmx0Oy9hJmd0OyZsdDsvaDMmZ3Q7CiZsdDsvZGl2Jmd0Owo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/fashion-beauty/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjNzRjNWUzOyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS9mYXNoaW9uLWJlYXV0eS8mcXVvdDsmZ3Q7RmFzaGlvbiAmYW1wOyBCZWF1dHkmbHQ7L2EmZ3Q7Jmx0Oy9oMyZndDsKJmx0Oy9kaXYmZ3Q7Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Avada Life</h2>\r\n<h3>Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2015-03-12 14:07:46','2015-03-12 14:07:46','',8,'https://www.resettohappiness.com/blog/2015/03/12/8-revision-v1/',0,'revision','',0),(10,1,'2015-03-12 14:08:01','2015-03-12 14:08:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h1 style=\"color: #ffffff;\">Reset To Happiness Blog</h1>\r\n<h3 style=\"color: #ffffff;\">get happy, stay happy and watch the magic of life unfold</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>I\'ve experienced some amazingly magical events which lead me to <em>know</em> there is a higher power. This energy, whether you want to call it God or The Universe, is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that <em>we</em> have an incredible power available to us to make things happen by paying attention to our emotions, choosing our thoughts, and then taking inspired action.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','publish','closed','open','','blog','','','2019-02-28 07:18:30','2019-02-28 15:18:30','',0,'http://avada.theme-fusion.com_demos/lifestyle/?page_id=10',0,'page','',0),(19959,1,'2019-02-09 04:40:31','2019-02-09 12:40:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fcf9ef\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">Change your perception, change your life.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 04:40:31','2019-02-09 12:40:31','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0);
INSERT INTO `wpyz_posts` VALUES (19827,1,'2015-03-12 14:08:01','2015-03-12 14:08:01','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga_top.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Yoga Explained</h2>\r\n<h3>A beginners guide to start yoga at any age</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga5-e1434640052639.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Yoga Is A Way Of Life</h2>\r\n<h3 style=\"color: #ffffff;\">Find out how you can embrace the lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s when an unknown printer took a galley of type and scrambled it to make a type specimen.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Yoga & Fitness','','inherit','closed','closed','','10-revision-v1','','','2015-03-12 14:08:01','2015-03-12 14:08:01','',10,'https://www.resettohappiness.com/blog/2015/03/12/10-revision-v1/',0,'revision','',0),(12,1,'2015-03-12 14:09:38','2015-03-12 14:09:38','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links6.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFirst thing every morning, before I meditate, I take 15 to 30 minutes and either read a book or watch a You Tube video dedicated to personal/spiritual growth. This is when I often have my aha moments. The resources listed here have helped me tremendously. I found them when I most needed to know what they had to share. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n<a href=\"http://thework.com/en\" target=\"_blank\" rel=\"noopener noreferrer\">Bryon Katie The Work Website</a>\r\nThe Work is a way to identify and question the thoughts that cause all your suffering. Everything you need in order to do The Work is available free on this website.\r\n\r\n<a href=\"https://www.lifeisgood.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Life Is Good Website</a>\r\nAlthough I create and sell t-shirts, I just love their products. Very good mojo here.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site for those of you who like to journal. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI love sharing ideas, information, links, sites, whatever I\'ve found that I know would help someone else. If you have a favorite book, video, service or link that you believe would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','publish','closed','open','','links','','','2019-02-28 11:07:29','2019-02-28 19:07:29','',0,'http://avada.theme-fusion.com_demos/lifestyle/?page_id=12',0,'page','',0),(19828,1,'2015-03-12 14:09:38','2015-03-12 14:09:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#7ebfba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/7-ways-to-keep-the-winter-blues-at-bay/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Health & Wellbeing','','inherit','closed','closed','','12-revision-v1','','','2015-03-12 14:09:38','2015-03-12 14:09:38','',12,'https://www.resettohappiness.com/blog/2015/03/12/12-revision-v1/',0,'revision','',0),(19823,1,'2015-03-12 14:10:18','2015-03-12 21:10:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\nDirections:  <strong>Step 1</strong> download file, <strong>Step</strong> <strong>2</strong> click link to vista print (or take to your favorite printer), <strong>Step 3</strong> upload file. Make your selections for standard format, quantity, paper and shipping. Done!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Printing</h3>\r\n<strong><a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">Vista Print</a></strong> This takes you directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\nOther Printers - These links take you to the upload page.\r\n<strong><a href=\"https://design.staples.com/business-cards/\" target=\"_blank\" rel=\"noopener noreferrer\">Staples</a>   |   <strong><a href=\"https://www.costcobusinessprinting.com/business-cards\" target=\"_blank\" rel=\"noopener noreferrer\">Costco Printing</a></strong></strong>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','publish','closed','closed','','amazing','','','2019-03-02 13:02:34','2019-03-02 21:02:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?page_id=14',0,'page','',0),(19829,1,'2015-03-12 14:10:18','2015-03-12 14:10:18','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home & Garden','','inherit','closed','closed','','19823-revision-v1','','','2015-03-12 14:10:18','2015-03-12 14:10:18','',19823,'https://www.resettohappiness.com/blog/2015/03/12/19823-revision-v1/',0,'revision','',0),(19824,1,'2015-03-12 14:10:33','2015-03-12 21:10:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','publish','closed','closed','','shop','','','2019-02-28 11:53:13','2019-02-28 19:53:13','',0,'http://avada.theme-fusion.com_demos/lifestyle/?page_id=16',0,'page','',0),(20298,1,'2019-02-27 09:10:52','2019-02-27 17:10:52','[fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion-beauty-parallax2.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"True beauty in a woman is reflected in her soul. It’s the caring that she lovingly gives, the passion that she shows &amp; the beauty of a woman only grows with passing years.\"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“There is a fountain of youth: it is your mind, your talents, the creativity you bring to your life and the lives of people you love. When you learn to tap this source, you will truly defeat age.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 09:10:52','2019-02-27 17:10:52','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20299,1,'2019-02-27 14:11:16','2019-02-27 22:11:16','[fusion_builder_container background_color=\"#37393a\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/women_categorie_title.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 70px; text-align: center; line-height: 84px;\"><span style=\"color: #ffffff;\">Women</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">FABULOUS PRODUCTS FOR HER</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_2_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"5%\" padding_bottom=\"20%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Glasses</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Beautiful eye wear</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff8d61\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_product_women_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"5%\" padding_bottom=\"20%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Featured Product</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">LATEST AND GREATEST</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#a0d67c\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_11.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"5%\" padding_bottom=\"20%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Hats</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Wear it and share it</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#7b8cd8\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/post_img_10.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"5%\" padding_bottom=\"20%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Seasonal</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Products for the seasons</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/seasonal_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"5%\" padding_bottom=\"20%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Dresses</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Beautiful clothes for her</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/jackets_women_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"5%\" padding_bottom=\"20%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Jackets</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Stylish &amp; Warm</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"font-size: 52px; line-height: 62px; text-align: center;\">Autumn Collection Sale</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-06-20 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"3px\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"10px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/autumn_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40%\" padding_right=\"5%\" padding_bottom=\"40%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Accessories</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">HAND CRAFTED PRODUCTS</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ff966d\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40%\" padding_right=\"5%\" padding_bottom=\"40%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">New Jackets</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\"><span style=\"color: #ffffff;\">LATEST &amp; GREATEST</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW COLLECTION[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#427ed1\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shits_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50%\" padding_right=\"5%\" padding_bottom=\"50%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Fashion</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">All about style and grace</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#2b2e32\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/trending_bg_gray.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50%\" padding_right=\"5%\" padding_bottom=\"50%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Trending</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">See whats trending this month</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/glassware_bg_color.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50%\" padding_right=\"5%\" padding_bottom=\"50%\" padding_left=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Featured</span></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hot deals at amazing prices</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]New Arrivals[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center;\">All the latest products</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"women\" per_page=\"8\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Brand Logos[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"no\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">CHECK OUT OUR OTHER CATEGORIES</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/gloves\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/gloves\">SHOP GLOVES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/shoes\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/shoes\">SHOP SHOES</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/glasses\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg\" alt=\"\" />[/fusion_imageframe][fusion_text]\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.resettohappiness.com/product-category/glasses\">SHOP GLASSES</a></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px; font-size: 18px;\"><span style=\"color: #ffffff;\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Women','','inherit','closed','closed','','16728-autosave-v1','','','2019-02-27 14:11:16','2019-02-27 22:11:16','',16728,'https://www.resettohappiness.com/blog/2019/02/27/16728-autosave-v1/',0,'revision','',0),(19830,1,'2015-03-12 14:10:33','2015-03-12 14:10:33','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health-beauty-fab-501.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for elgeant living</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#74c5e3\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Don\'t believe the myth - fashion isn’t just about the clothing. We scout out top looks and investigate how this year\'s best dressed are accessorising.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion1.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#83c9e2\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not sure what to wear this summer? We analyse the most in-demand looks of the year and how to achieve them on a high street budget.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#74c5e3\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">From New York to London. We ask top fashion designers what they think of this year\'s most controversial new fashion trends.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/health-wellbeing/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion3.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/girl-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h2>Fabulous Skin</h2>\r\n<h3>No matter what age, your skin can look like this</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the source.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion-beauty-parallax2.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"True beauty in a woman is reflected in her soul. It’s the caring that she lovingly gives, the passion that she shows &amp; the beauty of a woman only grows with passing years.\"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“There is a fountain of youth: it is your mind, your talents, the creativity you bring to your life and the lives of people you love. When you learn to tap this source, you will truly defeat age.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Fashion & Beauty','','inherit','closed','closed','','19824-revision-v1','','','2015-03-12 14:10:33','2015-03-12 14:10:33','',19824,'https://www.resettohappiness.com/blog/2015/03/12/19824-revision-v1/',0,'revision','',0),(18,1,'2015-03-12 14:15:34','2015-03-12 14:15:34','','Fashion & Beauty','','publish','closed','closed','','18','','','2015-03-12 14:15:34','2015-03-12 14:15:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=18',5,'nav_menu_item','',0),(19,1,'2015-03-12 14:15:34','2015-03-12 14:15:34','','Home & Garden','','publish','closed','closed','','19','','','2015-03-12 14:15:34','2015-03-12 14:15:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=19',3,'nav_menu_item','',0),(20,1,'2015-03-12 14:15:34','2015-03-12 14:15:34','','Health & Wellbeing','','publish','closed','closed','','20','','','2015-03-12 14:15:34','2015-03-12 14:15:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=20',4,'nav_menu_item','',0),(21,1,'2015-03-12 14:15:34','2015-03-12 14:15:34','','Yoga & Fitness','','publish','closed','closed','','21','','','2015-03-12 14:15:34','2015-03-12 14:15:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=21',2,'nav_menu_item','',0),(22,1,'2015-03-12 14:15:34','2015-03-12 14:15:34',' ','','','publish','closed','closed','','22','','','2015-03-12 14:15:34','2015-03-12 14:15:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=22',1,'nav_menu_item','',0),(30,1,'2015-03-12 18:04:28','2015-03-12 18:04:28','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Advanced yoga techniques that even beginners can learn','','trash','open','open','','aenean-odio-mauris-lipsum-8__trashed','','','2019-02-27 07:39:20','2019-02-27 15:39:20','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=30',0,'post','',0),(19831,1,'2015-03-12 18:04:28','2015-03-12 18:04:28','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Advanced yoga techniques that even beginners can learn','','inherit','closed','closed','','30-revision-v1','','','2015-03-12 18:04:28','2015-03-12 18:04:28','',30,'https://www.resettohappiness.com/blog/2015/03/12/30-revision-v1/',0,'revision','',0),(19825,1,'2015-03-12 18:05:43','2015-03-12 18:05:43','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Getting outdoors should not be a difficult task','','trash','open','open','','aenean-odio-mauris-lipsum-7__trashed','','','2019-02-27 07:39:20','2019-02-27 15:39:20','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=33',0,'post','',0),(19832,1,'2015-03-12 18:05:43','2015-03-12 18:05:43','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Getting outdoors should not be a difficult task','','inherit','closed','closed','','19825-revision-v1','','','2015-03-12 18:05:43','2015-03-12 18:05:43','',19825,'https://www.resettohappiness.com/blog/2015/03/12/19825-revision-v1/',0,'revision','',0),(36,1,'2015-03-12 18:06:37','2015-03-12 18:06:37','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','10 tips to improve your home on a tight budget','','trash','open','open','','aenean-odio-mauris-lipsum-6__trashed','','','2019-02-27 07:39:20','2019-02-27 15:39:20','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=36',0,'post','',0),(19833,1,'2015-03-12 18:06:37','2015-03-12 18:06:37','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','10 tips to improve your home on a tight budget','','inherit','closed','closed','','36-revision-v1','','','2015-03-12 18:06:37','2015-03-12 18:06:37','',36,'https://www.resettohappiness.com/blog/2015/03/12/36-revision-v1/',0,'revision','',0),(39,1,'2015-03-12 18:07:26','2015-03-12 18:07:26','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"30\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-quote-left\" circle=\"yes\" size=\"large\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"5_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h4><em>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</em></h4>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\r\n\r\n<a href=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\"><img class=\"alignright wp-image-567 size-medium\" src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/blog1-compressor.jpg\" alt=\"blog1-compressor\" width=\"282\" height=\"300\" /></a>\r\n<h3>This Post Was Built With Fusion Page Builder!</h3>\r\nLorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','A lack of sleep making you put on weight?','','trash','open','open','','aenean-odio-mauris-lipsum-5__trashed','','','2019-02-27 07:39:20','2019-02-27 15:39:20','',0,'http://avada.theme-fusion.com_demos/lifestyle/?p=39',0,'post','',0),(19817,1,'2015-03-12 19:24:17','2015-03-12 19:24:17','','health','','inherit','closed','open','','health','','','2015-03-12 19:24:17','2015-03-12 19:24:17','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health.jpg',0,'attachment','image/jpeg',0),(19818,1,'2015-03-12 19:40:48','2015-03-12 19:40:48','','fashion','','inherit','closed','open','','fashion','','','2015-03-12 19:40:48','2015-03-12 19:40:48','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/fashion.jpg',0,'attachment','image/jpeg',0),(59,1,'2015-03-12 19:42:48','2015-03-12 19:42:48','','home','','inherit','closed','open','','home-2-3','','','2015-03-12 19:42:48','2015-03-12 19:42:48','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/home.jpg',0,'attachment','image/jpeg',0),(19819,1,'2015-03-12 19:44:09','2015-03-12 19:44:09','','yoga','','inherit','closed','open','','yoga','','','2015-03-12 19:44:09','2015-03-12 19:44:09','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga.jpg',0,'attachment','image/jpeg',0),(201,1,'2015-03-19 21:02:08','2015-03-19 21:02:08','','yoga-slider','','inherit','closed','open','','yoga-slider','','','2015-03-19 21:02:08','2015-03-19 21:02:08','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga-slider.jpg',0,'attachment','image/jpeg',0),(228,1,'2015-03-19 22:04:07','2015-03-19 22:04:07','','health-beauty-fab-50','','inherit','closed','open','','health-beauty-fab-50','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health-beauty-fab-50.jpg',0,'attachment','image/jpeg',0),(234,1,'2015-03-19 22:13:27','2015-03-19 22:13:27','','fashion1','','inherit','closed','open','','fashion1','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/fashion1.jpg',0,'attachment','image/jpeg',0),(235,1,'2015-03-19 22:14:01','2015-03-19 22:14:01','','fashion3','','inherit','closed','open','','fashion3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/fashion3.jpg',0,'attachment','image/jpeg',0),(236,1,'2015-03-19 22:14:33','2015-03-19 22:14:33','','fashion2','','inherit','closed','open','','fashion2','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/fashion2.jpg',0,'attachment','image/jpeg',0),(239,1,'2015-03-19 22:21:08','2015-03-19 22:21:08','','home-garden1','','inherit','closed','open','','home-garden1','','','2015-03-19 22:21:08','2015-03-19 22:21:08','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/home-garden1.jpg',0,'attachment','image/jpeg',0),(240,1,'2015-03-19 22:23:14','2015-03-19 22:23:14','','home-garden3','','inherit','closed','open','','home-garden3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19823,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/home-garden3.jpg',0,'attachment','image/jpeg',0),(243,1,'2015-03-19 22:29:35','2015-03-19 22:29:35','','home-garden-tabs','','inherit','closed','open','','home-garden-tabs','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19823,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/home-garden-tabs.jpg',0,'attachment','image/jpeg',0),(244,1,'2015-03-19 22:30:09','2015-03-19 22:30:09','','home-garden-tabs1','','inherit','closed','open','','home-garden-tabs1','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19823,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/home-garden-tabs1.jpg',0,'attachment','image/jpeg',0),(245,1,'2015-03-19 22:30:55','2015-03-19 22:30:55','','home-garden-tabs2','','inherit','closed','open','','home-garden-tabs2','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19823,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/home-garden-tabs2.jpg',0,'attachment','image/jpeg',0),(250,1,'2015-03-19 23:17:34','2015-03-19 23:17:34','','health-fitness1','','inherit','closed','open','','health-fitness1','','','2015-03-19 23:17:34','2015-03-19 23:17:34','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health-fitness1.jpg',0,'attachment','image/jpeg',0),(254,1,'2015-03-19 23:24:16','2015-03-19 23:24:16','','health1','','inherit','closed','open','','health1','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',12,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health1.jpg',0,'attachment','image/jpeg',0),(255,1,'2015-03-19 23:24:40','2015-03-19 23:24:40','','health2','','inherit','closed','open','','health2','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',12,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health2.jpg',0,'attachment','image/jpeg',0),(256,1,'2015-03-19 23:25:02','2015-03-19 23:25:02','','health3','','inherit','closed','open','','health3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',12,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health3.jpg',0,'attachment','image/jpeg',0),(258,1,'2015-03-19 23:28:41','2015-03-19 23:28:41','','health4','','inherit','closed','open','','health4','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',12,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/health4.jpg',0,'attachment','image/jpeg',0),(262,1,'2015-03-19 23:37:00','2015-03-19 23:37:00','','yoga1','','inherit','closed','open','','yoga1','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',10,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga1.jpg',0,'attachment','image/jpeg',0),(263,1,'2015-03-19 23:37:32','2015-03-19 23:37:32','','yoga2','','inherit','closed','open','','yoga2','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',10,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga2.jpg',0,'attachment','image/jpeg',0),(264,1,'2015-03-19 23:37:57','2015-03-19 23:37:57','','yoga3','','inherit','closed','open','','yoga3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',10,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga3.jpg',0,'attachment','image/jpeg',0),(265,1,'2015-03-19 23:39:38','2015-03-19 23:39:38','','yoga4','','inherit','closed','open','','yoga4','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',10,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga4.jpg',0,'attachment','image/jpeg',0),(269,1,'2015-03-19 23:45:00','2015-03-19 23:45:00','','yoga5','','inherit','closed','open','','yoga5','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',10,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/2015/03/yoga5.jpg',0,'attachment','image/jpeg',0),(334,1,'2015-05-11 13:30:51','2015-05-11 13:30:51','','baby-bump-fashion','','inherit','closed','open','','baby-bump-fashion','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',8,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/baby-bump-fashion.jpg',0,'attachment','image/jpeg',0),(337,1,'2015-05-11 13:32:39','2015-05-11 13:32:39','','grass-family','','inherit','closed','open','','grass-family','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',8,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/grass-family.jpg',0,'attachment','image/jpeg',0),(357,1,'2015-05-11 19:01:39','2015-05-11 19:01:39','','home-almonds','','inherit','closed','open','','home-almonds','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',8,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/home-almonds.jpg',0,'attachment','image/jpeg',0),(361,1,'2015-05-11 19:05:08','2015-05-11 19:05:08','','health-beauty-fab-50','','inherit','closed','open','','health-beauty-fab-50-2','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/health-beauty-fab-501.jpg',0,'attachment','image/jpeg',0),(448,1,'2015-06-18 15:23:43','2015-06-18 15:23:43','','yoga_top','','inherit','closed','open','','yoga_top','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',10,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/yoga_top.jpg',0,'attachment','image/jpeg',0),(506,1,'2015-06-25 21:10:15','2015-06-25 21:10:15','','lifestyle_logo_1x','','inherit','closed','open','','lifestyle_logo_1x','','','2015-06-25 21:10:15','2015-06-25 21:10:15','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/06/lifestyle_logo_1x.png',0,'attachment','image/png',0),(507,1,'2015-06-25 21:10:15','2015-06-25 21:10:15','','lifestyle_logo_2x','','inherit','closed','open','','lifestyle_logo_2x','','','2015-06-25 21:10:15','2015-06-25 21:10:15','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/06/lifestyle_logo_2x.png',0,'attachment','image/png',0),(520,1,'2015-06-26 17:29:58','2015-06-26 17:29:58','','spoons-compressor-3','','inherit','closed','open','','spoons-compressor-3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',12,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/spoons-compressor-3.jpg',0,'attachment','image/jpeg',0),(544,1,'2015-06-26 19:30:53','2015-06-26 19:30:53','','girl-compressor-3','','inherit','closed','open','','girl-compressor-3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/girl-compressor-3.jpg',0,'attachment','image/jpeg',0),(19820,1,'2015-06-26 19:45:43','2015-06-26 19:45:43','','fashion-beauty-parallax','','inherit','closed','open','','fashion-beauty-parallax-3','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',19824,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/fashion-beauty-parallax2.jpg',0,'attachment','image/jpeg',0),(567,1,'2015-06-26 20:05:08','2015-06-26 20:05:08','','blog1-compressor','','inherit','closed','open','','blog1-compressor','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog1-compressor.jpg',0,'attachment','image/jpeg',0),(568,1,'2015-06-26 20:05:10','2015-06-26 20:05:10','','blog2-compressor','','inherit','closed','open','','blog2-compressor','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog2-compressor.jpg',0,'attachment','image/jpeg',0),(569,1,'2015-06-26 20:05:11','2015-06-26 20:05:11','','blog3-compressor','','inherit','closed','open','','blog3-compressor','','','2019-02-05 16:29:25','2019-02-06 00:29:25','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog3-compressor.jpg',0,'attachment','image/jpeg',0),(570,1,'2015-06-26 20:05:12','2015-06-26 20:05:12','','blog4-compressor','','inherit','closed','open','','blog4-compressor','','','2019-02-05 16:29:26','2019-02-06 00:29:26','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog4-compressor.jpg',0,'attachment','image/jpeg',0),(571,1,'2015-06-26 20:05:13','2015-06-26 20:05:13','','blog5-compressor','','inherit','closed','open','','blog5-compressor','','','2019-02-05 16:29:26','2019-02-06 00:29:26','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog5-compressor.jpg',0,'attachment','image/jpeg',0),(572,1,'2015-06-26 20:05:15','2015-06-26 20:05:15','','blog6-compressor','','inherit','closed','open','','blog6-compressor','','','2019-02-05 16:29:26','2019-02-06 00:29:26','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog6-compressor.jpg',0,'attachment','image/jpeg',0),(85,1,'2015-03-13 18:07:23','2015-03-13 18:07:23','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 1','','publish','closed','open','','portfolio-1','','','2015-03-13 18:07:23','2015-03-13 18:07:23','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=85',0,'avada_portfolio','',0),(19821,1,'2015-03-13 18:09:34','2015-03-13 18:09:34','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 2','','publish','closed','open','','portfolio-2','','','2015-03-13 18:09:34','2015-03-13 18:09:34','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=88',0,'avada_portfolio','',0),(19822,1,'2015-03-13 18:09:57','2015-03-13 18:09:57','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 3','','publish','closed','open','','portfolio-3','','','2015-03-13 18:09:57','2015-03-13 18:09:57','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=90',0,'avada_portfolio','',0),(92,1,'2015-03-13 18:10:19','2015-03-13 18:10:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 4','','publish','closed','open','','portfolio-4','','','2015-03-13 18:10:19','2015-03-13 18:10:19','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=92',0,'avada_portfolio','',0),(94,1,'2015-03-13 18:11:05','2015-03-13 18:11:05','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 5','','publish','closed','open','','portfolio-5','','','2015-03-13 18:11:05','2015-03-13 18:11:05','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=94',0,'avada_portfolio','',0),(96,1,'2015-03-13 18:11:29','2015-03-13 18:11:29','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 6','','publish','closed','open','','portfolio-6','','','2015-03-13 18:11:29','2015-03-13 18:11:29','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=96',0,'avada_portfolio','',0),(98,1,'2015-03-13 18:11:53','2015-03-13 18:11:53','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 7','','publish','closed','open','','portfolio-7','','','2015-03-13 18:11:53','2015-03-13 18:11:53','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=98',0,'avada_portfolio','',0),(100,1,'2015-03-13 18:12:14','2015-03-13 18:12:14','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 8','','publish','closed','open','','portfolio-8','','','2015-03-13 18:12:14','2015-03-13 18:12:14','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=100',0,'avada_portfolio','',0),(104,1,'2015-03-13 18:16:19','2015-03-13 18:16:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 9','','publish','closed','open','','portfolio-9','','','2015-03-13 18:16:19','2015-03-13 18:16:19','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=104',0,'avada_portfolio','',0),(106,1,'2015-03-13 18:16:40','2015-03-13 18:16:40','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 10','','publish','closed','open','','portfolio-10','','','2015-03-13 18:16:40','2015-03-13 18:16:40','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=106',0,'avada_portfolio','',0),(108,1,'2015-03-13 18:17:04','2015-03-13 18:17:04','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 11','','publish','closed','open','','portfolio-11','','','2015-03-13 18:17:04','2015-03-13 18:17:04','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=108',0,'avada_portfolio','',0),(110,1,'2015-03-13 18:17:24','2015-03-13 18:17:24','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 12','','publish','closed','open','','portfolio-12','','','2015-03-13 18:17:24','2015-03-13 18:17:24','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=110',0,'avada_portfolio','',0),(112,1,'2015-03-13 18:17:46','2015-03-13 18:17:46','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 13','','publish','closed','open','','portfolio-13','','','2015-03-13 18:17:46','2015-03-13 18:17:46','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=112',0,'avada_portfolio','',0),(114,1,'2015-03-13 18:18:12','2015-03-13 18:18:12','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 14','','publish','closed','open','','portfolio-14','','','2015-03-13 18:18:12','2015-03-13 18:18:12','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=114',0,'avada_portfolio','',0),(116,1,'2015-03-13 18:18:36','2015-03-13 18:18:36','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 15','','publish','closed','open','','portfolio-15','','','2015-03-13 18:18:36','2015-03-13 18:18:36','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=116',0,'avada_portfolio','',0),(118,1,'2015-03-13 18:18:56','2015-03-13 18:18:56','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Portfolio 16','','publish','closed','open','','portfolio-16','','','2015-03-13 18:18:56','2015-03-13 18:18:56','',0,'http://avada.theme-fusion.com_demos/lifestyle/?post_type=avada_portfolio&amp;p=118',0,'avada_portfolio','',0),(573,1,'2015-06-26 20:05:16','2015-06-26 20:05:16','','blog7-compressor','','inherit','closed','open','','blog7-compressor','','','2019-02-05 16:29:26','2019-02-06 00:29:26','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog7-compressor.jpg',0,'attachment','image/jpeg',0),(574,1,'2015-06-26 20:05:17','2015-06-26 20:05:17','','blog8-compressor','','inherit','closed','open','','blog8-compressor','','','2019-02-05 16:29:26','2019-02-06 00:29:26','',51,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/03/blog8-compressor.jpg',0,'attachment','image/jpeg',0),(578,1,'2015-06-26 20:14:22','2015-06-26 20:14:22','','heath-wellbeing-top1','','inherit','closed','open','','heath-wellbeing-top1','','','2015-06-26 20:14:22','2015-06-26 20:14:22','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/06/heath-wellbeing-top1.jpg',0,'attachment','image/jpeg',0),(583,1,'2015-06-26 20:39:51','2015-06-26 20:39:51','','sidebar_ad','','inherit','closed','open','','sidebar_ad','','','2015-06-26 20:39:51','2015-06-26 20:39:51','',0,'https://avada.theme-fusion.com/lifestyle/wp-content/uploads/sites/25/2015/06/sidebar_ad.jpg',0,'attachment','image/jpeg',0),(8,1,'2015-03-12 14:07:46','2015-03-12 14:07:46','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join me</h2>\r\n<h3>in taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Latest Posts</h2><h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of photo art captured from those wow moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','publish','closed','open','','home','','','2019-02-28 07:03:41','2019-02-28 15:03:41','',0,'http://avada.theme-fusion.com_demos/lifestyle/?page_id=8',0,'page','',0),(20029,1,'2019-02-17 04:44:56','2019-02-17 12:44:56','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">Find posts about what interests you the most on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:44:56','2019-02-17 12:44:56','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20027,1,'2019-02-17 04:27:16','2019-02-17 12:27:16','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:27:16','2019-02-17 12:27:16','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(19848,0,'2019-02-14 18:56:41','2019-02-15 02:56:41','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjAnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpdGVtYXAtaW5kZXgueHNsIj8+CjxzaXRlbWFwaW5kZXggeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTBUMjA6Mzc6MzBaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ltYWdlLXNpdGVtYXAtMS54bWw8L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDE5OjQ5OjA3WjwvbGFzdG1vZD48L3NpdGVtYXA+PC9zaXRlbWFwaW5kZXg+Cg==','sitemap.xml','','trash','closed','closed','','__trashed-2','','','2019-02-14 18:56:41','2019-02-15 02:56:41','',0,'https://www.resettohappiness.com/?p=19848',0,'jp_sitemap_master','',0),(19853,1,'2019-02-06 10:26:52','2019-02-06 18:26:52','','apple-icon-114x114','','inherit','open','closed','','apple-icon-114x114-2','','','2019-02-06 10:27:16','2019-02-06 18:27:16','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/apple-icon-114x114.png',0,'attachment','image/png',0),(19852,1,'2019-02-06 10:26:20','2019-02-06 18:26:20','','apple-icon-57x57','','inherit','open','closed','','apple-icon-57x57-2','','','2019-02-06 10:26:44','2019-02-06 18:26:44','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/apple-icon-57x57.png',0,'attachment','image/png',0),(19851,1,'2019-02-06 10:25:22','2019-02-06 18:25:22','','favicon-32x32','','inherit','open','closed','','favicon-32x32-4','','','2019-02-06 10:26:09','2019-02-06 18:26:09','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/favicon-32x32-2.png',0,'attachment','image/png',0),(19854,1,'2019-02-06 10:27:29','2019-02-06 18:27:29','','android-icon-72x72','','inherit','open','closed','','android-icon-72x72-2','','','2019-02-06 10:28:00','2019-02-06 18:28:00','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/android-icon-72x72.png',0,'attachment','image/png',0),(19855,1,'2019-02-06 10:28:32','2019-02-06 18:28:32','','android-icon-144x144','','inherit','open','closed','','android-icon-144x144','','','2019-02-06 10:29:06','2019-02-06 18:29:06','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/android-icon-144x144.png',0,'attachment','image/png',0),(19858,1,'2019-02-06 12:52:01','2019-02-06 20:52:01','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomout\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPkFtYXppbmcgQ2FyZHM8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/home-garden/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+QmxvZzwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/health-wellbeing/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/fashion-beauty/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Avada Life</h2>\r\n<h3>Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 12:52:01','2019-02-06 20:52:01','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19857,1,'2019-02-06 12:38:39','2019-02-06 20:38:39','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomout\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjOWE4OWQxOyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS95b2dhLWZpdG5lc3MvJnF1b3Q7Jmd0O1lvZ2EgJmFtcDsgRml0bmVzcyZsdDsvYSZndDsmbHQ7L2gzJmd0OwombHQ7L2RpdiZndDsK[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/home-garden/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjZmE5OTg4OyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS9ob21lLWdhcmRlbi8mcXVvdDsmZ3Q7SG9tZSAmYW1wOyBHYXJkZW4mbHQ7L2EmZ3Q7Jmx0Oy9oMyZndDsKJmx0Oy9kaXYmZ3Q7Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/health-wellbeing/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjNjRhZGE0OyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS9oZWFsdGgtd2VsbGJlaW5nLyZxdW90OyZndDtIZWFsdGggJmFtcDsgV2VsbGJlaW5nJmx0Oy9hJmd0OyZsdDsvaDMmZ3Q7CiZsdDsvZGl2Jmd0Owo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/fashion-beauty/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]Jmx0O2RpdiBzdHlsZT0mcXVvdDtoZWlnaHQ6IDEyNXB4OyBiYWNrZ3JvdW5kOiAjNzRjNWUzOyBwYWRkaW5nOiAzMHB4IDUwcHg7IGNvbG9yOiAjZmZmZmZmOyBvcGFjaXR5OiAwLjk1OyB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7JnF1b3Q7Jmd0OwombHQ7aDMmZ3Q7Jmx0O2Egc3R5bGU9JnF1b3Q7Y29sb3I6ICNmZmZmZmY7JnF1b3Q7IGhyZWY9JnF1b3Q7L2F2YWRhL2xpZmVzdHlsZS9mYXNoaW9uLWJlYXV0eS8mcXVvdDsmZ3Q7RmFzaGlvbiAmYW1wOyBCZWF1dHkmbHQ7L2EmZ3Q7Jmx0Oy9oMyZndDsKJmx0Oy9kaXYmZ3Q7Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Avada Life</h2>\r\n<h3>Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 12:38:39','2019-02-06 20:38:39','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19863,1,'2019-02-06 13:12:43','2019-02-06 21:12:43','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPkFtYXppbmcgQ2FyZHM8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+QmxvZzwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/fashion-beauty/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Avada Life</h2>\r\n<h3>Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:12:43','2019-02-06 21:12:43','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19865,1,'2019-02-06 13:23:38','2019-02-06 21:23:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPllvdSBBcmUgQW1hemluZyBDYXJkczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Avada Life</h2>\r\n<h3>Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:23:38','2019-02-06 21:23:38','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(20190,1,'2019-02-20 09:19:21','2019-02-20 17:19:21','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-20 09:19:21','2019-02-20 17:19:21','',8,'https://www.resettohappiness.com/blog/2019/02/20/8-revision-v1/',0,'revision','',0),(19866,1,'2019-02-06 13:29:14','2019-02-06 21:29:14','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPllvdSBBcmUgQW1hemluZyBDYXJkczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:29:14','2019-02-06 21:29:14','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19867,1,'2019-02-06 13:32:54','2019-02-06 21:32:54','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPllvdSBBcmUgQW1hemluZyBDYXJkczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-almonds.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>get happy stay happy</h2><h3>and watch the magic of life unfold</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:32:54','2019-02-06 21:32:54','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19889,1,'2019-02-07 17:45:09','2019-02-08 01:45:09','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 17:45:09','2019-02-08 01:45:09','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19869,1,'2019-02-06 13:42:51','2019-02-06 21:42:51','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPllvdSBBcmUgQW1hemluZyBDYXJkczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:42:51','2019-02-06 21:42:51','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19870,1,'2019-02-06 13:55:31','2019-02-06 21:55:31','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPllvdSBBcmUgQW1hemluZyBDYXJkczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:55:31','2019-02-06 21:55:31','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19871,1,'2019-02-06 13:57:30','2019-02-06 21:57:30','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPllvdSBBcmUgQW1hemluZyBDYXJkczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-06 13:57:30','2019-02-06 21:57:30','',8,'https://www.resettohappiness.com/blog/2019/02/06/8-revision-v1/',0,'revision','',0),(19873,1,'2019-02-07 11:55:59','2019-02-07 19:55:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 11:55:59','2019-02-07 19:55:59','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19875,1,'2019-02-07 12:01:59','2019-02-07 20:01:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 12:01:59','2019-02-07 20:01:59','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19878,1,'2019-02-07 12:29:14','2019-02-07 20:29:14','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 12:29:14','2019-02-07 20:29:14','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19958,1,'2019-02-09 04:34:37','2019-02-09 12:34:37','','babysteps4','','inherit','open','closed','','babysteps4','','','2019-02-09 04:35:05','2019-02-09 12:35:05','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/babysteps4.jpg',0,'attachment','image/jpeg',0),(19880,1,'2019-02-07 12:36:02','2019-02-07 20:36:02','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 12:36:02','2019-02-07 20:36:02','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19881,1,'2019-02-07 13:51:03','2019-02-07 21:51:03','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center bottom\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 13:51:03','2019-02-07 21:51:03','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19882,1,'2019-02-07 13:53:13','2019-02-07 21:53:13','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 13:53:13','2019-02-07 21:53:13','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19886,1,'2019-02-07 17:02:20','2019-02-08 01:02:20','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"19868|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Get Happy Stay Happy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>get happy stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\r\n\r\nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 17:02:20','2019-02-08 01:02:20','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19890,1,'2019-02-07 17:58:01','2019-02-08 01:58:01','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important lesson learned: Happiness is a choice. Second most important learned: It\'s a process to rewire your brain and retrain your thoughts. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 17:58:01','2019-02-08 01:58:01','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19891,1,'2019-02-07 18:01:52','2019-02-08 02:01:52','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important lesson learned: Happiness is a choice. Second most important learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 18:01:52','2019-02-08 02:01:52','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19892,1,'2019-02-07 18:05:15','2019-02-08 02:05:15','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important lesson learned: Happiness is a choice. Second most important learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/grass-family.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Relax At Home This Summer</h2>\r\n<h3 style=\"color: #ffffff;\">Our experts review some of this year\'s hottest tips for holidaying at home this summer</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find what interest you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 18:05:15','2019-02-08 02:05:15','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19895,1,'2019-02-07 18:45:05','2019-02-08 02:45:05','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Play The You Are Amazing Game</h2>\r\n<h3 style=\"color: #ffffff;\">Join me in creating more happiness in the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find what interest you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 18:45:05','2019-02-08 02:45:05','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19896,1,'2019-02-07 18:53:59','2019-02-08 02:53:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain for more joy. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find what interest you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 18:53:59','2019-02-08 02:53:59','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19897,1,'2019-02-07 18:55:33','2019-02-08 02:55:33','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+WW91IEFyZSBBbWF6aW5nIENhcmRzPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain for more joy. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2><h3 style=\"text-align: center;\">Go to the blog page to find post about what interests you the most.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 18:55:33','2019-02-08 02:55:33','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19898,1,'2019-02-07 18:58:18','2019-02-08 02:58:18','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find post about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/baby-bump-fashion.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Baby Bump Fashion</h2>\r\n<h3 style=\"color: #ffffff;\">Look good throughout pregancy with our style guides</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nunc nec augue semper sodales. Integer laoreet in augue ac vulputate. Phasellus eleifend risus non dolor porttitor maximus. Nam eleifend sem non eros blandit efficitur eget nunc sadips ipsum ficilis duis.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" color=\"custom\" size=\"large\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]READ MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 18:58:18','2019-02-08 02:58:18','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19900,1,'2019-02-07 19:13:07','2019-02-08 03:13:07','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2><h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:13:07','2019-02-08 03:13:07','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19901,1,'2019-02-07 19:22:12','2019-02-08 03:22:12','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:22:12','2019-02-08 03:22:12','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19902,1,'2019-02-07 19:23:06','2019-02-08 03:23:06','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"460\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:23:06','2019-02-08 03:23:06','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19904,1,'2019-02-07 19:30:14','2019-02-08 03:30:14','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"500\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:30:14','2019-02-08 03:30:14','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19903,1,'2019-02-07 19:25:59','2019-02-08 03:25:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"500\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:25:59','2019-02-08 03:25:59','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19905,1,'2019-02-07 19:31:59','2019-02-08 03:31:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"500\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:31:59','2019-02-08 03:31:59','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19907,1,'2019-02-08 05:36:04','2019-02-08 13:36:04','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"500\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-08 05:36:04','2019-02-08 13:36:04','',8,'https://www.resettohappiness.com/blog/2019/02/08/8-revision-v1/',0,'revision','',0),(19906,1,'2019-02-07 19:34:24','2019-02-08 03:34:24','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"500\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-07 19:34:24','2019-02-08 03:34:24','',8,'https://www.resettohappiness.com/blog/2019/02/07/8-revision-v1/',0,'revision','',0),(19908,1,'2019-02-08 05:37:52','2019-02-08 13:37:52','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/happy2.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"500\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn something, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-08 05:37:52','2019-02-08 13:37:52','',8,'https://www.resettohappiness.com/blog/2019/02/08/8-revision-v1/',0,'revision','',0),(19909,1,'2019-02-08 05:40:08','2019-02-08 13:40:08','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Resources</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The books, videos and people listed here have helped and inspired me enormously.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Resources2','','inherit','closed','closed','','19632-revision-v1','','','2019-02-08 05:40:08','2019-02-08 13:40:08','',19632,'https://www.resettohappiness.com/blog/2019/02/08/19632-revision-v1/',0,'revision','',0),(19910,1,'2019-02-08 05:40:37','2019-02-08 13:40:37','[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#cbc9ba\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Reset To Happiness Blog</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\">NEW WAYS OF VIEWING THE WORLD</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog2','','inherit','closed','closed','','16560-revision-v1','','','2019-02-08 05:40:37','2019-02-08 13:40:37','',16560,'https://www.resettohappiness.com/blog/2019/02/08/16560-revision-v1/',0,'revision','',0),(19911,1,'2019-02-08 05:42:39','2019-02-08 13:42:39','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/header-bgrd.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">Shop</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">The Reset to Happiness store features photo art, free downloadable screen savers, positive t-shirts and other fun products.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop2','','inherit','closed','closed','','16552-revision-v1','','','2019-02-08 05:42:39','2019-02-08 13:42:39','',16552,'https://www.resettohappiness.com/blog/2019/02/08/16552-revision-v1/',0,'revision','',0),(19912,1,'2019-02-08 05:43:04','2019-02-08 13:43:04','[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/universe-_1920.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"0\" padding_bottom=\"40px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\">You Are Amazing</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"font-size: 18px; text-align: center; line-height: 30px;\">Let\'s change the happiness level of our world.<br />Play the You Are Amazing Game.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"0\" padding_bottom=\"80px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][featured_products per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing Cards2','','inherit','closed','closed','','16867-revision-v1','','','2019-02-08 05:43:04','2019-02-08 13:43:04','',16867,'https://www.resettohappiness.com/blog/2019/02/08/16867-revision-v1/',0,'revision','',0);
INSERT INTO `wpyz_posts` VALUES (19914,1,'2015-05-08 17:00:38','2015-05-08 17:00:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_11-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center;\"><sup style=\"font-size: 33px;\">$</sup><span style=\"font-size: 60px;\">249.00</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">We strive to offer the highest quality products at amazingly low prices</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Take 15% off your first time order!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FT15</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Holiday Sale! Take 20% off any product in the store!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>XX20</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_13-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">10% Off Tops</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>TOPS</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_12-compressor-3.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">10% Off Pants</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>PANTS</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">10% Off Shoes</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>SHOES</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2017-11-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"\" counter_text_color=\"\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"\" number_posts=\"6\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 20%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; letter-spacing: 1px;\"><span style=\"color: #ffffff;\">LATEST MEN\'S FASHION</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_10-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 20%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; letter-spacing: 1px;\"><span style=\"color: #ffffff;\">LATEST WOMEN\'S FASHION</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Promotions','','publish','open','open','','promotions','','','2015-05-08 17:00:38','2015-05-08 17:00:38','',0,'https://www.resettohappiness.com/?page_id=14',0,'page','',0),(19915,1,'2015-05-08 17:00:47','2015-05-08 17:00:47','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WE LEAD BY EXAMPLE</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"yes\" columns=\"3\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"no\" lightbox=\"yes\" class=\"\" id=\"\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_2.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_1.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_3.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_4.jpg\" alt=\"\"/][/fusion_images][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_9-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">REDEFINING FASHION</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer galley of type and scrambled.</p>\r\n<p style=\"text-align: center;\">Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">REDEFINING STYLE</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer galley of type and scrambled.</p>\r\n<p style=\"text-align: center;\">Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.resettohappiness.com/news\" color=\"default\" size=\"xlarge\" stretch=\"yes\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"\" class=\"customButton\" id=\"\"]View Our Latest News[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"170px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"0\" bottom_margin=\"0\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Coco Chanel\" avatar=\"image\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/quote_img_2-compressor.jpg\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_self\"]\r\n<h4 style=\"margin-top: 0px;\">Fashion is not something that exists in dresses only. Fashion is in the sky, in the street, fashion has to do with ideas, the way we live, what is happening.</h4>\r\n[/fusion_testimonial][fusion_testimonial name=\"Salman Khan\" avatar=\"image\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/quote_img_1-compressor.jpg\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_self\"]\r\n<h4 style=\"margin-top: 0px;\">All fashion brands are about looking good. Being Human is also about doing good. And you can do good by the simple act of slipping into a t-shirt or a pair of jeans.</h4>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"170px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','About','','publish','open','open','','about','','','2015-05-08 17:00:47','2015-05-08 17:00:47','',0,'https://www.resettohappiness.com/?page_id=16',0,'page','',0),(19916,1,'2015-05-11 16:18:30','2015-05-11 23:18:30','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_cart][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Cart','','publish','closed','closed','','cart-2','','','2019-03-03 11:17:07','2019-03-03 19:17:07','',0,'https://www.resettohappiness.com/cart/',0,'page','',0),(20173,1,'2019-02-20 03:44:06','2019-02-20 11:44:06','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_cart][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Cart','','inherit','closed','closed','','19916-revision-v1','','','2019-02-20 03:44:06','2019-02-20 11:44:06','',19916,'https://www.resettohappiness.com/blog/2019/02/20/19916-revision-v1/',0,'revision','',0),(20174,1,'2019-02-20 03:49:41','2019-02-20 11:49:41','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_cart][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Cart','','inherit','closed','closed','','19916-autosave-v1','','','2019-02-20 03:49:41','2019-02-20 11:49:41','',19916,'https://www.resettohappiness.com/blog/2019/02/20/19916-autosave-v1/',0,'revision','',0),(20175,1,'2019-02-20 03:56:55','2019-02-20 11:56:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','16586-revision-v1','','','2019-02-20 03:56:55','2019-02-20 11:56:55','',16586,'https://www.resettohappiness.com/blog/2019/02/20/16586-revision-v1/',0,'revision','',0),(20176,1,'2019-02-20 03:59:21','2019-02-20 11:59:21','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Our monthly special allows you to receive 15% off your first order</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"25\" padding_bottom=\"100\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][recent_products per_page=\"15\" columns=\"5\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"170px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Full Shop','','inherit','closed','closed','','19920-revision-v1','','','2019-02-20 03:59:21','2019-02-20 11:59:21','',19920,'https://www.resettohappiness.com/blog/2019/02/20/19920-revision-v1/',0,'revision','',0),(19917,1,'2015-05-11 16:18:30','2015-05-11 23:18:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-bkgrd.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','publish','closed','closed','','checkout','','','2019-03-02 15:25:28','2019-03-02 23:25:28','',0,'https://www.resettohappiness.com/checkout/',0,'page','',0),(20171,1,'2019-02-20 03:25:33','2019-02-20 11:25:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-background.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"text-align: center;\">thank you so much and always remember...</h3>[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<p>You Are Amazing</p>[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-20 03:25:33','2019-02-20 11:25:33','',19917,'https://www.resettohappiness.com/blog/2019/02/20/19917-revision-v1/',0,'revision','',0),(19918,1,'2015-05-11 16:18:30','2015-05-11 16:18:30','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/account-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Henri J.M. Nouwen\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Joy does not simply happen to us. We have to choose joy and keep choosing it every day.</i>\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Ralph Waldo Emerson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>Scatter joy!</i>\"[/fusion_testimonial][fusion_testimonial name=\"Marianne Williamson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>Joy is what happens to us when we allow ourselves to recognize how good things really are.</i> \"[/fusion_testimonial][fusion_testimonial name=\"Thomas Mann\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Laughter is a sunbeam of the soul.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','publish','closed','open','','my-account-2','','','2019-02-27 08:11:16','2019-02-27 16:11:16','',0,'https://www.resettohappiness.com/my-account/',0,'page','',0),(20187,1,'2019-02-20 04:16:19','2019-02-20 12:16:19','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','inherit','closed','closed','','19918-revision-v1','','','2019-02-20 04:16:19','2019-02-20 12:16:19','',19918,'https://www.resettohappiness.com/blog/2019/02/20/19918-revision-v1/',0,'revision','',0),(20184,1,'2019-02-20 04:10:37','2019-02-20 12:10:37','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','inherit','closed','closed','','19918-revision-v1','','','2019-02-20 04:10:37','2019-02-20 12:10:37','',19918,'https://www.resettohappiness.com/blog/2019/02/20/19918-revision-v1/',0,'revision','',0),(19919,1,'2015-11-25 20:20:08','2015-11-25 20:20:08','[fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">NEW ARRIVALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Hot new products are arriving to our store</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text][product_category category=\"mens\" per_page=\"10\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Amazing deals on high quality items</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_12-compressor-3.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Take 15% off your first time order!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FT15</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">20% off Pants!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>PANTS</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">10% Off Tops</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>TOPS</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_5-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Holiday Sale! Take 20% off any product in the store!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>XX20</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#212121\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">The hottest brands are always available</span></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"5\" column_spacing=\"30\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_1.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_2.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_3.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_4.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_5.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_6.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"mens\" number_posts=\"10\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_products_slider][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5>OTHER SHOPS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\"/][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our other product categories</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_8-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/accessories-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">ACCESSORIES</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/fusion_map][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Men\'s Shop','','publish','closed','closed','','mens-shop','','','2015-11-25 20:20:08','2015-11-25 20:20:08','',0,'https://www.resettohappiness.com/?page_id=280',0,'page','',0),(19920,1,'2015-11-25 20:23:24','2015-11-25 20:23:24','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Our monthly special allows you to receive 15% off your first order</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"25\" padding_bottom=\"100\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][recent_products per_page=\"15\" columns=\"5\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"170px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Full Shop','','trash','closed','closed','','full-shop__trashed-2','','','2019-02-20 03:59:21','2019-02-20 11:59:21','',0,'https://www.resettohappiness.com/?page_id=284',0,'page','',0),(19921,1,'2015-11-25 20:23:40','2015-11-25 20:23:40','','Full Shop With Sidebar','','trash','closed','closed','','full-shop-with-sidebar-2__trashed','','','2019-02-20 03:59:40','2019-02-20 11:59:40','',0,'https://www.resettohappiness.com/?page_id=286',0,'page','',0),(19922,1,'2015-11-25 20:23:52','2015-11-25 20:23:52','[fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"dress,womens\" number_posts=\"10\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Amazing deals on high quality items</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_12-compressor-3.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Take 15% off your first time order!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FT15</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">20% off Pants!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>PANTS</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">10% Off Tops</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>TOPS</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_5-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Holiday Sale! Take 20% off any product in the store!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>XX20</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#212121\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">The hottest brands are always available</span></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"5\" column_spacing=\"30\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_1.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_2.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_3.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_4.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_5.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_6.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">NEW ARRIVALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Hot new products are arriving to our store</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"womens\" per_page=\"10\" columns=\"4\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5>OTHER SHOPS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our other product categories</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_8-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/accessories-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">ACCESSORIES</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2017-11-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Women\'s Shop','','publish','closed','closed','','womens-shop','','','2015-11-25 20:23:52','2015-11-25 20:23:52','',0,'https://www.resettohappiness.com/?page_id=288',0,'page','',0),(19923,1,'2015-11-25 20:24:05','2015-11-25 20:24:05','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">We strive to offer the highest quality products at amazingly low prices</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 15%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Take 15% off your first time order!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FT15</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Holiday Sale! Take 20% off any product in the store!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>XX20</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10% 10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Only Today! Free Shipping on all store!</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FSNOW</strong></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">NEW ARRIVALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Hot new products are arriving to our store</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"7\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#212121\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">The hottest brands are always available</span></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"5\" column_spacing=\"30\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_1.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_2.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_3.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_4.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_5.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_6.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">POPULAR PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Most popular items choosen by our customers</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories\" number_posts=\"\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"3\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/home_slide_1-compressor.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5>OTHER SHOPS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our other product categories</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2017-11-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Accessories Shop','','publish','closed','closed','','accessories-shop','','','2015-11-25 20:24:05','2015-11-25 20:24:05','',0,'https://www.resettohappiness.com/?page_id=290',0,'page','',0),(19924,1,'2015-11-25 20:49:25','2015-11-25 20:49:25','[fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"20\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"1\" number_posts=\"1\" offset=\"3\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"30\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_recent_posts layout=\"thumbnails-on-side\" hover_type=\"liftup\" columns=\"1\" number_posts=\"3\" offset=\"4\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"3\" number_posts=\"3\" offset=\"7\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"20\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-04-15 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"\" counter_text_color=\"\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','News','','publish','closed','closed','','news','','','2015-11-25 20:49:25','2015-11-25 20:49:25','',0,'https://www.resettohappiness.com/?page_id=305',0,'page','',0),(19925,1,'2015-11-25 21:23:23','2015-11-25 21:23:23','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CONTACT US NOW</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Our Customer Service Department is at your complete disposal for any questions</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"top-into-view\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][fusion_content_box title=\"ADDRESS\" icon=\"fa-map-marker\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<p style=\"text-align: center;\">Come Visit Us\r\n12345 North Main Street\r\nOxford, United Kingdom</p>\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" icon=\"fa-envelope-o\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<p style=\"text-align: center;\">Email Us\r\ninfo@company.com\r\ncontact@company.com</p>\r\n[/fusion_content_box][fusion_content_box title=\"PHONE\" icon=\"fa-phone\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<p style=\"text-align: center;\">Call Us\r\n1-555-123-4567\r\n1-800-123-4567</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"125px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WE ARE HERE TO HELP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Need some help? Fill out the form below and our staff will be in touch!</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text][contact-form-7 id=\"626\" title=\"Contact Page\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','publish','closed','closed','','contact','','','2015-11-25 21:23:23','2015-11-25 21:23:23','',0,'https://www.resettohappiness.com/?page_id=340',0,'page','',0),(19926,1,'2015-12-01 13:35:28','2015-12-01 13:35:28','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_8-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/accessories-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">ACCESSORIES</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" top_margin=\"65\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/full-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW ALL PRODUCTS</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"\" number_posts=\"6\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"140px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: left;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our weekly promotions for amazing deals on hot items</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: left;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make an amazing type specimen book.</p>\r\n\r\n<h4 style=\"font-size: 33px; text-align: left;\"></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/promotions\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW PROMOTIONS</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/promo_image-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/promotions\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY PROMOTIONS</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_9-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">REDEFINING FASHION</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer galley of type and scrambled.</p>\r\n<p style=\"text-align: center;\">Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','trash','closed','closed','','home-2-2__trashed','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',0,'https://www.resettohappiness.com/?page_id=640',0,'page','',0),(19927,1,'2015-12-01 13:52:21','2015-12-01 13:52:21','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 20%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; letter-spacing: 1px;\"><span style=\"color: #ffffff;\">LATEST MEN\'S FASHION</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_10-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 20%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; letter-spacing: 1px;\"><span style=\"color: #ffffff;\">LATEST WOMEN\'S FASHION</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" size=\"xlarge\" stretch=\"yes\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"\" class=\"customButton\" id=\"\"]View Our Shop[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"140px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: left;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our weekly promotions for amazing deals on hot items</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: left;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make an amazing type specimen book.</p>\r\n\r\n<h4 style=\"font-size: 33px; text-align: left;\"></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/promotions\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW PROMOTIONS</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/promo_image-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/promotions\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY PROMOTIONS</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"8%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Avada’s beautiful selection of women\'s fashion ensures you look your best this coming season</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/womens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW WOMEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 7% 40px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text][product_category category=\"womens\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Coco Chanel\" avatar=\"image\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/quote_img_2-compressor.jpg\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_self\"]\r\n<h4 style=\"margin-top: 0px;\">Fashion is not something that exists in dresses only. Fashion is in the sky, in the street, fashion has to do with ideas, the way we live, what is happening.</h4>\r\n[/fusion_testimonial][fusion_testimonial name=\"Salman Khan\" avatar=\"image\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/quote_img_1-compressor.jpg\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_self\"]\r\n<h4 style=\"margin-top: 0px;\">All fashion brands are about looking good. Being Human is also about doing good. And you can do good by the simple act of slipping into a t-shirt or a pair of jeans.</h4>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 7% 40px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text][product_category category=\"mens\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"8%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">We offer unique twists on classic styles for men\'s fashion</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/mens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW MEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"165px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 3','','trash','closed','closed','','home-3-2__trashed','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',0,'https://www.resettohappiness.com/?page_id=646',0,'page','',0),(27,1,'2015-05-11 16:14:51','2015-05-11 16:14:51','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\nModern Shop \"[your-subject]\"\n[your-name] <noemail@example.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\nnoemail@example.com\n\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Classic Shop Live Demo (https://www.resettohappiness.com)\n[your-email]\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour entered code is incorrect.\n','Contact Form','','publish','closed','open','','contact-form-1-3','','','2015-05-11 16:14:51','2015-05-11 16:14:51','',0,'https://www.resettohappiness.com/?post_type=wpcf7_contact_form&amp;p=27',0,'wpcf7_contact_form','',0),(626,1,'2015-12-01 00:13:02','2015-12-01 00:13:02','<div class=\"fusion-one-third fusion-layout-column fusion-spacing-yes\">[text* your-name placeholder \"NAME\"]</div>\r\n<div class=\"fusion-one-third fusion-layout-column fusion-spacing-yes\">[email* your-email placeholder \"EMAIL\"] </div>\r\n<div class=\"fusion-one-third fusion-layout-column fusion-column-last fusion-spacing-yes\">[text* your-name placeholder \"SUBJECT\"]</div>\r\n\r\n<p>[textarea your-message placeholder \"MESSAGE\"]</p>\r\n\r\n<p>[submit class:fusion-button class:fusion-xlarge, class:button-default class:\"send\"] </p>\n1\n\"[your-subject]\"\nReset To Happiness <becky@resettohappiness.com>\nbecky@resettohappiness.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 Reset To Happiness (https://www.resettohappiness.com)\nReply-To: [your-email]\n\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Contact Page','','publish','closed','closed','','contact-page','','','2019-02-10 12:28:05','2019-02-10 20:28:05','',0,'https://www.resettohappiness.com/?post_type=wpcf7_contact_form&#038;p=626',0,'wpcf7_contact_form','',0),(19962,1,'2019-02-09 04:49:55','2019-02-09 12:49:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fcf9ef\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">Change your perception, change your life.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"medium\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 04:49:55','2019-02-09 12:49:55','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(19960,1,'2019-02-09 04:46:27','2019-02-09 12:46:27','I was just thinking about how a baby teeters and wobbles while learning to walk. Falling down and getting back up are an automatic part of the process. Often the fall is accompanied by laughter. At no point does the baby just sit there and refuse to try again because of failure.\n\nWhat if life is about baby steps? What if the way through life is teetering and wobbling down a path? Laughing when we fall down. Getting back up. Continuing on and becoming steady in the process. Sounds like a fun and focused way to navigate life.','Baby Steps','','inherit','closed','closed','','19689-autosave-v1','','','2019-02-09 04:46:27','2019-02-09 12:46:27','',19689,'https://www.resettohappiness.com/blog/2019/02/09/19689-autosave-v1/',0,'revision','',0),(19955,1,'2019-02-09 04:05:47','2019-02-09 12:05:47','','laughing-picture','','inherit','open','closed','','laughing-picture','','','2019-02-09 04:06:17','2019-02-09 12:06:17','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg',0,'attachment','image/jpeg',0),(19956,1,'2019-02-09 04:10:38','2019-02-09 12:10:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]LEARN HOW TO PLAY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">Go to the blog page to find posts about what interests you the most.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-09 04:10:38','2019-02-09 12:10:38','',8,'https://www.resettohappiness.com/blog/2019/02/09/8-revision-v1/',0,'revision','',0),(19929,1,'2019-02-08 05:57:22','2019-02-08 13:57:22','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga_top.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Yoga Explained</h2>\r\n<h3>A beginners guide to start yoga at any age</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga5-e1434640052639.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"color: #ffffff;\">Yoga Is A Way Of Life</h2>\r\n<h3 style=\"color: #ffffff;\">Find out how you can embrace the lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"color: #ffffff;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s when an unknown printer took a galley of type and scrambled it to make a type specimen.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 05:57:22','2019-02-08 13:57:22','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(20339,1,'2019-02-28 10:26:21','2019-02-28 18:26:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>[fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]</p><h3>Books</h3><p><em>I love these books. I\'ve used them for years.</em></p><p><a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a><br />Bryon Katie with Stephen Mitchell</p><p><a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a><br />Louise Hay</p><p><a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a><br />Christopher K. Germer, PhD</p><p><a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a><br />Eckhart Tolle</p><p><a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a><br />Ester and Jerry Hicks (Any of their books are good)</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-28 10:26:21','2019-02-28 18:26:21','',12,'https://www.resettohappiness.com/blog/2019/02/28/12-revision-v1/',0,'revision','',0),(19936,1,'2019-02-08 07:21:51','2019-02-08 15:21:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/lake.jpg\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"400\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. We have an incredible power available to us to make things happen first with thought, then with action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 07:21:51','2019-02-08 15:21:51','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19930,1,'2019-02-08 06:11:01','2019-02-08 14:11:01','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga_top.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. We have an incredible power available to us to make things happen first with thought, then with action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga5-e1434640052639.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">A Little Background</h2>\r\n<h3 style=\"color: #ffffff;\">The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"color: #ffffff;\">I believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. We have an incredible power available to us to make things happen first with thought, then with action.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 06:11:01','2019-02-08 14:11:01','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19937,1,'2019-02-08 08:33:12','2019-02-08 16:33:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/lake.jpg\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"400\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>I believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 08:33:12','2019-02-08 16:33:12','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19938,1,'2019-02-08 08:40:58','2019-02-08 16:40:58','','blog-page4','','inherit','open','closed','','blog-page4','','','2019-02-08 08:41:21','2019-02-08 16:41:21','',10,'https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg',0,'attachment','image/jpeg',0),(20009,1,'2019-02-16 16:25:59','2019-02-17 00:25:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.59)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-16 16:25:59','2019-02-17 00:25:59','',10,'https://www.resettohappiness.com/blog/2019/02/16/10-revision-v1/',0,'revision','',0),(19939,1,'2019-02-08 08:47:45','2019-02-08 16:47:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"150\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/lake.jpg\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"400\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 08:47:45','2019-02-08 16:47:45','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19940,1,'2019-02-08 08:54:25','2019-02-08 16:54:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/lake.jpg\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"400\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 08:54:25','2019-02-08 16:54:25','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19941,1,'2019-02-08 09:21:06','2019-02-08 17:21:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/lake.jpg\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"400\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 09:21:06','2019-02-08 17:21:06','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19942,1,'2019-02-08 10:04:01','2019-02-08 18:04:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/lake.jpg\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"400\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"yes\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 10:04:01','2019-02-08 18:04:01','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19944,1,'2019-02-08 10:27:09','2019-02-08 18:27:09','','lake2','','inherit','open','closed','','lake2','','','2019-02-08 10:27:28','2019-02-08 18:27:28','',10,'https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg',0,'attachment','image/jpeg',0),(19945,1,'2019-02-08 10:34:34','2019-02-08 18:34:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"yes\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 10:34:34','2019-02-08 18:34:34','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19946,1,'2019-02-08 10:47:06','2019-02-08 18:47:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"yes\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 10:47:06','2019-02-08 18:47:06','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19947,1,'2019-02-08 11:13:34','2019-02-08 19:13:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fcf9ef\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 11:13:34','2019-02-08 19:13:34','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19948,1,'2019-02-08 11:21:39','2019-02-08 19:21:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fcf9ef\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Featured Post</h2><h3 style=\"text-align: center;\">New ways to look at life. Change your perception, change your life.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 11:21:39','2019-02-08 19:21:39','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19952,1,'2019-02-08 12:28:40','2019-02-08 20:28:40','','quote-background','','inherit','open','closed','','quote-background','','','2019-02-08 12:29:37','2019-02-08 20:29:37','',10,'https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg',0,'attachment','image/jpeg',0),(19953,1,'2019-02-08 12:32:36','2019-02-08 20:32:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fcf9ef\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">New ways to look at life. Change your perception, change your life.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 12:32:36','2019-02-08 20:32:36','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19949,1,'2019-02-08 11:32:32','2019-02-08 19:32:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#fcf9ef\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">New ways to look at life. Change your perception, change your life.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga1.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ad9dde\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum and find yourself missing classes regularly?</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-6/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#9989ca\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every begginer must learn before they can call themsleves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-3/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga3.jpg\" background_repeat=\"no-repeat\" background_position=\"left center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/yoga4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Yoga is the unifying art of transforming dharma into action, be it through inspired thought, properly nurturing our children, a painting, a kindness or an act of peace. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Healthy plants and trees yield abundant flowers and fruits. Similarly, from a healthy person, smiles and happiness shine forth like the rays of the sun.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-08 11:32:32','2019-02-08 19:32:32','',10,'https://www.resettohappiness.com/blog/2019/02/08/10-revision-v1/',0,'revision','',0),(19951,1,'2019-02-08 12:06:24','2019-02-08 20:06:24','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Eat Well. Live Well.</h2>\r\n<h3>Staying fit is not only about exercise, it\'s about an entire lifestyle change.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','lifestyle rt copy with white bckrd pix','','publish','closed','closed','','lifestyle-rt-copy-with-white-bckrd-pix','','','2019-02-08 12:06:24','2019-02-08 20:06:24','',0,'https://www.resettohappiness.com/blog/fusion_element/lifestyle-rt-copy-with-white-bckrd-pix/',0,'fusion_element','',0),(19978,1,'2019-02-09 10:54:03','2019-02-09 18:54:03','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-09 10:54:03','2019-02-09 18:54:03','',8,'https://www.resettohappiness.com/blog/2019/02/09/8-revision-v1/',0,'revision','',0),(19957,1,'2019-02-09 04:17:35','2019-02-09 12:17:35','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL3lvZ2EtZml0bmVzcy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hvbWUtZ2FyZGVuLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2hlYWx0aC13ZWxsYmVpbmcvIj5TaG9wIEZ1biBTdHVmZjwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYXZhZGEvbGlmZXN0eWxlL2Zhc2hpb24tYmVhdXR5LyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-09 04:17:35','2019-02-09 12:17:35','',8,'https://www.resettohappiness.com/blog/2019/02/09/8-revision-v1/',0,'revision','',0),(19961,1,'2019-02-09 04:47:22','2019-02-09 12:47:22','','babysteps5','','inherit','open','closed','','babysteps5','','','2019-02-09 04:47:42','2019-02-09 12:47:42','',19689,'https://www.resettohappiness.com/wp-content/uploads/2019/01/babysteps5.jpg',0,'attachment','image/jpeg',0),(19963,1,'2019-02-09 05:12:41','2019-02-09 13:12:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.8)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">Change your perception, change your life.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_blog layout=\"medium\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 05:12:41','2019-02-09 13:12:41','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(19964,1,'2019-02-09 05:40:24','2019-02-09 13:40:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.8)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#b2077e\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" /][fusion_blog layout=\"medium\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 05:40:24','2019-02-09 13:40:24','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(19965,1,'2019-02-09 05:47:37','2019-02-09 13:47:37','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.8)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPast Posts\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_blog layout=\"medium\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 05:47:37','2019-02-09 13:47:37','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(19966,1,'2019-02-09 06:04:13','2019-02-09 14:04:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.8)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]Past Posts\r\n<h3>Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 06:04:13','2019-02-09 14:04:13','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(20037,1,'2019-02-17 06:33:01','2019-02-17 14:33:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.59)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-17 06:33:01','2019-02-17 14:33:01','',10,'https://www.resettohappiness.com/blog/2019/02/17/10-revision-v1/',0,'revision','',0),(19968,1,'2019-02-09 06:13:51','2019-02-09 14:13:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.59)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 06:13:51','2019-02-09 14:13:51','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(19967,1,'2019-02-09 06:09:16','2019-02-09 14:09:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.8)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Past Post</h2><h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-09 06:09:16','2019-02-09 14:09:16','',10,'https://www.resettohappiness.com/blog/2019/02/09/10-revision-v1/',0,'revision','',0),(19969,1,'2019-02-09 06:27:11','2019-02-09 14:27:11','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-09 06:27:11','2019-02-09 14:27:11','',19823,'https://www.resettohappiness.com/blog/2019/02/09/19823-revision-v1/',0,'revision','',0),(19970,1,'2019-02-28 11:08:13','2019-02-28 19:08:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links6.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFirst thing every morning, before I meditate, I take 15 to 30 minutes and either read a book or watch a You Tube video dedicated to personal/spiritual growth. This is when I often have my aha moments. The resources listed here have helped me tremendously. I found them when I most needed to know what they had to share. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n<a href=\"http://thework.com/en\" target=\"_blank\" rel=\"noopener noreferrer\">Bryon Katie The Work Website</a>\r\nThe Work is a way to identify and question the thoughts that cause all your suffering. Everything you need in order to do The Work is available free on this website.\r\n\r\n<a href=\"https://www.lifeisgood.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Life Is Good Website</a>\r\nAlthough I create and sell t-shirts, I just love their products. Very good mojo here.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site for those of you who like to journal. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI love sharing ideas, information, links, sites, whatever I\'ve found that I know would help someone else. If you have a favorite book, video, service or link that you believe would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-autosave-v1','','','2019-02-28 11:08:13','2019-02-28 19:08:13','',12,'https://www.resettohappiness.com/blog/2019/02/09/12-autosave-v1/',0,'revision','',0),(20254,1,'2019-02-25 12:07:36','2019-02-25 20:07:36','','links-testimonial','','inherit','open','closed','','links-testimonial','','','2019-02-25 12:07:36','2019-02-25 20:07:36','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg',0,'attachment','image/jpeg',0),(19971,1,'2019-02-09 06:32:20','2019-02-09 14:32:20','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#7ebfba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/7-ways-to-keep-the-winter-blues-at-bay/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-09 06:32:20','2019-02-09 14:32:20','',12,'https://www.resettohappiness.com/blog/2019/02/09/12-revision-v1/',0,'revision','',0),(19972,1,'2019-02-09 06:39:53','2019-02-09 14:39:53','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health-beauty-fab-501.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for elgeant living</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#74c5e3\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Don\'t believe the myth - fashion isn’t just about the clothing. We scout out top looks and investigate how this year\'s best dressed are accessorising.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-1/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion1.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#83c9e2\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not sure what to wear this summer? We analyse the most in-demand looks of the year and how to achieve them on a high street budget.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#74c5e3\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"100px 14% 100px 14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">From New York to London. We ask top fashion designers what they think of this year\'s most controversial new fashion trends.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/health-wellbeing/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion3.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/girl-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h2>Fabulous Skin</h2>\r\n<h3>No matter what age, your skin can look like this</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the source.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion-beauty-parallax2.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"True beauty in a woman is reflected in her soul. It’s the caring that she lovingly gives, the passion that she shows &amp; the beauty of a woman only grows with passing years.\"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“There is a fountain of youth: it is your mind, your talents, the creativity you bring to your life and the lives of people you love. When you learn to tap this source, you will truly defeat age.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-09 06:39:53','2019-02-09 14:39:53','',19824,'https://www.resettohappiness.com/blog/2019/02/09/19824-revision-v1/',0,'revision','',0),(19973,1,'2019-02-09 06:54:47','2019-02-09 14:54:47',' ','','','publish','closed','closed','','19973','','','2019-02-27 11:22:20','2019-02-27 19:22:20','',0,'https://www.resettohappiness.com/?p=19973',3,'nav_menu_item','',0),(19974,1,'2019-02-09 06:54:47','2019-02-09 14:54:47',' ','','','publish','closed','closed','','19974','','','2019-02-27 11:22:20','2019-02-27 19:22:20','',0,'https://www.resettohappiness.com/?p=19974',5,'nav_menu_item','',0),(19975,1,'2019-02-09 06:54:46','2019-02-09 14:54:46',' ','','','publish','closed','closed','','19975','','','2019-02-27 11:22:20','2019-02-27 19:22:20','',0,'https://www.resettohappiness.com/?p=19975',1,'nav_menu_item','',0),(19976,1,'2019-02-09 06:54:47','2019-02-09 14:54:47',' ','','','publish','closed','closed','','19976','','','2019-02-27 11:22:20','2019-02-27 19:22:20','',0,'https://www.resettohappiness.com/?p=19976',4,'nav_menu_item','',0),(19977,1,'2019-02-09 06:54:46','2019-02-09 14:54:46',' ','','','publish','closed','closed','','19977','','','2019-02-27 11:22:20','2019-02-27 19:22:20','',0,'https://www.resettohappiness.com/?p=19977',2,'nav_menu_item','',0),(19979,1,'2019-02-09 11:03:59','2019-02-09 19:03:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLyI+U2hvcCBGdW4gU3R1ZmY8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-09 11:03:59','2019-02-09 19:03:59','',8,'https://www.resettohappiness.com/blog/2019/02/09/8-revision-v1/',0,'revision','',0),(19980,1,'2019-02-09 11:07:12','2019-02-09 19:07:12','','supermarket3','','inherit','open','closed','','supermarket3','','','2019-02-09 11:07:37','2019-02-09 19:07:37','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket3.jpg',0,'attachment','image/jpeg',0),(19981,1,'2019-02-09 11:12:09','2019-02-09 19:12:09','','shop-hp2','','inherit','open','closed','','shop-hp2','','','2019-02-09 11:12:33','2019-02-09 19:12:33','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wpyz_posts` VALUES (19994,1,'2019-02-10 11:59:39','2019-02-10 19:59:39','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-10 11:59:39','2019-02-10 19:59:39','',8,'https://www.resettohappiness.com/blog/2019/02/10/8-revision-v1/',0,'revision','',0),(19982,1,'2019-02-09 11:13:00','2019-02-09 19:13:00','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLyI+U2hvcCBGdW4gU3R1ZmY8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp2.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-09 11:13:00','2019-02-09 19:13:00','',8,'https://www.resettohappiness.com/blog/2019/02/09/8-revision-v1/',0,'revision','',0),(19983,1,'2019-02-09 11:13:40','2019-02-09 19:13:40','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-09 11:13:40','2019-02-09 19:13:40','',19823,'https://www.resettohappiness.com/blog/2019/02/09/19823-revision-v1/',0,'revision','',0),(19985,1,'2019-02-09 11:20:15','2019-02-09 19:20:15','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLyI+UmVzZXQgVG8gSGFwcGluZXNzIEJsb2c8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLyI+UGxheSBZb3UgQXJlIEFtYXppbmc8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLyI+U2hvcCBGdW4gU3R1ZmY8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSJyZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLyI+SGVscGZ1bCBMaW5rczwvYT48L2gzPgo8L2Rpdj4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-09 11:20:15','2019-02-09 19:20:15','',8,'https://www.resettohappiness.com/blog/2019/02/09/8-revision-v1/',0,'revision','',0),(19984,1,'2019-02-09 11:19:22','2019-02-09 19:19:22','','shop-hp3','','inherit','open','closed','','shop-hp3','','','2019-02-09 11:19:46','2019-02-09 19:19:46','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg',0,'attachment','image/jpeg',0),(19987,1,'2019-02-09 11:24:32','2019-02-09 19:24:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','top of page','','publish','closed','closed','','top-of-page','','','2019-02-09 11:24:32','2019-02-09 19:24:32','',0,'https://www.resettohappiness.com/blog/fusion_element/top-of-page/',0,'fusion_element','',0),(20090,1,'2019-02-18 03:30:18','2019-02-18 11:30:18','','amazing-ready','','inherit','open','closed','','amazing-ready','','','2019-02-18 03:37:07','2019-02-18 11:37:07','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg',0,'attachment','image/jpeg',0),(20082,1,'2019-02-18 02:09:13','2019-02-18 10:09:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 02:09:13','2019-02-18 10:09:13','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(19990,1,'2019-02-09 11:43:10','2019-02-09 19:43:10','','amazing-page','','inherit','open','closed','','amazing-page','','','2019-02-09 11:43:36','2019-02-09 19:43:36','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page.jpg',0,'attachment','image/jpeg',0),(19991,1,'2019-02-09 11:45:10','2019-02-09 19:45:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">You Are Amazing</h2>\r\n<h3 style=\"color: #ffffff;\">Let\'s play the <em>You Are Amazing</em> game.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-09 11:45:10','2019-02-09 19:45:10','',19823,'https://www.resettohappiness.com/blog/2019/02/09/19823-revision-v1/',0,'revision','',0),(19992,1,'2019-02-09 11:48:52','2019-02-09 19:48:52','','amazing-page2','','inherit','open','closed','','amazing-page2','','','2019-02-09 11:49:07','2019-02-09 19:49:07','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page2.jpg',0,'attachment','image/jpeg',0),(19993,1,'2019-02-09 11:51:51','2019-02-09 19:51:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-09 11:51:51','2019-02-09 19:51:51','',19823,'https://www.resettohappiness.com/blog/2019/02/09/19823-revision-v1/',0,'revision','',0),(19995,1,'2019-02-10 12:06:21','2019-02-10 20:06:21','','','','trash','closed','closed','','__trashed','','','2019-03-03 12:03:52','2019-03-03 20:03:52','',0,'https://www.resettohappiness.com/?page_id=19995',0,'page','',0),(19996,1,'2019-02-10 12:04:30','2019-02-10 20:04:30','','','','inherit','closed','closed','','19995-revision-v1','','','2019-02-10 12:04:30','2019-02-10 20:04:30','',19995,'https://www.resettohappiness.com/blog/2019/02/10/19995-revision-v1/',0,'revision','',0),(20353,1,'2019-02-28 15:33:19','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-02-28 15:33:19','0000-00-00 00:00:00','',0,'https://www.resettohappiness.com/?post_type=forum&p=20353',0,'forum','',0),(20354,1,'2019-02-28 15:39:20','2019-02-28 23:39:20','Tell us where you were, what you were doing, and how you felt when the <em>You’re So Amazing</em> card found you.','Amazing Card Sharing','','trash','closed','open','','amazing-card-sharing__trashed','','','2019-02-28 15:47:30','2019-02-28 23:47:30','',0,'https://www.resettohappiness.com/?post_type=forum&#038;p=20354',0,'forum','',0),(20355,1,'2019-02-28 15:39:20','2019-02-28 23:39:20','Tell us where you were, what you were doing, and how you felt when the <em>You’re So Amazing</em> card found you.','Amazing Card Sharing','','inherit','closed','closed','','20354-revision-v1','','','2019-02-28 15:39:20','2019-02-28 23:39:20','',20354,'https://www.resettohappiness.com/blog/2019/02/28/20354-revision-v1/',0,'revision','',0),(20322,1,'2019-02-28 06:45:35','2019-02-28 14:45:35','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join me</h2>\r\n<h3>in taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\r\n\r\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\r\n\r\nSo come on, let’s take this journey together. It’ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">latest posts</h2>\r\n<h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 06:45:35','2019-02-28 14:45:35','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(20320,1,'2019-02-28 06:38:36','2019-02-28 14:38:36','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>Join me</h2><h3>in taking a journey to joy!</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>Last year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.</p><p>So, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to so I can experience joy rising again.</p><p>I love being connected to my higher power. I love going deep and talking about personal growth, spiritual connection and what is possible in this magical world we live in. One of my god-given talents is to share deep stuff—in a way that is easy to absorb. Hence the blog.</p><p>So come on, let’s take this journey together. It’ll be fun!</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-28 06:38:36','2019-02-28 14:38:36','',8,'https://www.resettohappiness.com/blog/2019/02/28/8-revision-v1/',0,'revision','',0),(20209,1,'2019-02-20 15:17:06','2019-02-20 23:17:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 15:17:06','2019-02-20 23:17:06','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(19998,0,'2019-03-05 07:38:39','2019-03-05 15:38:39','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjAuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaW1hZ2Utc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOmltYWdlPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLWltYWdlLzEuMSI+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Fib3V0LXVzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMDk6MjU6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2Fib3V0LXVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hYm91dC11czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jhbm5lci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDA5OjI4OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9iYW5uZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhbm5lcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtc2xpZGUyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMDk6MzE6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2hvbWUtc2xpZGUyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLXNsaWRlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NhcnQtaGVhZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDUtMTJUMDk6NDY6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NhcnQtaGVhZGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXJ0LWhlYWRlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3Atc2xpZGVyLTcwMC88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDEwOjA3OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9zaG9wLXNsaWRlci03MDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3Atc2xpZGVyLTcwMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Byb21vdGlvbi1zbGlkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMDoxMjo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvcHJvbW90aW9uLXNsaWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW90aW9uLXNsaWRlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2NoZWNrLW91dC1zbGlkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMDoxNTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY2hlY2stb3V0LXNsaWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2hlY2stb3V0LXNsaWRlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMi0zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDMtMTJUMTk6NDI6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYWxsLXRvLWFjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDEyOjE5OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jYWxsLXRvLWFjdGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FsbC10by1hY3Rpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tYXJrZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNS0xMlQxMjoyMDozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvbWFya2VyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tYXJrZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9teS1hY2NvdW50LWhlYWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTA1LTEyVDEzOjA2OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9teS1hY2NvdW50LWhlYWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bXktYWNjb3VudC1oZWFkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS95b2dhLXNsaWRlci88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTE5VDIxOjAyOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhLXNsaWRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYS1zbGlkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aC1iZWF1dHktZmFiLTUwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGgtYmVhdXR5LWZhYi01MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhc2hpb24xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9mYXNoaW9uMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFzaGlvbjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Zhc2hpb24yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXNoaW9uMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtZ2FyZGVuMS88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTE5VDIyOjIxOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ob21lLWdhcmRlbjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtZ2FyZGVuMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaG9tZS1nYXJkZW4zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtZ2FyZGVuLXRhYnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtZ2FyZGVuLXRhYnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtZ2FyZGVuLXRhYnMxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLWdhcmRlbi10YWJzMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaG9tZS1nYXJkZW4tdGFiczIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtZ2FyZGVuLXRhYnMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaGVhbHRoLWZpdG5lc3MxLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDMtMTlUMjM6MTc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aC1maXRuZXNzMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoLWZpdG5lc3MxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hlYWx0aDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFsdGgzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbGlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvaGVhbHRoNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhbHRoNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2ExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL3lvZ2EzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT55b2dhMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnlvZ2E0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhNS1lMTQzNDY0MDA1MjYzOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9iYWJ5LWJ1bXAtZmFzaGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieS1idW1wLWZhc2hpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9ncmFzcy1mYW1pbHkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdyYXNzLWZhbWlseTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2hvbWUtYWxtb25kcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1hbG1vbmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGgtYmVhdXR5LWZhYi01MDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aC1iZWF1dHktZmFiLTUwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcXVvdGVfaW1nXzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTExLTMwVDE2OjIyOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9xdW90ZV9pbWdfMS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdW90ZV9pbWdfMS1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcXVvdGVfaW1nXzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTExLTMwVDE2OjIyOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9xdW90ZV9pbWdfMi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdW90ZV9pbWdfMi1jb21wcmVzc29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xvZ29fMXgvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNzoyNzoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvbW9kZXJuX2xvZ29fMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9sb2dvXzF4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vbW9kZXJuX2xvZ29fMngvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNzoyNzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvbW9kZXJuX2xvZ29fMngucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9sb2dvXzJ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2lkZWJhcl9hZC1jb21wcmVzc29yLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMS0zMFQxNzo0OTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvc2lkZWJhcl9hZC1jb21wcmVzc29yLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNpZGViYXJfYWQtY29tcHJlc3Nvci0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy95b2dhX3RvcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYV90b3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saWZlc3R5bGVfbG9nb18xeC88L2xvYz48bGFzdG1vZD4yMDE1LTA2LTI1VDIxOjEwOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9saWZlc3R5bGVfbG9nb18xeC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGlmZXN0eWxlX2xvZ29fMXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saWZlc3R5bGVfbG9nb18yeC88L2xvYz48bGFzdG1vZD4yMDE1LTA2LTI1VDIxOjEwOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9saWZlc3R5bGVfbG9nb18yeC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGlmZXN0eWxlX2xvZ29fMng8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9zcG9vbnMtY29tcHJlc3Nvci0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zcG9vbnMtY29tcHJlc3Nvci0zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9naXJsLWNvbXByZXNzb3ItMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z2lybC1jb21wcmVzc29yLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2cxLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2cxLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2cyLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2cyLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2czLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2czLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2c0LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2c0LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2c1LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2c1LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2c2LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2c2LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2c3LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2c3LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTUvMDMvMTIvYWVuZWFuLW9kaW8tbWF1cmlzLWxpcHN1bS0xX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mjk6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzAzL2Jsb2c4LWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2c4LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oZWF0aC13ZWxsYmVpbmctdG9wMS88L2xvYz48bGFzdG1vZD4yMDE1LTA2LTI2VDIwOjE0OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9oZWF0aC13ZWxsYmVpbmctdG9wMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhdGgtd2VsbGJlaW5nLXRvcDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaWRlYmFyX2FkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDYtMjZUMjA6Mzk6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L3NpZGViYXJfYWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNpZGViYXJfYWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzYvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb182LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb183LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb18xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb18yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb18zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb180LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icmFuZF9sb2dvXzUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQwMzoxMTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnJhbmRfbG9nb181LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5icmFuZF9sb2dvXzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9idXR0b25fc2hpcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODoyNjo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvYnV0dG9uX3NoaXJ0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5idXR0b25fc2hpcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXN1YWxfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2Nhc3VhbF9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhc3VhbF9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXN1YWxfdm5lY2svPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY2FzdWFsX3ZuZWNrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXN1YWxfdm5lY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9kaW5uZXJfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2Rpbm5lcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRpbm5lcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9lbGVnYW50X2dvd24vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvZWxlZ2FudF9nb3duLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5lbGVnYW50X2dvd248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9pbmZpbml0eV9zY2FyZi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9pbmZpbml0eV9zY2FyZi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW5maW5pdHlfc2NhcmY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wbHVzaF9zd2VhdGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3BsdXNoX3N3ZWF0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBsdXNoX3N3ZWF0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGVla19qdW1wZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2xlZWtfanVtcGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGVla19qdW1wZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlwX2RyZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDQ6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3NsaXBfZHJlc3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaXBfZHJlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdWVkZV9jYXJkaWdhbi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ0OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zdWVkZV9jYXJkaWdhbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VlZGVfY2FyZGlnYW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdWVkZV9qYWNrZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NDo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc3VlZGVfamFja2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdWVkZV9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdW1tZXJfZnJvY2svPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxODo0NTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc3VtbWVyX2Zyb2NrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW1tZXJfZnJvY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdW1tZXJfc2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDU6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3N1bW1lcl9zZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnN1bW1lcl9zZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90d2lsbF9zY2FyZi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE4OjQ1OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi90d2lsbF9zY2FyZi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dHdpbGxfc2NhcmY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS94cmF5X3NvZnR3YXJlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTg6NDU6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3hyYXlfc29mdHdhcmUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnhyYXlfc29mdHdhcmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJvdXNlbF8xLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MTU6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2Nhcm91c2VsXzEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhcm91c2VsXzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJvdXNlbF8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MTU6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2Nhcm91c2VsXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhcm91c2VsXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJvdXNlbF8zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MTU6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2Nhcm91c2VsXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhcm91c2VsXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXJvdXNlbF80LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMTk6MTU6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2Nhcm91c2VsXzQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhcm91c2VsXzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8xLWNvbXByZXNzb3ItMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjI1OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8xLWNvbXByZXNzb3IxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8yLWNvbXByZXNzb3ItMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDE5OjI1OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNS9jb2xfYmtnZF8yLWNvbXByZXNzb3IxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8zLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozMjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF80LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozMjo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfNC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF80LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF81LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozMjo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfNS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF81LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19pbWFnZS1jb21wcmVzc29yLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQxOTozODoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvcHJvbW9faW1hZ2UtY29tcHJlc3Nvci0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm9tb19pbWFnZS1jb21wcmVzc29yLTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV8xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzItY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV8yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV8zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lX3NsaWRlXzQtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIwOjE0OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9ob21lX3NsaWRlXzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZV9zbGlkZV80LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF82LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoyNjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfNi1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF82LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF83LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoyNzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfNy1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF83LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF84LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDoyNzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfOC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF84LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF85LWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMDozMToyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvY29sX2JrZ2RfOS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF85LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8xMC1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6MzQ6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL2NvbF9ia2dkXzEwLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzEwLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8xMS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjA6NTU6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzExLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzExLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8xMi1jb21wcmVzc29yLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMTowMjozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDUvY29sX2JrZ2RfMTItY29tcHJlc3Nvci0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2xfYmtnZF8xMi1jb21wcmVzc29yLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jb2xfYmtnZF8xMy1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDJUMjE6MDM6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA1L2NvbF9ia2dkXzEzLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbF9ia2dkXzEzLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzEtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzEtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzItY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzItY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzMtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzMtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF8zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzQtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzQtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF80LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzUtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzUtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF81LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzYtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzYtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF82LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzctY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzctY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF83LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzgtY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzgtY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF84LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzktY29tcHJlc3Nvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTAyVDIxOjE0OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wb3N0XzktY29tcHJlc3Nvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF85LWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0XzEwLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wMlQyMToxNDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvcG9zdF8xMC1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0XzEwLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS80MS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI1VDIyOjM3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS80MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS81Ny88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI1VDIyOjM3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS81Ny5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMV9zbGlkZV9vbmVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QxNjozOToxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaG9tZTFfc2xpZGVfb25lX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xQXo8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTc6MjM6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18yXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0wOVQxODowMzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcG9zdF9pbWdfMl8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3N0X2ltZ18yXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18zLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6MjQ6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ183LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6NTQ6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ184LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTg6NTc6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ185LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMTk6MDY6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Bvc3RfaW1nXzkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3RfaW1nXzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xMC88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjA4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xMS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjEyOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wb3N0X2ltZ18xMi88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTA5VDE5OjE1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wb3N0X2ltZ18xMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdF9pbWdfMTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90ZXN0aW1vbmlhbHNfaG9tZV8xX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMDlUMjA6NTU6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA4L3Rlc3RpbW9uaWFsc19ob21lXzFfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3RpbW9uaWFsc19ob21lXzFfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYXltZW50X2NhcmRzX2Zvb3Rlci88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTExVDAyOjU4OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYXltZW50X2NhcmRzX2Zvb3Rlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGF5bWVudF9jYXJkc19mb290ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMV9zbGlkZV8yX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTFUMDU6MTI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUxX3NsaWRlXzJfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUxX3NsaWRlXzJfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMl9zbGlkZV9vbmVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xMVQyMjoxMzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaG9tZTJfc2xpZGVfb25lX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMl9zbGlkZV9vbmVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE0VDE5OjEwOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2ltZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGVzdGltb25pYWxzX2N1c3RvbWVyc19pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9maXZlX3N0YXJzX2N1c3RvbWVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMTk6NTM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2ZpdmVfc3RhcnNfY3VzdG9tZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZpdmVfc3RhcnNfY3VzdG9tZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90ZXN0aW1vbmlhbHNfY3VzdG9tZXJzX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjA6MDE6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Rlc3RpbW9uaWFsc19jdXN0b21lcnNfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3RpbW9uaWFsc19jdXN0b21lcnNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9sb29rYm9va19zcHJpbmdfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQyMDoxODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbG9va2Jvb2tfc3ByaW5nX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb29rYm9va19zcHJpbmdfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZXJfYnJ1c2hfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQyMjowODoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2xpZGVyX2JydXNoX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbGlkZXJfYnJ1c2hfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fdF9zaGlydF9ibHVlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjI6NTc6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl90X3NoaXJ0X2JsdWUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl90X3NoaXJ0X2JsdWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbl90X3NoaXJ0X2JsYWNrLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjM6MDA6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3dvbWVuX3Rfc2hpcnRfYmxhY2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvbWVuX3Rfc2hpcnRfYmxhY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aXRsZV9pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0xNFQyMzoyMDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdGl0bGVfaW1nLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aXRsZV9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9yZWRfY2lyY2xlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMTRUMjM6Mjg6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3JlZF9jaXJjbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlZF9jaXJjbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2NpcmNsZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTE1VDAwOjQxOjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX2NpcmNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9jaXJjbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3JlZF9iYWdkZS88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI0VDA0OjE5OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9mZWF0X3JlZF9iYWdkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9yZWRfYmFnZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ocl93YXZlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMDktMjRUMTc6MTg6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hyX3dhdmUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhyX3dhdmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl9tZW5fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wOS0yNVQwMzoyOTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvcGFnZV90aXRsZV9iYXJfbWVuX2JnLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wYWdlX3RpdGxlX2Jhcl9tZW5fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl93b21lbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI1VDAzOjQzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYWdlX3RpdGxlX2Jhcl93b21lbl9iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfd29tZW5fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI1VDAzOjQ2OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYWdlX3RpdGxlX2Jhcl9iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYWdlX3RpdGxlX2Jhcl9hc19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTA5LTI1VDAzOjU4OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wYWdlX3RpdGxlX2Jhcl9hc19iZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZV90aXRsZV9iYXJfYXNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV8xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV8yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV8zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV80LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV81LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzYvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV82LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iX2xvZ290eXBlXzcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wMlQwMjowODozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYl9sb2dvdHlwZV83LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iX2xvZ290eXBlXzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X2JsdWVfYmFnZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0wM1QyMToxNzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvZmVhdF9ibHVlX2JhZ2RlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X2JsdWVfYmFnZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21hbl90ZXN0aW1vbmlhbC88L2xvYz48bGFzdG1vZD4yMDE1LTEwLTIzVDE4OjI2OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93b21hbl90ZXN0aW1vbmlhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tYW5fdGVzdGltb25pYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tYW5fdGVzdGltb25pYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0yM1QxODoyNjo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbWFuX3Rlc3RpbW9uaWFsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tYW5fdGVzdGltb25pYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jbGFzc2ljX3Nob3BfbG9nbzF4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjZUMTg6NTc6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2NsYXNzaWNfc2hvcF9sb2dvMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsYXNzaWNfc2hvcF9sb2dvMXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jbGFzc2ljX3Nob3BfbG9nbzJ4LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTAtMjZUMTg6NTc6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2NsYXNzaWNfc2hvcF9sb2dvMngucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsYXNzaWNfc2hvcF9sb2dvMng8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jbGFzc2ljX3Nob3BfbG9nb19mb290ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMC0yNlQxOToxNTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY2xhc3NpY19zaG9wX2xvZ29fZm9vdGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGFzc2ljX3Nob3BfbG9nb19mb290ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19ib3hfMl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDAxOjM3OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcm9tb19ib3hfMl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9fYm94XzJfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19ib3hfMV9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDAxOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcm9tb19ib3hfMV9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9fYm94XzFfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb19ib3hfM19iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDA1OjA0OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9wcm9tb19ib3hfM19iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW9fYm94XzNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdfd2ludGVyX2NvbGxlY3Rpb25fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQwNToxODo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbmV3X3dpbnRlcl9jb2xsZWN0aW9uX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5uZXdfd2ludGVyX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdfaHlwZV9jb2xsZWN0aW9uX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMDU6MTg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L25ld19oeXBlX2NvbGxlY3Rpb25fYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5ld19oeXBlX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ia2dkX2NvbmZldHRpLWNvbXByZXNzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQxNjo0MToyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmtnZF9jb25mZXR0aS1jb21wcmVzc29yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ia2dkX2NvbmZldHRpLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfMS1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTc6NDk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RoaXJkX2ltZ18xLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18xLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfMi1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTc6NDk6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RoaXJkX2ltZ18yLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18yLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfMy1jb21wcmVzc29yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMTc6NDk6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RoaXJkX2ltZ18zLWNvbXByZXNzb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoaXJkX2ltZ18zLWNvbXByZXNzb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGlyZF9pbWdfM19zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA0VDIxOjE3OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGlyZF9pbWdfM19zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhpcmRfaW1nXzNfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fY2F0ZWdvcmllX3Nob2VzX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDRUMjI6MjQ6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl9jYXRlZ29yaWVfc2hvZXNfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl9jYXRlZ29yaWVfc2hvZXNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fY2F0ZWdvcmllX3RpZXNfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNFQyMzozOTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvbWVuX2NhdGVnb3JpZV90aWVzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZW5fY2F0ZWdvcmllX3RpZXNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3NhbGVfZXZlbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNVQwMDowMDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9zYWxlX2V2ZW50LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X3NhbGVfZXZlbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zcHJpbmdfcHJpbnRlZF9kcmVzcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE1OjMwOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9zcHJpbmdfcHJpbnRlZF9kcmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3ByaW5nX3ByaW50ZWRfZHJlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fbG92ZV90ZWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNTozMjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvbW9kZXJuX2xvdmVfdGVlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm5fbG92ZV90ZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE1OjM1OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9ibGFja19sZWF0aGVyX2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhY2tfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oaXBzdGVyX2JsYWNrX3RvcC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjA3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9oaXBzdGVyX2JsYWNrX3RvcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGlwc3Rlcl9ibGFja190b3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b29sX3N1bW1lcl9icmlnaHRfcmVkLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MDg6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL3dvb2xfc3VtbWVyX2JyaWdodF9yZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2xfc3VtbWVyX2JyaWdodF9yZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icm93bl9kcmVzc19zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjExOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9icm93bl9kcmVzc19zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJvd25fZHJlc3Nfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93aGl0ZV9naXJsX3RleHRfdGFuay88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjEyOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93aGl0ZV9naXJsX3RleHRfdGFuay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2hpdGVfZ2lybF90ZXh0X3Rhbms8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mb29kX3BhdHRlcm5fdGVlLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MTY6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2Zvb2RfcGF0dGVybl90ZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvb2RfcGF0dGVybl90ZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdWVkZV9oZWVsZWRfc2hvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjoxNzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc3VlZGVfaGVlbGVkX3Nob2VzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdWVkZV9oZWVsZWRfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX3N0cmlwZV9zd2VhdGVyLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MTg6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JsdWVfc3RyaXBlX3N3ZWF0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfc3RyaXBlX3N3ZWF0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9kb3RfZml0X2FuZF9mbGFyZV9kcmVzcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjIwOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9kb3RfZml0X2FuZF9mbGFyZV9kcmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZG90X2ZpdF9hbmRfZmxhcmVfZHJlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19lbGVnYW50X2xlYXRoZXJfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6MzA6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL2JsYWNrX2VsZWdhbnRfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsYWNrX2VsZWdhbnRfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19sZWF0aGVyX3N1aXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjozMToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvYmxhY2tfbGVhdGhlcl9zdWl0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibGFja19sZWF0aGVyX3N1aXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2phY2tldF9hbmRfd2hpdGVfc3RyaXBlX3RlZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ1OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9ibHVlX2phY2tldF9hbmRfd2hpdGVfc3RyaXBlX3RlZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9qYWNrZXRfYW5kX3doaXRlX3N0cmlwZV90ZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXN1YWxfbGVhdGhlcl9iZWx0cy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ3OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9jYXN1YWxfbGVhdGhlcl9iZWx0cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FzdWFsX2xlYXRoZXJfYmVsdHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fbGVhdGhlcl9ib290cy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjQ4OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9tb2Rlcm5fbGVhdGhlcl9ib290cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuX2xlYXRoZXJfYm9vdHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tb2Rlcm5fYmxhY2tfbGVhdGhlcl9zdWl0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6NDk6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEwL21vZGVybl9ibGFja19sZWF0aGVyX3N1aXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybl9ibGFja19sZWF0aGVyX3N1aXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2xlYXRoZXJfamFja2V0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTY6NTE6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2JsdWVfbGVhdGhlcl9qYWNrZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsdWVfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90aGVfdHJlbmRfcG9sby88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjUyOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS90aGVfdHJlbmRfcG9sby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhlX3RyZW5kX3BvbG88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibGFja19yZWJlbF9sZWF0aGVyX2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjUzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibGFja19yZWJlbF9sZWF0aGVyX2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhY2tfcmViZWxfbGVhdGhlcl9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9icm93bV9lbGVnYW50X2phY2tldC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE2OjU1OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9icm93bV9lbGVnYW50X2phY2tldC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJvd21fZWxlZ2FudF9qYWNrZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9jYXN1YWxfY29sb3JmdWxfdC1zaGlydHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxNjo1ODoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY2FzdWFsX2NvbG9yZnVsX3Qtc2hpcnRzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXN1YWxfY29sb3JmdWxfdC1zaGlydHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9sZWF0aGVyX2dsb3Zlcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE3OjAwOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMC9sZWF0aGVyX2dsb3Zlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGVhdGhlcl9nbG92ZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlX2dsYW1vcl9zaG9lcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE3OjAyOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ibHVlX2dsYW1vcl9zaG9lcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9nbGFtb3Jfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQxODoyOTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zZWFzb25hbF9iZ19jb2xvcl8yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTk6MTE6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3NlYXNvbmFsX2JnX2NvbG9yXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlYXNvbmFsX2JnX2NvbG9yXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZG1hbl9jb2x1bW5fYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjI3OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9iZWFyZG1hbl9jb2x1bW5fYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRtYW5fY29sdW1uX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93aW50ZXJfY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjM4OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS93aW50ZXJfY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2ludGVyX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zcHJpbmdfY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjM5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zcHJpbmdfY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3ByaW5nX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hdXR1bW5fY29sbGVjdGlvbl9iZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDE5OjM5OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9hdXR1bW5fY29sbGVjdGlvbl9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXV0dW1uX2NvbGxlY3Rpb25fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcmludF9zdW5nbGFzc2VzX3dvbWVuLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTk6NDg6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3ByaW50X3N1bmdsYXNzZXNfd29tZW4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByaW50X3N1bmdsYXNzZXNfd29tZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbl9zYWxlX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMTk6NTE6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L29uX3NhbGVfYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm9uX3NhbGVfYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZXN0X3NlbGxlcl9wcm9kdWN0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjE6MTQ6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2Jlc3Rfc2VsbGVyX3Byb2R1Y3QuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlc3Rfc2VsbGVyX3Byb2R1Y3Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wX3Nob2VzLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjE6NDY6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3Nob3Bfc2hvZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3Bfc2hvZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wX2dsYXNzZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMTo0NjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hvcF9nbGFzc2VzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaG9wX2dsYXNzZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wX2dsb3Zlcy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIxOjQ2OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zaG9wX2dsb3Zlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hvcF9nbG92ZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDZUMjI6MzI6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L21lbl9jYXRlZ29yaWVfdGl0bGVfYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl9jYXRlZ29yaWVfdGl0bGVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3JfMi88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIyOjQ1OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9iZWFyZG1hbl9jb2x1bW5fYmdfY29sb3JfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRtYW5fY29sdW1uX2JnX2NvbG9yXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob3RfZGVhbHNfYmdfY29sb3Jfd2lkZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIzOjE5OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9ob3RfZGVhbHNfYmdfY29sb3Jfd2lkZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG90X2RlYWxzX2JnX2NvbG9yX3dpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbl9zYWxlX2JnX2NvbG9yX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoyMjoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvb25fc2FsZV9iZ19jb2xvcl9ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbl9zYWxlX2JnX2NvbG9yX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbGRfc2Nob29sX2JnX2dyYXlfd2lkZS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIzOjI3OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9vbGRfc2Nob29sX2JnX2dyYXlfd2lkZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b2xkX3NjaG9vbF9iZ19ncmF5X3dpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9vbGRfc2Nob29sX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzoyNzo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvb2xkX3NjaG9vbF9iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbGRfc2Nob29sX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90cmVuZF9iZ19ncmF5X3dpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wNlQyMzo1MzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvdHJlbmRfYmdfZ3JheV93aWRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50cmVuZF9iZ19ncmF5X3dpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zdW1tZXJfYmdfZ3JheS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA2VDIzOjUzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zdW1tZXJfYmdfZ3JheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VtbWVyX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9uZXdfY29sbGVjdGlvbl9iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAwOjM2OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9uZXdfY29sbGVjdGlvbl9iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bmV3X2NvbGxlY3Rpb25fYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oeXBlX2JsYWNrX2JnX2dyYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMDozNzo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvaHlwZV9ibGFja19iZ19ncmF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oeXBlX2JsYWNrX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zZWFzb25hbF9iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDA6NTA6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3NlYXNvbmFsX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlYXNvbmFsX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaGl0c19iZ19jb2xvci88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA3VDAxOjI5OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9zaGl0c19iZ19jb2xvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hpdHNfYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS90cmVuZGluZ19iZ19ncmF5LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDE6Mjk6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L3RyZW5kaW5nX2JnX2dyYXkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRyZW5kaW5nX2JnX2dyYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9nbGFzc3dhcmVfYmdfY29sb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMTozMDoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZ2xhc3N3YXJlX2JnX2NvbG9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5nbGFzc3dhcmVfYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9qYWNrZXRzX3dvbWVuX2JnX2NvbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMDE6NDg6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2phY2tldHNfd29tZW5fYmdfY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmphY2tldHNfd29tZW5fYmdfY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbl9jYXRlZ29yaWVfdGl0bGVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMjoxNDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd29tZW5fY2F0ZWdvcmllX3RpdGxlX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b21lbl9jYXRlZ29yaWVfdGl0bGVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3Byb2R1Y3Rfd29tZW5fYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMjozMTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvZmVhdF9wcm9kdWN0X3dvbWVuX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X3Byb2R1Y3Rfd29tZW5fYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93b21lbl9jYXRlZ29yaWVfdGl0bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMzoxODozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvd29tZW5fY2F0ZWdvcmllX3RpdGxlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b21lbl9jYXRlZ29yaWVfdGl0bGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hY2Nlc3Nvcmllc19jYXRlZ29yaWVfYmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QwMzoyNDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvYWNjZXNzb3JpZXNfY2F0ZWdvcmllX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hY2Nlc3Nvcmllc19jYXRlZ29yaWVfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaWRlYmFyX3Byb21vdGlvbl9pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QxMDoyMjo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvc2lkZWJhcl9wcm9tb3Rpb25faW1nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaWRlYmFyX3Byb21vdGlvbl9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMl9zbGlkZV90d29fX2JnXzIvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QxMTowNjowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvaG9tZTJfc2xpZGVfdHdvX19iZ18yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMl9zbGlkZV90d29fX2JnXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9kaWdpdGFsLWl0ZW0vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wN1QxNjo1OTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDgvZGlnaXRhbC1pdGVtLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kaWdpdGFsLWl0ZW08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lMV9zbGlkZV90aHJlZV9iZ18yLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDdUMjI6NTk6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA5L2hvbWUxX3NsaWRlX3RocmVlX2JnXzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUxX3NsaWRlX3RocmVlX2JnXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25fd29tZW5faW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMDI6MzA6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3Byb21vdGlvbl93b21lbl9pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbl93b21lbl9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25fYWNjZXNzb3JpZXNfaW1nLzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMDI6MzA6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3Byb21vdGlvbl9hY2Nlc3Nvcmllc19pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb21vdGlvbl9hY2Nlc3Nvcmllc19pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wcm9tb3Rpb25fbWVuX2ltZy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDAyOjMwOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9wcm9tb3Rpb25fbWVuX2ltZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHJvbW90aW9uX21lbl9pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZV9yZXZfYmdfMy88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDE4OjE5OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGlkZV9yZXZfYmdfMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVfcmV2X2JnXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9iZWFyZF9zdWl0X21hbl9jYXN1YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0xMi0wOFQxODoyMDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTIvYmVhcmRfc3VpdF9tYW5fY2FzdWFsLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWFyZF9zdWl0X21hbl9jYXN1YWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZV9yZXZfYmdfNS88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDE5OjA3OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMi9zbGlkZV9yZXZfYmdfNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVfcmV2X2JnXzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zYWxlX2JpZ190ZXh0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMTItMDhUMTk6MDk6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzEyL3NhbGVfYmlnX3RleHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbGVfYmlnX3RleHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0X3Byb2R1Y3RzX3NlY3Rpb25fYmdfNC88L2xvYz48bGFzdG1vZD4yMDE1LTEyLTA4VDIwOjI1OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOS9mZWF0X3Byb2R1Y3RzX3NlY3Rpb25fYmdfNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdF9wcm9kdWN0c19zZWN0aW9uX2JnXzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtMi1zbGlkZS1vbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTozNzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTY0OTUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE2NDk1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS9ob21lLTItc2xpZGUtdHdvLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTE6Mzc6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzE3Nzk0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xNzc5NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvaG9tZS0xLXNsaWRlLW9uZS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDExOjM3OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS8xNjI1Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTYyNTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zbGlkZS1yZXYtYmctMy1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9zbGlkZV9yZXZfYmdfMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVfcmV2X2JnXzMuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmVhcmQtc3VpdC1tYW4tY2FzdWFsLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2JlYXJkX3N1aXRfbWFuX2Nhc3VhbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhcmRfc3VpdF9tYW5fY2FzdWFsLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ZlYXQtcmVkLWJhZ2RlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2ZlYXRfcmVkX2JhZ2RlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X3JlZF9iYWdkZS5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9oci13YXZlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL2hyX3dhdmUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhyX3dhdmUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGVyLWJydXNoLWJnLWpwZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3NsaWRlcl9icnVzaF9iZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2xpZGVyX2JydXNoX2JnLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dvbWVuLXQtc2hpcnQtYmxhY2stcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvd29tZW5fdF9zaGlydF9ibGFjay5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29tZW5fdF9zaGlydF9ibGFjay5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9tZW4tdC1zaGlydC1ibHVlLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL21lbl90X3NoaXJ0X2JsdWUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1lbl90X3NoaXJ0X2JsdWUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vdGl0bGUtaW1nLXBuZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDAzOjM3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvcmV2c2xpZGVyL2hvbWUzLXJzL3RpdGxlX2ltZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGl0bGVfaW1nLnBuZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3JlZC1jaXJjbGUtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTk6NDg6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvcmVkX2NpcmNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVkX2NpcmNsZS5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibHVlLWNpcmNsZS1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwMzozNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzL3JldnNsaWRlci9ob21lMy1ycy9ibHVlX2NpcmNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ymx1ZV9jaXJjbGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2xpZGUtcmV2LWJnLTUtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvc2xpZGVfcmV2X2JnXzUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNsaWRlX3Jldl9iZ181LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NhbGUtYmlnLXRleHQtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvc2FsZV9iaWdfdGV4dC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FsZV9iaWdfdGV4dC5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mZWF0LWJsdWUtYmFnZGUtcG5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDM6Mzc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy9yZXZzbGlkZXIvaG9tZTMtcnMvZmVhdF9ibHVlX2JhZ2RlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0X2JsdWVfYmFnZGUucG5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMzoxMzoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvbGl0LXRyZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpdC10cmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMzoyMDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvY29sbGVlbl9iZWxpZXZlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29sbGVlbl9iZWxpZXZlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTM6Mjk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2Fwcm9uX3dvbWFuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHJvbl93b21hbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMjE6MjM6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2FtYXppbmctc3Rhci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy1zdGFyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vcml2ZXItam95LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjlUMjE6MDU6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3JpdmVyLWpveS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cml2ZXItam95PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy9zbGlkZS8xODc5LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOVQyMToxMjo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvcml2ZXItam95Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cml2ZXItam95MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvMTg3OS0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjlUMjE6NDk6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3JpdmVyLWpveTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJpdmVyLWpveTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDEzOjQwOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9iYWJ5c3RlcHMtZTE1NDg4NTYzNzc1MTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvMjAxOS8wMS8zMC9iYWJ5LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMzBUMTQ6MDk6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JhYnlzdGVwczIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhYnlzdGVwczI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzIwMTkvMDEvMzAvYmFieS1zdGVwcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE0OjIwOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9iYWJ5c3RlcHMzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYWJ5c3RlcHMzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNDozODozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQW1hemluZ19DYXJkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE0OjU0OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9hbWF6aW5nLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNTo0MDowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYW1hemluZzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmcyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQxNjowMzoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYXByb25fd29tYW4yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHJvbl93b21hbjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE2OjAzOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9jb2xsZWVuX2JlbGlldmUyLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbGxlZW5fYmVsaWV2ZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTMwVDE2OjAxOjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9saXQtdHJlZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpdC10cmVlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMDI6MDg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2RhcmtuZXNzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kYXJrbmVzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMTQ6NDQ6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N1bi1wYXR0ZXJuLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdW4tcGF0dGVybjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hvbWUtMl9fdHJhc2hlZC0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDFUMTQ6NTk6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2h1c2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmh1c2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE1OjM0OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ncnVuZ2Vfd2FsbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z3J1bmdlX3dhbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ob21lLTJfX3RyYXNoZWQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAxVDE5OjI5OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi93aGl0ZV9zYW5kLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53aGl0ZV9zYW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vZm9vdGVyLWJncmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wMVQyMzoyMToxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZm9vdGVyLWJncmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvb3Rlci1iZ3JkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZ19jYXJkX2Zvb3Rlci88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTAzVDE4OjU3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmRfZm9vdGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfZm9vdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QyMDo0NzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvd2hpdGVfc2FuZF9AMlguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndoaXRlX3NhbmRfQDJYPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaG9tZS0yX190cmFzaGVkLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wM1QyMDo1Mzo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZ3JlZW5fc2FuZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z3JlZW5fc2FuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmctY2FyZHMyX190cmFzaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDVUMjE6MTA6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3VuaXZlcnNlLV8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT51bml2ZXJzZS1fMTkyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2hlYWx0aC88L2xvYz48bGFzdG1vZD4yMDE1LTAzLTEyVDE5OjI0OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wMy9oZWFsdGguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWx0aDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Zhc2hpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xMlQxOTo0MDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFzaGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3lvZ2EvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMy0xMlQxOTo0NDowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMveW9nYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+eW9nYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDMvZmFzaGlvbi1iZWF1dHktcGFyYWxsYXgyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXNoaW9uLWJlYXV0eS1wYXJhbGxheDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvaG9tZS1nYXJkZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMjM5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL3lvZ2EtZml0bmVzcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDAwOjI5OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi8yMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjIwMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvZmFzaGlvbi1iZWF1dHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMzM0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4zMzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hlYWx0aC13ZWxsYmVpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwMDoyOTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMjUwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yNTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ydGgtbG9nbzF4LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mzc6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL1JUSC1MT0dPMXgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJUSC1MT0dPMXg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ydGgtbG9nbzJ4LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMDA6Mzg6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL1JUSC1MT0dPMlgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJUSC1MT0dPMlg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9mYXZpY29uLTMyeDMyLTQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQxODoyNjowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvZmF2aWNvbi0zMngzMi0yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mYXZpY29uLTMyeDMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYXBwbGUtaWNvbi01N3g1Ny0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMTg6MjY6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FwcGxlLWljb24tNTd4NTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcGxlLWljb24tNTd4NTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hcHBsZS1pY29uLTExNHgxMTQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA2VDE4OjI3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hcHBsZS1pY29uLTExNHgxMTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcGxlLWljb24tMTE0eDExNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FuZHJvaWQtaWNvbi03Mng3Mi0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDZUMTg6Mjg6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FuZHJvaWQtaWNvbi03Mng3Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW5kcm9pZC1pY29uLTcyeDcyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW5kcm9pZC1pY29uLTE0NHgxNDQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQxODoyOTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW5kcm9pZC1pY29uLTE0NHgxNDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFuZHJvaWQtaWNvbi0xNDR4MTQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDE2OjQxOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ibG9nLXBhZ2U0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nLXBhZ2U0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA4VDE4OjI3OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9sYWtlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGFrZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDhUMjA6Mjk6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3F1b3RlLWJhY2tncm91bmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnF1b3RlLWJhY2tncm91bmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDEyOjA2OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9sYXVnaGluZy1waWN0dXJlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXVnaGluZy1waWN0dXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmFieXN0ZXBzNC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDEyOjM1OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9iYWJ5c3RlcHM0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYWJ5c3RlcHM0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYmxvZy8yMDE5LzAxLzMwL2JhYnktc3RlcHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxMjo0Nzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYmFieXN0ZXBzNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFieXN0ZXBzNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDlUMTk6MDc6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N1cGVybWFya2V0My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VwZXJtYXJrZXQzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxOToxMjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2hvcC1ocDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3AtaHAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxOToxOTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2hvcC1ocDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3AtaHAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA5VDE5OjQzOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbWF6aW5nLXBhZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtYXppbmctcGFnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOVQxOTo0OTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYW1hemluZy1wYWdlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy1wYWdlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTZUMjM6Mzk6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3N1cGVybWFya2V0LWFycm93LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdXBlcm1hcmtldC1hcnJvdzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvc2xpZGUvMTg3OS0yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTdUMTI6MjA6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3JpdmVyLWpveTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJpdmVyLWpveTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTdUMTU6MDQ6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Jsb2ctdG9wLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nLXRvcDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTdUMTU6MTc6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2hvbWVwYWdlLWhhcHB5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lcGFnZS1oYXBweTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTdUMTU6Mjg6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2xhbmRpbmctaGFwcHkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhbmRpbmctaGFwcHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTdUMTU6MzE6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Jsb2ctaGFwcHkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsb2ctaGFwcHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMDA6Mzg6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL21pY2hlbGxlLWFtYXppbmcyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5taWNoZWxsZS1hbWF6aW5nMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQwMDo0NTozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbWljaGVsbGUtYW1hemluZzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1pY2hlbGxlLWFtYXppbmczPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDAxOjI3OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9jYXJkLXNhbXBsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FyZC1zYW1wbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMTE6MzU6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0FtYXppbmctcGVyc29uYWxpemUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmctcGVyc29uYWxpemU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMTE6MzM6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FtYXppbmctcHJlcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy1wcmVwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDExOjM3OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbWF6aW5nLXJlYWR5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nLXJlYWR5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDExOjM2OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbWF6aW5nLWFzc2VtYmxlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nLWFzc2VtYmxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDE5OjExOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9mdW4yNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZnVuMjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMTk6MjQ6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL21pY2hlbGxlLWFtYXppbmc0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5taWNoZWxsZS1hbWF6aW5nNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQxOTozOTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbWljaGVsbGUtYW1hemluZzUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1pY2hlbGxlLWFtYXppbmc1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDE5OjQ1OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9taWNoZWxsZS1hbWF6aW5nNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWljaGVsbGUtYW1hemluZzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfZnJlZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDIwOjMwOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmRfRnJlZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX0ZyZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfcHV6emxlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMjA6MTg6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0FtYXppbmdfQ2FyZF9QdXp6bGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9QdXp6bGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfc3RhcjIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQyMDoxODoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvQW1hemluZ19DYXJkX1N0YXIyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbWF6aW5nX0NhcmRfU3RhcjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfc3VwZXJoZXJvLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMThUMjA6MTc6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0FtYXppbmdfQ2FyZF9TdXBlcmhlcm8ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9TdXBlcmhlcm88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfd2FuZC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDIwOjE3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmRfV2FuZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX1dhbmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmQtY2lyY2xlcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE4VDIwOjE3OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9BbWF6aW5nX0NhcmQtQ2lyY2xlcy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkLVN3aXJsczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2Jsb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOFQyMDo0NToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvYmxvZy10b3AyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibG9nLXRvcDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTY6NTM6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Z1bi1ncmVlbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZnVuLWdyZWVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vYW1hemluZy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE5VDE4OjAwOjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbWF6aW5nLXRyZWF0Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1hemluZy10cmVhdDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTIxVDIwOjEwOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9ib29rcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Ym9va3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjVUMTg6MzQ6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2FtYXppbmctcXVvdGUtYmtncmQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbWF6aW5nLXF1b3RlLWJrZ3JkMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yNVQxODozODo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvY2FydC1ia2dyZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FydC1ia2dyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjVUMTk6MjM6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Jlc291cmNlLWJvb2sucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlc291cmNlLWJvb2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI1VDE5OjIzOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9yZXNvdXJjZS1zZXJ2aWNlcy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVzb3VyY2Utc2VydmljZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI1VDE5OjMyOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9yZXNvdXJjZS12aWRlb3MucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlc291cmNlLXZpZGVvczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjVUMTk6NDA6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Jlc291cmNlLWxpbmtzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZXNvdXJjZS1saW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2xpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjVUMjA6MDc6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2xpbmtzLXRlc3RpbW9uaWFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saW5rcy10ZXN0aW1vbmlhbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL215LWFjY291bnQtMi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI3VDE2OjA4OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hY2NvdW50LXF1b3RlLWJrZ3JkMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWNjb3VudC1xdW90ZS1ia2dyZDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9ibG9nL3NsaWRlL2hvbWUtMS1zbGlkZS1vbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QxNjo1MDo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDkvc2hvcF9zbGlkZTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3Bfc2xpZGUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI3VDE5OjMzOjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9waG90by1hcnQtYmtncmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBob3RvLWFydC1ia2dyZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QyMDoyMTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2hpcnQtYmtncmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNoaXJ0LWJrZ3JkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI3VDIwOjMyOjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaGlydC1ia2dyZDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNoaXJ0LWJrZ3JkMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3Nob3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0yN1QyMTowNTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvb3RiLWJrZ3JkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vdGItYmtncmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMjE6MTY6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL290Yi1ia2dyZDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm90Yi1ia2dyZDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjdUMjE6MjQ6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL290Yi1ia2dyZDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm90Yi1ia2dyZDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9saW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDE4OjMxOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9oZWxwZnVsLWxpbmtzNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVscGZ1bC1saW5rczY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjhUMTk6NDE6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3Nob3AtdG9wNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2hvcC10b3A1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2hvcC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTI4VDE5OjQ0OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaG9wLXRvcDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNob3AtdG9wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2FtYXppbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wMVQwMToxOTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvdmlzdGEyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT52aXN0YTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfZnJlZV90aHVtYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDE5OjE0OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9BbWF6aW5nX0NhcmRfRnJlZV9UaHVtYi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX0ZyZWVfVGh1bWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfcHV6emxlX3RodW1iLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDJUMTk6MTQ6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0FtYXppbmdfQ2FyZF9QdXp6bGVfVGh1bWIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9QdXp6bGVfVGh1bWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfc3Rhcl90aHVtYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDE5OjE0OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9BbWF6aW5nX0NhcmRfU3Rhcl9UaHVtYi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX1N0YXJfVGh1bWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfc3VwZXJoZXJvX3RodW1iLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDJUMTk6MTQ6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0FtYXppbmdfQ2FyZF9TdXBlcmhlcm9fVGh1bWIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZF9TdXBlcmhlcm9fVGh1bWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmRfd2FuZF90aHVtYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAyVDE5OjEzOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9BbWF6aW5nX0NhcmRfV2FuZF9UaHVtYi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW1hemluZ19DYXJkX1dhbmRfVGh1bWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9hbWF6aW5nX2NhcmQtc3dpcmxzX3RodW1iLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDJUMTk6MTM6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0FtYXppbmdfQ2FyZC1Td2lybHNfVGh1bWIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFtYXppbmdfQ2FyZC1Td2lybHNfVGh1bWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9wYXlwYWwtbG9nby88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAzVDE4OjQyOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9wYXlwYWwtbG9nby5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGF5cGFsLWxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=','image-sitemap-1.xml','','trash','closed','closed','','__trashed-3','','','2019-03-05 07:38:39','2019-03-05 15:38:39','',0,'https://www.resettohappiness.com/?p=19998',0,'jp_img_sitemap','',0),(19999,0,'2019-03-05 07:38:39','2019-03-05 15:38:39','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjAuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2l0ZW1hcC1pbmRleC54c2wiPz4KPHNpdGVtYXBpbmRleCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSI+PHNpdGVtYXA+PGxvYz5odHRwczovL3d3dy5yZXNldHRvaGFwcGluZXNzLmNvbS9zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wM1QxOToxNzowN1o8L2xhc3Rtb2Q+PC9zaXRlbWFwPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDNUMTg6NDI6NDJaPC9sYXN0bW9kPjwvc2l0ZW1hcD48L3NpdGVtYXBpbmRleD4K','sitemap.xml','','trash','closed','closed','','__trashed-3','','','2019-03-05 07:38:39','2019-03-05 15:38:39','',0,'https://www.resettohappiness.com/?p=19999',0,'jp_sitemap_master','',0),(20000,1,'2019-02-16 15:38:40','2019-02-16 23:38:40','','supermarket-arrow','','inherit','open','closed','','supermarket-arrow','','','2019-02-16 15:39:06','2019-02-16 23:39:06','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg',0,'attachment','image/jpeg',0),(20001,1,'2019-02-16 15:40:37','2019-02-16 23:40:37','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-16 15:40:37','2019-02-16 23:40:37','',8,'https://www.resettohappiness.com/blog/2019/02/16/8-revision-v1/',0,'revision','',0),(20091,1,'2019-02-18 03:33:00','2019-02-18 11:33:00','','amazing-assemble','','inherit','open','closed','','amazing-assemble','','','2019-02-18 03:36:24','2019-02-18 11:36:24','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg',0,'attachment','image/jpeg',0),(20088,1,'2019-02-18 03:30:04','2019-02-18 11:30:04','','Amazing-personalize','','inherit','open','closed','','amazing-personalize','','','2019-02-18 03:35:30','2019-02-18 11:35:30','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg',0,'attachment','image/jpeg',0),(20050,1,'2019-02-17 09:29:24','2019-02-17 17:29:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-top.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy\r\ninto the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 09:29:24','2019-02-17 17:29:24','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20004,1,'2019-02-16 16:02:12','2019-02-17 00:02:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy <br>into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-16 16:02:12','2019-02-17 00:02:12','',19823,'https://www.resettohappiness.com/blog/2019/02/16/19823-revision-v1/',0,'revision','',0),(20005,1,'2019-02-16 16:06:40','2019-02-17 00:06:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page4.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy <br>into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-16 16:06:40','2019-02-17 00:06:40','',19823,'https://www.resettohappiness.com/blog/2019/02/16/19823-revision-v1/',0,'revision','',0),(20006,1,'2019-02-16 16:08:31','2019-02-17 00:08:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-page4.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy <br>into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-16 16:08:31','2019-02-17 00:08:31','',19823,'https://www.resettohappiness.com/blog/2019/02/16/19823-revision-v1/',0,'revision','',0),(20234,1,'2019-02-25 09:09:38','2019-02-25 17:09:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-25 09:09:38','2019-02-25 17:09:38','',8,'https://www.resettohappiness.com/blog/2019/02/25/8-revision-v1/',0,'revision','',0),(20115,1,'2019-02-18 12:45:31','2019-02-18 20:45:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-18 12:45:31','2019-02-18 20:45:31','',10,'https://www.resettohappiness.com/blog/2019/02/18/10-revision-v1/',0,'revision','',0),(20011,1,'2019-02-16 16:37:53','2019-02-17 00:37:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.59)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, insight, and ahh haa moments</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_comments=\"no\" meta_date=\"no\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-16 16:37:53','2019-02-17 00:37:53','',10,'https://www.resettohappiness.com/blog/2019/02/16/10-revision-v1/',0,'revision','',0),(20012,1,'2019-02-16 16:39:38','2019-02-17 00:39:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-16 16:39:38','2019-02-17 00:39:38','',8,'https://www.resettohappiness.com/blog/2019/02/16/8-revision-v1/',0,'revision','',0),(20013,1,'2019-02-16 16:55:15','2019-02-17 00:55:15','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-16 16:55:15','2019-02-17 00:55:15','',8,'https://www.resettohappiness.com/blog/2019/02/16/8-revision-v1/',0,'revision','',0),(20014,1,'2019-02-16 16:58:23','2019-02-17 00:58:23','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-16 16:58:23','2019-02-17 00:58:23','',8,'https://www.resettohappiness.com/blog/2019/02/16/8-revision-v1/',0,'revision','',0),(20015,1,'2019-02-16 17:00:29','2019-02-17 01:00:29','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-16 17:00:29','2019-02-17 01:00:29','',8,'https://www.resettohappiness.com/blog/2019/02/16/8-revision-v1/',0,'revision','',0),(20028,1,'2019-02-17 04:30:51','2019-02-17 12:30:51','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:30:51','2019-02-17 12:30:51','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20026,1,'2019-02-17 04:23:07','2019-02-17 12:23:07','[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:23:07','2019-02-17 12:23:07','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20020,1,'2019-02-17 03:30:20','2019-02-17 11:30:20','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 03:30:20','2019-02-17 11:30:20','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20019,1,'2019-02-17 03:21:27','2019-02-17 11:21:27','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 03:21:27','2019-02-17 11:21:27','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20022,1,'2019-02-17 03:50:13','2019-02-17 11:50:13','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 03:50:13','2019-02-17 11:50:13','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20021,1,'2019-02-17 03:32:59','2019-02-17 11:32:59','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Laughing Women\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Get happy, stay happy</h2>\r\n<h3>and watch the magic of life unfold</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nLast year I decided to get happy and teach myself how to stay happy. Consistently. I\'m still not there, but I\'m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It\'s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let\'s take this journey together. It\'ll be fun!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world while rewiring your brain to be more positive. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Reset To Happiness Posts</h2>\r\n<h3 style=\"text-align: center;\">or go to the blog page to find posts about what interests you the most</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog layout=\"grid\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"6\" offset=\"\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"28\" strip_html=\"yes\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 03:32:59','2019-02-17 11:32:59','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20289,1,'2019-02-27 08:10:32','2019-02-27 16:10:32','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/account-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Henri J.M. Nouwen\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\n“<i>Joy does not simply happen to us. We have to choose joy and keep choosing it every day.</i>\"\n\n[/fusion_testimonial][fusion_testimonial name=\"Ralph Waldo Emerson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>Scatter joy!</i>\"[/fusion_testimonial][fusion_testimonial name=\"Marianne Williamson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>Joy is what happens to us when we allow ourselves to recognize how good things really are.</i> \"[/fusion_testimonial][fusion_testimonial name=\"Thomas Mann\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\n“<i>Laughter is a sunbeam of the soul.</i>\"\n\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','inherit','closed','closed','','19918-autosave-v1','','','2019-02-27 08:10:32','2019-02-27 16:10:32','',19918,'https://www.resettohappiness.com/blog/2019/02/27/19918-autosave-v1/',0,'revision','',0),(20024,1,'2019-02-17 04:20:29','2019-02-17 12:20:29','','river-joy4','','inherit','open','closed','','river-joy4','','','2019-02-17 04:20:56','2019-02-17 12:20:56','',1893,'https://www.resettohappiness.com/wp-content/uploads/2019/01/river-joy4.jpg',0,'attachment','image/jpeg',0),(20025,1,'2019-02-17 04:22:15','2019-02-17 12:22:15','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','2 col image','','publish','closed','closed','','2-col-image','','','2019-02-17 04:22:15','2019-02-17 12:22:15','',0,'https://www.resettohappiness.com/blog/fusion_element/2-col-image/',0,'fusion_element','',0),(20023,1,'2019-02-17 04:06:39','2019-02-17 12:06:39','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/yoga-fitness/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzAwOWRlMjsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYmxvZy8iPlJlc2V0IFRvIEhhcHBpbmVzcyBCbG9nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/home-garden/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2U0MDY1YzsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvYW1hemluZy8iPlBsYXkgWW91IEFyZSBBbWF6aW5nPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/health-wellbeing/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogIzk1Y2Y2MTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPlNob3AgRnVuIFN0dWZmPC9hPjwvaDM+CjwvZGl2Pgo=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"no\" center_content=\"no\" link=\"https://www.resettohappiness.com/fashion-beauty/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links6.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"550\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"mySep\" id=\"\" /][fusion_code]PGRpdiBzdHlsZT0iaGVpZ2h0OiAxMjVweDsgYmFja2dyb3VuZDogI2IyMDc3ZTsgcGFkZGluZzogMzBweCA1MHB4OyBjb2xvcjogI2ZmZmZmZjsgb3BhY2l0eTogMC45NTsgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOyI+CjxoMz48YSBzdHlsZT0iY29sb3I6ICNmZmZmZmY7IiBocmVmPSIvc2hvcC8iPkhlbHBmdWwgTGlua3M8L2E+PC9oMz4KPC9kaXY+Cg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','accordian','','publish','closed','closed','','accordian','','','2019-02-17 04:06:39','2019-02-17 12:06:39','',0,'https://www.resettohappiness.com/blog/fusion_element/accordian/',0,'fusion_element','',0),(20030,1,'2019-02-17 04:51:51','2019-02-17 12:51:51','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world for yourself and for others. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you the most on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:51:51','2019-02-17 12:51:51','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20034,1,'2019-02-17 05:28:36','2019-02-17 13:28:36','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Latest Posts</h2><h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 05:28:36','2019-02-17 13:28:36','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20031,1,'2019-02-17 04:54:41','2019-02-17 12:54:41','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world for yourself and for others. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you the most on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:54:41','2019-02-17 12:54:41','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20033,1,'2019-02-17 05:00:11','2019-02-17 13:00:11','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you the most on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 05:00:11','2019-02-17 13:00:11','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20032,1,'2019-02-17 04:57:01','2019-02-17 12:57:01','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world for yourself and for others. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you the most on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 04:57:01','2019-02-17 12:57:01','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20035,1,'2019-02-17 06:18:58','2019-02-17 14:18:58','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19955|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/laughing-picture.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 06:18:58','2019-02-17 14:18:58','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20038,1,'2019-02-17 07:03:41','2019-02-17 15:03:41','','blog-top','','inherit','open','closed','','blog-top','','','2019-02-17 07:04:05','2019-02-17 15:04:05','',10,'https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top.jpg',0,'attachment','image/jpeg',0),(20039,1,'2019-02-17 07:16:01','2019-02-17 15:16:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.59)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-17 07:16:01','2019-02-17 15:16:01','',10,'https://www.resettohappiness.com/blog/2019/02/17/10-revision-v1/',0,'revision','',0),(20040,1,'2019-02-17 07:16:52','2019-02-17 15:16:52','','homepage-happy','','inherit','open','closed','','homepage-happy','','','2019-02-17 07:17:29','2019-02-17 15:17:29','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/homepage-happy.jpg',0,'attachment','image/jpeg',0),(20041,1,'2019-02-17 07:19:26','2019-02-17 15:19:26','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20040|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/homepage-happy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"200px\" padding_right=\"\" padding_bottom=\"200px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"200px5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 07:19:26','2019-02-17 15:19:26','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20042,1,'2019-02-17 07:26:14','2019-02-17 15:26:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"19944|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/lake2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-17 07:26:14','2019-02-17 15:26:14','',10,'https://www.resettohappiness.com/blog/2019/02/17/10-revision-v1/',0,'revision','',0),(20043,1,'2019-02-17 07:27:40','2019-02-17 15:27:40','','landing-happy','','inherit','open','closed','','landing-happy','','','2019-02-17 07:28:02','2019-02-17 15:28:02','',8,'https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png',0,'attachment','image/png',0),(20044,1,'2019-02-17 07:30:18','2019-02-17 15:30:18','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-17 07:30:18','2019-02-17 15:30:18','',8,'https://www.resettohappiness.com/blog/2019/02/17/8-revision-v1/',0,'revision','',0),(20045,1,'2019-02-17 07:31:10','2019-02-17 15:31:10','','blog-happy','','inherit','open','closed','','blog-happy','','','2019-02-17 07:31:33','2019-02-17 15:31:33','',10,'https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png',0,'attachment','image/png',0),(20046,1,'2019-02-17 07:31:38','2019-02-17 15:31:38','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-17 07:31:38','2019-02-17 15:31:38','',10,'https://www.resettohappiness.com/blog/2019/02/17/10-revision-v1/',0,'revision','',0),(20114,1,'2019-02-18 12:40:55','2019-02-18 20:40:55','','blog-top2','','inherit','open','closed','','blog-top2','','','2019-02-18 12:45:17','2019-02-18 20:45:17','',10,'https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg',0,'attachment','image/jpeg',0),(20387,1,'2019-03-05 05:49:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-03-05 05:49:56','0000-00-00 00:00:00','',0,'https://www.resettohappiness.com/?p=20387',0,'post','',0);
INSERT INTO `wpyz_posts` VALUES (20055,1,'2019-02-17 10:03:15','2019-02-17 18:03:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-top-sh.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy\r\ninto the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 10:03:15','2019-02-17 18:03:15','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20051,1,'2019-02-17 09:35:30','2019-02-17 17:35:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-top.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy\r\ninto the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 09:35:30','2019-02-17 17:35:30','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20052,1,'2019-02-17 09:37:16','2019-02-17 17:37:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-top.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy\r\ninto the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Home and garden tips that make a real difference</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 09:37:16','2019-02-17 17:37:16','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20056,1,'2019-02-17 10:08:56','2019-02-17 18:08:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-top-sh.jpg\" background_position=\"right top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy\r\ninto the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 10:08:56','2019-02-17 18:08:56','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20089,1,'2019-02-18 03:30:11','2019-02-18 11:30:11','','amazing-prep','','inherit','open','closed','','amazing-prep','','','2019-02-18 03:33:37','2019-02-18 11:33:37','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg',0,'attachment','image/jpeg',0),(20058,1,'2019-02-17 16:28:26','2019-02-18 00:28:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:28:26','2019-02-18 00:28:26','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20059,1,'2019-02-17 16:30:58','2019-02-18 00:30:58','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:30:58','2019-02-18 00:30:58','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20060,1,'2019-02-17 16:35:14','2019-02-18 00:35:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:35:14','2019-02-18 00:35:14','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20061,1,'2019-02-17 16:38:10','2019-02-18 00:38:10','','michelle-amazing2','','inherit','open','closed','','michelle-amazing2','','','2019-02-17 16:38:38','2019-02-18 00:38:38','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg',0,'attachment','image/jpeg',0),(20062,1,'2019-02-17 16:39:41','2019-02-18 00:39:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:39:41','2019-02-18 00:39:41','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20063,1,'2019-02-17 16:42:01','2019-02-18 00:42:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:42:01','2019-02-18 00:42:01','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20064,1,'2019-02-17 16:45:07','2019-02-18 00:45:07','','michelle-amazing3','','inherit','open','closed','','michelle-amazing3','','','2019-02-17 16:45:30','2019-02-18 00:45:30','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing3.jpg',0,'attachment','image/jpeg',0),(20065,1,'2019-02-17 16:46:26','2019-02-18 00:46:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:46:26','2019-02-18 00:46:26','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20066,1,'2019-02-17 16:47:46','2019-02-18 00:47:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing3.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:47:46','2019-02-18 00:47:46','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20067,1,'2019-02-17 16:49:56','2019-02-18 00:49:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing3.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:49:56','2019-02-18 00:49:56','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20068,1,'2019-02-17 16:51:19','2019-02-18 00:51:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:51:19','2019-02-18 00:51:19','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20069,1,'2019-02-17 16:52:59','2019-02-18 00:52:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:52:59','2019-02-18 00:52:59','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20070,1,'2019-02-17 16:57:34','2019-02-18 00:57:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.<br><em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"none\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden3.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>A Happy Home</h2>\r\n<h3>Let Avada inspire you to the home you always wanted</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 16:57:34','2019-02-18 00:57:34','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20071,1,'2019-02-17 17:27:38','2019-02-18 01:27:38','','card-sample','','inherit','open','closed','','card-sample','','','2019-02-17 17:27:57','2019-02-18 01:27:57','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg',0,'attachment','image/jpeg',0),(20078,1,'2019-02-18 01:41:16','2019-02-18 09:41:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 01:41:16','2019-02-18 09:41:16','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20072,1,'2019-02-17 17:33:11','2019-02-18 01:33:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.<br><em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>Rules of the Game</h2><h3>The only rule is to follow your joy</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>How would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.</p><p>I\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 17:33:11','2019-02-18 01:33:11','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20073,1,'2019-02-17 17:36:14','2019-02-18 01:36:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-17 17:36:14','2019-02-18 01:36:14','',19823,'https://www.resettohappiness.com/blog/2019/02/17/19823-revision-v1/',0,'revision','',0),(20076,1,'2019-02-18 01:27:38','2019-02-18 09:27:38','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Is your house as modern as you think it is? We look some modern interiors that will really take your breath away.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs.jpg\" background_repeat=\"no-repeat\" background_position=\"right center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs1.jpg\" background_repeat=\"no-repeat\" background_position=\"right bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f9a798\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Good linen goes a long way. We look at whether or not it\'s still considered polite to provide towels for your guests.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#fb9482\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Not to be missed. Achieve the hotel look and feel at your home, with exclusive tips from one of the world\'s leading hotels.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/home-garden-tabs2.jpg\" background_repeat=\"no-repeat\" background_position=\"right top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','2 column bkgrd image with colored background and text','','publish','closed','closed','','2-column-bkgrd-image-with-colored-background-and-text','','','2019-02-18 01:27:38','2019-02-18 09:27:38','',0,'https://www.resettohappiness.com/blog/fusion_element/2-column-bkgrd-image-with-colored-background-and-text/',0,'fusion_element','',0),(20077,1,'2019-02-18 01:28:51','2019-02-18 09:28:51','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Ask The Expert</h2>\r\n<h3 style=\"text-align: center;\">Avada\'s resident health expert Joanna talks all things Home &amp; Garden</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_accordion divider_line=\"\" class=\"\" id=\"\"][fusion_toggle title=\"When is the best time to plant herbs?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Why are my leaves turning yellow?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to decorate your house?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should curtains flow onto the floor or fall short?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"What is the best way to manage interior storage?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][fusion_toggle title=\"Should we plan a budget to create our garden?\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/fusion_toggle][/fusion_accordion][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','FAQ\'s toggle','','publish','closed','closed','','faqs-toggle','','','2019-02-18 01:28:51','2019-02-18 09:28:51','',0,'https://www.resettohappiness.com/blog/fusion_element/faqs-toggle/',0,'fusion_element','',0),(20092,1,'2019-02-18 03:40:00','2019-02-18 11:40:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: left;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<ol>\r\n 	<li>Get your cards printed</li>\r\n 	<li>Get your money</li>\r\n 	<li>Get your paperclips</li>\r\n</ol>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: left;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<ol>\r\n 	<li>Get your cards printed</li>\r\n 	<li>Get your money</li>\r\n 	<li>Get your paperclips</li>\r\n</ol>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: left;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<ol>\r\n 	<li>Get your cards printed</li>\r\n 	<li>Get your money</li>\r\n 	<li>Get your paperclips</li>\r\n</ol>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: left;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<ol>\r\n 	<li>Get your cards printed</li>\r\n 	<li>Get your money</li>\r\n 	<li>Get your paperclips</li>\r\n</ol>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThis is the fun part where you decide how you want to play.\r\nMoney or no money?\r\n$5, $10, $20, $50, $100 which amount is best for you?\r\nMaybe a mix of different amounts and just a stand alone card?\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 03:40:00','2019-02-18 11:40:00','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20093,1,'2019-02-18 04:02:00','2019-02-18 12:02:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nIt\'s Easy To Play\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThis is the fun part where you decide how you want to play. Money or no money? I like attaching money because everyone loves to receive unexpected money. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Good To Go</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever is fun for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 04:02:00','2019-02-18 12:02:00','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20097,1,'2019-02-18 11:11:52','2019-02-18 19:11:52','','fun25','','inherit','open','closed','','fun25','','','2019-02-18 11:11:52','2019-02-18 19:11:52','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png',0,'attachment','image/png',0),(20103,1,'2019-02-18 11:44:17','2019-02-18 19:44:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 11:44:17','2019-02-18 19:44:17','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20098,1,'2019-02-18 11:16:16','2019-02-18 19:16:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 11:16:16','2019-02-18 19:16:16','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20095,1,'2019-02-18 04:40:34','2019-02-18 12:40:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"rounded-split\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"rgba(253,224,67,0.12)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,224,67,0.12)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0%\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Good To Go</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever is fun for you.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Drop, Slip, Leave, Mail — Let The Fun Begin</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 04:40:34','2019-02-18 12:40:34','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20094,1,'2019-02-18 04:32:32','2019-02-18 12:32:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"rounded-split\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"rgba(253,224,67,0.12)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,224,67,0.12)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Good To Go</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever is fun for you.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Drop, Slip, Leave, Mail — Let The Fun Begin</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,224,67,0.12)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"rounded-split\" divider_position=\"left\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"rgba(253,224,67,0.12)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 04:32:32','2019-02-18 12:32:32','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20099,1,'2019-02-18 11:24:33','2019-02-18 19:24:33','','michelle-amazing4','','inherit','open','closed','','michelle-amazing4','','','2019-02-18 11:24:59','2019-02-18 19:24:59','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing4.jpg',0,'attachment','image/jpeg',0),(20100,1,'2019-02-18 11:25:07','2019-02-18 19:25:07','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing4.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 11:25:07','2019-02-18 19:25:07','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20101,1,'2019-02-18 11:39:22','2019-02-18 19:39:22','','michelle-amazing5','','inherit','open','closed','','michelle-amazing5','','','2019-02-18 11:39:46','2019-02-18 19:39:46','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing5.jpg',0,'attachment','image/jpeg',0),(20102,1,'2019-02-18 11:40:02','2019-02-18 19:40:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing5.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.\r\n<em>Meet Michelle, the first You Are Amazing Card Recipient!</em></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 11:40:02','2019-02-18 19:40:02','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20104,1,'2019-02-18 11:45:29','2019-02-18 19:45:29','','michelle-amazing6','','inherit','open','closed','','michelle-amazing6','','','2019-02-18 11:45:53','2019-02-18 19:45:53','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg',0,'attachment','image/jpeg',0),(20105,1,'2019-02-18 11:47:20','2019-02-18 19:47:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 11:47:20','2019-02-18 19:47:20','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20106,1,'2019-02-18 11:48:53','2019-02-18 19:48:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 11:48:53','2019-02-18 19:48:53','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20120,1,'2019-02-19 08:35:23','2019-02-19 16:35:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 08:35:23','2019-02-19 16:35:23','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20107,1,'2019-02-18 12:15:50','2019-02-18 20:15:50','','Amazing_Card_Free','','inherit','open','closed','','amazing_card_free','','','2019-02-18 12:30:33','2019-02-18 20:30:33','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Free.png',0,'attachment','image/png',0),(20108,1,'2019-02-18 12:15:59','2019-02-18 20:15:59','','Amazing_Card_Puzzle','','inherit','open','closed','','amazing_card_puzzle','','','2019-02-18 12:18:16','2019-02-18 20:18:16','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Puzzle.png',0,'attachment','image/png',0),(20109,1,'2019-02-18 12:16:09','2019-02-18 20:16:09','','Amazing_Card_Star2','','inherit','open','closed','','amazing_card_star2','','','2019-02-18 12:18:10','2019-02-18 20:18:10','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Star2.png',0,'attachment','image/png',0),(20110,1,'2019-02-18 12:16:20','2019-02-18 20:16:20','','Amazing_Card_Superhero','','inherit','open','closed','','amazing_card_superhero','','','2019-02-18 12:17:53','2019-02-18 20:17:53','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Superhero.png',0,'attachment','image/png',0),(20111,1,'2019-02-18 12:16:29','2019-02-18 20:16:29','','Amazing_Card_Wand','','inherit','open','closed','','amazing_card_wand','','','2019-02-18 12:17:29','2019-02-18 20:17:29','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Wand.png',0,'attachment','image/png',0),(20112,1,'2019-02-18 12:16:37','2019-02-18 20:16:37','','Amazing_Card-Swirls','','inherit','open','closed','','amazing_card-circles','','','2019-02-18 12:17:21','2019-02-18 20:17:21','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card-Circles.png',0,'attachment','image/png',0),(20127,1,'2019-02-19 09:21:12','2019-02-19 17:21:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\nKnown or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 09:21:12','2019-02-19 17:21:12','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20117,1,'2019-02-18 13:49:06','2019-02-18 21:49:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 13:49:06','2019-02-18 21:49:06','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20113,1,'2019-02-18 12:39:25','2019-02-18 20:39:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20071|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/card-sample.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Rules of the Game</h2>\r\n<h3>The only rule is to follow your joy</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m betting it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding  or affirming sometimes.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW OFFER SALE[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2018-10-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-18 12:39:25','2019-02-18 20:39:25','',19823,'https://www.resettohappiness.com/blog/2019/02/18/19823-revision-v1/',0,'revision','',0),(20186,1,'2019-02-20 04:15:52','2019-02-20 12:15:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','blog testimonial','','publish','closed','closed','','blog-testimonial','','','2019-02-20 04:15:52','2019-02-20 12:15:52','',0,'https://www.resettohappiness.com/blog/fusion_element/blog-testimonial/',0,'fusion_element','',0),(20188,1,'2019-02-20 04:17:13','2019-02-20 12:17:13','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','inherit','closed','closed','','19918-revision-v1','','','2019-02-20 04:17:13','2019-02-20 12:17:13','',19918,'https://www.resettohappiness.com/blog/2019/02/20/19918-revision-v1/',0,'revision','',0),(20133,1,'2019-02-19 10:00:07','2019-02-19 18:00:07','','amazing-treat2','','inherit','open','closed','','amazing-treat2','','','2019-02-19 10:00:29','2019-02-19 18:00:29','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg',0,'attachment','image/jpeg',0),(20125,1,'2019-02-19 09:12:16','2019-02-19 17:12:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"text-align: center;\">The only rule is to have fun.</h3><p>Known or anonymous? Money or no money? Just the card or a card attached with money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 09:12:16','2019-02-19 17:12:16','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20123,1,'2019-02-19 08:56:02','2019-02-19 16:56:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>Follow your joy and you\'ll give joy to others</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>The only rule is to follow your joy</h3>\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 08:56:02','2019-02-19 16:56:02','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20121,1,'2019-02-19 08:46:57','2019-02-19 16:46:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>Follow your joy and you\'ll give joy to others</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It, Give It — Let The Fun Begin</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>The only rule is to follow your joy</h3>\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 08:46:57','2019-02-19 16:46:57','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20122,1,'2019-02-19 08:53:45','2019-02-19 16:53:45','','fun-green','','inherit','open','closed','','fun-green','','','2019-02-19 08:53:45','2019-02-19 16:53:45','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wpyz_posts` VALUES (20124,1,'2019-02-19 08:57:52','2019-02-19 16:57:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and maybe a $5 or $10 bill paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>The only rule is to follow your joy</h3>\r\n<h3 style=\"text-align: center;\">This is the fun part where you decide how you want to play.</h3>\r\nMoney or no money? I like attaching money because everyone loves to receive unexpected money and it makes me feel abundant. Which amount is best for you? $5, $10, $20, $50, $100 or maybe a mix of different amounts along with a bunch of stand alone cards?\r\n\r\nStanding stand alone cards is just as fun. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing joy to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 08:57:52','2019-02-19 16:57:52','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20126,1,'2019-02-19 09:14:40','2019-02-19 17:14:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\nKnown or anonymous? Money or no money? Just the card or a card attached with money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">CURABITUR SAGITTIS FERMENTUM ARCU</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 09:14:40','2019-02-19 17:14:40','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20129,1,'2019-02-19 09:32:47','2019-02-19 17:32:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 09:32:47','2019-02-19 17:32:47','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20128,1,'2019-02-19 09:31:19','2019-02-19 17:31:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_sale_event.jpg\" background_repeat=\"no-repeat\" background_position=\"center bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"70px\" padding_bottom=\"70px\" padding_left=\"70px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 62px;\">Pick Your Card!</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"9\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_woo_shortcodes][product_categories number=\"\"][/fusion_woo_shortcodes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 09:31:19','2019-02-19 17:31:19','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20130,1,'2019-02-19 09:37:41','2019-02-19 17:37:41','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 64px\"><span style=\"color: #ffffff\">Product By Category</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px;text-align: center;line-height: 30px\"><span style=\"color: #ffffff\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h2 style=\"text-align: center\">Men\'s Category</h2>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"men\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">Women\'s Category</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"women\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"20px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h2 style=\"text-align: center;\">Accessories</h2>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center\">Vivamus interdum convallis erat vitae rutrum</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"22\" bottom_margin=\"\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"accessories\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product By Category','','inherit','closed','closed','','16880-autosave-v1','','','2019-02-19 09:37:41','2019-02-19 17:37:41','',16880,'https://www.resettohappiness.com/blog/2019/02/19/16880-autosave-v1/',0,'revision','',0),(20131,1,'2019-02-19 09:38:41','2019-02-19 17:38:41','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"accessories\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','product by catagory','','publish','closed','closed','','product-by-catagory','','','2019-02-19 09:38:41','2019-02-19 17:38:41','',0,'https://www.resettohappiness.com/blog/fusion_element/product-by-catagory/',0,'fusion_element','',0),(20132,1,'2019-02-19 09:55:20','2019-02-19 17:55:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20119|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nIt was probably just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<p>Pick Your Card</p><h3>Download your favorite design and get it printed.</h3>[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"15px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>Choose your favorite design, download it, and get it printed. All files have a .pdf extension.</p><p>Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p><p>The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 09:55:20','2019-02-19 17:55:20','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20134,1,'2019-02-19 10:00:45','2019-02-19 18:00:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and get it printed.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"15px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nChoose your favorite design, download it, and get it printed. All files have a .pdf extension.\r\n\r\nDesign files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.\r\n\r\nThe free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 10:00:45','2019-02-19 18:00:45','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20135,1,'2019-02-19 10:05:49','2019-02-19 18:05:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and get it printed.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"15px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nChoose your favorite design, download it, and get it printed. All files have a .pdf extension.\r\n\r\nDesign files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.\r\n\r\nThe free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 10:05:49','2019-02-19 18:05:49','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20195,1,'2019-02-20 10:56:36','2019-02-20 18:56:36','This You Are Amazing Card features a golden wand sprinkling starry magic onto golden script type on a black background.','You Are Amazing Card Wand','<p>You Are Amazing Card with magical golden wand.</p>','inherit','closed','closed','','20138-autosave-v1','','','2019-02-20 10:56:36','2019-02-20 18:56:36','',20138,'https://www.resettohappiness.com/blog/2019/02/20/20138-autosave-v1/',0,'revision','',0),(20138,1,'2019-02-19 13:48:33','2019-02-19 21:48:33','This You Are Amazing Card features a golden wand sprinkling starry magic onto golden script type on a black background.\r\n\r\nAll files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.','You Are Amazing Card Wand','You Are Amazing Card with magical golden wand.','publish','open','closed','','you-are-amazing-card-wand','','','2019-03-02 11:50:09','2019-03-02 19:50:09','',0,'https://www.resettohappiness.com/?post_type=product&#038;p=20138',0,'product','',0),(20137,1,'2019-02-19 11:21:30','2019-02-19 19:21:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"accessories\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Helpful Links</h3>\r\nHere are links to 3 popular business card printers. All you\'ll need to do is upload the file, pick your paper, quantity, etc.\r\n\r\nPrint\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 11:21:30','2019-02-19 19:21:30','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20136,1,'2019-02-19 10:20:54','2019-02-19 18:20:54','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<p>Pick Your Card</p><h3>Download your favorite design and print.</h3>[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_category category=\"accessories\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p><p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 10:20:54','2019-02-19 18:20:54','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20139,1,'2019-02-19 13:40:35','2019-02-19 21:40:35','','Amazing_Card_Free','','inherit','open','closed','','amazing_card_free-2','','','2019-02-19 13:40:35','2019-02-19 21:40:35','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Free.pdf',0,'attachment','application/pdf',0),(20140,1,'2019-02-19 13:40:50','2019-02-19 21:40:50','','Amazing_Card_Puzzle','','inherit','open','closed','','amazing_card_puzzle-2','','','2019-02-19 13:40:50','2019-02-19 21:40:50','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Puzzle.pdf',0,'attachment','application/pdf',0),(20141,1,'2019-02-19 13:41:04','2019-02-19 21:41:04','','Amazing_Card_Star','','inherit','open','closed','','amazing_card_star','','','2019-02-19 13:41:04','2019-02-19 21:41:04','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Star.pdf',0,'attachment','application/pdf',0),(20142,1,'2019-02-19 13:41:18','2019-02-19 21:41:18','','Amazing_Card_Superhero','','inherit','open','closed','','amazing_card_superhero-2','','','2019-02-19 13:41:18','2019-02-19 21:41:18','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Superhero.pdf',0,'attachment','application/pdf',0),(20143,1,'2019-02-19 13:41:31','2019-02-19 21:41:31','','Amazing_Card_Swirls','','inherit','open','closed','','amazing_card_swirls','','','2019-02-19 13:41:31','2019-02-19 21:41:31','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Swirls.pdf',0,'attachment','application/pdf',0),(20144,1,'2019-02-19 13:41:44','2019-02-19 21:41:44','','Amazing_Card_Wand','','inherit','open','closed','','amazing_card_wand-2','','','2019-02-19 13:41:44','2019-02-19 21:41:44','',0,'https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing_Card_Wand.pdf',0,'attachment','application/pdf',0),(20189,1,'2019-02-20 04:23:31','2019-02-20 12:23:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Helpful Links</h3>\r\nHere are links to 3 popular business card printers. All you\'ll need to do is upload the file, pick your paper, quantity, etc.\r\n\r\nPrint\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 04:23:31','2019-02-20 12:23:31','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20154,1,'2019-02-20 01:34:55','2019-02-20 09:34:55','Vestibulum tellus justo, vulputate ac nunc eu, laoreet pellentesque erat. Nulla in fringilla ex. Nulla finibus rutrum lorem vehicula facilisis. Sed ornare congue mi, et volutpat diam. Suspendisse eget augue id magna placerat dignissim. Fusce at turpis neque. Nullam commodo consequat risus et iaculis.\r\n\r\nAenean felis diam, venenatis et congue non, luctus sed velit. Curabitur vel metus a tellus luctus venenatis. Praesent ultricies non arcu non tincidunt. Morbi dictum, eros nec convallis vulputate, lorem ante viverra erat, sed tempor sapien metus quis lectus. Phasellus nisi mauris, dictum at varius.','Black Jacket','Integer tristique dictum sapien et lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sed imperdiet magna, at rhoncus arcu. Cras tincidunt felis eu vehicula consequat. Proin vel gravida quam. In tincidunt aliquam nisl. Sed velit erat, aliquam sit amet metus eget, molestie auctor nulla.\r\n\r\n[fusion_checklist icon=\"ok\" iconcolor=\"#aaaaaa\" circle=\"no\"]\r\n<ul>\r\n 	<li>Premium Cotton Jersey Construction</li>\r\n 	<li>Embroidered Trefoil Logo at Chest</li>\r\n 	<li>High Stance Collar</li>\r\n 	<li>Full Zip with Branded Contrast Zip Pull</li>\r\n 	<li>Kangaroo Pockets</li>\r\n 	<li>Adjustable Hood</li>\r\n 	<li>Style Code: G84717</li>\r\n</ul>\r\n[/fusion_checklist]','inherit','closed','closed','','19556-autosave-v1','','','2019-02-20 01:34:55','2019-02-20 09:34:55','',19556,'https://www.resettohappiness.com/blog/2019/02/20/19556-autosave-v1/',0,'revision','',0),(20197,1,'2019-02-20 11:41:45','2019-02-20 19:41:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"yes\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"yes\" scrolling=\"pagination\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 11:41:45','2019-02-20 19:41:45','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20147,1,'2019-02-19 14:34:17','2019-02-19 22:34:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Helpful Links</h3>\r\nHere are links to 3 popular business card printers. All you\'ll need to do is upload the file, pick your paper, quantity, etc.\r\n\r\nPrint\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-19 14:34:17','2019-02-19 22:34:17','',19823,'https://www.resettohappiness.com/blog/2019/02/19/19823-revision-v1/',0,'revision','',0),(20149,1,'2019-02-20 01:07:00','2019-02-20 09:07:00','You Are Amazing Card features fun rainbow colored type with blurred swirl background. Notice how the type matches the swirls behind it. Too cool!\r\n\r\nAll files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.','You Are Amazing Card Swirls','You Are Amazing Card with rainbow swirls in type and blurred rainbow background.','publish','open','closed','','you-are-amazing-card-swirls','','','2019-03-02 11:48:21','2019-03-02 19:48:21','',0,'https://www.resettohappiness.com/?post_type=product&#038;p=20149',0,'product','',0),(20301,1,'2019-02-27 12:21:36','2019-02-27 20:21:36','','shirt-bkgrd','','inherit','open','closed','','shirt-bkgrd','','','2019-02-27 12:21:56','2019-02-27 20:21:56','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd.jpg',0,'attachment','image/jpeg',0),(20151,1,'2019-02-20 01:15:34','2019-02-20 09:15:34','You Are Amazing Card features a fun cartoon superhero on purple background.\r\n\r\nAll files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.','You Are Amazing Card Superhero','You Are Amazing Card features a fun cartoon superhero on purple background.','publish','open','closed','','you-are-amazing-card-superhero','','','2019-03-03 11:18:33','2019-03-03 19:18:33','',0,'https://www.resettohappiness.com/?post_type=product&#038;p=20151',0,'product','',0),(20155,1,'2019-02-20 01:59:25','2019-02-20 09:59:25','You Are Amazing Card features a yellow star with multi-colored cosmos background.\r\n\r\nAll files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.','You Are Amazing Card Star','You Are Amazing Card features a yellow star with multi-colored cosmos background.\r\n\r\n&nbsp;','publish','open','closed','','you-are-amazing-card-star','','','2019-03-02 11:42:02','2019-03-02 19:42:02','',0,'https://www.resettohappiness.com/?post_type=product&#038;p=20155',0,'product','',0),(20156,1,'2019-02-20 02:05:07','2019-02-20 10:05:07','You Are Amazing Card features grayed out puzzle with vibrant center piece.\r\n\r\nAll files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.','You Are Amazing Card Puzzle','You Are Amazing Card features grayed out puzzle with vibrant center piece.','publish','open','closed','','you-are-amazing-card-puzzle','','','2019-03-02 11:36:29','2019-03-02 19:36:29','',0,'https://www.resettohappiness.com/?post_type=product&#038;p=20156',0,'product','',0),(20158,1,'2019-02-20 02:09:57','2019-02-20 10:09:57','Free download featuring black type on a transparent background.\r\n\r\nThe free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos. Make sure to choose on light or medium colored paper so it\'s easy to read the black type.','You Are Amazing Card Free','Free download featuring black type on a transparent background.','publish','open','closed','','you-are-amazing-card-free','','','2019-03-02 11:16:27','2019-03-02 19:16:27','',0,'https://www.resettohappiness.com/?post_type=product&#038;p=20158',0,'product','',0),(20160,1,'2019-02-20 02:48:19','2019-02-20 10:48:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center;\">Product Categories</h2>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\">Here\'s a quick view of all our fun products by category.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_categories number=\"12\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Categories','','inherit','closed','closed','','16886-autosave-v1','','','2019-02-20 02:48:19','2019-02-20 10:48:19','',16886,'https://www.resettohappiness.com/blog/2019/02/20/16886-autosave-v1/',0,'revision','',0),(20161,1,'2019-02-20 02:28:42','2019-02-20 10:28:42','[fusion_builder_container background_color=\"#1c1e21\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/home1_slide_one_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"font-size: 52px; text-align: center; line-height: 64px;\"><span style=\"color: #ffffff;\">Product Categories</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; text-align: center; line-height: 30px;\"><span style=\"color: #ffffff;\">Sed finibus, neque nec vulputate vestibulum, eros nisl euismod ligula, non iaculis orci odio ac mauris.</span>\r\n<span style=\"color: #ffffff;\"> Ut auctor, dui in dictum ultricies, eros elit condimentum quam, vel rutrum lorem nisl.</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_categories number=\"12\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Categories','','inherit','closed','closed','','16886-revision-v1','','','2019-02-20 02:28:42','2019-02-20 10:28:42','',16886,'https://www.resettohappiness.com/blog/2019/02/20/16886-revision-v1/',0,'revision','',0),(20162,1,'2019-02-20 02:44:52','2019-02-20 10:44:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"300px\" padding_right=\"0\" padding_bottom=\"90px\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Product Categories</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Here\'s a quick view of all our fun products by category.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_categories number=\"12\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Categories','','inherit','closed','closed','','16886-revision-v1','','','2019-02-20 02:44:52','2019-02-20 10:44:52','',16886,'https://www.resettohappiness.com/blog/2019/02/20/16886-revision-v1/',0,'revision','',0),(20163,1,'2019-02-20 02:48:31','2019-02-20 10:48:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Product Categories</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Here\'s a quick view of all our fun products by category.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_categories number=\"12\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Categories','','inherit','closed','closed','','16886-revision-v1','','','2019-02-20 02:48:31','2019-02-20 10:48:31','',16886,'https://www.resettohappiness.com/blog/2019/02/20/16886-revision-v1/',0,'revision','',0),(20164,1,'2019-02-20 02:49:35','2019-02-20 10:49:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"0\" padding_bottom=\"\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Product Categories</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Here\'s a quick view of all our fun products by category.</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][product_categories number=\"12\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Product Categories','','inherit','closed','closed','','16886-revision-v1','','','2019-02-20 02:49:35','2019-02-20 10:49:35','',16886,'https://www.resettohappiness.com/blog/2019/02/20/16886-revision-v1/',0,'revision','',0),(20165,1,'2019-03-02 15:27:41','2019-03-02 23:27:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-bkgrd.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-autosave-v1','','','2019-03-02 15:27:41','2019-03-02 23:27:41','',19917,'https://www.resettohappiness.com/blog/2019/02/20/19917-autosave-v1/',0,'revision','',0),(20221,1,'2019-02-21 11:25:59','2019-02-21 19:25:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-background-1.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-21 11:25:59','2019-02-21 19:25:59','',19917,'https://www.resettohappiness.com/blog/2019/02/21/19917-revision-v1/',0,'revision','',0),(20169,1,'2019-02-20 03:15:01','2019-02-20 11:15:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','testimonial','','publish','closed','closed','','testimonial','','','2019-02-20 03:15:01','2019-02-20 11:15:01','',0,'https://www.resettohappiness.com/blog/fusion_element/testimonial/',0,'fusion_element','',0),(20167,1,'2019-02-20 02:58:41','2019-02-20 10:58:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">You Are Amazing</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"4\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">Thank you so much!</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#282828\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"70px\" padding_right=\"100px\" padding_bottom=\"70px\" padding_left=\"100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-20 02:58:41','2019-02-20 10:58:41','',19917,'https://www.resettohappiness.com/blog/2019/02/20/19917-revision-v1/',0,'revision','',0),(20170,1,'2019-02-20 03:15:57','2019-02-20 11:15:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-20 03:15:57','2019-02-20 11:15:57','',19917,'https://www.resettohappiness.com/blog/2019/02/20/19917-revision-v1/',0,'revision','',0),(20166,1,'2019-02-20 02:57:15','2019-02-20 10:57:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">You Are Amazing</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"4\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">Thank you so much!</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#282828\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"70px\" padding_right=\"100px\" padding_bottom=\"70px\" padding_left=\"100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-20 02:57:15','2019-02-20 10:57:15','',19917,'https://www.resettohappiness.com/blog/2019/02/20/19917-revision-v1/',0,'revision','',0),(20172,1,'2019-02-20 03:28:33','2019-02-20 11:28:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-background.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-20 03:28:33','2019-02-20 11:28:33','',19917,'https://www.resettohappiness.com/blog/2019/02/20/19917-revision-v1/',0,'revision','',0),(20177,1,'2019-02-20 03:59:40','2019-02-20 11:59:40','','Full Shop With Sidebar','','inherit','closed','closed','','19921-revision-v1','','','2019-02-20 03:59:40','2019-02-20 11:59:40','',19921,'https://www.resettohappiness.com/blog/2019/02/20/19921-revision-v1/',0,'revision','',0),(20178,1,'2019-02-20 04:02:04','2019-02-20 12:02:04','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"yes\" columns=\"3\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"no\" lightbox=\"yes\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_2.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_1.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_3.jpg\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/carousel_4.jpg\" alt=\"\"/][/fusion_images][fusion_separator style_type=\"none\" top_margin=\"20\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\"><sup style=\"font-size: 33px;\">$</sup><span style=\"font-size: 60px;\">249.00</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\"><sup style=\"font-size: 33px;\">$</sup><span style=\"font-size: 60px;\">249.00</span></h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.resettohappiness.com/news\" color=\"default\" size=\"xlarge\" stretch=\"yes\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" class=\"customButton\"]View Our Latest News[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"60px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" number_posts=\"6\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_4-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Our selection of women\'s fashion ensures you look your best this coming season</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/womens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW WOMEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/accessories-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">These beautiful hand crafted accessories are made using the finest materials</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/accessories-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW ACCESSORIES</a></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_5-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Our modern selection of men\'s fashion ensures you look your best this coming season</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/mens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW MEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"140px\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: left;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" width=\"30px\" alignment=\"left\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our weekly promotions for amazing deals on hot items</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: left;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make an amazing type specimen book.</p>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px; margin-top: 45px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/promotions\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW PROMOTIONS</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/promo_image-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/promotions\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY PROMOTIONS</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" alignment=\"center\" /][fusion_countdown countdown_end=\"2018-04-15 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" width=\"50%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" width=\"50%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','19913-revision-v1','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',19913,'https://www.resettohappiness.com/blog/2019/02/20/19913-revision-v1/',0,'revision','',0),(20179,1,'2019-02-20 04:02:04','2019-02-20 12:02:04','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Featured Products[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">Must have products from our top sellers</p>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_tabs design=\"clean\" layout=\"horizontal\" justified=\"no\" backgroundcolor=\"\" inactivecolor=\"\" bordercolor=\"\" class=\"\" id=\"\"][fusion_tab title=\"Men\" icon=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"4\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"4\" column_spacing=\"10\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"]\r\n[/fusion_tab][fusion_tab title=\"Women\" icon=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"women\" number_posts=\"4\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"4\" column_spacing=\"10\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_tab][fusion_tab title=\"Accessories\" icon=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories\" number_posts=\"4\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"4\" column_spacing=\"10\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_tab][/fusion_tabs][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(159,166,210,0)\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/winter_collection_bg.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"60% 50px 70px 50px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Winter Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">STYLISH AND WARM</span></p>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#e6d7c3\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/spring_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Spring Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">BRIGHT AND COLORFUL</span></p>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#93d9c7\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/autumn_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60% 50px 70px 50px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Autumn Collection</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 3px; text-align: center;\"><span style=\"color: #ffffff;\">RICH AND COMFORTABLE</span></p>\r\n\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]Best Seller[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">Must have products from our top sellers</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men,women,accessories\" number_posts=\"6\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/bkgd_confetti-compressor.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.5\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"75px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#55cce5\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_1_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2><span style=\"color: #ffffff;\">70% Off</span></h2>\r\n[/fusion_text][fusion_text]<span style=\"color: #ffffff;\">Vivamus tempor leo lacus, feugiat\r\nut magna aliquam erat.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_2_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2><span style=\"color: #ffffff;\">Free Shipping</span></h2>\r\n[/fusion_text][fusion_text]<span style=\"color: #ffffff;\">Vivamus tempor leo lacus, feugiat\r\nut magna aliquam erat.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]VIEW MORE[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]New Arrivals[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">Brand new products from top designers</p>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40px\" padding_bottom=\"100px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men,women,accessories\" number_posts=\"6\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/08/testimonials_home_1_bg.jpg\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"0% 7.5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Darío Pineda\" avatar=\"image\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/man_testimonial.png\" image_border_radius=\"round\" company=\"Theme Fusion\" link=\"\" target=\"_blank\"]Curabitur non tristique tortor. Vestibulum aliquet suscipit ipsum in volutpat. Donec vel lacinia sem, vitae semper nulla. In hac habitasse platea dictumst. Mauris consectetur est et nibh sadip hendrerit bibendum. [/fusion_testimonial][fusion_testimonial name=\"Lisa Smith\" avatar=\"image\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/woman_testimonial.png\" image_border_radius=\"round\" company=\"Theme Fusion\" link=\"\" target=\"_blank\"]Proin blandit metus vel magna dignissim varius. Morbi enim lorem, sollicitudin vitae ante nec, rutrum venenatis neque. In mi augue, iaculis nec dui ac, condimentum consequat velit. Ut et metus justo. [/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"50px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"2\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]From Our Blog[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 17px;\">The latest Classic Shop news</p>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"17px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"14\" strip_html=\"yes\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"top-into-view\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"0px\" margin_bottom=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">FEATURED</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget1\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">ON SALE</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget2\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">TOP RATED</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget3\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px;\">LATEST REVIEWS</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_widget_area name=\"avada-custom-sidebar-contentwidget4\" background_color=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f6f6f6\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"65px\" padding_right=\"\" padding_bottom=\"15px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"font-size: 18px; letter-spacing: 4px; text-align: center;\">BRANDS LOGOS</p>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_1.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_2.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_3.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_4.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_5.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_6.png\" alt=\"\"/][fusion_image link=\"#\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/b_logotype_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#303337\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_fontawesome icon=\"fa-envelope-o\" circle=\"yes\" size=\"38px\" iconcolor=\"#74797f\" circlecolor=\"#2b2e32\" circlebordercolor=\"transparent\" rotate=\"\" spin=\"no\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]<h3 style=\"font-size: 26px; line-height: 32px; margin-top: 15px;\"><span style=\"color: #ffffff;\">Subscribe now and get special offers</span></h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n\r\n[contact-form-7 id=\"16954\" title=\"Subscribe\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 1','','inherit','closed','closed','','16572-revision-v1','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',16572,'https://www.resettohappiness.com/blog/2019/02/20/16572-revision-v1/',0,'revision','',0),(20180,1,'2019-02-20 04:02:04','2019-02-20 12:02:04','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_8-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/accessories-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">ACCESSORIES</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" top_margin=\"65\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/full-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW ALL PRODUCTS</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FEATURED PRODUCTS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Featured items hand picked by our top designer</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"\" number_posts=\"6\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"140px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: left;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our weekly promotions for amazing deals on hot items</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: left;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make an amazing type specimen book.</p>\r\n\r\n<h4 style=\"font-size: 33px; text-align: left;\"></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/promotions\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW PROMOTIONS</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/promo_image-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/promotions\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY PROMOTIONS</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_9-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">REDEFINING FASHION</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer galley of type and scrambled.</p>\r\n<p style=\"text-align: center;\">Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 2','','inherit','closed','closed','','19926-revision-v1','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',19926,'https://www.resettohappiness.com/blog/2019/02/20/19926-revision-v1/',0,'revision','',0),(20181,1,'2019-02-20 04:02:04','2019-02-20 12:02:04','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/best_seller_product.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px\">OUR BEST SELLER</p>[/fusion_text][fusion_text]<h2>Infinity Blue Jacket</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"6\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque hendrerit urna id elit dapibus ultrices congue id est.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/shop/jackets/ut-ullamcorper-dictum/\" color=\"default\" size=\"\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"\" class=\"\" id=\"\"]I WANT IT NOW![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#1b1d22\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/feat_products_section_bg_4.jpg\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 62px\"><span style=\"color: #ffffff\">Featured Products</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">THE LATEST AND GREATEST PRODUCTS</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"none\" top_margin=\"-11\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"women\" number_posts=\"5\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_products_slider][fusion_separator style_type=\"none\" top_margin=\"-73\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"5\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\"][/fusion_products_slider][fusion_separator style_type=\"none\" top_margin=\"-73\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#717ed2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"60px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<h2 style=\"font-size: 52px;text-align: center;line-height: 62px\"><span style=\"color: #ffffff\">Free International Shipping</span></h2>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_winter_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/women/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Women\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">FABULOUS PRODUCTS FOR HER</span></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/new_hype_collection_bg.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/men/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Men\'s Collection</span></h2>\r\n[/fusion_text][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">FABULOUS PRODUCTS FOR HIM</span></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#ffce78\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/promo_box_3_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;text-align: center;line-height: 62px\"><span style=\"color: #ffffff\">Everything up to 50% Off</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 4px;text-align: center\"><span style=\"color: #ffffff\">SPECIAL WEEKEND SALE</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"7\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.resettohappiness.com/shop/\" color=\"default\" size=\"xlarge\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_blank\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]GO FOR IT![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#286dcb\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_bg.jpg\" background_parallax=\"right\" enable_mobile=\"no\" parallax_speed=\"0.6\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"single solid\" top_margin=\"-1\" bottom_margin=\"0\" sep_color=\"#f1e491\" border_size=\"16px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#286dcb\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_bg.jpg\" background_parallax=\"right\" enable_mobile=\"no\" parallax_speed=\"0.6\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"6%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_title size=\"1\" content_align=\"center\" style_type=\"single solid\" sep_color=\"\" margin_top=\"\" margin_bottom=\"10px\" class=\"\" id=\"\"]<span style=\"color: #ffffff\">Customer Reviews</span>[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\"><span style=\"color: #ffffff\">RAVING REVIEWS FROM OUR CUSTOMERS</span></p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"115px\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/five_stars_customer.png\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Lily Park\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"#\" target=\"_self\"]\"Maecenas elit justo, tristique non convallis sed, volutpat vitae ligula. Quisque nibh orci, vestibulum ac.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/testimonials_customers_img.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"10px\" margin_top=\"\" margin_bottom=\"-45px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"115px\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/five_stars_customer.png\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Ted Smith\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"#\" target=\"_self\"]\"Maecenas elit justo, tristique non convallis sed, volutpat vitae ligula. Quisque nibh orci, vestibulum ac.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"none\" top_margin=\"32\" bottom_margin=\"32\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#1b1d22c\" background_image=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/lookbook_spring_bg.jpg\" background_parallax=\"left\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"190px\" padding_bottom=\"190px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"font-size: 52px;line-height: 62px\"><span style=\"color: #ffffff\">Lookbook Spring</span></h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px\"><span style=\"color: #ffffff\">GET READY FOR THE SPRING SEASON</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"medium\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]Men[/fusion_button][fusion_button link=\"https://www.resettohappiness.com/women/\" color=\"custom\" size=\"medium\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]Women[/fusion_button][fusion_button link=\"https://www.resettohappiness.com/accessories/\" color=\"custom\" size=\"medium\"  stretch=\"\"  type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"rgba(255, 255, 255, 0.114582)|rgba(255, 255, 255, 0.114582)\" gradient_hover_colors=\"transparent|transparent\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"left\" class=\"\" id=\"\"]Accessories[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#eaeaea\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<p style=\"font-size: 18px;letter-spacing: 3px;text-align: center\">CHECK OUT OUR OTHER CATEGORIES</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/gloves/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_gloves.jpg\" />[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/gloves/\">SHOP GLOVES</a></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/shoes/\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_shoes.jpg\" />[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/shoes/\">SHOP SHOES</a></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"zoomin\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"https://www.resettohappiness.com/product-category/glasses\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"https://avada.theme-fusion.com/classic-shop/wp-content/uploads/sites/48/2015/09/shop_glasses.jpg\" />[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center\"><a href=\"https://www.resettohappiness.com/product-category/glasses/\">SHOP GLASSES</a></h4>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#2b2e32\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px;font-size: 18px\"><span style=\"color: #ffffff\">GET DISCOUNTS EVERYDAY TO YOUR EMAIL</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text][contact-form-7 id=\"16954\" title=\"Subscribe\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"letter-spacing: 4px;font-size: 18px\"><span style=\"color: #ffffff\">FOLLOW US IN OUR SOCIAL NETWORKS</span></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"14\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_social_links icons_boxed=\"no\" icons_boxed_radius=\"round\" color_type=\"\" icon_colors=\"#575c61\" box_colors=\"\" tooltip_placement=\"bottom\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"#\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"#\" pinterest=\"#\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"#\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"left\" class=\"\" id=\"\"/][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_separator style_type=\"single solid\" top_margin=\"48\" bottom_margin=\"\" sep_color=\"#35383c\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 3','','inherit','closed','closed','','16594-revision-v1','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',16594,'https://www.resettohappiness.com/blog/2019/02/20/16594-revision-v1/',0,'revision','',0),(20182,1,'2019-02-20 04:02:04','2019-02-20 12:02:04','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">WELCOME TO MODERN SHOP</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Avada has proudly influenced catwalks, celebrities &amp; high street fashion for the past 30 years</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 20%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; letter-spacing: 1px;\"><span style=\"color: #ffffff;\">LATEST MEN\'S FASHION</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_10-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"25% 20%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; letter-spacing: 1px;\"><span style=\"color: #ffffff;\">LATEST WOMEN\'S FASHION</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.resettohappiness.com/full-shop\" color=\"default\" size=\"xlarge\" stretch=\"yes\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"\" class=\"customButton\" id=\"\"]View Our Shop[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"140px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: left;\">WEEKLY PROMOTIONS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our weekly promotions for amazing deals on hot items</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: left;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make an amazing type specimen book.</p>\r\n\r\n<h4 style=\"font-size: 33px; text-align: left;\"></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><a style=\"padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/promotions\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW PROMOTIONS</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/promo_image-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/promotions\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"50% 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WEEKLY PROMOTIONS</span></h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"8%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Avada’s beautiful selection of women\'s fashion ensures you look your best this coming season</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/womens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW WOMEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 7% 40px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text][product_category category=\"womens\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Coco Chanel\" avatar=\"image\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/quote_img_2-compressor.jpg\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_self\"]\r\n<h4 style=\"margin-top: 0px;\">Fashion is not something that exists in dresses only. Fashion is in the sky, in the street, fashion has to do with ideas, the way we live, what is happening.</h4>\r\n[/fusion_testimonial][fusion_testimonial name=\"Salman Khan\" avatar=\"image\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/quote_img_1-compressor.jpg\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_self\"]\r\n<h4 style=\"margin-top: 0px;\">All fashion brands are about looking good. Being Human is also about doing good. And you can do good by the simple act of slipping into a t-shirt or a pair of jeans.</h4>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 7% 40px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text][product_category category=\"mens\" per_page=\"3\" columns=\"3\" orderby=\"date\" order=\"desc\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"zoomin\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"8%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\r\n<h4 style=\"font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">We offer unique twists on classic styles for men\'s fashion</span></h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff; padding-bottom: 10px; border-bottom: 1px solid #cccccc;\" href=\"https://www.resettohappiness.com/mens-shop\" target=\"_blank\" rel=\"noopener noreferrer\">VIEW MEN\'S FASHION</a></span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"165px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\r\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\r\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home 3','','inherit','closed','closed','','19927-revision-v1','','','2019-02-20 04:02:04','2019-02-20 12:02:04','',19927,'https://www.resettohappiness.com/blog/2019/02/20/19927-revision-v1/',0,'revision','',0),(20183,1,'2019-02-20 04:06:15','2019-02-20 12:06:15','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','inherit','closed','closed','','16576-revision-v1','','','2019-02-20 04:06:15','2019-02-20 12:06:15','',16576,'https://www.resettohappiness.com/blog/2019/02/20/16576-revision-v1/',0,'revision','',0),(20290,1,'2019-02-27 08:08:29','2019-02-27 16:08:29','','account-quote-bkgrd2','','inherit','open','closed','','account-quote-bkgrd2','','','2019-02-27 08:08:29','2019-02-27 16:08:29','',19918,'https://www.resettohappiness.com/wp-content/uploads/2019/02/account-quote-bkgrd2.jpg',0,'attachment','image/jpeg',0),(20291,1,'2019-02-27 08:11:16','2019-02-27 16:11:16','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"100\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_my_account][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/account-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Henri J.M. Nouwen\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Joy does not simply happen to us. We have to choose joy and keep choosing it every day.</i>\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Ralph Waldo Emerson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>Scatter joy!</i>\"[/fusion_testimonial][fusion_testimonial name=\"Marianne Williamson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>Joy is what happens to us when we allow ourselves to recognize how good things really are.</i> \"[/fusion_testimonial][fusion_testimonial name=\"Thomas Mann\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Laughter is a sunbeam of the soul.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','My Account','','inherit','closed','closed','','19918-revision-v1','','','2019-02-27 08:11:16','2019-02-27 16:11:16','',19918,'https://www.resettohappiness.com/blog/2019/02/27/19918-revision-v1/',0,'revision','',0),(20191,1,'2019-02-20 09:21:18','2019-02-20 17:21:18','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-20 09:21:18','2019-02-20 17:21:18','',8,'https://www.resettohappiness.com/blog/2019/02/20/8-revision-v1/',0,'revision','',0),(20198,1,'2019-02-20 11:44:00','2019-02-20 19:44:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 11:44:00','2019-02-20 19:44:00','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20199,1,'2019-02-20 11:45:56','2019-02-20 19:45:56','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]Tell us where you were, what you were doing, and how you felt when the <em>You\'re So Amazing</em> card found you.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Share Your Experience','','publish','open','open','','where-did-your-amazing-card-find-you','','','2019-02-28 15:54:41','2019-02-28 23:54:41','',0,'https://www.resettohappiness.com/?p=20199',0,'post','',1),(20200,1,'2019-02-20 11:45:56','2019-02-20 19:45:56','Tell us about where the Amazing Card found you.','Where Did Your Amazing Card Find You','','inherit','closed','closed','','20199-revision-v1','','','2019-02-20 11:45:56','2019-02-20 19:45:56','',20199,'https://www.resettohappiness.com/blog/2019/02/20/20199-revision-v1/',0,'revision','',0),(20201,1,'2019-02-20 14:08:40','2019-02-20 22:08:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 14:08:40','2019-02-20 22:08:40','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20202,1,'2019-02-20 14:20:18','2019-02-20 22:20:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"15PX\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 14:20:18','2019-02-20 22:20:18','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20204,1,'2019-02-20 14:22:13','2019-02-20 22:22:13','Share your story. Tell us where you were, what you were doing, and how you felt when the <em>You\'re So Amazing</em> card found you.','Where Did Your Amazing Card Find You','','inherit','closed','closed','','20199-revision-v1','','','2019-02-20 14:22:13','2019-02-20 22:22:13','',20199,'https://www.resettohappiness.com/blog/2019/02/20/20199-revision-v1/',0,'revision','',0),(20205,1,'2019-02-20 14:28:10','2019-02-20 22:28:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"15PX\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 14:28:10','2019-02-20 22:28:10','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20206,1,'2019-02-20 14:46:20','2019-02-20 22:46:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"5%\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 14:46:20','2019-02-20 22:46:20','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20374,1,'2019-03-02 12:54:35','2019-03-02 20:54:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\nDirections:  <strong>Step 1</strong> download file, <strong>Step</strong> <strong>2</strong> click link to vista print (or take to your favorite printer), <strong>Step 3</strong> upload file. Make your selections for standard format, quantity, paper and shipping. Done!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vista Print</h3>\r\nClick <strong><a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong> to go directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\nOther Printers - These links take you to their business card printing upload page.\r\n\r\n<a href=\"https://design.staples.com/business-cards/\" target=\"_blank\" rel=\"noopener noreferrer\">Staples</a>\r\n\r\n<a href=\"https://www.costcobusinessprinting.com/business-cards\" target=\"_blank\" rel=\"noopener noreferrer\">Costco Printing</a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-03-02 12:54:35','2019-03-02 20:54:35','',19823,'https://www.resettohappiness.com/blog/2019/03/02/19823-revision-v1/',0,'revision','',0),(20365,1,'2019-03-02 10:43:03','2019-03-02 18:43:03','{\n    \"woocommerce_thumbnail_cropping\": {\n        \"value\": \"custom\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-03-02 18:43:03\"\n    },\n    \"woocommerce_thumbnail_cropping_custom_width\": {\n        \"value\": \"16\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-03-02 18:43:03\"\n    },\n    \"woocommerce_thumbnail_cropping_custom_height\": {\n        \"value\": \"9\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-03-02 18:43:03\"\n    }\n}','','','trash','closed','closed','','2f66030c-6400-4b09-8dda-f6517e610789','','','2019-03-02 10:43:03','2019-03-02 18:43:03','',0,'https://www.resettohappiness.com/blog/2019/03/02/2f66030c-6400-4b09-8dda-f6517e610789/',0,'customize_changeset','',0),(20333,1,'2019-02-28 08:03:49','2019-02-28 16:03:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-28 08:03:49','2019-02-28 16:03:49','',19823,'https://www.resettohappiness.com/blog/2019/02/28/19823-revision-v1/',0,'revision','',0),(20207,1,'2019-02-20 14:56:23','2019-02-20 22:56:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"5%\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 14:56:23','2019-02-20 22:56:23','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20208,1,'2019-02-20 15:03:57','2019-02-20 23:03:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 15:03:57','2019-02-20 23:03:57','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20213,1,'2019-02-20 15:35:19','2019-02-20 23:35:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h1 style=\"color: #ffffff;\">Reset To Happiness Blog</h1>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-20 15:35:19','2019-02-20 23:35:19','',10,'https://www.resettohappiness.com/blog/2019/02/20/10-revision-v1/',0,'revision','',0),(20210,1,'2019-02-20 15:20:46','2019-02-20 23:20:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Blog</h2>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-20 15:20:46','2019-02-20 23:20:46','',10,'https://www.resettohappiness.com/blog/2019/02/20/10-revision-v1/',0,'revision','',0),(20211,1,'2019-02-20 15:23:04','2019-02-20 23:23:04','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"yes\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-20 15:23:04','2019-02-20 23:23:04','',8,'https://www.resettohappiness.com/blog/2019/02/20/8-revision-v1/',0,'revision','',0);
INSERT INTO `wpyz_posts` VALUES (20233,1,'2019-02-28 07:03:19','2019-02-28 15:03:19','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2>Join me</h2>\n<h3>in taking a journey to joy!</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n\nLast year, after an agonizing five year spiral downward into depression, I made a big decision.  I decided I didn\'t want to live the rest of my life with low self-esteem, feeling like a victim and being miserable. I wanted to experience the magic of life again.\n\nSo, I started doing everything I could to build self-worth and find my inner happiness mojo. Although it\'s been a journey of ups and downs, I am happy to say I now feel worthy and I\'m happy most of the time. When I\'m not, I know the steps to take to get back to experiencing joy again. Hence the blog.\n\nSo come on, let’s take this journey together. It’ll be fun!\n\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center;\">Latest posts</h2>\n<h3 style=\"text-align: center;\">more posts about what interests you on the blog page</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"color: #ffffff;\">Reset To Happiness store</h2>\n<h3 style=\"color: #ffffff;\">A collect of photo art captured from those wow moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-autosave-v1','','','2019-02-28 07:03:19','2019-02-28 15:03:19','',8,'https://www.resettohappiness.com/blog/2019/02/25/8-autosave-v1/',0,'revision','',0),(20237,1,'2019-02-28 07:15:43','2019-02-28 15:15:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h1 style=\"color: #ffffff;\">Reset To Happiness Blog</h1>\r\n<h3 style=\"color: #ffffff;\">get happy, stay happy and watch the magic of life unfold</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>I\'ve experienced some amazingly magical events which lead me to <em>know</em> there is a higher power. This energy, whether you want to call it God or The Universe, is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that <em>we</em> have an incredible power available to us to make things happen by paying attention to our emotions, choosing our thoughts, and then taking inspired action.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-autosave-v1','','','2019-02-28 07:15:43','2019-02-28 15:15:43','',10,'https://www.resettohappiness.com/blog/2019/02/25/10-autosave-v1/',0,'revision','',0),(20215,1,'2019-02-20 15:39:29','2019-02-20 23:39:29','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-background.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-20 15:39:29','2019-02-20 23:39:29','',19823,'https://www.resettohappiness.com/blog/2019/02/20/19823-revision-v1/',0,'revision','',0),(20216,1,'2019-02-20 15:43:02','2019-02-20 23:43:02','Tell us where you were, what you were doing, and how you felt when the <em>You\'re So Amazing</em> card found you.','Share Your Experience','','inherit','closed','closed','','20199-revision-v1','','','2019-02-20 15:43:02','2019-02-20 23:43:02','',20199,'https://www.resettohappiness.com/blog/2019/02/20/20199-revision-v1/',0,'revision','',0),(20356,1,'2019-02-28 15:53:30','2019-02-28 23:53:30','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]Tell us where you were, what you were doing, and how you felt when the <em>You\'re So Amazing</em> card found you.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Share Your Experience','','inherit','closed','closed','','20199-autosave-v1','','','2019-02-28 15:53:30','2019-02-28 23:53:30','',20199,'https://www.resettohappiness.com/blog/2019/02/28/20199-autosave-v1/',0,'revision','',0),(20217,1,'2019-02-20 15:54:59','2019-02-20 23:54:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]Tell us where you were, what you were doing, and how you felt when the <em>You\'re So Amazing</em> card found you.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Share Your Experience','','inherit','closed','closed','','20199-revision-v1','','','2019-02-20 15:54:59','2019-02-20 23:54:59','',20199,'https://www.resettohappiness.com/blog/2019/02/20/20199-revision-v1/',0,'revision','',0),(20218,1,'2019-02-21 11:13:53','2019-02-21 19:13:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-background.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-21 11:13:53','2019-02-21 19:13:53','',19917,'https://www.resettohappiness.com/blog/2019/02/21/19917-revision-v1/',0,'revision','',0),(20219,1,'2019-02-21 11:15:36','2019-02-21 19:15:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-background.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-21 11:15:36','2019-02-21 19:15:36','',19917,'https://www.resettohappiness.com/blog/2019/02/21/19917-revision-v1/',0,'revision','',0),(20244,1,'2019-02-25 10:56:11','2019-02-25 18:56:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text][woocommerce_checkout][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-bkgrd.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">Thank you so much and always remember...</h3>\r\n[/fusion_text][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nYou Are Amazing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Checkout','','inherit','closed','closed','','19917-revision-v1','','','2019-02-25 10:56:11','2019-02-25 18:56:11','',19917,'https://www.resettohappiness.com/blog/2019/02/25/19917-revision-v1/',0,'revision','',0),(20255,1,'2019-02-25 12:09:58','2019-02-25 20:09:58','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Helpful Resources</h2>\r\n<h3>Resources I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"</p>[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-25 12:09:58','2019-02-25 20:09:58','',12,'https://www.resettohappiness.com/blog/2019/02/25/12-revision-v1/',0,'revision','',0),(20251,1,'2019-02-25 11:41:16','2019-02-25 19:41:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Helpful Resources</h2>\r\n<h3>Resources I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-25 11:41:16','2019-02-25 19:41:16','',12,'https://www.resettohappiness.com/blog/2019/02/25/12-revision-v1/',0,'revision','',0),(20230,1,'2019-02-21 12:33:08','2019-02-21 20:33:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services to help you on your journey to joy.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>Helpful Resources</h2><h3>All of these resources helped me on my journey to joy.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>The following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/books-1.jpg\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#99acc8\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a8\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99090\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-21 12:33:08','2019-02-21 20:33:08','',12,'https://www.resettohappiness.com/blog/2019/02/21/12-revision-v1/',0,'revision','',0),(20223,1,'2019-02-21 11:37:20','2019-02-21 19:37:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resources-top-page.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Resources</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services to help you on your journey.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#7ebfba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/7-ways-to-keep-the-winter-blues-at-bay/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-21 11:37:20','2019-02-21 19:37:20','',12,'https://www.resettohappiness.com/blog/2019/02/21/12-revision-v1/',0,'revision','',0),(20224,1,'2019-02-21 11:39:18','2019-02-21 19:39:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resources-top-page.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services to help you on your journey.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#7ebfba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/7-ways-to-keep-the-winter-blues-at-bay/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-21 11:39:18','2019-02-21 19:39:18','',12,'https://www.resettohappiness.com/blog/2019/02/21/12-revision-v1/',0,'revision','',0),(20226,1,'2019-02-21 11:47:11','2019-02-21 19:47:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services to help you on your journey.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#7ebfba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/7-ways-to-keep-the-winter-blues-at-bay/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-21 11:47:11','2019-02-21 19:47:11','',12,'https://www.resettohappiness.com/blog/2019/02/21/12-revision-v1/',0,'revision','',0),(20227,1,'2019-02-21 11:49:52','2019-02-21 19:49:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services to help you on your journey.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/06/heath-wellbeing-top1.jpg\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Promoting Avada Health</h2>\r\n<h3>Wow! Do more of what you love and feel great</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f8f8f8\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Latest Features</h2>\r\n<h3 style=\"text-align: center;\">Expert advice and in-depth features for a healthy life</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"6\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"28\" meta_all=\"no\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"no\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"20\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/are-you-eating-too-much-fruit-the-hidden-sugars-in-fruit-explained/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#7ebfba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/aenean-odio-mauris-lipsum-5/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#70c0ba\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/7-ways-to-keep-the-winter-blues-at-bay/\" title=\"\" target=\"_self\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,0.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Read More[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-21 11:49:52','2019-02-21 19:49:52','',12,'https://www.resettohappiness.com/blog/2019/02/21/12-revision-v1/',0,'revision','',0),(20228,1,'2019-02-21 12:10:44','2019-02-21 20:10:44','','books','','inherit','open','closed','','books','','','2019-02-21 12:10:58','2019-02-21 20:10:58','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg',0,'attachment','image/jpeg',0),(20246,1,'2019-02-25 11:10:46','2019-02-25 19:10:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Helpful Resources</h2>\r\n<h3>Resources I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/books-1.jpg\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#99acc8\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a8\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99090\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-25 11:10:46','2019-02-25 19:10:46','',12,'https://www.resettohappiness.com/blog/2019/02/25/12-revision-v1/',0,'revision','',0),(20231,1,'2019-02-21 12:38:03','2019-02-21 20:38:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services to help you on your journey to joy.</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2>Helpful Resources</h2><h3>All of these resources helped me on my journey to joy.</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>The following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/books-1.jpg\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#99acc8\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a8\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health3.jpg\" background_repeat=\"no-repeat\" background_position=\"left bottom\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99090\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/health4.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“If you have health, you probably will be happy, and if you have health and happiness, you have all the wealth you need, even if it is not all you want. \"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“Happiness cannot be traveled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace, and gratitude.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-21 12:38:03','2019-02-21 20:38:03','',12,'https://www.resettohappiness.com/blog/2019/02/21/12-revision-v1/',0,'revision','',0),(20235,1,'2019-02-25 09:15:32','2019-02-25 17:15:32','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-25 09:15:32','2019-02-25 17:15:32','',8,'https://www.resettohappiness.com/blog/2019/02/25/8-revision-v1/',0,'revision','',0),(20236,1,'2019-02-25 09:28:56','2019-02-25 17:28:56','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20043|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Joy\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/landing-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Join Me</h2>\r\n<h3>In taking a journey to joy!</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Last year I decided to get happy and teach myself how to stay happy. Consistently. I’m still not there, but I’m gaining momentum and getting better at staying in my happy place most of the time. One of my superpowers is to learn some personal growth tidbit, and share it in a way that is easy to absorb. Hence the blog.\r\n\r\nThis blog is a mashup of techniques between neuroscience, positive psychology and spiritual teachings. The most important thing learned: Happiness is a choice. Second most important thing learned: It’s a process to rewire your brain and retrain your thoughts. It takes time. So come on, let’s take this journey together. It’ll be fun![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/supermarket-arrow.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"250px\" padding_right=\"\" padding_bottom=\"250px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Let\'s Play</h2>\r\n<h3 style=\"color: #ffffff;\"><em>You Are Amazing</em> cards are a fun way to create more happiness in the world. And really, couldn\'t we all use more joy right now?</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/amazing/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GET STARTED[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Latest Posts</h2>\r\n<h3 style=\"text-align: center;\">More posts about what interests you on the blog page.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_button link=\"https://www.resettohappiness.com/blog/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"yes\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Read More Posts[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-hp3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.2\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"250px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Store</h2>\r\n<h3 style=\"color: #ffffff;\">A collect of Photo Art captured from those WOW moments in nature. Inspiring tees and shirts for all body types. A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"https://www.resettohappiness.com/shop/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255,255,255,.1)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,.1)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"2px\" size=\"large\" stretch=\"default\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]GO SHOPPING[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"250px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-02-25 09:28:56','2019-02-25 17:28:56','',8,'https://www.resettohappiness.com/blog/2019/02/25/8-revision-v1/',0,'revision','',0),(20238,1,'2019-02-25 09:56:35','2019-02-25 17:56:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-top2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Reset To Happiness Blog</h1>\r\n<h3 style=\"color: #ffffff;\">Get Happy, stay happy and watch the magic of life unfold.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"20045|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/blog-happy.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>A Little Background</h2>\r\n<h3>The foundation from which I write</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nI believe there is a force that connects all of us. This energy whether you want to call it God or The Universe is available to each and every one of us. Science and spirituality are often saying the same thing, just with different words. They both agree that we have an incredible power available to us to make things happen first with thought, then with inspired action.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Featured Post</h2>\r\n<h3 style=\"text-align: center;\">realization, inspiration, and insights</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][/fusion_builder_column][fusion_builder_column type=\"3_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"1\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"no\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"full\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Past Post</h2>\r\n<h3 style=\"text-align: center;\">Shown here ordered by date. Use sidebar to search by category or tag (subject)</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"6\" offset=\"1\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"card\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"yes\" meta_date=\"no\" meta_comments=\"yes\" meta_tags=\"yes\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_widget_area name=\"avada-custom-sidebar-promotion\" title_size=\"\" title_color=\"\" background_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/quote-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Louise Hay\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>Every thought we think is creating our future.</i> \"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Oprah Winfrey\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“<i>The more you praise and celebrate your life, the more there is in life to celebrate.</i>\"[/fusion_testimonial][fusion_testimonial name=\"Wayne Dyer\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n“<i>If you change the way you look at things, the things you look at change.</i>\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Blog','','inherit','closed','closed','','10-revision-v1','','','2019-02-25 09:56:35','2019-02-25 17:56:35','',10,'https://www.resettohappiness.com/blog/2019/02/25/10-revision-v1/',0,'revision','',0),(20240,1,'2019-02-25 10:34:43','2019-02-25 18:34:43','','amazing-quote-bkgrd2','','inherit','open','closed','','amazing-quote-bkgrd2','','','2019-02-25 10:34:43','2019-02-25 18:34:43','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg',0,'attachment','image/jpeg',0),(20241,1,'2019-02-25 10:38:59','2019-02-25 18:38:59','','cart-bkgrd','','inherit','open','closed','','cart-bkgrd','','','2019-02-25 10:38:59','2019-02-25 18:38:59','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/cart-bkgrd.jpg',0,'attachment','image/jpeg',0),(20242,1,'2019-02-25 10:41:46','2019-02-25 18:41:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who need to hear they are amazing. All of us are. We just need reminding.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Mail It, Give It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vistaprint</h3>\r\nhere is where affiliate information would go.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-25 10:41:46','2019-02-25 18:41:46','',19823,'https://www.resettohappiness.com/blog/2019/02/25/19823-revision-v1/',0,'revision','',0),(20247,1,'2019-02-25 11:22:28','2019-02-25 19:22:28','','resource-book','','inherit','open','closed','','resource-book','','','2019-02-25 11:23:56','2019-02-25 19:23:56','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png',0,'attachment','image/png',0),(20248,1,'2019-02-25 11:22:39','2019-02-25 19:22:39','','resource-services','','inherit','open','closed','','resource-services','','','2019-02-25 11:23:10','2019-02-25 19:23:10','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png',0,'attachment','image/png',0),(20249,1,'2019-02-25 11:32:40','2019-02-25 19:32:40','','resource-videos','','inherit','open','closed','','resource-videos','','','2019-02-25 11:32:40','2019-02-25 19:32:40','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png',0,'attachment','image/png',0),(20250,1,'2019-02-25 11:40:10','2019-02-25 19:40:10','','resource-links','','inherit','open','closed','','resource-links','','','2019-02-25 11:40:10','2019-02-25 19:40:10','',12,'https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png',0,'attachment','image/png',0),(20253,1,'2019-02-25 11:51:52','2019-02-25 19:51:52','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/spoons-compressor-3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Choose Nature\'s Best</h2>\r\n<h3 style=\"text-align: center;\">Mother Nature offers everything your body needs to maintain a healthy lifestyle</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','1 col pic 2 col text','','publish','closed','closed','','1-col-pic-2-col-text','','','2019-02-25 11:51:52','2019-02-25 19:51:52','',0,'https://www.resettohappiness.com/blog/fusion_element/1-col-pic-2-col-text/',0,'fusion_element','',0),(20256,1,'2019-02-25 12:12:02','2019-02-25 20:12:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Helpful Resources</h2>\r\n<h3>Resources I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-25 12:12:02','2019-02-25 20:12:02','',12,'https://www.resettohappiness.com/blog/2019/02/25/12-revision-v1/',0,'revision','',0),(20265,1,'2019-02-26 11:47:26','2019-02-26 19:47:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\nI love these books. I\'ve used them for years.\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Links Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 11:47:26','2019-02-26 19:47:26','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20257,1,'2019-02-25 13:06:18','2019-02-25 21:06:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Helpful Resources</h2>\r\n<h3>Resources I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-25 13:06:18','2019-02-25 21:06:18','',12,'https://www.resettohappiness.com/blog/2019/02/25/12-revision-v1/',0,'revision','',0),(20361,1,'2019-02-28 17:27:24','2019-03-01 01:27:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Vista Print</h3>\r\nClick <a href=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" target=\"_blank\" rel=\"noopener noreferrer\">here</a> to go directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n\r\n<em>* Although the file size with bleed is a little bigger than Vista\'s dimensions, it works great. It will load and center just the way it\'s supposed too.</em>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-28 17:27:24','2019-03-01 01:27:24','',19823,'https://www.resettohappiness.com/blog/2019/02/28/19823-revision-v1/',0,'revision','',0),(20360,1,'2019-02-28 17:21:08','2019-03-01 01:21:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing6.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h1 style=\"color: #ffffff;\">Let\'s Play</h1>\r\n<h3 style=\"color: #ffffff;\">A fun game designed to bring more joy into the world one card at a time.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20133|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"You Are Amazing Card\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>You Are Amazing</h2>\r\n<h3>A simple yet powerful game.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nHow would you feel if you looked down and there was a card that said \"You Are Amazing\".  When you picked it up and turned it over, there was a hand written note on the back telling you to treat yourself and money paper-clipped to the card. Or maybe there is no money and no note, just a cool card telling you that you are amazing. Either way, you\'d probably feel joy rising.\r\n\r\nI\'m guessing it was just what you needed to hear. That\'s the way the card works, it finds those who most need to hear they are amazing. All of us are. Sometimes, we just need to be reminded or validated.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#b2077e\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center; color: #ffffff; font-size: 40px;\">Drop It, Slide It, Leave It, Give It, Mail It</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun-green.jpg\" background_position=\"left top\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">It\'s Easy To Play</p>\r\n\r\n<h3 style=\"text-align: center;\">The only rule is to have fun.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Known or anonymous? Money or no money? A note on the back or a blank back? Mix and match depending on your inspiration. It\'s really all about the way <em>you</em> want to play and what\'s fun for you. Either way, you\'re bringing happiness to another human being. How cool is that?[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20089|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Card Prep\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Prep</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPrint your cards, get your money, grab your paperclips.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20088|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"5\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Personalize\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Personalize</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWrite a little something on the back if you\'d like.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20091|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Assembly\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Assemble</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nFold the money in thirds and paperclip to the card.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_imageframe image_id=\"20090|full\" max_width=\"\" style_type=\"dropshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Amazing Cards Ready To Go\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg[/fusion_imageframe][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"color: #b2077e; text-align: center; font-size: 24px;\">Ready To Play</h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nPut your cards in your wallet, a zip lock, designer bag...whatever works for you.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPick Your Card\r\n<h3>Download your favorite design and print.</h3>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"60px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"50px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[product_category category=\"amazing-card\" per_page=\"6\" columns=\"3\" orderby=\"date\" order=\"desc\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>File Info</h3>\r\n<p style=\"text-align: left;\">All files have a .pdf extension. Design files are 3.75 inches by 2.25 which includes .25 inch bleed. A bleed is used when a card is printed so the color runs all the way to the edge of the paper on one or more sides. The finished size after cropping the bleed is a standard business card size of 3.5 inches by 2 inches.</p>\r\n<p style=\"text-align: left;\">The free design has a transparent background and is 3.5 inches by 2 inches. This is great for home printing or printing at a copier business like Kinkos.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20359|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Vista Print\" link=\"https://www.vistaprint.com/upload-design?xnav=BusinessCards:CategoryPage_BC_CategoryPage_Upload_Design\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/vista2.png[/fusion_imageframe]\r\n\r\nClick the Vista Print logo to go directly to the Vista Print business card upload page. Upload your file, pick standard size, pick your quantity and the quality of paper. Pretty easy!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.64)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"big-half-circle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#b2077e\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(253,249,226,0.5)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"86px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nWhere Did The Amazing Card Find You?\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_blog layout=\"medium\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" number_posts=\"1\" offset=\"0\" pull_by=\"category\" cat_slug=\"card\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" title_link=\"yes\" content_alignment=\"\" excerpt=\"no\" excerpt_length=\"10\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"no\" meta_link=\"no\" meta_tags=\"no\" scrolling=\"no\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/amazing-quote-bkgrd2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Maya Angelou\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“I have found that among its other benefits, giving liberates the soul of the giver.”[/fusion_testimonial][fusion_testimonial name=\"Scott Adams\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Remember, there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.\"[/fusion_testimonial][fusion_testimonial name=\"Amelia Earhart\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"A single act of kindness throws out roots in all directions, and the roots spring up and make new trees.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"George Elliston\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"How beautiful a day can be when kindness touches it!\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','You Are Amazing','','inherit','closed','closed','','19823-revision-v1','','','2019-02-28 17:21:08','2019-03-01 01:21:08','',19823,'https://www.resettohappiness.com/blog/2019/02/28/19823-revision-v1/',0,'revision','',0),(20258,1,'2019-02-26 10:12:03','2019-02-26 18:12:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\".reverse-cols \" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 10:12:03','2019-02-26 18:12:03','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20259,1,'2019-02-26 10:13:24','2019-02-26 18:13:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\".reverse-cols\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\".reverse-cols \" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 10:13:24','2019-02-26 18:13:24','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20260,1,'2019-02-26 10:16:17','2019-02-26 18:16:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\".reverse-cols \" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\".reverse-cols \" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 10:16:17','2019-02-26 18:16:17','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20262,1,'2019-02-26 10:22:40','2019-02-26 18:22:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 10:22:40','2019-02-26 18:22:40','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20261,1,'2019-02-26 10:20:12','2019-02-26 18:20:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 10:20:12','2019-02-26 18:20:12','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20264,1,'2019-02-26 11:38:27','2019-02-26 19:38:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Big-Magic-Creative-Living-Beyond/dp/1594634726/ref=sr_1_1?crid=JOTT6SPMPMV&amp;keywords=big+magic+by+elizabeth+gilbert&amp;qid=1551206698&amp;s=gateway&amp;sprefix=big+magic%2Caps%2C231&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Big Magic: Creative Living Beyond Fear </a>\r\nElizabeth Gilbert\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires&lt;br&gt;</a>\r\nEster and Jerry Hicks\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Links</h3>\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 11:38:27','2019-02-26 19:38:27','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20263,1,'2019-02-26 10:24:45','2019-02-26 18:24:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links.png\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"200\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 10:24:45','2019-02-26 18:24:45','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20266,1,'2019-02-26 15:04:11','2019-02-26 23:04:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Links Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 15:04:11','2019-02-26 23:04:11','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20267,1,'2019-02-26 15:05:45','2019-02-26 23:05:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Links</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 15:05:45','2019-02-26 23:05:45','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20268,1,'2019-02-26 15:07:22','2019-02-26 23:07:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">The 3 fundamental steps that every beginner must learn before they can call themselves a student of yoga. Let\'s master them together.</span>\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 15:07:22','2019-02-26 23:07:22','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20269,1,'2019-02-26 15:21:45','2019-02-26 23:21:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\nLouise Hay\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.louisehay.com/</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\nWayne Dyer\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.drwaynedyer.com/</a>\r\nA lot of wisdom here. Plus videos, books and more.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff; font-size: 30px; line-height: 44px; font-family: \'Open Sans Condensed\', sans-serif; font-weight: 300;\">Are you a busy mum that finds yourself missing classes regularly? 8 steps to successfully building yoga and fitness into youur working day.</span>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 15:21:45','2019-02-26 23:21:45','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20273,1,'2019-02-26 16:09:03','2019-02-27 00:09:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\nLouise Hay\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\nWayne Dyer\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 16:09:03','2019-02-27 00:09:03','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20270,1,'2019-02-26 15:41:22','2019-02-26 23:41:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\nLouise Hay\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.louisehay.com/</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\nWayne Dyer\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.drwaynedyer.com/</a>\r\nA lot of wisdom here. Plus videos, books and more.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>Services</h3><p><em>Links to some awesome services</em></p><p><a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a><br />A great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.</p><p><a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a><br />If astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 15:41:22','2019-02-26 23:41:22','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20271,1,'2019-02-26 15:48:12','2019-02-26 23:48:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fdf4af\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#9fb1cb\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\nLouise Hay\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.louisehay.com/</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\nWayne Dyer\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.drwaynedyer.com/</a>\r\nA lot of wisdom here. Plus videos, books and more.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#cdf3a9\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#e99292\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/fun25.png\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 15:48:12','2019-02-26 23:48:12','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20275,1,'2019-02-26 16:31:39','2019-02-27 00:31:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p>[fusion_imageframe image_id=\"20247|thumbnail\" max_width=\"200px\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x200.png[/fusion_imageframe]</p><h3>Books</h3><p><em>I love these books. I\'ve used them for years.</em></p><p><a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a><br />Bryon Katie with Stephen Mitchell</p><p><a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a><br />Louise Hay</p><p><a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a><br />Christopher K. Germer, PhD</p><p><a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a><br />Eckhart Tolle</p><p><a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a><br />Ester and Jerry Hicks (Any of their books are good)</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\nLouise Hay\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\nWayne Dyer\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 16:31:39','2019-02-27 00:31:39','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20276,1,'2019-02-26 16:50:06','2019-02-27 00:50:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 16:50:06','2019-02-27 00:50:06','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20336,1,'2019-02-28 10:16:06','2019-02-28 18:16:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links4.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-28 10:16:06','2019-02-28 18:16:06','',12,'https://www.resettohappiness.com/blog/2019/02/28/12-revision-v1/',0,'revision','',0);
INSERT INTO `wpyz_posts` VALUES (20277,1,'2019-02-26 16:53:59','2019-02-27 00:53:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/helpful-links3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Helpful Links</h2>\r\n<h3 style=\"color: #ffffff;\">A collection of books, links, videos and services.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"110px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe image_id=\"20228|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"Helpful Books\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>Thought-Provoking</h2>\r\n<h3>Resources and links I found very helpful.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nThe following links, books, You Tube videos and services have helped me tremendously. I found them when I most needed to hear or know a bit information to help move me forward, or help me make sense of what was happening in my life. I hope they\'ll help you too!\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0MTQiIHRpdGxlPSJOZXdzbGV0dGVyIFNpZ251cCJd[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#fcf2cf\" background_image=\"\" background_position=\"right center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20247|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-book-300x146.png[/fusion_imageframe]\r\n<h3>Books</h3>\r\n<em>I love these books. I\'ve used them for years.</em>\r\n\r\n<a href=\"https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">Loving What Is: Four Questions That Can Change Your Life</a>\r\nBryon Katie with Stephen Mitchell\r\n\r\n<a href=\"https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">You Can Heal Your Life Paperback</a>\r\nLouise Hay\r\n\r\n<a href=\"https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3\" target=\"_blank\" rel=\"noopener noreferrer\">The Mindful Path to Self-Compassion: Freeing Yourself from Destructive Thoughts and Emotions</a>\r\nChristopher K. Germer, PhD\r\n\r\n<a href=\"https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2\" target=\"_blank\" rel=\"noopener noreferrer\">The Power of Now: A Guide to Spiritual Enlightenment</a>\r\nEckhart Tolle\r\n\r\n<a href=\"https://www.amazon.com/Ask-Given-Learning-Manifest-Desires/dp/1401904599/ref=asc_df_1401904599/?tag=hyprod-20&amp;linkCode=df0&amp;hvadid=312143170987&amp;hvpos=1o1&amp;hvnetw=g&amp;hvrand=9748556714429414008&amp;hvpone=&amp;hvptwo=&amp;hvqmt=&amp;hvdev=c&amp;hvdvcmdl=&amp;hvlocint=&amp;hvlocphy=9033307&amp;hvtargid=pla-435528173405&amp;psc=1\" target=\"_blank\" rel=\"noopener noreferrer\">Ask and It Is Given: Learning to Manifest Your Desires</a>\r\nEster and Jerry Hicks (Any of their books are good)[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(233,146,146,0.51)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20250|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-links-300x146.png[/fusion_imageframe]\r\n<h3>Links</h3>\r\n<em>Here are links to some of my favorite websites.</em>\r\n\r\n<a href=\"https://www.louisehay.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Louise Hay Website</a>\r\nThis woman was an inspiration in how to live a joy filled life. Books, affirmation products and videos.\r\n\r\n<a href=\"https://www.drwaynedyer.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wayne Dyer Website</a>\r\nA lot of wisdom here. Plus videos, books and more.\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(159,177,203,0.48)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n[fusion_imageframe image_id=\"20249|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-videos-300x146.png[/fusion_imageframe]\r\n<h3>You Tube Videos</h3>\r\n<em>Here are a few of my favorite You Tube Videos.</em>\r\n\r\n<a href=\"https://youtu.be/GXy__kBVq1M\" target=\"_blank\" rel=\"noopener noreferrer\">\"The Happiness Advantage: Linking Positive Brains to Performance\"</a>\r\nShawn Achor - TEDxBloomington\r\n\r\n<a href=\"https://youtu.be/UPoTsudFF4Y\" target=\"_blank\" rel=\"noopener noreferrer\">The Hidden Code For Transforming Dreams Into Reality</a>\r\nTEDxWilmingtonWomen - Mary Morrissey\r\n\r\n<a href=\"https://youtu.be/_YIwPUQ2ftM\" target=\"_blank\" rel=\"noopener noreferrer\">SuperSoul Short: Everybody Dies, But Not Everybody Lives</a>\r\nSuperSoul Sunday - Oprah Winfrey Network\r\n\r\n<a href=\"https://youtu.be/EirlZ7fy3bE\" target=\"_blank\" rel=\"noopener noreferrer\">Cultivating Unconditional Self-Worth</a>\r\nAdia Gooden - TEDxDePaulUniversity\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(205,243,169,0.41)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"100px\" padding_right=\"14%\" padding_bottom=\"100px\" padding_left=\"14%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_imageframe image_id=\"20248|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.resettohappiness.com/wp-content/uploads/2019/02/resource-services-300x146.png[/fusion_imageframe]\r\n<h3>Services</h3>\r\n<em>Links to some awesome services</em>\r\n\r\n<a href=\"http://storyconscious.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Storyconscious</a>\r\nA great site if you like to write. Rebecca Rauve Davis shows you how to journal for personal growth and spiritual development.\r\n\r\n<a href=\"https://www.evolutionastrology.com\" target=\"_blank\" rel=\"noopener noreferrer\">Evolution Astrology</a>\r\nIf astrology is your thing, my friend Giulio Rocco provides astrological consulting and coaching services designed to enable you to live your best life.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"78px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nHave a resource to share?\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nSharing is a powerful tool for personal growth. Plus, it make you feel good. Bonus! If you have a favorite book, video, service or link that you know would help others, please send me an email and I\'ll take a look.\r\n\r\n[/fusion_text][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI2MjYiIHRpdGxlPSJDb250YWN0IFBhZ2UiXQ==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/links-testimonial.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"160px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Brandon Webb\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Sharing experiences rather than prescriptive advice is like giving someone the tools they need to problem solve on their own and become successful.\"\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Heidi Catherine Culbertson\" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"Your abundance is not measured by what you have, it is created by what you share.\"[/fusion_testimonial][fusion_testimonial name=\"Betty Buckley \" avatar=\"none\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Everything good that I know was taught to me by great teachers and I feel like giving back and sharing the technique is the thing to do.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Helpful Links','','inherit','closed','closed','','12-revision-v1','','','2019-02-26 16:53:59','2019-02-27 00:53:59','',12,'https://www.resettohappiness.com/blog/2019/02/26/12-revision-v1/',0,'revision','',0),(20359,1,'2019-02-28 17:18:40','2019-03-01 01:18:40','','vista2','','inherit','open','closed','','vista2','','','2019-02-28 17:19:09','2019-03-01 01:19:09','',19823,'https://www.resettohappiness.com/wp-content/uploads/2019/02/vista2.png',0,'attachment','image/png',0),(20278,1,'2019-02-27 07:39:18','2019-02-27 15:39:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Aenean lobortis sapien enim viverra','','inherit','closed','closed','','16378-revision-v1','','','2019-02-27 07:39:18','2019-02-27 15:39:18','',16378,'https://www.resettohappiness.com/blog/2019/02/27/16378-revision-v1/',0,'revision','',0),(20279,1,'2019-02-27 07:39:18','2019-02-27 15:39:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Duis ac massa semper maximus','','inherit','closed','closed','','16375-revision-v1','','','2019-02-27 07:39:18','2019-02-27 15:39:18','',16375,'https://www.resettohappiness.com/blog/2019/02/27/16375-revision-v1/',0,'revision','',0),(20280,1,'2019-02-27 07:39:18','2019-02-27 15:39:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Nunc fermint nulla eu justo sem id','','inherit','closed','closed','','16372-revision-v1','','','2019-02-27 07:39:18','2019-02-27 15:39:18','',16372,'https://www.resettohappiness.com/blog/2019/02/27/16372-revision-v1/',0,'revision','',0),(20281,1,'2019-02-27 07:39:19','2019-02-27 15:39:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text] Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada. [/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text] Nam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Aliquam posuere magna eget nibh','','inherit','closed','closed','','16369-revision-v1','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',16369,'https://www.resettohappiness.com/blog/2019/02/27/16369-revision-v1/',0,'revision','',0),(20282,1,'2019-02-27 07:39:19','2019-02-27 15:39:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Cras ac nulla ac consecte rutrum','','inherit','closed','closed','','16366-revision-v1','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',16366,'https://www.resettohappiness.com/blog/2019/02/27/16366-revision-v1/',0,'revision','',0),(20283,1,'2019-02-27 07:39:19','2019-02-27 15:39:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Fusce mattis nunc ut aliquam','','inherit','closed','closed','','16363-revision-v1','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',16363,'https://www.resettohappiness.com/blog/2019/02/27/16363-revision-v1/',0,'revision','',0),(20284,1,'2019-02-27 07:39:19','2019-02-27 15:39:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Etiam cursus mauris vestibulum','','inherit','closed','closed','','16350-revision-v1','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',16350,'https://www.resettohappiness.com/blog/2019/02/27/16350-revision-v1/',0,'revision','',0),(20285,1,'2019-02-27 07:39:19','2019-02-27 15:39:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sed aliquet mi at libero consectetur','','inherit','closed','closed','','16345-revision-v1','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',16345,'https://www.resettohappiness.com/blog/2019/02/27/16345-revision-v1/',0,'revision','',0),(20286,1,'2019-02-27 07:39:19','2019-02-27 15:39:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" overlay_opacity=\"0.5\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\nDonec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"5px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"20px\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n\r\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\r\n<h3>Praesent posuere ante</h3>\r\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Duis porta egestas libero interger','','inherit','closed','closed','','16317-revision-v1','','','2019-02-27 07:39:19','2019-02-27 15:39:19','',16317,'https://www.resettohappiness.com/blog/2019/02/27/16317-revision-v1/',0,'revision','',0),(20295,1,'2019-03-02 12:20:09','2019-03-02 20:20:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shop-top6.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"130px\" padding_right=\"\" padding_bottom=\"130px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"160\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"color: #ffffff;\">Reset To Happiness Shop</h2>\r\n<h3 style=\"color: #ffffff;\">A variety of fun stuff to help you with your joy mojo.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"140\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-autosave-v1','','','2019-03-02 12:20:09','2019-03-02 20:20:09','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-autosave-v1/',0,'revision','',0),(20296,1,'2019-02-27 08:50:19','2019-02-27 16:50:19','','shop_slide1','','inherit','open','closed','','shop_slide1','','','2019-02-27 08:50:46','2019-02-27 16:50:46','',16250,'https://www.resettohappiness.com/wp-content/uploads/2015/09/shop_slide1.jpg',0,'attachment','image/jpeg',0),(20300,1,'2019-02-27 11:32:48','2019-02-27 19:32:48','','photo-art-bkgrd','','inherit','open','closed','','photo-art-bkgrd','','','2019-02-27 11:33:14','2019-02-27 19:33:14','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg',0,'attachment','image/jpeg',0),(20304,1,'2019-02-27 12:32:23','2019-02-27 20:32:23','','shirt-bkgrd2','','inherit','open','closed','','shirt-bkgrd2','','','2019-02-27 12:32:55','2019-02-27 20:32:55','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg',0,'attachment','image/jpeg',0),(20305,1,'2019-02-27 12:33:05','2019-02-27 20:33:05','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 12:33:05','2019-02-27 20:33:05','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20303,1,'2019-02-27 12:27:32','2019-02-27 20:27:32','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 12:27:32','2019-02-27 20:27:32','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20302,1,'2019-02-27 12:26:33','2019-02-27 20:26:33','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2015/03/fashion-beauty-parallax2.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center bottom\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"160px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\"True beauty in a woman is reflected in her soul. It’s the caring that she lovingly gives, the passion that she shows &amp; the beauty of a woman only grows with passing years.\"[/fusion_testimonial][fusion_testimonial name=\"Anonymous • Quote of the Day\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]“There is a fountain of youth: it is your mind, your talents, the creativity you bring to your life and the lives of people you love. When you learn to tap this source, you will truly defeat age.\"[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"20px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 12:26:33','2019-02-27 20:26:33','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20307,1,'2019-02-27 13:05:02','2019-02-27 21:05:02','','otb-bkgrd','','inherit','open','closed','','otb-bkgrd','','','2019-02-27 13:05:02','2019-02-27 21:05:02','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd.jpg',0,'attachment','image/jpeg',0),(20308,1,'2019-02-27 13:16:28','2019-02-27 21:16:28','','otb-bkgrd2','','inherit','open','closed','','otb-bkgrd2','','','2019-02-27 13:16:28','2019-02-27 21:16:28','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd2.jpg',0,'attachment','image/jpeg',0),(20309,1,'2019-02-27 13:24:30','2019-02-27 21:24:30','','otb-bkgrd3','','inherit','open','closed','','otb-bkgrd3','','','2019-02-27 13:24:30','2019-02-27 21:24:30','',19824,'https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg',0,'attachment','image/jpeg',0),(20310,1,'2019-02-28 05:53:34','2019-02-28 13:53:34','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5 style=\"text-align: center;\">WEEKLY PROMOTIONS</h5>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">We strive to offer the highest quality products at amazingly low prices</h4>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"25%\" padding_right=\"15%\" padding_bottom=\"25%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Take 15% off your first time order!</span></h4>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FT15</strong></span></p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/col_bkgd_3-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Holiday Sale! Take 20% off any product in the store!</span></h4>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>XX20</strong></span></p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"\" margin_bottom=\"3.5%\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">Only Today! Free Shipping on all store!</span></h4>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"-15\" bottom_margin=\"20\" sep_color=\"#ffffff\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"40px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Enter Coupon Code <strong>FSNOW</strong></span></p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5 style=\"text-align: center;\">NEW ARRIVALS</h5>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Hot new products are arriving to our store</h4>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"7\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#212121\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\"><span style=\"color: #ffffff;\">The hottest brands are always available</span></h4>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"5\" column_spacing=\"30\" scroll_items=\"1\" show_nav=\"no\" mouse_scroll=\"yes\" border=\"no\" lightbox=\"no\" class=\"\" id=\"\"][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_1.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_2.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_3.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_4.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_5.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_6.png\" alt=\"\"/][fusion_image link=\"\" linktarget=\"_self\" image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/brand_logo_7.png\" alt=\"\"/][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"125px\" padding_bottom=\"60px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5 style=\"text-align: center;\">POPULAR PRODUCTS</h5>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Most popular items choosen by our customers</h4>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories\" number_posts=\"\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"3\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/home_slide_1-compressor.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"150px\" padding_bottom=\"170px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">15% OFF YOUR 1ST ORDER</span></h1>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"flat\" shape=\"square\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"130px\" padding_bottom=\"130px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"15%\" padding_right=\"10%\" padding_bottom=\"15%\" padding_left=\"10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5>OTHER SHOPS</h5>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"left\" class=\"\" id=\"\" /][fusion_text]\n<h4 style=\"font-size: 33px; line-height: 50px;\">Check out our other product categories</h4>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_6-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/womens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"15%\" padding_right=\"10%\" padding_bottom=\"15%\" padding_left=\"10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">WOMEN\'S FASHION</span></h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/12/col_bkgd_7-compressor.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"liftup\" link=\"https://www.resettohappiness.com/mens-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"15%\" padding_right=\"10%\" padding_bottom=\"15%\" padding_left=\"10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">MEN\'S FASHION</span></h5>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"6%\" padding_right=\"7%\" padding_bottom=\"10%\" padding_left=\"7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_countdown countdown_end=\"2017-11-19 12:30:00\" timezone=\"\" show_weeks=\"\" border_radius=\"\" heading_text=\"\" subheading_text=\"\" link_url=\"\" link_text=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"transparent\" background_image=\"\" background_position=\"\" background_repeat=\"\" counter_box_color=\"#ffffff\" counter_text_color=\"#2b2e32\" heading_text_color=\"\" subheading_text_color=\"\" link_text_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"https://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_right=\"100px\" padding_bottom=\"70px\" padding_left=\"100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\" /][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"https://www.resettohappiness.com/contact\">CONTACT</a></p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Accessories Shop','','inherit','closed','closed','','19923-autosave-v1','','','2019-02-28 05:53:34','2019-02-28 13:53:34','',19923,'https://www.resettohappiness.com/blog/2019/02/27/19923-autosave-v1/',0,'revision','',0),(20311,1,'2019-02-27 13:43:43','2019-02-27 21:43:43','[fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"7\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','woo carousel','','publish','closed','closed','','woo-carousel','','','2019-02-27 13:43:43','2019-02-27 21:43:43','',0,'https://www.resettohappiness.com/blog/fusion_element/woo-carousel/',0,'fusion_element','',0),(20314,1,'2019-02-27 14:03:10','2019-02-27 22:03:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 14:03:10','2019-02-27 22:03:10','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20313,1,'2019-02-27 13:59:41','2019-02-27 21:59:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"120px\" padding_left=\"6%\" padding_right=\"6%\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 13:59:41','2019-02-27 21:59:41','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20312,1,'2019-02-27 13:55:26','2019-02-27 21:55:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]<p>Shop by Collection</p>[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"amazing-card\" number_posts=\"5\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" columns=\"5\" column_spacing=\"0\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"single solid\" top_margin=\"\" bottom_margin=\"40\" sep_color=\"#eaeaea\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10%\" padding_right=\"0%\" padding_bottom=\"10%\" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2>Today Deals</h2>\r\n[/fusion_text][fusion_text]Check out all the latest daily deals and promotions to save money![/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"\" class=\"\" id=\"\"]MORE DEALS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\" min_height=\"\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"men\" number_posts=\"4\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" columns=\"3\" column_spacing=\"0\" scroll_items=\"1\" navigation=\"yes\" mouse_scroll=\"no\" show_cats=\"yes\" show_price=\"yes\" show_buttons=\"no\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 13:55:26','2019-02-27 21:55:26','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20315,1,'2019-02-27 14:07:40','2019-02-27 22:07:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"76px\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"\" text_color=\"\" style_type=\"none\" sep_color=\"\"]\r\n\r\nShop by Collection\r\n\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"6%\" padding_bottom=\"60px\" padding_left=\"6%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_products_slider picture_size=\"auto\" cat_slug=\"accessories,scarfs\" number_posts=\"9\" carousel_layout=\"title_below_image\" autoplay=\"yes\" columns=\"5\" column_spacing=\"40\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" show_cats=\"no\" show_price=\"yes\" show_buttons=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/photo-art-bkgrd.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">PHOTO ART</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Captured WOW Moments</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#427ed1\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/shirt-bkgrd2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">SHIRTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comfy Positive Shirts </span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/shop-full-width/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/01/apron_woman2.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"60%\" padding_right=\"50px\" padding_bottom=\"50px\" padding_left=\"50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">FUN PRODUCTS</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Fun Products and Accessories</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#2b2e32\" background_image=\"https://www.resettohappiness.com/wp-content/uploads/2019/02/otb-bkgrd3.jpg\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h3 style=\"font-size: 36px; text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Because sometimes life isn\'t happy...</span></h3>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Shirts and Accessories To Help Those Going Through Tough Times</span></p>\r\n[/fusion_text][fusion_button link=\"https://www.resettohappiness.com/men/\" color=\"custom\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" button_gradient_top_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_bottom_color=\"rgba(255, 255, 255, 0.114582)\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"top-into-view\" alignment=\"center\" class=\"\" id=\"\"]VIEW GALLERY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Shop Fun Stuff','','inherit','closed','closed','','19824-revision-v1','','','2019-02-27 14:07:40','2019-02-27 22:07:40','',19824,'https://www.resettohappiness.com/blog/2019/02/27/19824-revision-v1/',0,'revision','',0),(20394,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjEnLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL3NpdGVtYXAtaW5kZXgueHNsIj8+CjxzaXRlbWFwaW5kZXggeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly93d3cucmVzZXR0b2hhcHBpbmVzcy5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDVUMTQ6MjA6NDhaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vd3d3LnJlc2V0dG9oYXBwaW5lc3MuY29tL2ltYWdlLXNpdGVtYXAtMS54bWw8L2xvYz48bGFzdG1vZD4yMDE5LTAzLTAzVDE4OjQyOjQyWjwvbGFzdG1vZD48L3NpdGVtYXA+PC9zaXRlbWFwaW5kZXg+Cg==','sitemap.xml','','draft','closed','closed','','','','','1970-01-01 00:00:00','0000-00-00 00:00:00','',0,'https://www.resettohappiness.com/?p=20394',0,'jp_sitemap_master','',0);
/*!40000 ALTER TABLE `wpyz_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_registration_log`
--

DROP TABLE IF EXISTS `wpyz_registration_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_registration_log` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `IP` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `blog_id` bigint(20) NOT NULL DEFAULT 0,
  `date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`),
  KEY `IP` (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_registration_log`
--

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

--
-- Table structure for table `wpyz_revslider_css`
--

DROP TABLE IF EXISTS `wpyz_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hover` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `advanced` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=130 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_revslider_css`
--

LOCK TABLES `wpyz_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpyz_revslider_css` DISABLE KEYS */;
INSERT INTO `wpyz_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"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\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"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\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"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\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"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','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(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\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"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\":\"-\"}'),(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\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"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\":\"-\"}'),(110,'.tp-caption.avada_huge_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#ffffff\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),(111,'.tp-caption.avada_huge_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000000\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),(112,'.tp-caption.avada_big_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),(113,'.tp-caption.avada_big_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),(114,'.tp-caption.avada_big_black_text_center','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"38px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\",\"text-align\":\"center\"}'),(115,'.tp-caption.avada_med_green_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),(116,'.tp-caption.avada_small_gray_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#747474\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),(117,'.tp-caption.avada_small_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\"}'),(118,'.tp-caption.avada_block_black','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),(119,'.tp-caption.avada_block_green','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#A0CE4E\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),(120,'.tp-caption.avada_block_white','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),(121,'.tp-caption.avada_block_white_trans','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),(122,'.tp-caption.montserrat2title','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"80px\",\"line-height\":\"50px\",\"font-weight\":\"700\",\"font-family\":\"Montserrat, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}'),(123,'.tp-caption.karlafont-text','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-family\":\"Karla, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}'),(124,'.tp-caption.karlauppercase2','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"font-size\":\"14px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-family\":\"Karla, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}'),(125,'.tp-caption.montserrat2badge','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"50px\",\"font-weight\":\"700\",\"font-family\":\"Montserrat, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}'),(126,'.tp-caption.karlauppercase3','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-family\":\"Karla, sans-serif\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}'),(127,'.tp-caption.avadaclassicdemobt','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"font-size\":\"13px\",\"line-height\":\"16px\",\"font-weight\":\"700\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(255, 255, 255, 0.113725)\",\"border-radius\":\"25px 25px 25px 25px\",\"border-width\":\"2px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"solid\"}'),(128,'.tp-caption.karlauppercase','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"font-size\":\"16px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-family\":\"Karla, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}'),(129,'.tp-caption.montserrat','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"42px\",\"line-height\":\"50px\",\"font-weight\":\"700\",\"font-family\":\"Montserrat, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(51, 51, 51)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wpyz_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpyz_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_revslider_layer_animations`
--

LOCK TABLES `wpyz_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wpyz_revslider_layer_animations` DISABLE KEYS */;
INSERT INTO `wpyz_revslider_layer_animations` VALUES (1,'Title_1','{\"movex\":\"-10\",\"movey\":\"80\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"80\",\"rotationz\":\"30\",\"scalex\":\"100\",\"scaley\":\"100\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"500\",\"originx\":\"30\",\"originy\":\"30\"}',NULL),(2,'From Center 1','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"200\",\"scaley\":\"200\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"30\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}',NULL),(3,'Icon_motion','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"30\",\"scalex\":\"15\",\"scaley\":\"100\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}',NULL),(4,'SALE-Text','{\"movex\":\"center\",\"movey\":\"middle\",\"mask\":\"false\",\"movez\":\"220px\",\"rotationx\":\"{-90,90}\",\"rotationy\":\"{-90,90}\",\"rotationz\":\"45deg\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"inherit\",\"skewy\":\"inherit\",\"captionopacity\":\"0\",\"mask_x\":\"0\",\"mask_y\":\"0\",\"easing\":\"Expo.easeInOut\",\"speed\":\"2000\",\"split\":\"none\",\"splitdelay\":\"5\",\"movex_reverse\":\"false\",\"movey_reverse\":\"false\",\"rotationx_reverse\":\"false\",\"rotationy_reverse\":\"false\",\"rotationz_reverse\":\"true\",\"scalex_reverse\":\"true\",\"scaley_reverse\":\"true\",\"skewx_reverse\":\"false\",\"skewy_reverse\":\"false\",\"mask_x_reverse\":\"false\",\"mask_y_reverse\":\"false\",\"type\":\"customin\"}',NULL);
/*!40000 ALTER TABLE `wpyz_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_revslider_navigations`
--

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

--
-- Dumping data for table `wpyz_revslider_navigations`
--

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

--
-- Table structure for table `wpyz_revslider_sliders`
--

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

--
-- Dumping data for table `wpyz_revslider_sliders`
--

LOCK TABLES `wpyz_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpyz_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wpyz_revslider_sliders` VALUES (1,'Home 3 - Rev Slider','home3-rs','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"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\":\"timeline\",\"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\":\"category_45\",\"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 3 - Rev Slider\",\"alias\":\"home3-rs\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home3-rs\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1170\",\"height\":\"620\",\"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\":\"on\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"0\",\"max_width\":\"\",\"force_full_width\":\"on\",\"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\":\"0\",\"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_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"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\":\"on\",\"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\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.10)\",\"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\":\"#0f0f0f\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"\",\"navigation_arrows_preset\":\"default\",\"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\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"0\",\"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_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_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\":\"transparent\",\"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\":\"on\",\"touchenabled_desktop\":\"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\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"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\":\"on\",\"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_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"1\",\"parallax_level_3\":\"2\",\"parallax_level_4\":\"1\",\"parallax_level_5\":\"1\",\"parallax_level_6\":\"10\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}','');
/*!40000 ALTER TABLE `wpyz_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_revslider_slides`
--

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

--
-- Dumping data for table `wpyz_revslider_slides`
--

LOCK TABLES `wpyz_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpyz_revslider_slides` DISABLE KEYS */;
INSERT INTO `wpyz_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"title\":\"Home 3 - Slide 2\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"parallaxtotop\"],\"0\":\"Remove\",\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#f1e491\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/slide_rev_bg_3.jpg\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#f1e491\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"slide_parallax_level\":\"-\",\"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\",\"thumb_dimension\":\"slider\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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\":\"\"}','[{\"style\":\"\",\"text\":\"Image 14\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/beard_suit_man_casual.png\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Expo.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lfr\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":2750,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":250,\"endtime\":9750,\"endspeed\":750,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":744,\"height\":623,\"serial\":0,\"timeLast\":8250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":null,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 14\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"autolinebreak\":false,\"originalWidth\":744,\"originalHeight\":623,\"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\":\"Beardman\",\"type\":\"text\",\"left\":{\"desktop\":20},\"top\":{\"desktop\":-30},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lfl\",\"easing\":\"easeInOutQuint\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1700,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat2title\",\"time\":450,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":427,\"height\":50,\"serial\":1,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"left\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"beardman\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Stylish Collection For The Bearded Man\",\"type\":\"text\",\"left\":{\"desktop\":74},\"top\":{\"desktop\":42},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lfb\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlafont-text\",\"time\":800,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":312,\"height\":30,\"serial\":2,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"30px\"},\"max_width\":{\"desktop\":\"312px\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"mauris quis turpis n...\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 16\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/feat_red_bagde.png\",\"left\":{\"desktop\":490},\"top\":{\"desktop\":157},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1150,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":950,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":122,\"height\":121,\"serial\":3,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"-10\",\"x_end\":\"inherit\",\"y_start\":\"80\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"80\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"30\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"1\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 16\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"autolinebreak\":false,\"originalWidth\":122,\"originalHeight\":121,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"SHOP\",\"type\":\"text\",\"left\":{\"desktop\":-31},\"top\":{\"desktop\":-117},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Back.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":550,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase2\",\"time\":1600,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":47,\"height\":30,\"serial\":4,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"shop\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"20%\",\"type\":\"text\",\"left\":{\"desktop\":-32},\"top\":{\"desktop\":-92},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Back.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":550,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat2badge\",\"time\":1650,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":61,\"height\":47,\"serial\":5,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"30px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"20%\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"OFF\",\"type\":\"text\",\"left\":{\"desktop\":-31},\"top\":{\"desktop\":-62},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Back.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":550,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase2\",\"time\":1750,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":33,\"height\":27,\"serial\":6,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"off\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"ELEGANT \\/ NOIR\",\"type\":\"text\",\"left\":{\"desktop\":144},\"top\":{\"desktop\":-126},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":800,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase3\",\"time\":1300,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":170,\"height\":30,\"serial\":7,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"-50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"elegant \\/ noir\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/hr_wave.png\",\"left\":{\"desktop\":214},\"top\":{\"desktop\":212},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-3\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1000,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":30,\"height\":22,\"serial\":8,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"\"},\"max_width\":{\"desktop\":\"\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"30\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.15\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"1\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 9\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9,\"autolinebreak\":false,\"originalWidth\":30,\"originalHeight\":10,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"SUITS\",\"type\":\"text\",\"left\":{\"desktop\":52},\"top\":{\"desktop\":400},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sft\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"avadaclassicdemobt\",\"time\":1750,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":84,\"height\":40,\"serial\":9,\"timeLast\":7250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"-50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"padding\":[\"11px\",\"23px\",\"11px\",\"23px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0.113725\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"16px\"},\"font-family\":\"Karla, Arial, Helvetica, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":true,\"alias\":\"suits\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/product-category\\/suits\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[2],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"WATCHES\",\"type\":\"text\",\"left\":{\"desktop\":160},\"top\":{\"desktop\":400},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sft\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"avadaclassicdemobt\",\"time\":1750,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":114,\"height\":42,\"serial\":10,\"timeLast\":7250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"-50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"padding\":[\"11px\",\"23px\",\"11px\",\"23px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0.113725\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"16px\"},\"font-family\":\"Karla, Arial, Helvetica, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":true,\"alias\":\"watches\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":11,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/product-category\\/accessories\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[2],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"VIEW ALL\",\"type\":\"text\",\"left\":{\"desktop\":291},\"top\":{\"desktop\":400},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sft\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"avadaclassicdemobt\",\"time\":1750,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":111,\"height\":42,\"serial\":11,\"timeLast\":7250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"-50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"padding\":[\"11px\",\"23px\",\"11px\",\"23px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0.113725\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"16px\"},\"font-family\":\"Karla, Arial, Helvetica, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":true,\"alias\":\"view all\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":12,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/shop\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[2],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(2,1,3,'{\"background_type\":\"solid\",\"title\":\"Home 3 - Slide 1\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"zoomout\",\"curtain-3\"],\"0\":\"Remove\",\"slot_amount\":[\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\"],\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#f1e491\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#f1e491\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"slide_parallax_level\":\"-\",\"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\",\"thumb_dimension\":\"slider\",\"transition_ease_in\":[\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\"],\"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\":\"\"}','[{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/slider_brush_bg.jpg\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"4\",\"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\":\"256\",\"loop_radius\":\"10\",\"animation\":\"sft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":700,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":890,\"endtime\":9250,\"endspeed\":250,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":794,\"height\":620,\"serial\":0,\"timeLast\":8300,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"794px\"},\"scaleY\":{\"desktop\":\"620px\"},\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"-50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"originalWidth\":798,\"originalHeight\":623,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 10\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/women_t_shirt_black.png\",\"left\":{\"desktop\":-325},\"top\":{\"desktop\":15},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":-5,\"loop_xend\":-2,\"loop_ystart\":5,\"loop_yend\":-2,\"loop_zoomstart\":\"2\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfl\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":700,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":550,\"endtime\":9310,\"endspeed\":310,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":325,\"height\":451,\"serial\":1,\"timeLast\":8300,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"325px\"},\"scaleY\":{\"desktop\":\"451px\"},\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 10\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"originalWidth\":325,\"originalHeight\":451,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/women\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[1],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/men_t_shirt_blue.png\",\"left\":{\"desktop\":325},\"top\":{\"desktop\":-35},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":-3,\"loop_xend\":5,\"loop_ystart\":-3,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":700,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":750,\"endtime\":9290,\"endspeed\":290,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":330,\"height\":450,\"serial\":2,\"timeLast\":8300,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"330px\"},\"scaleY\":{\"desktop\":\"450px\"},\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 8\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"originalWidth\":330,\"originalHeight\":450,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/men\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[1],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 11\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/title_img.png\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":800,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":9320,\"endspeed\":320,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":543,\"height\":278,\"serial\":3,\"timeLast\":8200,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"543px\"},\"scaleY\":{\"desktop\":\"278px\"},\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 11\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"originalWidth\":543,\"originalHeight\":278,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 12\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/red_circle.png\",\"left\":{\"desktop\":-427},\"top\":{\"desktop\":-112},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1150,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":116,\"height\":116,\"serial\":4,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 12\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"originalWidth\":116,\"originalHeight\":116,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"ONLY\",\"type\":\"text\",\"left\":{\"desktop\":-424},\"top\":{\"desktop\":-145},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase\",\"time\":1260,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":50,\"height\":30,\"serial\":5,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"only\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"$15\",\"type\":\"text\",\"left\":{\"desktop\":-426},\"top\":{\"desktop\":-113},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat\",\"time\":1400,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":69,\"height\":50,\"serial\":6,\"timeLast\":8000,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"42px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"$15\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"WOMEN\",\"type\":\"text\",\"left\":{\"desktop\":-424},\"top\":{\"desktop\":-81},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase\",\"time\":1550,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":73,\"height\":30,\"serial\":7,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"women\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/blue_circle.png\",\"left\":{\"desktop\":970},\"top\":{\"desktop\":112},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1150,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":116,\"height\":116,\"serial\":8,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"\"},\"max_width\":{\"desktop\":\"\"},\"2d_rotation\":null,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 9\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9,\"originalWidth\":116,\"originalHeight\":116,\"autolinebreak\":false,\"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\":\"ONLY\",\"type\":\"text\",\"left\":{\"desktop\":448},\"top\":{\"desktop\":-172},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase\",\"time\":1250,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":50,\"height\":30,\"serial\":9,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"only\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"$18\",\"type\":\"text\",\"left\":{\"desktop\":444},\"top\":{\"desktop\":-139},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat\",\"time\":1400,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":71,\"height\":50,\"serial\":10,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"42px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"$18\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":11,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"MEN\",\"type\":\"text\",\"left\":{\"desktop\":448},\"top\":{\"desktop\":-107},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase\",\"time\":1550,\"endtime\":9250,\"endspeed\":250,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":43,\"height\":30,\"serial\":11,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"men\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":12,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(3,1,5,'{\"background_type\":\"image\",\"title\":\"Home 3 - Slide 4\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"3dcurtain-horizontal\"],\"0\":\"Remove\",\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#f1e491\",\"slide_bg_external\":\"\",\"bg_fit\":\"percentage\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/slide_rev_bg_5.jpg\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#f1e491\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"slide_parallax_level\":\"6\",\"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\",\"thumb_dimension\":\"slider\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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\":\"\"}','[{\"style\":\"\",\"text\":\"Image 13\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/sale_big_text.png\",\"scaleX\":{\"desktop\":\"276px\"},\"scaleY\":{\"desktop\":\"332px\"},\"originalWidth\":276,\"originalHeight\":332,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":15,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 13\",\"loop_animation\":\"rs-slideloop\",\"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\",\"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\":true,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":true,\"scale_y_start_reverse\":true,\"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\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-4\",\"easing\":\"Expo.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_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":2200,\"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\":350,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":276,\"height\":332,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"center\",\"y_start\":\"middle\",\"z_start\":\"220px\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"{-90,90}\",\"y_rotate_start\":\"{-90,90}\",\"z_rotate_start\":\"45deg\",\"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\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\":\"1\"},\"2d_rotation\":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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"No-Animation\",\"orig-anim-handle\":\"noanim\",\"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\":\"High\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":-28},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfr\",\"easing\":\"easeInOutQuint\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1700,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat2title\",\"time\":1990,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":264,\"height\":50,\"serial\":1,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Hight\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Quality\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":60},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfl\",\"easing\":\"easeInOutQuint\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1700,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat2title\",\"time\":2240,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":415,\"height\":55,\"serial\":2,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Quality\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 16\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/feat_blue_bagde.png\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":115},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1150,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3300,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":122,\"height\":121,\"serial\":3,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"-10\",\"x_end\":\"inherit\",\"y_start\":\"80\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"80\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"30\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"1\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 16\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"autolinebreak\":false,\"originalWidth\":122,\"originalHeight\":121,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"SHOP\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":-160},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Back.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":550,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase2\",\"time\":3700,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":47,\"height\":30,\"serial\":4,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"shop\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"20%\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":-132},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Back.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":550,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"montserrat2badge\",\"time\":4000,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":61,\"height\":47,\"serial\":5,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Montserrat, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"30px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-family\":\"Montserrat, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"20%\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"OFF\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":-103},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Back.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":550,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase2\",\"time\":4470,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":33,\"height\":27,\"serial\":6,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_end\":\"2\",\"static_start\":\"1\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"2\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"2\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"30\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, sans-serif\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#333333\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"100\",\"border-color\":\"#333333\",\"border-style\":\"none\",\"border-width\":\"0px\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"400\"},\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"Karla, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"off\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"autolinebreak\":false,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"MEN\",\"type\":\"text\",\"left\":{\"desktop\":388},\"top\":{\"desktop\":500},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfb\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"avadaclassicdemobt\",\"time\":1900,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":84,\"height\":40,\"serial\":7,\"timeLast\":7250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"padding\":[\"11px\",\"23px\",\"11px\",\"23px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0.113725\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"16px\"},\"font-family\":\"Karla, Arial, Helvetica, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":true,\"alias\":\"Men\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":11,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/men\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[2],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"15\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"WOMEN\",\"type\":\"text\",\"left\":{\"desktop\":-13},\"top\":{\"desktop\":500},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfb\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"avadaclassicdemobt\",\"time\":1900,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":114,\"height\":42,\"serial\":8,\"timeLast\":7250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"padding\":[\"11px\",\"23px\",\"11px\",\"23px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0.113725\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"16px\"},\"font-family\":\"Karla, Arial, Helvetica, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":true,\"alias\":\"watches\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":12,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/women\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[2],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"15\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"SHOP ALL\",\"type\":\"text\",\"left\":{\"desktop\":669},\"top\":{\"desktop\":500},\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sfb\",\"easing\":\"Expo.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"avadaclassicdemobt\",\"time\":1900,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":111,\"height\":42,\"serial\":9,\"timeLast\":7250,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Karla, Arial, Helvetica, sans-serif\",\"padding\":[\"11px\",\"23px\",\"11px\",\"23px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0.113725\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"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\"},\"inline\":[],\"deformation-hover\":{\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"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\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-weight\":{\"desktop\":\"700\"},\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"16px\"},\"font-family\":\"Karla, Arial, Helvetica, sans-serif\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":true,\"alias\":\"view all\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":13,\"autolinebreak\":false,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/avada.theme-fusion.com\\/classic-shop\\/shop\\/\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[2],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"15\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/hr_wave.png\",\"left\":{\"desktop\":730},\"top\":{\"desktop\":127},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-3\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1560,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":30,\"height\":10,\"serial\":10,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"inherit\",\"alt\":\"\",\"scaleX\":{\"desktop\":\"30px\"},\"scaleY\":{\"desktop\":\"10px\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"30\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.15\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"1\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 9\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"autolinebreak\":false,\"originalWidth\":30,\"originalHeight\":10,\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/revslider\\/home3-rs\\/hr_wave.png\",\"left\":{\"desktop\":-173},\"top\":{\"desktop\":127},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"3.4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":2,\"loop_xend\":5,\"loop_ystart\":2,\"loop_yend\":5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-3\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1560,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":30,\"height\":10,\"serial\":11,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":null,\"alt\":\"\",\"scaleX\":{\"desktop\":\"30px\"},\"scaleY\":{\"desktop\":\"10px\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"30\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.15\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"1\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"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\"],\"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\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 9\",\"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\",\"alt_option\":\"media_library\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"seo-optimized\":false,\"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\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":17,\"autolinebreak\":false,\"originalWidth\":30,\"originalHeight\":10,\"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\":\"FREE SHIPPING TODAY\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":16,\"left\":{\"desktop\":0},\"top\":{\"desktop\":75},\"internal_class\":\"\",\"hover\":false,\"alias\":\"FREE SHIPPING TODAY\",\"loop_animation\":\"rs-slideloop\",\"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\",\"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\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sft\",\"easing\":\"Power1.easeInOut\",\"split\":\"words\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":800,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase3\",\"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\":1750,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"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\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Karla, sans-serif\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#333333\",\"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\":\"4\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"rgb(51, 51, 51)\",\"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_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":12,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"S P E C I A L<\\/p>\\nO F F E R \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":18,\"left\":{\"desktop\":-238},\"top\":{\"desktop\":0},\"internal_class\":\"\",\"hover\":false,\"alias\":\"SPECIAL\",\"loop_animation\":\"rs-slideloop\",\"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\",\"mask_start\":true,\"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\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"12px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"karlauppercase3\",\"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\":1950,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":12,\"height\":373,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"25px\"},\"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\":\"inherit\",\"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\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Karla, sans-serif\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#333333\",\"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\":\"2\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"rgb(51, 51, 51)\",\"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_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":13,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"E N D S<\\/p>\\n3 0 T H<\\/p>\\nN O V\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":19,\"left\":{\"desktop\":237},\"top\":{\"desktop\":0},\"internal_class\":\"\",\"hover\":false,\"alias\":\"ENDS\",\"loop_animation\":\"rs-slideloop\",\"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\",\"mask_start\":true,\"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\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"12px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"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\":\"\",\"style\":\"karlauppercase3\",\"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\":1920,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":12,\"height\":373,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"25px\"},\"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\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Karla, sans-serif\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#333333\",\"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\":\"3\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"rgb(51, 51, 51)\",\"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_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":14,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"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\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','{\"hor_lines\":[\"671px\",\"720px\",\"671px\",\"671px\"],\"ver_lines\":[\"171.5px\"]}');
/*!40000 ALTER TABLE `wpyz_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_revslider_static_slides`
--

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

--
-- Dumping data for table `wpyz_revslider_static_slides`
--

LOCK TABLES `wpyz_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wpyz_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wpyz_revslider_static_slides` VALUES (1,1,'{\"background_type\":\"trans\",\"image\":\"https:\\/\\/www.resettohappiness.com\\/wp-content\\/uploads\\/\"}','[]','[]');
/*!40000 ALTER TABLE `wpyz_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_signups`
--

DROP TABLE IF EXISTS `wpyz_signups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_signups` (
  `signup_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `activation_key` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `meta` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`signup_id`),
  KEY `activation_key` (`activation_key`),
  KEY `user_email` (`user_email`),
  KEY `user_login_email` (`user_login`,`user_email`),
  KEY `domain_path` (`domain`(140),`path`(51))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_signups`
--

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

--
-- Table structure for table `wpyz_site`
--

DROP TABLE IF EXISTS `wpyz_site`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_site` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `domain` (`domain`(140),`path`(51))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_site`
--

LOCK TABLES `wpyz_site` WRITE;
/*!40000 ALTER TABLE `wpyz_site` DISABLE KEYS */;
INSERT INTO `wpyz_site` VALUES (1,'www.resettohappiness.com','/');
/*!40000 ALTER TABLE `wpyz_site` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_sitemeta`
--

DROP TABLE IF EXISTS `wpyz_sitemeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_sitemeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) 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 `meta_key` (`meta_key`(191)),
  KEY `site_id` (`site_id`)
) ENGINE=MyISAM AUTO_INCREMENT=35613 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_sitemeta`
--

LOCK TABLES `wpyz_sitemeta` WRITE;
/*!40000 ALTER TABLE `wpyz_sitemeta` DISABLE KEYS */;
INSERT INTO `wpyz_sitemeta` VALUES (1,1,'site_name','Reset To Happiness'),(2,1,'admin_email','becky@resettohappiness.com'),(3,1,'admin_user_id','1'),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif mov avi mpg 3gp 3g2 midi mid pdf doc ppt odt pptx docx pps ppsx xls xlsx key mp3 ogg flac m4a wav mp4 m4v webm ogv flv'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','2055'),(8,1,'site_admins','a:1:{i:0;s:11:\"Becky Myhre\";}'),(9,1,'allowedthemes','a:1:{s:5:\"Avada\";b:1;}'),(10,1,'illegal_names','a:9:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";i:8;s:4:\"blog\";}'),(11,1,'wpmu_upgrade_site','44719'),(12,1,'welcome_email','Howdy USERNAME,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\n\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to %s. This is your first post. Edit or delete it, then start blogging!'),(14,1,'siteurl','https://www.resettohappiness.com/'),(15,1,'add_new_users','0'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install','0'),(18,1,'global_terms_enabled','0'),(19,1,'ms_files_rewriting','0'),(20,1,'initial_db_version','43764'),(21,1,'active_sitewide_plugins','a:1:{s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:1551637720;}'),(22,1,'WPLANG',''),(150,1,'wpseo_ms','a:10:{s:6:\"access\";s:5:\"admin\";s:11:\"defaultblog\";s:0:\"\";s:26:\"allow_disableadvanced_meta\";b:1;s:25:\"allow_onpage_indexability\";b:1;s:29:\"allow_content_analysis_active\";b:1;s:29:\"allow_keyword_analysis_active\";b:1;s:27:\"allow_enable_admin_bar_menu\";b:1;s:32:\"allow_enable_cornerstone_content\";b:1;s:24:\"allow_enable_xml_sitemap\";b:1;s:30:\"allow_enable_text_link_counter\";b:1;}'),(36,1,'user_count','1'),(37,1,'blog_count','1'),(38,1,'can_compress_scripts','1'),(128,1,'bsf_force_check_extensions',''),(132,1,'bsf_skip_braisntorm_menu','1'),(110,1,'fusion_applied_patches','a:4:{i:0;i:416773;i:1;i:416785;i:2;i:416791;i:3;i:416794;}'),(91,1,'recently_activated','a:3:{s:24:\"wordpress-seo/wp-seo.php\";i:1551281809;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:1551281794;s:27:\"LayerSlider/layerslider.php\";i:1551281770;}'),(30059,1,'bsf_installer_menu','a:1:{s:11:\"ConvertPlus\";a:4:{s:11:\"parent_slug\";s:12:\"convert-plus\";s:10:\"page_title\";s:6:\"Addons\";s:10:\"menu_title\";s:6:\"Addons\";s:10:\"product_id\";s:8:\"14058953\";}}'),(35593,1,'_site_transient_timeout_theme_roots','1551802818'),(35594,1,'_site_transient_theme_roots','a:4:{s:5:\"Avada\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}'),(35611,1,'_site_transient_timeout_avada_autoloader_paths_114e55c138efe2f0fea951f269c0dcef','1551801761'),(35612,1,'_site_transient_avada_autoloader_paths_114e55c138efe2f0fea951f269c0dcef','a:44:{s:28:\"Fusion_Builder_Redux_Options\";s:107:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:11:\"Avada_Admin\";s:90:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-admin.php\";s:14:\"Avada_Settings\";s:93:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:89:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:96:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:99:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:93:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:89:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:91:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:89:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:91:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:94:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_Installer\";s:101:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:99:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:20:\"Avada_Privacy_Embeds\";s:99:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-privacy-embeds.php\";s:9:\"Avada_PWA\";s:88:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-pwa.php\";s:19:\"Avada_Importer_Data\";s:107:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:109:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:93:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:98:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:97:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:97:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:11:\"Avada_Fonts\";s:90:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-fonts.php\";s:13:\"Avada_Scripts\";s:92:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:27:\"Avada_TGM_Plugin_Activation\";s:106:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-tgm-plugin-activation.php\";s:24:\"Avada_Megamenu_Framework\";s:103:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:93:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:95:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:104:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Woocommerce\";s:96:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-woocommerce.php\";s:17:\"Avada_Dynamic_CSS\";s:96:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:12:\"Avada_Helper\";s:91:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-helper.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:110:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:20:\"Fusion_Widget_Author\";s:106:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-author.php\";s:26:\"Fusion_Widget_Contact_Info\";s:112:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:104:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:112:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:106:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:106:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:112:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:113:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:104:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:113:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";s:13:\"Avada_Options\";s:92:\"/home/artbyb12/resettohappiness.com/wp-content/themes/Avada/includes/class-avada-options.php\";}'),(35415,1,'_site_transient_timeout_fusion_builder_demos_import_skip_check','1551882051'),(35416,1,'_site_transient_fusion_builder_demos_import_skip_check','1'),(35569,1,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1551800874;s:7:\"checked\";a:20:{s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.7.10\";s:19:\"akismet/akismet.php\";s:5:\"4.1.1\";s:19:\"bbpress/bbpress.php\";s:6:\"2.5.14\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.1\";s:27:\"convertplug/convertplug.php\";s:5:\"3.4.0\";s:33:\"fusion-builder/fusion-builder.php\";s:5:\"1.8.2\";s:27:\"fusion-core/fusion-core.php\";s:5:\"3.8.2\";s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";s:5:\"1.1.3\";s:9:\"hello.php\";s:5:\"1.7.1\";s:19:\"jetpack/jetpack.php\";s:3:\"7.1\";s:27:\"LayerSlider/layerslider.php\";s:5:\"6.7.6\";s:23:\"loginizer/loginizer.php\";s:5:\"1.4.1\";s:11:\"pwa/pwa.php\";s:12:\"0.2-alpha1.1\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.0\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.5.5\";s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";s:5:\"1.4.0\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:5:\"1.6.9\";s:24:\"wpforms-lite/wpforms.php\";s:5:\"1.5.1\";s:24:\"wordpress-seo/wp-seo.php\";s:3:\"9.7\";}s:8:\"response\";a:3:{s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.5.1.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.1\";s:12:\"requires_php\";s:5:\"5.3.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"LayerSlider/layerslider.php\";O:8:\"stdClass\":10:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.8.1\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"5.1\";s:14:\"upgrade_notice\";s:96:\"This update contains a lot of improvements and bug fixes, especially focusing on media handling.\";s:11:\"new_version\";s:5:\"6.8.1\";}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:6:\"5.7.12\";s:3:\"url\";s:37:\"https://www.advancedcustomfields.com/\";s:6:\"tested\";s:5:\"4.9.9\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:1:{s:7:\"default\";s:66:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"bbpress/bbpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/bbpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:19:\"bbpress/bbpress.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/bbpress/assets/icon-256x256.png?rev=1534011\";s:2:\"1x\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";s:3:\"svg\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";s:2:\"1x\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";s:2:\"1x\";s:66:\"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011\";}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{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.1.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.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}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:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"7.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.4.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954\";}s:11:\"banners_rtl\";a:0:{}}s:11:\"pwa/pwa.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:17:\"w.org/plugins/pwa\";s:4:\"slug\";s:3:\"pwa\";s:6:\"plugin\";s:11:\"pwa/pwa.php\";s:11:\"new_version\";s:5:\"0.1.0\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/pwa/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.1.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:56:\"https://ps.w.org/pwa/assets/icon-256x256.png?rev=1908485\";s:2:\"1x\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";s:3:\"svg\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/pwa/assets/banner-1544x500.png?rev=1908485\";s:2:\"1x\";s:58:\"https://ps.w.org/pwa/assets/banner-772x250.png?rev=1908485\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/pwa/assets/banner-1544x500-rtl.png?rev=1908485\";s:2:\"1x\";s:62:\"https://ps.w.org/pwa/assets/banner-772x250-rtl.png?rev=1908485\";}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.5.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}}s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/woo-gutenberg-products-block\";s:4:\"slug\";s:28:\"woo-gutenberg-products-block\";s:6:\"plugin\";s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/woo-gutenberg-products-block/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/woo-gutenberg-products-block.1.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/woo-gutenberg-products-block/assets/icon-256x256.png?rev=1863757\";s:2:\"1x\";s:81:\"https://ps.w.org/woo-gutenberg-products-block/assets/icon-128x128.png?rev=1863757\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/woo-gutenberg-products-block/assets/banner-772x250.png?rev=1863757\";}s:11:\"banners_rtl\";a:0:{}}s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:57:\"w.org/plugins/woocommerce-gateway-paypal-express-checkout\";s:4:\"slug\";s:43:\"woocommerce-gateway-paypal-express-checkout\";s:6:\"plugin\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:11:\"new_version\";s:5:\"1.6.9\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-paypal-express-checkout.1.6.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:96:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/icon-256x256.png?rev=1900204\";s:2:\"1x\";s:96:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/icon-128x128.png?rev=1900204\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/banner-1544x500.png?rev=1948167\";s:2:\"1x\";s:98:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/banner-772x250.png?rev=1948167\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"9.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}'),(35572,1,'_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:57:\"https://downloads.wordpress.org/release/wordpress-5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.1\";s:7:\"version\";s:3:\"5.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1551800360;s:15:\"version_checked\";s:3:\"5.1\";s:12:\"translations\";a:0:{}}'),(33010,1,'_site_transient_timeout_bsf_get_bundled_products','1552155139'),(33011,1,'_site_transient_bsf_get_bundled_products','1'),(35399,1,'_site_transient_timeout_community-events-b3ae1c52ec18362dff52339f443c5c1b','1551837016'),(35400,1,'_site_transient_community-events-b3ae1c52ec18362dff52339f443c5c1b','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"204.9.110.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"July Meetup - Lightning Talks + Q&A\";s:3:\"url\";s:70:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/events/253873444/\";s:6:\"meetup\";s:30:\"Coeur d\'Alene WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-03-14 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Coeur D Alene, ID, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.67403800000000302361513604409992694854736328125;s:9:\"longitude\";d:-116.7801510000000035915945773012936115264892578125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"July Meetup - Lightning Talks + Q&A\";s:3:\"url\";s:70:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/events/253873453/\";s:6:\"meetup\";s:30:\"Coeur d\'Alene WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-04-11 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Coeur D Alene, ID, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.67403800000000302361513604409992694854736328125;s:9:\"longitude\";d:-116.7801510000000035915945773012936115264892578125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"July Meetup - Lightning Talks + Q&A\";s:3:\"url\";s:70:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/events/253873459/\";s:6:\"meetup\";s:30:\"Coeur d\'Alene WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-05-09 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Coeur D Alene, ID, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.67403800000000302361513604409992694854736328125;s:9:\"longitude\";d:-116.7801510000000035915945773012936115264892578125;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:16:\"WordCamp Calgary\";s:3:\"url\";s:33:\"https://2019.calgary.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2019-05-10 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Calgary, Alberta, Canada\";s:7:\"country\";s:2:\"CA\";s:8:\"latitude\";d:51.04462500000000346744855050928890705108642578125;s:9:\"longitude\";d:-114.0440300000000064528649090789258480072021484375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"July Meetup - Lightning Talks + Q&A\";s:3:\"url\";s:73:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/events/nrdxvpyzjbrb/\";s:6:\"meetup\";s:30:\"Coeur d\'Alene WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Coeur-dAlene-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-06-13 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Coeur D Alene, ID, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.67403800000000302361513604409992694854736328125;s:9:\"longitude\";d:-116.7801510000000035915945773012936115264892578125;}}}}'),(35393,1,'_site_transient_timeout_browser_591a43aafb2c3e203f6b925e7cd15e92','1552398591'),(35394,1,'_site_transient_browser_591a43aafb2c3e203f6b925e7cd15e92','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"65.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(35395,1,'_site_transient_timeout_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce','1552398591'),(35396,1,'_site_transient_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:5:\"5.2.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}'),(35397,1,'_site_transient_timeout_fusion_patcher_check_num','1551880195'),(35398,1,'_site_transient_fusion_patcher_check_num','a:1:{s:5:\"avada\";i:0;}'),(35563,1,'_site_transient_timeout_available_translations','1551811022'),(35564,1,'_site_transient_available_translations','a:114:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-08 06:00:48\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-26 21:16:54\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-11 16:43:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-04 14:21:24\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-09 07:11:04\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-19 08:51:37\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 08:47:03\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-28 13:17:54\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-20 12:50:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 00:05:40\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-20 12:43:22\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 09:04:32\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 22:34:42\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-09 08:41:09\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-08 07:21:18\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-08 22:33:57\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 07:01:45\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 06:34:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-12 16:31:25\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-23 03:04:22\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 09:38:30\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-07 22:44:17\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-07 18:38:30\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 12:47:45\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 21:26:01\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-14 13:48:04\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.9/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:8:\"5.1-beta\";s:7:\"updated\";s:19:\"2019-01-30 10:44:58\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.1-beta/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 07:35:56\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-05 11:07:18\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2019-02-01 21:20:31\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.9/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-17 20:25:53\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-02-13 23:30:09\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 14:21:41\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-25 12:14:51\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 17:44:53\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-05 00:56:07\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 08:17:32\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 14:27:41\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 18:11:00\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 00:41:21\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 09:14:40\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-08 07:58:09\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.0.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 09:06:39\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-13 17:08:11\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 06:24:50\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 12:37:09\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 12:37:11\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-27 12:41:01\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-27 12:52:25\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-23 07:11:20\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-24 20:08:39\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-05 13:55:12\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-11 16:48:04\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 11:39:52\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-01 16:32:32\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-16 09:09:58\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-24 08:37:09\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-27 00:08:23\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.0.2\";s:7:\"updated\";s:19:\"2018-12-31 11:05:02\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.2/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 02:14:36\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-24 03:28:03\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 01:01:50\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2018-12-21 00:57:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}'),(35301,1,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1551800312;s:7:\"checked\";a:4:{s:5:\"Avada\";s:5:\"5.8.2\";s:14:\"twentynineteen\";s:3:\"1.2\";s:15:\"twentyseventeen\";s:3:\"2.0\";s:13:\"twentysixteen\";s:3:\"1.8\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:4:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.3.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.1.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.9.zip\";}}s:12:\"translations\";a:0:{}}'),(181,1,'jetpack_protect_key','08586a8d98cf1feb0a12efad3326d37c74e91bac'),(179,1,'jetpack_protect_active','1'),(190,1,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}'),(667,1,'bsf_envato_token_14058953','14058953|1548530230|6d9caesj74xtfexe7mndzx5xvxkaycw'),(30041,1,'_site_transient_timeout_browser_7301aa0e1e4d276f45d836c03aefc561','1551886375'),(30042,1,'_site_transient_browser_7301aa0e1e4d276f45d836c03aefc561','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.119\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(23340,1,'menu_items','a:0:{}'),(23341,1,'first_page',''),(23342,1,'first_comment',''),(23343,1,'first_comment_url',''),(23344,1,'first_comment_author',''),(23345,1,'limited_email_domains',''),(23346,1,'banned_email_domains',''),(23347,1,'new_admin_email','becky@resettohappiness.com'),(23348,1,'first_comment_email',''),(27337,1,'site_meta_supported','1'),(23304,1,'registrationnotification','yes'),(23305,1,'welcome_user_email','Howdy USERNAME,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME'),(2538,1,'jetpack_protect_blocked_attempts','12');
/*!40000 ALTER TABLE `wpyz_sitemeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_term_relationships`
--

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

--
-- Dumping data for table `wpyz_term_relationships`
--

LOCK TABLES `wpyz_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpyz_term_relationships` DISABLE KEYS */;
INSERT INTO `wpyz_term_relationships` VALUES (981,42,0),(36,133,0),(36,134,0),(19825,133,0),(20151,170,0),(20155,165,0),(20155,2,0),(20151,2,0),(20156,159,0),(20156,151,0),(20155,160,0),(20149,163,0),(20155,159,0),(20151,160,0),(20151,166,0),(20316,111,0),(19825,134,0),(19825,135,0),(1854,42,0),(36,143,0),(1893,44,0),(19762,111,0),(30,136,0),(30,141,0),(16366,52,0),(16366,51,0),(16363,50,0),(16363,48,0),(16363,47,0),(16363,46,0),(16369,51,0),(16366,50,0),(16366,48,0),(16366,45,0),(16366,56,0),(16366,53,0),(16369,54,0),(16369,55,0),(16369,56,0),(16369,45,0),(16369,49,0),(16369,50,0),(16372,51,0),(16372,52,0),(16372,53,0),(16372,54,0),(16372,46,0),(16372,48,0),(16372,50,0),(16375,51,0),(16375,56,0),(16375,57,0),(16375,46,0),(16375,48,0),(16375,49,0),(16378,47,0),(16378,56,0),(16378,53,0),(16378,52,0),(16378,51,0),(16375,50,0),(16378,48,0),(16453,107,0),(16452,107,0),(16451,107,0),(16450,107,0),(16449,107,0),(16457,105,0),(16456,105,0),(16455,105,0),(16454,107,0),(16460,105,0),(16459,105,0),(16458,105,0),(36,139,0),(19634,106,0),(16461,105,0),(19950,111,0),(30,134,0),(19825,140,0),(19825,137,0),(30,135,0),(19627,106,0),(19635,106,0),(30,26,0),(19825,142,0),(19726,106,0),(19778,111,0),(19725,106,0),(30,132,0),(30,139,0),(22,145,0),(19645,111,0),(19646,111,0),(19689,113,0),(19689,112,0),(19642,111,0),(19643,111,0),(19644,111,0),(16317,52,0),(16317,51,0),(19533,8,0),(19641,111,0),(16317,56,0),(16317,55,0),(16317,54,0),(16317,50,0),(16317,49,0),(16317,48,0),(16317,47,0),(16345,53,0),(16345,52,0),(16345,51,0),(16345,48,0),(16345,46,0),(16345,45,0),(16350,56,0),(16350,54,0),(16350,53,0),(16350,51,0),(16363,51,0),(16350,50,0),(16350,49,0),(16350,48,0),(16363,55,0),(16363,54,0),(16363,53,0),(20149,151,0),(20138,2,0),(20186,111,0),(20151,159,0),(20138,162,0),(20158,161,0),(20151,151,0),(20138,160,0),(20158,2,0),(20169,111,0),(20158,160,0),(20149,160,0),(16378,50,0),(19533,81,0),(20138,159,0),(19533,91,0),(19533,2,0),(19533,98,0),(19533,35,0),(20155,151,0),(19534,8,0),(19534,2,0),(19534,34,0),(19534,102,0),(19535,7,0),(19535,6,0),(19535,81,0),(19535,2,0),(19535,98,0),(19535,102,0),(19535,104,0),(19536,3,0),(20156,164,0),(19536,98,0),(19536,34,0),(19536,99,0),(19536,102,0),(19537,5,0),(20156,2,0),(19537,95,0),(19537,97,0),(19537,98,0),(19537,34,0),(19537,99,0),(19538,79,0),(20149,2,0),(19538,2,0),(19538,99,0),(19539,91,0),(19539,2,0),(19539,97,0),(19539,100,0),(19539,103,0),(19540,71,0),(19540,2,0),(19540,97,0),(19540,101,0),(19540,104,0),(19541,91,0),(19541,8,0),(19541,2,0),(19541,97,0),(19541,100,0),(19541,103,0),(19542,60,0),(19542,8,0),(19542,2,0),(19542,98,0),(19542,104,0),(19543,8,0),(19543,2,0),(20138,151,0),(19543,91,0),(19543,97,0),(19543,100,0),(19543,103,0),(20158,159,0),(19544,92,0),(19544,2,0),(19544,98,0),(19544,104,0),(19545,4,0),(19545,34,0),(19545,104,0),(20199,172,0),(19546,88,0),(19546,8,0),(19546,2,0),(19546,98,0),(19546,34,0),(19546,99,0),(19546,102,0),(19547,8,0),(19547,83,0),(20149,159,0),(19547,2,0),(19547,98,0),(19547,35,0),(19547,100,0),(19548,60,0),(19548,2,0),(19548,97,0),(19548,100,0),(19549,81,0),(20131,111,0),(19549,2,0),(19549,97,0),(19549,34,0),(19549,99,0),(19549,102,0),(19550,64,0),(19550,81,0),(19550,93,0),(20311,111,0),(19550,2,0),(19550,96,0),(19550,97,0),(19550,98,0),(19550,34,0),(20158,151,0),(19551,2,0),(19551,97,0),(19551,34,0),(20156,160,0),(19552,8,0),(19552,2,0),(19552,97,0),(19552,100,0),(19552,103,0),(19553,81,0),(19553,2,0),(19553,97,0),(19553,100,0),(19554,60,0),(19554,81,0),(19554,8,0),(19554,2,0),(19554,98,0),(19554,104,0),(19555,60,0),(19555,8,0),(19555,2,0),(19555,97,0),(19555,100,0),(19555,101,0),(19556,60,0),(20155,171,0),(19556,8,0),(19556,2,0),(19556,98,0),(19556,100,0),(19557,60,0),(19557,81,0),(19557,2,0),(19557,98,0),(19557,104,0),(19558,81,0),(20149,169,0),(20253,111,0),(19558,2,0),(19558,98,0),(19558,35,0),(16250,109,0),(16478,109,0),(16482,109,0),(16496,110,0),(17164,110,0),(36,132,0),(19825,136,0),(39,142,0),(39,140,0),(39,139,0),(51,138,0),(36,144,0),(36,26,0),(36,135,0),(54,146,0),(39,135,0),(39,134,0),(39,133,0),(42,140,0),(42,138,0),(42,137,0),(42,136,0),(42,135,0),(42,132,0),(45,141,0),(45,26,0),(45,139,0),(45,134,0),(45,135,0),(45,133,0),(48,143,0),(48,142,0),(48,140,0),(48,135,0),(48,134,0),(48,133,0),(51,135,0),(51,134,0),(51,132,0),(48,136,0),(19839,149,0),(58,148,0),(56,147,0),(51,144,0),(51,139,0),(18,145,0),(19,145,0),(20,145,0),(21,145,0),(19951,111,0),(19975,150,0),(19977,150,0),(19973,150,0),(19976,150,0),(19974,150,0),(19987,111,0),(20023,111,0),(20025,111,0),(20076,111,0),(20077,111,0);
/*!40000 ALTER TABLE `wpyz_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_term_taxonomy`
--

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

--
-- Dumping data for table `wpyz_term_taxonomy`
--

LOCK TABLES `wpyz_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpyz_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpyz_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'product_type','',0,29),(3,3,'product_type','',0,1),(4,4,'product_type','',0,1),(5,5,'product_type','',0,1),(6,6,'product_visibility','',0,1),(7,7,'product_visibility','',0,1),(8,8,'product_visibility','',0,11),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'category','',0,0),(17,17,'category','',0,0),(18,18,'category','',0,0),(19,19,'category','',0,0),(20,20,'category','',0,0),(21,21,'category','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,0),(28,28,'post_tag','',0,0),(171,171,'product_tag','',0,1),(33,33,'product_tag','',0,0),(34,34,'product_cat','',0,8),(35,35,'product_cat','',0,3),(36,36,'product_cat','',0,0),(37,37,'product_cat','',0,0),(38,38,'product_cat','',0,0),(39,39,'product_cat','',0,0),(40,40,'product_cat','',0,0),(41,41,'nav_menu','',0,0),(42,42,'nav_menu','',0,2),(45,45,'category','',0,0),(46,46,'category','',0,0),(47,47,'category','',0,0),(109,109,'slide-page','',0,1),(110,110,'slide-page','',0,2),(111,111,'element_category','',0,21),(112,112,'category','',0,1),(113,113,'post_tag','',0,1),(146,146,'slide-page','',0,1),(44,44,'slide-page','',0,1),(48,48,'category','',0,0),(49,49,'category','',0,0),(50,50,'category','',0,0),(51,51,'post_tag','',0,0),(52,52,'post_tag','',0,0),(53,53,'post_tag','',0,0),(54,54,'post_tag','',0,0),(55,55,'post_tag','',0,0),(56,56,'post_tag','',0,0),(57,57,'post_tag','',0,0),(60,60,'product_tag','',0,6),(61,61,'product_tag','',0,0),(62,62,'product_tag','',0,0),(64,64,'product_tag','',0,1),(70,70,'product_tag','',0,0),(71,71,'product_tag','',0,1),(170,170,'product_tag','',0,1),(75,75,'product_tag','',0,0),(169,169,'product_tag','',0,1),(79,79,'product_tag','',0,1),(81,81,'product_tag','',0,8),(82,82,'product_tag','',0,0),(83,83,'product_tag','',0,1),(167,167,'product_tag','',0,0),(166,166,'product_tag','',0,1),(165,165,'product_tag','',0,1),(164,164,'product_tag','',0,1),(88,88,'product_tag','',0,1),(168,168,'product_tag','',0,0),(91,91,'product_tag','',0,4),(92,92,'product_tag','',0,1),(93,93,'product_tag','',0,1),(94,94,'product_tag','',0,0),(95,95,'product_cat','',0,1),(96,96,'product_cat','',0,1),(97,97,'product_cat','',0,12),(98,98,'product_cat','',0,13),(99,99,'product_cat','',0,5),(100,100,'product_cat','',0,9),(101,101,'product_cat','',0,2),(102,102,'product_cat','',0,5),(103,103,'product_cat','',0,4),(104,104,'product_cat','',0,7),(105,105,'nav_menu','',0,0),(106,106,'nav_menu','',0,5),(107,107,'nav_menu','',0,0),(108,108,'nav_menu','',0,0),(142,142,'post_tag','',0,0),(143,143,'post_tag','',0,0),(144,144,'post_tag','',0,0),(145,145,'nav_menu','',0,5),(141,141,'post_tag','',0,0),(140,140,'post_tag','',0,0),(139,139,'post_tag','',0,0),(138,138,'post_tag','',0,0),(137,137,'post_tag','',0,0),(148,148,'slide-page','',0,1),(147,147,'slide-page','',0,1),(136,136,'category','',0,0),(135,135,'category','',0,0),(134,134,'category','',0,0),(132,132,'category','',0,0),(133,133,'category','',0,0),(149,149,'slide-page','',0,1),(150,150,'nav_menu','',0,5),(151,151,'product_cat','Ready for print You Are Amazing Cards',0,6),(172,172,'category','',0,1),(158,158,'product_tag','',0,0),(159,159,'product_tag','',0,6),(160,160,'product_tag','',0,6),(161,161,'product_tag','',0,1),(162,162,'product_tag','',0,1),(163,163,'product_tag','',0,1);
/*!40000 ALTER TABLE `wpyz_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_termmeta`
--

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

--
-- Dumping data for table `wpyz_termmeta`
--

LOCK TABLES `wpyz_termmeta` WRITE;
/*!40000 ALTER TABLE `wpyz_termmeta` DISABLE KEYS */;
INSERT INTO `wpyz_termmeta` VALUES (1,34,'order','0'),(2,35,'order','0'),(3,36,'order','0'),(4,37,'order','0'),(5,38,'order','0'),(6,39,'order','0'),(7,40,'order','0'),(9,33,'product_count_product_tag','0'),(179,167,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(13,34,'product_count_product_cat','8'),(14,37,'product_count_product_cat','0'),(15,38,'product_count_product_cat','0'),(16,35,'product_count_product_cat','3'),(17,39,'product_count_product_cat','0'),(18,40,'product_count_product_cat','0'),(19,36,'product_count_product_cat','0'),(181,151,'product_count_product_cat','6'),(177,165,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(178,166,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(24,33,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(25,15,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(26,34,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(27,35,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(28,36,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(29,37,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(30,38,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(31,39,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(32,40,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:0:\"\";s:17:\"fusion_tax_slider\";s:0:\"\";s:20:\"fusion_tax_wooslider\";s:0:\"\";s:20:\"fusion_tax_revslider\";s:0:\"\";s:24:\"fusion_tax_elasticslider\";s:0:\"\";s:15:\"slider_position\";s:0:\"\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(34,44,'fusion_slider_options','a:20:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"750px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"1\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(185,162,'product_count_product_tag','1'),(184,160,'product_count_product_tag','6'),(37,60,'product_count_product_tag','6'),(38,61,'product_count_product_tag','0'),(39,62,'product_count_product_tag','0'),(183,159,'product_count_product_tag','6'),(41,64,'product_count_product_tag','1'),(47,70,'product_count_product_tag','0'),(48,71,'product_count_product_tag','1'),(52,75,'product_count_product_tag','0'),(56,79,'product_count_product_tag','1'),(58,81,'product_count_product_tag','7'),(59,82,'product_count_product_tag','0'),(60,83,'product_count_product_tag','1'),(176,164,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(65,88,'product_count_product_tag','1'),(180,168,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(68,91,'product_count_product_tag','4'),(69,92,'product_count_product_tag','1'),(70,93,'product_count_product_tag','1'),(71,94,'product_count_product_tag','0'),(72,95,'order','0'),(73,95,'order','0'),(74,95,'display_type',''),(75,95,'thumbnail_id','17674'),(76,95,'product_count_product_cat','1'),(77,95,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(78,96,'order','0'),(79,96,'order','0'),(80,96,'display_type',''),(81,96,'thumbnail_id','17647'),(82,96,'product_count_product_cat','1'),(83,96,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(84,97,'order','0'),(85,97,'order','1'),(86,97,'display_type',''),(87,97,'thumbnail_id','17642'),(88,97,'product_count_product_cat','12'),(89,97,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(90,98,'order','0'),(91,98,'order','2'),(92,98,'display_type',''),(93,98,'thumbnail_id','17620'),(94,98,'product_count_product_cat','12'),(95,98,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(96,99,'order','0'),(97,99,'order','4'),(98,99,'display_type',''),(99,99,'thumbnail_id','17639'),(100,99,'product_count_product_cat','5'),(101,99,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(102,100,'order','0'),(103,100,'order','8'),(104,100,'product_count_product_cat','9'),(105,100,'display_type',''),(106,100,'thumbnail_id','17634'),(107,100,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(108,101,'order','0'),(109,101,'order','9'),(110,101,'product_count_product_cat','2'),(111,101,'display_type',''),(112,101,'thumbnail_id','17636'),(113,101,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(114,102,'order','0'),(115,102,'order','12'),(116,102,'product_count_product_cat','4'),(117,102,'display_type',''),(118,102,'thumbnail_id','17648'),(119,102,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(120,103,'order','0'),(121,103,'order','13'),(122,103,'product_count_product_cat','4'),(123,103,'display_type',''),(124,103,'thumbnail_id','17635'),(125,103,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(126,104,'order','0'),(127,104,'order','14'),(128,104,'product_count_product_cat','6'),(129,104,'display_type',''),(130,104,'thumbnail_id','17619'),(131,104,'fusion_taxonomy_options','a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:8:\"home3-rs\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(132,109,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"5000\";s:15:\"animation_speed\";s:3:\"500\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(133,110,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:5:\"866px\";s:13:\"slider_height\";s:5:\"514px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"200\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(140,148,'fusion_slider_options','a:11:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"700px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:0:\"\";s:15:\"animation_speed\";s:0:\"\";}'),(141,149,'fusion_slider_options','a:11:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"700px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";}'),(139,146,'fusion_slider_options','a:11:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"700px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:0:\"\";s:15:\"animation_speed\";s:0:\"\";}'),(138,147,'fusion_slider_options','a:11:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"700px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";}'),(142,151,'order','0'),(143,151,'display_type',''),(144,151,'thumbnail_id','19755'),(145,151,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(194,172,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(170,158,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(171,159,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(172,160,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(173,161,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(174,162,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(175,163,'fusion_taxonomy_options','a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),(186,169,'product_count_product_tag','1'),(187,170,'product_count_product_tag','1'),(188,166,'product_count_product_tag','1'),(189,163,'product_count_product_tag','1'),(190,165,'product_count_product_tag','1'),(191,171,'product_count_product_tag','1'),(192,164,'product_count_product_tag','1'),(193,161,'product_count_product_tag','1');
/*!40000 ALTER TABLE `wpyz_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_terms`
--

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

--
-- Dumping data for table `wpyz_terms`
--

LOCK TABLES `wpyz_terms` WRITE;
/*!40000 ALTER TABLE `wpyz_terms` DISABLE KEYS */;
INSERT INTO `wpyz_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Accessories','accessories',0),(17,'Design','design',0),(18,'Men','men',0),(19,'Promotions','promotions',0),(20,'Style','style',0),(21,'Women','women',0),(22,'Design','design',0),(23,'Events','events',0),(24,'Indoors','indoors',0),(25,'Modern','modern',0),(26,'Outdoors','outdoors',0),(27,'Sales','sales',0),(28,'Trends','trends',0),(167,'rainbow','rainbow',0),(169,'type','type',0),(33,'Outdoor','outdoor',0),(34,'Accessories','accessories',0),(35,'Dress','dress',0),(36,'Jacket','jacket',0),(37,'Mens','mens',0),(38,'Scarfs','scarfs',0),(39,'Shirts','shirts',0),(40,'Womens','womens',0),(41,'Modern Shop Footer Menu','modern-shop-footer-menu',0),(42,'Modern Shop Main Menu','modern-shop-main-menu',0),(44,'landing','landing',0),(45,'Coupons','coupons',0),(46,'Fashion','fashion',0),(47,'Markup','markup',0),(48,'News','news',0),(49,'Special Offers','special-offers',0),(50,'Trends','trends',0),(51,'avada','avada',0),(52,'classic','classic',0),(53,'demo','demo',0),(54,'free','free',0),(55,'spotlight','spotlight',0),(56,'store','store',0),(57,'themefusion','themefusion',0),(60,'Black','black',0),(61,'Blue','blue',0),(62,'Books','books-2',0),(64,'Brown','brown',0),(70,'gray','gray',0),(71,'Grey','grey',0),(75,'jeans','jeans',0),(171,'cosmos','cosmos',0),(79,'multi-purpose','multi-purpose',0),(170,'cartoon','cartoon',0),(81,'Outdoors','outdoors',0),(82,'Reading','reading',0),(83,'red','red',0),(166,'superhero','superhero',0),(165,'star','star',0),(164,'puzzle','puzzle',0),(88,'sweater','sweater',0),(168,'download','download',0),(91,'Warm','warm',0),(92,'White','white',0),(93,'winter','winter',0),(94,'Yellow','yellow',0),(95,'Glasses','glasses',0),(96,'Gloves','gloves',0),(97,'Men','men',0),(98,'Women','women',0),(99,'Miscellaneous','miscellaneous',0),(100,'Jackets','jackets',0),(101,'Jeans','jeans',0),(102,'Shoes','shoes',0),(103,'Suits','suits',0),(104,'T-Shirts','t-shirts',0),(105,'Classic Shop Information','classic-shop-information',0),(106,'Classic Shop Main Menu','classic-shop-main-menu',0),(107,'Classic Shop The Company','classic-shop-the-company',0),(108,'Classic Shop Top Secondary Menu','classic-shop-top-secondary-menu',0),(109,'Classic shop Home 1 - Fusion Slider','classic-shop-home1-fs',0),(110,'Classic shop Home 2 - Fusion Slider','classic-shop-home2-fs',0),(111,'sections','sections',0),(112,'Tips for Life','tips-for-life',0),(113,'life path','life-path',0),(146,'Lifestyle Health &amp; Wellbeing','lifestyle-health-wellbeing',0),(145,'Lifestyle Main Menu','lifestyle-main-menu',0),(144,'Yoga','yoga',0),(143,'Wellbeing','wellbeing',0),(142,'Travel','travel',0),(141,'Pregnancy','pregnancy',0),(140,'Health','health',0),(139,'Food','food',0),(138,'Fitness','fitness',0),(137,'Family','family',0),(136,'Yoga &amp; Fitness','yoga-fitness',0),(135,'Photography','photo',0),(134,'Home &amp; Garden','home-garden',0),(133,'Health &amp; Wellbeing','health-wellbeing',0),(132,'Fashion &amp; Beauty','fashion-beauty',0),(147,'Lifestyle Fashion &amp; Beauty','lifestyle-fashion-beauty',0),(148,'Lifestyle Home &amp; Garden','lifestyle-home-garden',0),(149,'Lifestyle Yoga &amp; Fitness','lifestyle-yoga-fitness',0),(150,'RTH Main Menu','rth-main-menu',0),(151,'Amazing Card','amazing-card',0),(172,'Card','card',0),(158,'You Are Amazing Card','you-are-amazing-card',0),(159,'amazing','amazing',0),(160,'card','card',0),(161,'free','free',0),(162,'wand','wand',0),(163,'swirl','swirl',0);
/*!40000 ALTER TABLE `wpyz_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_usermeta`
--

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

--
-- Dumping data for table `wpyz_usermeta`
--

LOCK TABLES `wpyz_usermeta` WRITE;
/*!40000 ALTER TABLE `wpyz_usermeta` DISABLE KEYS */;
INSERT INTO `wpyz_usermeta` VALUES (1,1,'nickname','Becky Myhre'),(2,1,'first_name','Rebecca'),(3,1,'last_name','Myhre'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpyz_capabilities','a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(13,1,'wpyz_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,text_widget_custom_html'),(15,1,'show_welcome_panel','0'),(17,1,'wpyz_dashboard_quick_press_last_post_id','20387'),(19,1,'source_domain','www.resettohappiness.com'),(20,1,'primary_blog','1'),(22,1,'wc_last_active','1551744000'),(25,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"204.9.110.0\";}'),(26,1,'wpyz_user-settings','mfold=o&libraryContent=browse&editor=tinymce&imgsize=full&hidetb=1'),(27,1,'wpyz_user-settings-time','1551795653'),(28,1,'ls-show-support-notice-timestamp','1546642054'),(76,1,'billing_city','Seattle'),(77,1,'billing_state','WA'),(78,1,'billing_postcode','98103'),(79,1,'billing_country','US'),(80,1,'billing_email','becky@resettohappiness.com'),(81,1,'billing_phone','5094811934'),(94,1,'shipping_method',''),(32,1,'jetpack_tracks_anon_id','jetpack:9Eo/AyXG1meFxfqsfTf5Nb/P'),(33,1,'nav_menu_recently_edited','150'),(34,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(35,1,'metaboxhidden_nav-menus','a:15:{i:0;s:19:\"add-post-type-forum\";i:1;s:21:\"add-post-type-product\";i:2;s:29:\"add-post-type-avada_portfolio\";i:3;s:23:\"add-post-type-avada_faq\";i:4;s:33:\"add-post-type-themefusion_elastic\";i:5;s:19:\"add-post-type-slide\";i:6;s:12:\"add-post_tag\";i:7;s:15:\"add-post_format\";i:8;s:15:\"add-product_cat\";i:9;s:15:\"add-product_tag\";i:10;s:22:\"add-portfolio_category\";i:11;s:20:\"add-portfolio_skills\";i:12;s:18:\"add-portfolio_tags\";i:13;s:16:\"add-faq_category\";i:14;s:25:\"add-themefusion_es_groups\";}'),(36,1,'closedpostboxes_page','a:0:{}'),(37,1,'metaboxhidden_page','a:6:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:12:\"revisionsdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(38,1,'dismissed_update_notice','1'),(43,1,'session_tokens','a:4:{s:64:\"1a5d181f589b9fb443236dc996d79ae1632e0d3f44e291f3e121a08fbcbc1123\";a:4:{s:10:\"expiration\";i:1552323801;s:2:\"ip\";s:12:\"204.9.110.32\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0\";s:5:\"login\";i:1551114201;}s:64:\"2627f6f1e4a770c912431b1ff37a47b8fe2114a4717570d0eee8ea5e9c79f6a5\";a:4:{s:10:\"expiration\";i:1551723135;s:2:\"ip\";s:12:\"204.9.110.32\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1551550335;}s:64:\"100abbcaacaa975fccbf5d33bdc70cfac5ed64fb1d443406d5007c8154ebb2aa\";a:4:{s:10:\"expiration\";i:1551745655;s:2:\"ip\";s:12:\"204.9.110.32\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1551572855;}s:64:\"f7e540b49ccc6a707ab48fc4d4713f93211bf5323c92b3da7a065e147032bd17\";a:4:{s:10:\"expiration\";i:1551807488;s:2:\"ip\";s:12:\"204.9.110.32\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1551634688;}}'),(41,1,'closedpostboxes_product','a:1:{i:0;s:21:\"mymetabox_revslider_0\";}'),(42,1,'metaboxhidden_product','a:2:{i:0;s:21:\"fusion_builder_layout\";i:1;s:7:\"slugdiv\";}'),(85,1,'jetpack_tracks_wpcom_id','151609809'),(95,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"d9e463c17706da6e0606b5becce78531\";a:11:{s:3:\"key\";s:32:\"d9e463c17706da6e0606b5becce78531\";s:10:\"product_id\";i:20151;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1.9899999999999999911182158029987476766109466552734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1.9899999999999999911182158029987476766109466552734375;s:8:\"line_tax\";i:0;}}}'),(64,1,'author_email',''),(65,1,'author_facebook',''),(66,1,'author_twitter',''),(67,1,'author_linkedin',''),(68,1,'author_dribble',''),(69,1,'author_gplus',''),(70,1,'author_whatsapp',''),(71,1,'author_custom',''),(72,1,'last_update','1551795924'),(73,1,'billing_first_name','Rebecca'),(74,1,'billing_last_name','Myhre'),(75,1,'billing_address_1','2017 N 77th St'),(60,1,'closedpostboxes_post','a:0:{}'),(61,1,'metaboxhidden_post','a:11:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:21:\"featured-image-2_post\";i:2;s:21:\"featured-image-3_post\";i:3;s:21:\"featured-image-4_post\";i:4;s:21:\"featured-image-5_post\";i:5;s:12:\"revisionsdiv\";i:6;s:11:\"postexcerpt\";i:7;s:13:\"trackbacksdiv\";i:8;s:11:\"commentsdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),(54,1,'_yoast_wpseo_profile_updated','1551114651');
/*!40000 ALTER TABLE `wpyz_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_users`
--

DROP TABLE IF EXISTS `wpyz_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_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 '',
  `spam` tinyint(2) NOT NULL DEFAULT 0,
  `deleted` tinyint(2) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_users`
--

LOCK TABLES `wpyz_users` WRITE;
/*!40000 ALTER TABLE `wpyz_users` DISABLE KEYS */;
INSERT INTO `wpyz_users` VALUES (1,'Becky Myhre','$P$BHc4bbnMNZsVirp0swfh/G/M6uxBJc.','becky-myhre','becky@resettohappiness.com','','2019-01-25 22:07:33','',0,'Becky Myhre',0,0);
/*!40000 ALTER TABLE `wpyz_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_wc_download_log`
--

DROP TABLE IF EXISTS `wpyz_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_wc_download_log`
--

LOCK TABLES `wpyz_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wpyz_wc_download_log` DISABLE KEYS */;
INSERT INTO `wpyz_wc_download_log` VALUES (1,'2019-03-03 00:01:50',2,1,'204.9.110.32'),(2,'2019-03-03 00:02:59',1,1,'204.9.110.32'),(3,'2019-03-03 00:07:40',3,1,'204.9.110.32');
/*!40000 ALTER TABLE `wpyz_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_wc_webhooks`
--

DROP TABLE IF EXISTS `wpyz_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_wc_webhooks`
--

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

--
-- Table structure for table `wpyz_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_api_keys`
--

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

--
-- Table structure for table `wpyz_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `wpyz_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `wpyz_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wpyz_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
INSERT INTO `wpyz_woocommerce_downloadable_product_permissions` VALUES (1,'ecbc92d7-7c08-4501-b99a-e64491780d26',20158,20378,'wc_order_fPqf7ODVMhNBh','becky@resettohappiness.com',1,'0','2019-03-02 00:00:00',NULL,1),(2,'ecbc92d7-7c08-4501-b99a-e64491780d26',20158,20382,'wc_order_hmbIkTffl2TIz','becky@resettohappiness.com',1,'0','2019-03-02 00:00:00',NULL,1),(3,'ecbc92d7-7c08-4501-b99a-e64491780d26',20158,20383,'wc_order_F7JduFj9SmthS','becky@resettohappiness.com',1,'0','2019-03-03 00:00:00',NULL,1),(4,'ecbc92d7-7c08-4501-b99a-e64491780d26',20158,20391,'wc_order_0TdVUqMZ6AC5F','becky@resettohappiness.com',1,'1','2019-03-05 00:00:00',NULL,0);
/*!40000 ALTER TABLE `wpyz_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_woocommerce_log`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_log`
--

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

--
-- Table structure for table `wpyz_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `wpyz_woocommerce_order_itemmeta`
--

LOCK TABLES `wpyz_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wpyz_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wpyz_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','20138'),(2,1,'_variation_id','0'),(3,1,'_qty','4'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','19.96'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','19.96'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10,2,'_product_id','20156'),(11,2,'_variation_id','0'),(12,2,'_qty','1'),(13,2,'_tax_class',''),(14,2,'_line_subtotal','4.99'),(15,2,'_line_subtotal_tax','0'),(16,2,'_line_total','4.99'),(17,2,'_line_tax','0'),(18,2,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19,3,'_product_id','20158'),(20,3,'_variation_id','0'),(21,3,'_qty','1'),(22,3,'_tax_class',''),(23,3,'_line_subtotal','0'),(24,3,'_line_subtotal_tax','0'),(25,3,'_line_total','0'),(26,3,'_line_tax','0'),(27,3,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28,4,'_product_id','20158'),(29,4,'_variation_id','0'),(30,4,'_qty','1'),(31,4,'_tax_class',''),(32,4,'_line_subtotal','0'),(33,4,'_line_subtotal_tax','0'),(34,4,'_line_total','0'),(35,4,'_line_tax','0'),(36,4,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37,5,'_product_id','20158'),(38,5,'_variation_id','0'),(39,5,'_qty','1'),(40,5,'_tax_class',''),(41,5,'_line_subtotal','0'),(42,5,'_line_subtotal_tax','0'),(43,5,'_line_total','0'),(44,5,'_line_tax','0'),(45,5,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46,6,'_product_id','20138'),(47,6,'_variation_id','0'),(48,6,'_qty','1'),(49,6,'_tax_class',''),(50,6,'_line_subtotal','4.99'),(51,6,'_line_subtotal_tax','0'),(52,6,'_line_total','4.99'),(53,6,'_line_tax','0'),(54,6,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55,7,'_product_id','20158'),(56,7,'_variation_id','0'),(57,7,'_qty','1'),(58,7,'_tax_class',''),(59,7,'_line_subtotal','0'),(60,7,'_line_subtotal_tax','0'),(61,7,'_line_total','0'),(62,7,'_line_tax','0'),(63,7,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');
/*!40000 ALTER TABLE `wpyz_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_order_items`
--

LOCK TABLES `wpyz_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wpyz_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wpyz_woocommerce_order_items` VALUES (1,'You Are Amazing Card Wand','line_item',20377),(2,'You Are Amazing Card Puzzle','line_item',20377),(3,'You Are Amazing Card Free','line_item',20378),(4,'You Are Amazing Card Free','line_item',20382),(5,'You Are Amazing Card Free','line_item',20383),(6,'You Are Amazing Card Wand','line_item',20384),(7,'You Are Amazing Card Free','line_item',20391);
/*!40000 ALTER TABLE `wpyz_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_woocommerce_payment_tokenmeta`
--

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

--
-- Dumping data for table `wpyz_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wpyz_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wpyz_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=595 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_sessions`
--

LOCK TABLES `wpyz_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wpyz_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wpyz_woocommerce_sessions` VALUES (22,'00a280a0531aa0cbb4303ef0a3e5eeab','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551813491),(19,'4df7c143eb70fb9577e29d186c3dd545','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551812712),(20,'7150c821990034f5d9dd871858bc2f75','a:11:{s:4:\"cart\";s:517:\"a:1:{s:32:\"d9e463c17706da6e0606b5becce78531\";a:11:{s:3:\"key\";s:32:\"d9e463c17706da6e0606b5becce78531\";s:10:\"product_id\";i:20151;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1.9899999999999999911182158029987476766109466552734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1.9899999999999999911182158029987476766109466552734375;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:4:\"1.99\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1.99\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"1.99\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:511:\"a:1:{s:32:\"5fd3864b73ab0f55a568774e589ccfcf\";a:11:{s:3:\"key\";s:32:\"5fd3864b73ab0f55a568774e589ccfcf\";s:10:\"product_id\";i:20138;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4.9900000000000002131628207280300557613372802734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:4.9900000000000002131628207280300557613372802734375;s:8:\"line_tax\";i:0;}}\";s:8:\"customer\";s:781:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:5:\"98103\";s:13:\"shipping_city\";s:7:\"Seattle\";s:18:\"shipping_address_1\";s:18:\"2017 n 77th street\";s:16:\"shipping_address\";s:18:\"2017 n 77th street\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:1:\"1\";s:10:\"first_name\";s:5:\"Becky\";s:9:\"last_name\";s:5:\"Myhre\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:20:\"becky@beckymyhre.com\";s:19:\"shipping_first_name\";s:5:\"Becky\";s:18:\"shipping_last_name\";s:5:\"Myhre\";s:16:\"shipping_company\";s:0:\"\";}\";s:16:\"wca_session_data\";s:0:\"\";s:21:\"chosen_payment_method\";s:11:\"ppec_paypal\";s:6:\"paypal\";s:248:\"O:28:\"WC_Gateway_PPEC_Session_Data\":7:{s:6:\"source\";s:4:\"cart\";s:8:\"order_id\";N;s:18:\"checkout_completed\";b:1;s:5:\"token\";s:20:\"EC-7JH30939SH2292451\";s:8:\"payer_id\";s:13:\"AHZEHZJHJS5FC\";s:11:\"expiry_time\";i:1551807057;s:17:\"use_paypal_credit\";b:0;}\";s:10:\"wc_notices\";N;}',1551812772),(21,'917ca29b003705e3b5bad185d1e0c08a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551813120),(17,'1','a:11:{s:4:\"cart\";s:517:\"a:1:{s:32:\"d9e463c17706da6e0606b5becce78531\";a:11:{s:3:\"key\";s:32:\"d9e463c17706da6e0606b5becce78531\";s:10:\"product_id\";i:20151;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1.9899999999999999911182158029987476766109466552734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1.9899999999999999911182158029987476766109466552734375;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:4:\"1.99\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1.99\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"1.99\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:864:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2019-03-05T06:25:24-08:00\";s:8:\"postcode\";s:5:\"98103\";s:4:\"city\";s:7:\"Seattle\";s:9:\"address_1\";s:14:\"2017 N 77th St\";s:7:\"address\";s:14:\"2017 N 77th St\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:5:\"98103\";s:13:\"shipping_city\";s:7:\"Seattle\";s:18:\"shipping_address_1\";s:14:\"2017 N 77th St\";s:16:\"shipping_address\";s:14:\"2017 N 77th St\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:1:\"1\";s:10:\"first_name\";s:7:\"Rebecca\";s:9:\"last_name\";s:5:\"Myhre\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"5094811934\";s:5:\"email\";s:26:\"becky@resettohappiness.com\";s:19:\"shipping_first_name\";s:7:\"Rebecca\";s:18:\"shipping_last_name\";s:5:\"Myhre\";s:16:\"shipping_company\";s:0:\"\";}\";s:21:\"chosen_payment_method\";s:11:\"ppec_paypal\";s:22:\"order_awaiting_payment\";N;s:10:\"wc_notices\";N;s:6:\"paypal\";s:229:\"O:28:\"WC_Gateway_PPEC_Session_Data\":7:{s:6:\"source\";s:4:\"cart\";s:8:\"order_id\";N;s:18:\"checkout_completed\";b:0;s:5:\"token\";s:20:\"EC-9AT45783RK560535M\";s:8:\"payer_id\";N;s:11:\"expiry_time\";i:1551807386;s:17:\"use_paypal_credit\";b:0;}\";}',1551808859),(18,'cdf7fc3a0f7911284ef3a1f4a3b0efa8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551812228),(570,'cb5037db34df70a0e1bbc79f46ed2136','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551969133),(23,'d96c8c47fab4a704c197f9bd194a668d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551813973),(24,'b53cea8493e532b30b2bcad5ebd25963','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551814355),(25,'4eb3e267a9bccb8380ac1e1df17facec','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551814537),(26,'787a568369149c3ba6dbabc0dd0f7c45','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551814570),(27,'5cf92571461ed20aaae1b48947a34bb8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551814741),(28,'c62d1a8f4d6349e5b5a38df50499dec3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551815227),(29,'d471c533b974b140d98f9aef4bb325be','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551815633),(30,'97e9697206e3800ef1078c15ed6b7f82','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551816017),(31,'14a5f7f9af712f23d5431f59dc75f9c6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551816484),(32,'6ce988afa2a2126b26bf7998042ff5c7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551816872),(33,'5bbd8525514832529c0c7eed6cf45599','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551817274),(34,'769ba3912a7721be3b4b349e424dbc04','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551817753),(35,'33f2533811aab8c8d5b56d6adb26e495','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551818135),(36,'33ed37fa66c6bbe575b9efa165539da2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551818236),(37,'73ff7ba7d8c6758e12d1f9f7ae1762b5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551818534),(38,'08348c2f3b1b92ba916d47faf45bad6d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551818608),(39,'cf113e1280b16c489e3bca8643287ee4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551818613),(40,'982a1595ec53f247dc5e499347cec2c9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551818619),(41,'a66bb9d5fdc7e5a461ac1e6cafce88d6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551819005),(42,'479b09ae9e67d61ba691240174a7d95a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551819385),(43,'e33a10662c1234e28b5f0dc0b724c211','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551819828),(44,'3daa6c619fe3fedc198f98e431ad8432','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551820268),(45,'cf208d611906927c4b0b9448442dbd7a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551820655),(46,'5afd27143710fbad43450361584af4a1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551821039),(47,'3d1f2d499ee1747b3531774a87a8acfa','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551821538),(48,'fcef87570304303c5aa73e75a1558ef4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551821919),(49,'e3da63a263af2b1b40a7928fc89e4b07','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551822000),(50,'50774465824104c64c6141bb8e9ca164','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551822319),(51,'bc409416f4ee3c6d372f524bc6f82140','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551822791),(52,'cade71f53517b7603230a649a966d75c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551823179),(53,'b5e8b7e54730ce7c723aac78fea76a72','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551823573),(54,'bdefccb32c0b57c64001296b63336dd0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551824053),(55,'611883e0e04a12eced5e658d801b0e57','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551824448),(56,'995819f15acc05fcc83295d58564401c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551824846),(57,'97d1cdb0571dc384d7f7542c1d18675e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551825308),(58,'b22f10b1fbdb3395f5c22a196b2f38f3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551825705),(59,'d261dbadf213f2754b87bad2a0568ae3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551826092),(60,'7c79279c9d482c86212341ea1f2cb26f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551826593),(61,'6dccbf4967820193f068f101e0419167','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551826958),(62,'c1682ff5c601926aa9baf60d3380eb76','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551827363),(63,'c9c90e5cc9a9a89f574552ba926263d1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551827830),(64,'7c88172ee73a027f35b17847a90eb051','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551828217),(65,'b6a718e6c44ea02940256d0d5b4b7e76','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551828627),(66,'647efeaca7785f3197b343712c27c511','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551829087),(67,'4ef2766881fd1ae8d0a160252c7640f3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551829486),(68,'0023c3a513ddc6538d57a3cb51efe71a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551829894),(69,'6e67504a7a39edc30a91dcc616cf3363','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551830349),(70,'e03cb46dd0301661788f7db991a0cbaa','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551830777),(71,'93b6cce86ccdaf1316fd9b1f043ba239','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551831170),(72,'bddc0696a4f851eb62ff471c016c1df7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551831621),(73,'f7da2164032bcd3333ce782b957fd210','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551832016),(74,'60fde332bd81113b9378371ebf69198a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551832417),(75,'4386f0bf5ce28b86c425b9369c9cc0da','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551832875),(76,'08cacdd5c7308d347b581c3234772992','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551833268),(77,'5e4df15b6ee5658224335b07cbb96cc6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551833684),(78,'46987b76b25c3ed54c1fac80b5728884','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551834128),(79,'bd07e21f62ad75f93e343b6c2c52b14d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551834136),(80,'ee89cf4bc0046c803cc610acdb8cc277','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551834540),(81,'5ae56cf54da1bdf7e58dd593e3998714','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551834941),(82,'0df8279f548f7ebcbef30e84f14b35c8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551835398),(83,'073108e5bf86a3d1094d12b9921740a9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551835802),(84,'20f12ba1c206ced270ea54c0d1a6e8cf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551836214),(85,'24e506a3224b3f35087a5c2a601f8cab','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551836587),(86,'7791c117bd2119dcff58cc8cd65b2e03','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551836664),(87,'09fce8bf4f55222b9e892bb20fda15db','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551837056),(88,'3e6ebe5d733576a1eb9d54d1059d0fda','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551837481),(89,'6e91b53a18c27430dcb00b5a5e4ee04b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551837932),(90,'fbef75e19563d90512648914d1d19e91','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551838330),(91,'947249b0b449bccd963e2ffef968910e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551838715),(92,'48b65b3978dda1f192f2b41a3ae9ba38','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551838837),(93,'2aba8ee9b529d7c61812a7b214bc964b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551838842),(94,'4551167b5a3edd1aee608ae11bc4cc4e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551838845),(95,'565eb2200c4f3ff1385c7c6a79549540','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551839192),(96,'915fce6404b0dcb13796e5fdd0d76c5f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551839577),(97,'6d20741da18b1b20cd862d2a11428044','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551839986),(98,'da49923b72b5c90e733470508d041811','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551840142),(99,'6143ff54f3b69ad16d64e7e2dc56c4d0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551840467),(100,'4e3a56335eee58e7b6f5a9f761ee30e2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551840580),(101,'414735ddae3923f50521ab0ca7d5f945','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551840858),(102,'7c9fb5a7d4cde2faca7e7cb6a9b34780','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551840981),(103,'ec5e9f3379fc4f8492c4c54552116734','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551841274),(104,'5844f2a486e3b78d8bb1e833fdc634a5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551841312),(105,'50a59ffccb0789452f583bd6261667a5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551841697),(106,'29ad9acb3fa2ee1ddf3c15d89d578613','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551842107),(107,'7e0e32eec0296501fbbc4aef0d902056','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551842543),(108,'5a0d8a8c71ba2878ff3077aab5e717e9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551842963),(109,'0c5f0c3ceb1fcb64b57a6af31c230247','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551843370),(110,'40b2a1ea57c07e4191cca70b38208c8a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551843777),(111,'bb6633114eaaf8794c7795377cdc0724','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551844206),(112,'0506430bfd1cccde7e215d9131f054b6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551844221),(113,'6e100236e254d860bafbe757da09f0d5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551844636),(114,'37528f011056c9107021c104d9376038','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551845021),(115,'87a22de9a8ad33276184a0a2a54c20a9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551845490),(116,'b2476f96ee8ebac26f11feb7fff36c96','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551845877),(117,'351a116e0b851c120670deec82c10a41','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551846284),(118,'d06c1937a6d83466b013d3a01602f780','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551846786),(119,'7ae4a2a1aed663cc95e907babf2bddef','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551847170),(120,'7844b5ec8552aa29f7a1952742a112da','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551847549),(121,'3176acaa030c117b5a6cc5860a901245','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551848051),(122,'0a1227bb0ed85748419e6b94a2be2dff','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551848419),(123,'86a7ffa31703e46895266fac9247e965','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551848802),(124,'738a198ac8073f899175d4541582e375','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551849293),(125,'95693be9c69ebf5de0120e265ca2661d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551849693),(126,'d65dd57f61e595606cca6a6c9281a296','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551850064),(127,'32636e85a3f9a381f3f40635fb73d1a7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551850558),(128,'992bbd695e88a6ec29906f9e521d9b60','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551850947),(129,'49d0e45456c2ad93becb796c9e334213','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551851333),(130,'9823144b3c24e67d521f8c0c8d3fa510','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551851804),(131,'95b195e8437e4f2088309ba581c8593d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551852196),(132,'79e9f5b62535ea8378cc1b0e15b791bd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551852598),(133,'31f6f11d96fb3d7e0d16386cc075c9ac','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551853073),(134,'cfb9285a8176a60208fedf163b558f24','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551853474),(135,'890b7276b0f18dd392f6819b546610a3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551853863),(136,'7fcfbace6ea9ecf38770461f60d06326','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551854344),(137,'fe50572f60d6a5a44a95ef74c43f7c6e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551854724),(138,'f4fd10f108fd9d2e222d0217d3261d6c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551855132),(139,'c8733a4552089ddfb17405b8429eb86a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551855614),(140,'68217dfdb19ca17a958ba5f742c5e370','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551856022),(141,'8623be6473b08747bb799ad87f068f9c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551856408),(142,'48158d86ff0d20c7080b6f632e0b3919','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551856980),(143,'e16d67db13d33068f608cfe2982457a3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551857278),(144,'0ae96f8ba0d8c795071124f8a53ac593','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551857795),(145,'6267ce5654daa8d00e03bc4c40cd8cab','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551858200),(146,'18729f568bbb5352b2ca33af2301df85','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551858578),(147,'95eab91bad130ec6ddd77f2a72278384','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551859142),(148,'cd6ef16f9ec520862261a2a52026b953','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551859483),(149,'9afe968f29fbd534fd79bbf34f3bf9c4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551859854),(150,'9d7bf4715aa3f586ed62b304440790c5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551860310),(151,'7cd667d4ea17a4e024597c9d23f76ce4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551860478),(152,'7d6d20ab496c3103e6fae49f1f1fc6f3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"IE\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"IE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551860486),(153,'fca05a326dbd514f284755bbb466b13a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BR\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BR\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551860489),(154,'45a0be754f3a9933216ccac7c4fe418f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"SG\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"SG\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551860490),(155,'8f79f41c443db6a649b06b688059e435','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551860773),(156,'49a8a47c7c220b87a7c25278f559d896','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551861215),(157,'58046e7138459ff43e8aadabd8acdaf4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551861320),(158,'99ba50bb907c8e358d1d782f238f43c6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551861592),(159,'1b4856fc7d7b9bcf2eed19c2c62854f9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551862008),(160,'5b1ad450e6fe0de6b4f695895e69acc0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551862407),(161,'572eb5d9a11578f244b240753b68550b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551862842),(162,'05859e9499fc7fc7bc469701fb50d92d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551863253),(163,'b20d389931db2322b3035f3c037bc465','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551863644),(164,'be4ec0193876bf130d5aa6b39bf00770','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551864101),(165,'418ca2db7d6e3f51339a4efe57b17202','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551864513),(166,'9d787175bab44b602d185674935ac0b4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551865032),(167,'91419d6e1cc6c450b7495605cd114364','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551865351),(168,'26f341e08b879ec6146ace637c62f4a3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551865795),(169,'98b218b2a7e66972f52c488a092ec138','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551866178),(170,'0203493298290bc0f28187daa26aaeca','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551866622),(171,'e03948601cac55dfbec20aaf6822bb1f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551867018),(172,'9b971274ef84473e29398413b9e12d67','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551867420),(173,'f308906695a384f81e750f33b65489c0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551867527),(174,'05f09495983290f7eec9405e1240dd57','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551867536),(175,'781985991c5fca58c1c910c3858166ac','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551867864),(176,'7b056324482be0c7088da82066179ffc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551868285),(177,'9aca42d393c92888272debcf13139df6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551868661),(178,'fe79ae73a361098a5267368f6fe06790','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551869189),(179,'95245a501117e06a3b13bae2823d3024','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551869537),(180,'ee81c079d3235e436d4fae7a42438bca','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551869921),(181,'c71caf64d18d12709ec4acb883e5ebef','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551870393),(182,'67a769e2081297a8d7d9af250cd27447','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551870800),(183,'3fab550f328c35f8648cb96af2185c38','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551871190),(184,'0823a1a3c192ef22a068695bb6640f2e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551871653),(185,'0de09ce49bf3e4e41af8d6cff50470c2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551872075),(186,'dcf1b6509a513c0dde0af84f5a1ed52d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551872456),(187,'1b2eaf14cef7901aab09b173495c1099','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551872919),(188,'189c39db09cb32c712f79a7eb299b5f3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551873315),(189,'27ca3efd2f1f75e9731d4c1d140cb0c0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551873736),(190,'03978f00683a3866210c3b4d8eeae839','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551874187),(191,'65318b286534aa93cb28b298ee601f21','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551874576),(192,'850f1fb923f9b2aafe1787fecb7d2677','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551874995),(193,'d8d7bbec1d8d288230785c52b01f4125','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551875484),(194,'9692323c8a6f40343f1de3b43b8d5dcf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551875848),(195,'bbae3ecff2b3aad7af6572f2d1af730b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551876257),(196,'f0e8884b359d12808d4e2e0b0e5d2dde','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551876703),(197,'ce7ed33ee24273eef0647e3b08e2b671','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551877104),(198,'4368da0efdd03943fca4c652b0f2fc87','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551877490),(199,'f37976ca89eca2025ab60d79b129d084','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551877968),(200,'c9402911ae07c86504c7af9cdc0151b4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551878409),(201,'8f41d6af6db2dc9de0418150d68716a0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551878754),(202,'a0fd0ce85adf2233ea897e4d48e85512','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551879236),(203,'b41fabf92c9ba09c36689eba615ce4a7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551879638),(204,'bfc4468bd32e7290004d8ae7eaf5ae01','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551880040),(205,'72015d7b1a695d969c7ea9bffeae2a6f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551880486),(206,'064ef7f95b465a1b31bb3abf1adc9ead','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551880893),(207,'0d422b42a9378ac29d598206f06baf21','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551881285),(208,'e582a87069ea7f16d4f4c652d7603c6d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551881745),(209,'ba78516c0059a8afdcfff252271ab67a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551882157),(210,'c7f5637fa8e74122508b60e04a6332b7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551882428),(211,'99ca1ee73f455c76172e4ce694629e63','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551882548),(212,'246ac424261d716a40ce973bbdd49839','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551883009),(213,'9dae6ffd0754adb9bbe4393312874d63','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551883412),(214,'5aa53cca7a297ca6cdfd8ccaed297877','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551883548),(215,'99ce1cc296c31eda5bfb07a73f63d660','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551883811),(216,'cb47e8196f7a3c4e8180a429ef00a623','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551884267),(217,'1a9bcd7a725e558c02f0f46fd1522c97','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551884676),(218,'303e63b58c115ef8dd4517849e8fac21','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551885092),(219,'e1c074e6ed698164ff2cbcc7dc35a420','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551885530),(220,'d38f12438101b6148b590ce10a536436','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551885937),(221,'5fdc0cee7e02e2f20f5b9471bc456963','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551886341),(222,'b9864f521cf51c17fdf11735db42f7a3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551886782),(223,'0a09eb9d0ea0510075ab9f68cfada0b6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551887231),(224,'4d1a24603db3c45921807ee9932a2fe0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551887596),(225,'d338410b2eb99e2330f78cb2dfae0a0d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551888051),(226,'48983c51c47fd3bfee64e7adba18a7a6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551888467),(227,'e0b8c28d832bc6650f60e6077642d6dc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551888881),(228,'6446b547337d147cc44e82f96aac0e62','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551888974),(229,'3860cdcd1920f1b02ddbcd73d60b6f9d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551888979),(230,'c53d37060b09070ec049c7cf7a06e7fb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551889313),(231,'cf3d62da9db40826c48869d2da34e426','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551889712),(232,'9f93f533a86c0b7ca68ca728935b78c1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551890125),(233,'6738a7c8b54b7fc003a3c1777fa5c559','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551890572),(234,'94e1af32062ccab83bb553f07a4641e4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551890965),(235,'a944bcd77ec2c74da2e000e71fc7a2ae','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551891370),(236,'7354c87121ce05d301d2f06dab92684a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551891791),(237,'cc37dd8e780d4d760ca0504a1fb67462','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551891821),(238,'6025c8c035d58c87b2ba140da0286883','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551892233),(239,'47e840836bf6820ac323b7db0803e1d8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551892638),(240,'3f688a201707af98ce1e497d20983170','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551892672),(241,'70fbc1cf97d84f72846b1b1727bfc978','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551893083),(242,'93f76d11af40f1f7e38c528585cd4580','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551893492),(243,'450518fa46fa06a42ec0285b8e5db3e0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551893906),(244,'73303173637b1c681c2cd27d77bf5f25','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551893970),(245,'7736f44c5c564fc503015d8601189469','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551894378),(246,'e7e71350686f2be2b9304755f8b1920d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551894753),(247,'cb2753f9a815383416a34566bfc2f358','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551895135),(248,'c38c13f2c217610e02bbd9e3b21ae545','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551895612),(249,'f69b14558bd36d6d01bbad69a65dd03e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551896018),(250,'b87fd78b27305a0bab54eace77f4e45a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551896430),(251,'991720b97a9339221b121f8d50dcbefc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551896859),(252,'300705e3393f24c07bc59ce814825bdc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551897268),(253,'ba1282d29b9c80879c565549e2840a9c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551897682),(254,'5e56b7ebd95523e6f21e4a6d5c9c82cd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551898127),(255,'1e3af5de4c1279831c58f274bc7e89ed','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551898525),(256,'b45e3cc7403a569b9cda497f0f11a91f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551898920),(257,'3c92fbbe28c9120fceae0145e666476b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551899377),(258,'8ed2869d8b9ed4ca765b9bb7998b3a1c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551899781),(259,'bb0bf477b0611e93089167ccd1d9dcff','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551900173),(260,'eada3144ced3f9f82b50660b78fe5c3c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551900648),(261,'653dded16f54e06067e7ae69d70b1606','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551901036),(262,'dc658ba9a63283877dec0aad7435af86','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551901489),(263,'6de8a2e6ef403beb32f3105f6361f7c4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551901906),(264,'d486c65df811e8c0c7b1de6156156a3b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551902294),(265,'166c8fa10c129fe604711030811fc90d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551902703),(266,'ce8392adcf862cec601483461e8d190c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551903174),(267,'7f58e311787dffd100fa477b45c7190c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551903569),(268,'f2ed6911f9de9ed2f4e4b7a34568e8b9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551903964),(269,'a73253e92507cc0b003d9725bac11393','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551904422),(270,'86684421c7fb9977226f86e306206f6a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551904817),(271,'78e18d5d98abcb41af26309f7b6212e7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551904840),(272,'48d82e4dd0b88bbf65f88beb8c932a1f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551905226),(273,'ac0a5bade6ba0d8ec31a707f5493f65e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551905692),(274,'fa20b34231eaf64e47353a19e7dad307','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551906087),(275,'92541df09cde58e419c970dcb1996b0b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551906497),(276,'c71da00b8cda66f09214d4556c091374','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551906950),(277,'6aeb928ae468956cce1554cacca3e548','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551907355),(278,'9fba788f6a9278e2c702a2f0e859c831','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551907773),(279,'642c5d6b0eaf8ae8ac5368eeae82e1bb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551908207),(280,'90d848c866aae5a9293c4f22fd8e6079','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551908594),(281,'f93d213fa9cff21d178735faf72df628','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551909002),(282,'79c783f2c38f843798d3e2e35e68cadb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551909465),(283,'4565c5905657c8652429e4ba19b0365d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551909861),(284,'25870b4bde0176c937cb26ce47b90966','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551910256),(285,'857a6c49134ae3453d0874e965580cd5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551910733),(286,'f7a05897d17abbb1084360c13a3483be','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551911113),(287,'aa1989153ab2c54e54ce9723fc0d0082','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551911538),(288,'afbde3a9dd0cc5d88ef6ccb26ef44eb9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551911978),(289,'65a7e0ba8855d1ff3b414830e59414cc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551912376),(290,'37a9aefeab65868847d23cb2a4a62cf6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551912788),(291,'884ba8d6583af9da3899166a1d71ac98','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551913268),(292,'a894b65add610487a8a37c3b2a41f23a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551913659),(293,'b690bdcde4445e53408db84e2e9050f0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551914050),(294,'97cf3895399779e48d0de3bdfaa5e088','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551914510),(295,'09da088e700e2ec21296b6830905be33','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551914895),(296,'d72b68eccff6b86712f96c825b4c5878','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551915297),(297,'d2a3eb9eac20dfaf429fa37a69b25203','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551915418),(298,'96dbe0e877ecb36ec8f3db9eb3b2784f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551915435),(299,'d4c827af3be6db0357bded690521b73b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551915440),(300,'12b9a43a88da6f0ad0d8e7d2cd74e519','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551915444),(301,'5337b11afe9453e2be2580c9eb04c4bf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551915772),(302,'77ad605bb38fe3df3c1ad5d9f3fb45da','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551916166),(303,'4b383fe801f6c3e81c82be469e053411','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551916577),(304,'af701b01fc0636017bd23a2692a3ac6e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551917049),(305,'36ca2fcf72563a3b6fd414dd4afc9ab4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551917065),(306,'f4d1a4ff93412e02d91c33697aae9a5f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551917477),(307,'da457611926910f5cf2006be38712a6e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551917865),(308,'eebbd99a33a94d823224f2818aae5157','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918287),(309,'2ff1333a7678b9a36aa54af23050f398','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918297),(310,'fe107e2828b7622f32221564d7a9d1fd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918301),(311,'09cfa83f13b72f7ad617213fbafcfbaf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918310),(312,'d8442960c641273da858629f2077897b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918584),(313,'bb177921b0da352d949d135ec57bb0fc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918707),(314,'ad31abd66a9e4498b4cd20da3d3bf19d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551918752),(315,'d8820d3925c77198dbbb15fcfeb12682','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551919027),(316,'1d8bc25891f14e7a95222506c2eaade9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551919105),(317,'1f4ccad7f771a0823da55d2f234afedc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551919570),(318,'b151d352e7f929ac9313b4d17723544e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551919922),(319,'9bb88b6cbc83c30a44ff6a51f2b29d56','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551919965),(320,'c63125f5503835d429d10c79efa2b923','a:9:{s:4:\"cart\";s:1836:\"a:4:{s:32:\"fa29e79105dc1fd3e9a7b54d9ae0e2f1\";a:11:{s:3:\"key\";s:32:\"fa29e79105dc1fd3e9a7b54d9ae0e2f1\";s:10:\"product_id\";i:20156;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4.9900000000000002131628207280300557613372802734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:4.9900000000000002131628207280300557613372802734375;s:8:\"line_tax\";i:0;}s:32:\"106ad9890ac0e9005be0a806bcc5752b\";a:11:{s:3:\"key\";s:32:\"106ad9890ac0e9005be0a806bcc5752b\";s:10:\"product_id\";i:19546;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:36;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:36;s:8:\"line_tax\";i:0;}s:32:\"6ee0208730157b0b4d5d44705f954895\";a:11:{s:3:\"key\";s:32:\"6ee0208730157b0b4d5d44705f954895\";s:10:\"product_id\";i:19550;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:45;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:45;s:8:\"line_tax\";i:0;}s:32:\"d9e463c17706da6e0606b5becce78531\";a:11:{s:3:\"key\";s:32:\"d9e463c17706da6e0606b5becce78531\";s:10:\"product_id\";i:20151;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1.9899999999999999911182158029987476766109466552734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1.9899999999999999911182158029987476766109466552734375;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"87.98\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"87.98\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"87.98\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:16:\"wca_session_data\";s:0:\"\";s:10:\"wc_notices\";s:216:\"a:1:{s:7:\"success\";a:1:{i:0;s:177:\"<a href=\"https://www.resettohappiness.com/cart-2/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> &ldquo;You Are Amazing Card Superhero&rdquo; has been added to your cart.\";}}\";}',1551920157),(324,'fde2e2f9d2adbc0c2c0e50459f2baa55','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551921232),(321,'632d8ae4e2fee82bd7e63a3e48017373','a:9:{s:4:\"cart\";s:511:\"a:1:{s:32:\"9d1cedfbd54ff2444c04f3730c562b75\";a:11:{s:3:\"key\";s:32:\"9d1cedfbd54ff2444c04f3730c562b75\";s:10:\"product_id\";i:20149;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4.9900000000000002131628207280300557613372802734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:4.9900000000000002131628207280300557613372802734375;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:4:\"4.99\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"4.99\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"4.99\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:16:\"wca_session_data\";s:0:\"\";s:10:\"wc_notices\";N;s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551920194),(323,'9401ad5858ed958c255e4d09721d4bab','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551920831),(322,'ccf3650215725de83f38fe0d7757d61f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551920247),(325,'33025dbdb501291ee454aa6fc62cf2e5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551921254),(326,'ddbf6c2b6486dc55def67c43c6cff726','a:9:{s:4:\"cart\";s:918:\"a:2:{s:32:\"2246409389f1ea413ff9c03b9e09ffb3\";a:11:{s:3:\"key\";s:32:\"2246409389f1ea413ff9c03b9e09ffb3\";s:10:\"product_id\";i:19551;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:65;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:65;s:8:\"line_tax\";i:0;}s:32:\"8974b3cfdf5f3b7e194ba60224d5c206\";a:11:{s:3:\"key\";s:32:\"8974b3cfdf5f3b7e194ba60224d5c206\";s:10:\"product_id\";i:20155;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4.9900000000000002131628207280300557613372802734375;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:4.9900000000000002131628207280300557613372802734375;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"69.99\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"69.99\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"69.99\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:16:\"wca_session_data\";s:0:\"\";s:10:\"wc_notices\";s:211:\"a:1:{s:7:\"success\";a:1:{i:0;s:172:\"<a href=\"https://www.resettohappiness.com/cart-2/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> &ldquo;You Are Amazing Card Star&rdquo; has been added to your cart.\";}}\";}',1551921387),(327,'a22b42253f885b01228e5f48baa4816d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551921610),(328,'2186aabd13344048ce68402f29162178','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551922088),(329,'14a41fb004037be2df12d9db4f0924c7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551922490),(330,'15338c60539f2d41707fb872d923f5a5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551922901),(331,'4b796fade7064474d0582d222b8e2b49','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551922961),(332,'ca3af0fa88ab26648816b6b79c9b9530','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551923359),(333,'5c4122b1966510d5ca1786b8644107ee','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551923779),(334,'5125934b62a6544758f89519b8e0c2eb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551924047),(335,'8dc759e9dcaea98df3c91c2cf4a862d2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551924059),(336,'fbc8789130392b96cd1f6a7af41df52f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551924152),(337,'fad8cae42690905b03f059bb10b846af','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551924445),(338,'0e2625e5ec9b92c6bded237258559e04','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551924573),(339,'cf86983b61f5f1656662e5118b0a3ae8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551924608),(340,'d587f02823b01cabb91832ed8b9c2922','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551925071),(341,'6d5652df104c061670a3ca871b9e1849','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551925495),(342,'83fbde0be3b07d3d41835803bf001218','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551925878),(343,'6d604aeebbe821f091e1b0de61dcba51','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926060),(344,'6f39b82f0dcbea54b0e1d52757089450','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926066),(345,'6b6f344f1f036ddd6994d930b863e9b4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926072),(346,'7519786030a61ea692275bac1c8943f9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926237),(347,'5d8892bf1d469c0b4a1aecab93bb54e9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926244),(348,'aedd9c1c4c0f3ddb8ed7c055c3d1d3c0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926283),(349,'7a0992fb663a5e62dbeea3d2fd03e236','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926298),(350,'f4939f8d1e5425427254336d03951ac0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926423),(351,'89be21502f7e20c3492adb1509fb46f6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926461),(352,'e5549756ac9544d1c5104ee1f6d6c08b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551926681),(353,'765d83c36fe0aa6b29eb6be0e399d600','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927158),(354,'20231ac984fb0173020087aa4353ed8d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927211),(355,'818dbdf532f87fc41b4cb1653a995818','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927411),(356,'74433e4a01a214177167c2d37c63c06e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927422),(357,'cb6069485c7aef6d4f9f319e322db131','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927478),(358,'a14f3ca738ccbaa139723559113c4c6e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927539),(359,'0c164be9ae86200e7e11df1237a73de9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927549),(360,'a9dd906bed612374f3f71a37e07f5fe9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927729),(361,'7410260466d6ce4dbb564c1c7ba1c593','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927740),(362,'2f16b6b2f0edb74dd634c637a8c9de9e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927804),(363,'a2fdd1d30c2ce0e8636554a0f0dfa2db','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927809),(364,'c75c658c1713637ca015d443ec75ecf7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927819),(365,'2d0b70f09883c233c2dc7fe5f0b06ac2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927823),(366,'ba226e2ebf768795b7d7167b165c00c3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927823),(367,'7e353395c05a6f8e72eedc92e056a050','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927824),(368,'29e236588db5c1f2a2eeac1c56e39266','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927825),(369,'2e6e8d94174ef9985d131612f659bfb4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927828),(370,'cc8212f9724ef17b2083ead13ca599af','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927827),(371,'59d3daa658ffb6d2afb724c234858d74','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927828),(372,'b7f323af365f62faa845635acf3709cb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927829),(373,'94389de0d9e3c5827ec3173ce31dca6d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927831),(374,'1bf59a49d33407f1a6a365c466b7a39a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927831),(375,'74aae1c403c6679921c367109fc6a84e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927831),(376,'e9b822f9c013aa9a4dd1a13fc83c7701','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927839),(377,'da503a86d7a956fc9423d21e7fd817bb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927843),(378,'a7ccf366c0d0fc0b1edc4a949b186e5c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927867),(379,'a83b7db4b50411cc528a8a685e6a20e3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927870),(380,'b21dabcb63460cc5ead288847024db4c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927870),(381,'a38d983385781dd74b16cb340994c115','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927882),(382,'d167554a59ded7a484c322ada4aa2ed3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927883),(383,'5fe663801d4d8ca6181e56eb51180de1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927893),(384,'4cb9f121d7f4e0a8b882af90a03edc78','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927893),(385,'2cf4c4ca2c081b8738d4d48c2a64dde3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927894),(386,'28899db3e4b48dac1c0e28e484751590','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927895),(387,'32384f986feb6de393a3bae318739ccb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927899),(388,'0b5583b53ccf6ac98e2ae4603c153d77','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927899),(389,'b9cfbd9afadbb599202deb5c5571bfeb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927901),(390,'8706e7495d4030d6fa2d2e8dfaaaf85c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927923),(391,'19b60bf816c51b551cb1f77685305717','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927895),(392,'97c6cf98980c2b528a4831049f327ec4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927959),(393,'c59b041196352d5e4b1575cee35cd989','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927959),(394,'f2f7d2fe76de127cc32a5e5c0ba4fd6e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927961),(395,'fa2a519fa823fcff8a0cffd114821492','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927991),(396,'490755eefe4694f581981a09a270a0b5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927995),(397,'43b5f30cab37c3425a8ff4b0f5ff66e1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927996),(398,'532bb9136afd48ffdaba5e88fed47c23','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551927998),(399,'a9b7ac6016ce5956b2c35aba484e8ddd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928002),(400,'7923237d035279fdb196c7747ce6a8a4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928001),(401,'926fde91da5cf0ac9c9522fc6c4045c6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928005),(402,'4318f32a9eaf4fd546869a16fe564cb9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928007),(403,'def39131955e995891042925bb70eb55','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928008),(404,'fafd3c05d095d0ff44e620b35b8cddcf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928015),(405,'e75dd13cabb45bb83d041bc0938bd2bf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928096),(406,'9c0057831a148119b602bef568ddc88e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928100),(407,'99772fa6cc78dc43db0b9e3824103be8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928100),(408,'574bc3c1ce5ebea47271db8139121a21','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928099),(409,'cd566d10f51f01038adeadccc1abfbd5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928100),(410,'14743e718861d95efbd71bc696c51b55','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928100),(411,'14cb9a2a1cac370cfe700ec0598ae71a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928131),(412,'01fd30edd02fcd691117fa47a522235e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928168),(413,'323da6f2df812a4d219a2601430ffbe8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928165),(414,'a87e61e63c5ecc09d18d534ef4e51a7a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928192),(415,'71c98b36cbd95a004dfc0b2815b2ec2f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928195),(416,'80b706199ae2e3b6c49cb4f5450574a8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928193),(417,'991ab94575780c5a141d575829b80e2c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928198),(418,'a9a0d5e4a875db24f9621ee6ecfabf9c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928195),(419,'b72ad45eb31df59d0a8bad5a20d864a0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928198),(420,'a6908ddbf6a6ee2cc68838bd4dbf7876','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928197),(421,'9e42125a080ae79de05598e2e6d2e74b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928197),(422,'e25804c625aa210885963ca8f66385e0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928203),(423,'d03808f9325fde385bf53d3b9e42ce31','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928196),(424,'d6b085da3c3cab1feb43df00304101fc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928197),(425,'63d562b1c9cfadd7452350042fccbbb0','a:9:{s:4:\"cart\";s:415:\"a:1:{s:32:\"bd722d51bdd676cc03c87b2ab18b7437\";a:11:{s:3:\"key\";s:32:\"bd722d51bdd676cc03c87b2ab18b7437\";s:10:\"product_id\";i:19542;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:249;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:249;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"249.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"249.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"249.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:16:\"wca_session_data\";s:0:\"\";s:10:\"wc_notices\";N;s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928194),(426,'5937c7b98f100d980978679d780a69b3','a:9:{s:4:\"cart\";s:413:\"a:1:{s:32:\"25b55400e4fef098a35e25ba199b47b5\";a:11:{s:3:\"key\";s:32:\"25b55400e4fef098a35e25ba199b47b5\";s:10:\"product_id\";i:19533;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:38;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:38;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"38.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"38.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"38.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:16:\"wca_session_data\";s:0:\"\";s:10:\"wc_notices\";N;s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928198),(427,'83ae322485479d28e41309aab3632624','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928394),(428,'3b7a56bcd840adcf9aa502d9beb07f8a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928628),(429,'8c1cf5f590a1573dcc08329825f2d948','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551928809),(430,'316a15a694679b3f38356ff0f23fa7d2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929002),(431,'c5e528b53081fc63afb25656d9f1f492','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929206),(432,'ba30df687317fc8d119449377298360d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929259),(433,'cf7bb114958da2f87cadadd04c8c9c93','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929663),(434,'f5ca40cd8a0200d201c4476193fefb62','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929756),(435,'ed1657a77b6bf20d28d345c8d1b50978','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929760),(436,'ac58359b90560bd8f0e0ddd34063fd2b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929765),(437,'adef4054f8868153afec80833d5fdfbd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551929900),(438,'dbb77254a2eaefcc0a2d05309fc42854','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551930066),(439,'52b27446a60ae0935a7d716f64f970f9','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551930457),(440,'b74ba9215a4022c6d08bb858eb7f4c81','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551930908),(441,'bc3d8308cf7a27d04501775ebc252b05','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551931017),(442,'043b69a420ee4dc83eeeb43feca15fd3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551931321),(443,'ad5583f4469dd5d28839bc954aa4a8bc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551931706),(444,'dff4ae199444a23a63c92917db6974a2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551932128),(445,'3244ed099d91cc19355cfed6fa1ebc51','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551932173),(446,'06154538fbd7893acda5cd62552c37e4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551932609),(447,'5b26dc85dbe928a3bb653aabac7ad8ea','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551932837),(448,'7432574b9b3636673f3a9bdb4dcfdfaa','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551932966),(449,'87cd57873bbd547b51d74f5e3cfd9aee','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551933474),(450,'b99abda7ec000feaf27e9a9697781966','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551933685),(451,'0f58be62bbf6697c7ba80ceae14ef174','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551933837),(452,'dad87b0e6a2f4d86363d1bfba00db9ee','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551933839),(453,'8b81d2009a86643954be8736549462a5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551933978),(454,'c0b020a004254044fe12d31e364edb9a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551934243),(455,'5223167aa1c16d9d7cbb5aff2948007c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551934311),(456,'699272e857e2d4b5ed4a8aa8beaa0c94','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551934679),(457,'ecd4c4c5f12013b8d245b719c846c18f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551935082),(458,'354e04d5670d5edf9c5d2c42488d6a1f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551935499),(459,'fe97f556222be0bd0183bf59954f4421','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551935649),(460,'38464e2a0d908779e89ffe5404654fee','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551935948),(461,'c58de188e77aeaf0f5c30630f1ac10a2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936205),(462,'1030231d778a0c0120917bc45f5bce7b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936349),(463,'a0eca01247a443a38df184d99ecfc9a3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936653),(464,'7a3e677aecd7fc612c7e0a93d178c221','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936658),(465,'b1452d746d773016581bd248f7b26377','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936747),(466,'25a2ce090d489f3f2fa3079636743daa','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936931),(467,'c4a1e89cc780a965346123aa54af6cb6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551936940),(468,'e9db606935710f47904dee72e5578b86','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551937005),(469,'c801d0da1dcf9da0d643ba08b604fe82','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551937212),(470,'9009b5c7189aa6268ab25b2066bc6914','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551937604),(471,'1e7af3016b8033a45e35e0b33f7792cd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551937617),(472,'3f069bb7231230304439a6b40c1d5bef','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551938004),(473,'d6ab64cb521c9401f6e9da480546dab8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551938382),(474,'22df574e412017107d189821ca927ae0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551938464),(475,'ec175ca833b792e7c7273c8cd80fecc0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551938506),(476,'b1d614b8b284c00ca5a4abf96d3ddcc2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551938870),(477,'bc9814ed74e704d8576b4a4c07784a0b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551939276),(478,'d71fedec539358ae035db7e1b5c41666','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551939433),(479,'4cf11035b125f602db26411a97ae170f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551939732),(480,'4335a7e01ba4b24e9d1a699aee4cbe42','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551939973),(481,'a80053ddd48a13a4bfa03d3e52547b4c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551940136),(482,'d838769afec137a378d6ba0122ec1d44','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551940537),(483,'a82d12dc37625ddb7d19a88ad5c5cab5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551940993),(484,'0b54710fdc633185a572d4f9af18545e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551941391),(485,'777c8cf89fe53c842343a9a60073b6c5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551941790),(486,'9da5ea2a2a73d231c9966cb6ca19b023','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551942263),(487,'7d09e3abeaaefb655aea7d02be818121','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551942668),(488,'be15458e4493fee422f7b40080f92eb8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551943073),(489,'99c79c79aa10083a1769bf9aaf455aa6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551943088),(490,'0ffb8245a44f033c7d448733e24ed580','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551943520),(491,'f8d705bd729c18d5214ada871ab002b6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551943913),(492,'4b2b3b441c560d1f03dcb0afa149ee53','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551943996),(493,'8e9a9099a71b9796188ffd4098d0a67e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551944347),(494,'a73954432909c2f26c4d69c639b14430','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551944804),(495,'2388cdf6dd0c61ae02488ddfef5c769e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551945187),(496,'0ad10579ebc6fe23e152bb02b1428424','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551945574),(497,'e4fef4166cf32c8138c3c58743077325','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551946039),(498,'0171108db229dfb1ba7b76905cde2ba1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551946443),(499,'3f3823900554982a45114b424875b7ea','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551946851),(500,'fad24f92f6a2b989dd272737a317cff1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551947312),(501,'5f29948c9eace70c7650cc4c52938fcf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551947723),(502,'f2842596005e7eec941bb1027a3789e7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551948126),(503,'9398d372958af32cacc3a8a0e14060c5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551948563),(504,'4cd76f4fa666d24a57e861d5769f7579','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551948983),(505,'5df147c9ef1a6b2ddd15b45cd2e0a7bf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551949373),(506,'36da8897b0dbabb2bbd196cebbcde08c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551949841),(507,'61062c1ba7d139cb55ebffc8bc743758','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551950238),(508,'b3dc3c525df65fe3fb42bfbc935f0cc5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551950674),(509,'86caea8b94f5d0bc5063237271ea591e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551951082),(510,'40bb94daefd9f90ce4dbe331989048fc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551951503),(511,'9b839d2d505aa799088e6190f022fc2a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551951937),(512,'0995bb5c76c1db56d12b22d04f78f4a3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551952354),(513,'8ecf2222700cebe617a4cf6832ae36c3','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551952752),(514,'950799f008f0fa736c8236f6280b2139','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551953175),(515,'d70b3aa61e1bf9cc9db8bc860b9fb800','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551953597),(516,'d382a15f7f6f0535d2b0291f0f1d70ad','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551954038),(517,'2267f9f05d0bfc2912e00a0ff03d14fc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551954424),(518,'ae279bcbe09743787134d55efa1a400e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551954894),(519,'d0d58fef13ebd6365d00b29e50a84e44','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551954908),(520,'651bac349f5da2b83964be6a71bea16e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551954914),(521,'729cdb015e073083838a43a0a47b5391','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551955135),(522,'43898d3e52847358d889e09f02e08e7b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551955140),(523,'06b2e930b2298a08283a118d84b77956','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551955280),(524,'d33d4b288570d7ff345d364fa272f7f6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551955510),(525,'6df2541784f7e92142a653751f9b906a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551955690),(526,'3c2e3ef9f554cc8427f8a5c4147c23e2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551956139),(527,'ab5c3c30256259d23835e2a8570d6b8f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551956437),(528,'5a52c38973e8159de96337f4296808bf','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551956541),(529,'3d655c97556caf0ade879dba2a3f8dc7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551956975),(530,'5e77a1e4af7d4da0a8a4a7eb1effcacd','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551957425),(531,'7697037dd0f717e30ed5fd7efced1aa4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551957894),(532,'d39519cb516a78a34fded8f528b13b73','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551958216),(533,'5efa28f33d34c1ee6835d846beac7f03','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551958679),(534,'140be0c9998e107d794f2bee059a97d7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551959088),(535,'5dcbb459b5e415c32ac1ebf60da14d79','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551959495),(536,'3899cf1949d4a36c9af271558f20adc5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551959925),(537,'a6ff3148cb7e43d1d2f176a96d028c18','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551959983),(538,'d4a0b193efdf27bf932a6fea73b4e554','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551959988),(539,'69fa3fd337b9b537c8cdfcd35f9de2c5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551960288),(540,'acb3bbbd8af926cb02da3fe80b5312eb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551960336),(541,'dab6f3e89129ac3e5e003fa0b5c23361','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551960411),(542,'aa9e424c1252312a83ccf05c2ff484da','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551960541),(543,'898a7811d0c348192c638e4944fba8d1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551960722),(544,'96225ffece1554418191d07de80a563b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551961193),(545,'99256cbceb5c983ac0dc7bfe66743668','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551961577),(546,'06bac47c36b5c462582d37e6b85ec792','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551961997),(547,'216e45a46e28469835f4f2d9e8fb5880','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551962091),(548,'e695d528d91de6ce2a742b5e11d2b257','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551962096),(549,'d90b2c970612caae3981c4a5c734ab41','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551962434),(550,'f19be4a25aceb97e20f0718081a8c490','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551962436),(551,'1e3e7d2404cebb60cd10540939cef10c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551962834),(552,'b9ea098983f187e36c9de7da6631716c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551963252),(553,'802a588ffc4f117b6af78512e22a2b56','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551963440),(554,'a521c6513f982f9cb0c25b90c84adaa4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551963569),(555,'1304adb5dc1cfd6249111afbad9475c8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551963683),(556,'87240e13dd28f3acdc980be65accb796','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551964111),(557,'1191a3745a23e2b2f48f7b574c3e4244','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551964499),(558,'48cc4934b202589e04b8cf7ec6c43ca2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551964795),(559,'5bcc4b3c9cd46149bb28e0f5aeb92a9a','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551964984),(560,'867ad75aeb3ec63f56bf950d4e8759b6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551965379),(561,'67291ef39a173bb84c4777ceb31fc65d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551965767),(562,'3e73d51efe0dad40c108141ac3fcf1ad','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551966307),(563,'585af1fae51ba2095ff54eafe3062b67','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551966524),(564,'6a1316d117aa92197b36439b1bdc6de6','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551966643),(565,'e31ba47a59101d762892737560c1e001','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551967049),(566,'6b8465beb8e5dce82c63adeca24b7e86','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551967502),(567,'834ad1d188072678921a0ebd5a95a33b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551967906),(568,'dcd79de5af313ed72054e5bd82d118ed','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551968273),(569,'895edac027b5f9760f7e22aa59d9eef0','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551968728),(571,'79c79e92af35d588abeb2e868cf0d9c2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551969541),(572,'b77e538f1c4857e3ba92177a938e2720','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551970021),(573,'302cefcc8babac69bede718da5a4fa5e','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551970300),(574,'7b81db06ac68424f6ee2129c7aac4da7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551970413),(575,'f2548654a2def652595c36ff44c36c71','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551970796),(576,'0f87c06188a0569ab3e599173fae7b77','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551971267),(577,'00f4208bb77222d18652101943007831','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551971417),(578,'6c208addbe40275b7d76f519216c510f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551971420),(579,'c1d941de130633a0266d5ff3dd060c45','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551971693),(580,'cbd9b50ce074c838a673c71988e08308','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551972064),(581,'66a29d2fec145a5c800a7bb674f47711','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551972535),(582,'403f00330004ef627e81801773989070','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551972947),(583,'f72b88cc64aaa4066e87f32376cc94e4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973328),(584,'1e146116d590865b0b567a953bd3ae9d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"WA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"WA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973590),(585,'65db65aeb2f0f09e35ae467fe657fac4','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"CA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973745),(586,'ed8bbc6a57d066feb8afa3bd5580f876','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"CA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973760),(587,'279197c60aadddd8348f61152fbbbc7f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973789),(588,'6340cf6ac347cbe6d0e471359113ac3d','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"CA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973896),(589,'32f4a87c3a43ebd294476e9121119b1c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"CA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973900),(590,'00a70e72717037ad49049575aa8b3936','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973915),(591,'1ec93f46648d9b1c75f72e97f073cfa8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973918),(592,'2710e2b795f0451ec0f9ad5e8c13d5d8','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973919),(593,'41b9440c5fec730412b8aeb7afea163f','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551973920),(594,'7c20a29fb392b0c71ccd758a02a8efbc','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1551974202);
/*!40000 ALTER TABLE `wpyz_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_shipping_zone_locations`
--

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

--
-- Table structure for table `wpyz_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `wpyz_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_shipping_zones`
--

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

--
-- Table structure for table `wpyz_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `wpyz_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wpyz_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_woocommerce_tax_rates`
--

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

--
-- Table structure for table `wpyz_wpforms_lite`
--

DROP TABLE IF EXISTS `wpyz_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_wpforms_lite`
--

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

--
-- Table structure for table `wpyz_yoast_seo_links`
--

DROP TABLE IF EXISTS `wpyz_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=408 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_yoast_seo_links`
--

LOCK TABLES `wpyz_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpyz_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpyz_yoast_seo_links` VALUES (1,'https://www.resettohappiness.com/product/you-are-amazing-card-wand/',19916,20138,'internal'),(2,'https://www.resettohappiness.com/product/you-are-amazing-card-wand/',19916,20138,'internal'),(3,'https://www.resettohappiness.com/product/you-are-amazing-card-puzzle/',19916,20156,'internal'),(4,'https://www.resettohappiness.com/product/you-are-amazing-card-puzzle/',19916,20156,'internal'),(5,'',19916,0,'internal'),(6,'https://www.resettohappiness.com/checkout-2/',19916,19917,'internal'),(407,'https://www.evolutionastrology.com',12,0,'external'),(406,'http://storyconscious.com/',12,0,'external'),(405,'https://youtu.be/EirlZ7fy3bE',12,0,'external'),(404,'https://youtu.be/_YIwPUQ2ftM',12,0,'external'),(403,'https://youtu.be/UPoTsudFF4Y',12,0,'external'),(400,'https://www.louisehay.com/',12,0,'external'),(401,'https://www.drwaynedyer.com/',12,0,'external'),(117,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/',8,16375,'internal'),(116,'https://www.resettohappiness.com/blog/tag/themefusion/',8,0,'internal'),(115,'https://www.resettohappiness.com/blog/tag/store/',8,0,'internal'),(113,'https://www.resettohappiness.com/blog/category/trends/',8,0,'internal'),(114,'https://www.resettohappiness.com/blog/tag/avada/',8,0,'internal'),(112,'https://www.resettohappiness.com/blog/category/special-offers/',8,0,'internal'),(109,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',8,0,'internal'),(110,'https://www.resettohappiness.com/blog/category/fashion/',8,0,'internal'),(111,'https://www.resettohappiness.com/blog/category/news/',8,0,'internal'),(108,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/',8,16375,'internal'),(107,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',8,0,'internal'),(106,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/',8,16375,'internal'),(104,'https://www.resettohappiness.com/blog/tag/store/',8,0,'internal'),(105,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/',8,16378,'internal'),(103,'https://www.resettohappiness.com/blog/tag/demo/',8,0,'internal'),(102,'https://www.resettohappiness.com/blog/tag/classic/',8,0,'internal'),(101,'https://www.resettohappiness.com/blog/tag/avada/',8,0,'internal'),(100,'https://www.resettohappiness.com/blog/category/trends/',8,0,'internal'),(98,'https://www.resettohappiness.com/blog/category/markup/',8,0,'internal'),(99,'https://www.resettohappiness.com/blog/category/news/',8,0,'internal'),(97,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',8,0,'internal'),(96,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/',8,16378,'internal'),(95,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',8,0,'internal'),(94,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/',8,16378,'internal'),(93,'https://www.resettohappiness.com/blog/2019/01/30/baby-steps/',8,19689,'internal'),(91,'https://www.resettohappiness.com/blog/category/tips-for-life/',8,0,'internal'),(92,'https://www.resettohappiness.com/blog/tag/life-path/',8,0,'internal'),(90,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',8,0,'internal'),(89,'https://www.resettohappiness.com/blog/2019/01/30/baby-steps/',8,19689,'internal'),(88,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',8,0,'internal'),(87,'https://www.resettohappiness.com/blog/2019/01/30/baby-steps/',8,19689,'internal'),(86,'https://www.resettohappiness.com/amazing/',8,19823,'internal'),(118,'https://www.resettohappiness.com/blog/',8,10,'internal'),(119,'https://www.resettohappiness.com/shop/',8,19824,'internal'),(120,'https://www.resettohappiness.com/blog/2019/01/30/baby-steps/',10,19689,'internal'),(121,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(122,'https://www.resettohappiness.com/blog/2019/01/30/baby-steps/',10,19689,'internal'),(123,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(124,'https://www.resettohappiness.com/blog/category/tips-for-life/',10,0,'internal'),(125,'https://www.resettohappiness.com/blog/tag/life-path/',10,0,'internal'),(126,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/',10,16378,'internal'),(127,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(128,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/',10,16378,'internal'),(129,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(130,'https://www.resettohappiness.com/blog/category/markup/',10,0,'internal'),(131,'https://www.resettohappiness.com/blog/category/news/',10,0,'internal'),(132,'https://www.resettohappiness.com/blog/category/trends/',10,0,'internal'),(133,'https://www.resettohappiness.com/blog/tag/avada/',10,0,'internal'),(134,'https://www.resettohappiness.com/blog/tag/classic/',10,0,'internal'),(135,'https://www.resettohappiness.com/blog/tag/demo/',10,0,'internal'),(136,'https://www.resettohappiness.com/blog/tag/store/',10,0,'internal'),(137,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/#respond',10,16378,'internal'),(138,'https://www.resettohappiness.com/blog/2015/09/09/aenean-lobortis-sapien-enim-viverra/',10,16378,'internal'),(139,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/',10,16375,'internal'),(140,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(141,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/',10,16375,'internal'),(142,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(143,'https://www.resettohappiness.com/blog/category/fashion/',10,0,'internal'),(144,'https://www.resettohappiness.com/blog/category/news/',10,0,'internal'),(145,'https://www.resettohappiness.com/blog/category/special-offers/',10,0,'internal'),(146,'https://www.resettohappiness.com/blog/category/trends/',10,0,'internal'),(147,'https://www.resettohappiness.com/blog/tag/avada/',10,0,'internal'),(148,'https://www.resettohappiness.com/blog/tag/store/',10,0,'internal'),(149,'https://www.resettohappiness.com/blog/tag/themefusion/',10,0,'internal'),(150,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/#respond',10,16375,'internal'),(151,'https://www.resettohappiness.com/blog/2015/09/09/duis-ac-massa-semper-maximus-lacus/',10,16375,'internal'),(152,'https://www.resettohappiness.com/blog/2015/09/09/nunc-ferment-nulla-eu-justo/',10,16372,'internal'),(153,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(154,'https://www.resettohappiness.com/blog/2015/09/09/nunc-ferment-nulla-eu-justo/',10,16372,'internal'),(155,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(156,'https://www.resettohappiness.com/blog/category/fashion/',10,0,'internal'),(157,'https://www.resettohappiness.com/blog/category/news/',10,0,'internal'),(158,'https://www.resettohappiness.com/blog/category/trends/',10,0,'internal'),(159,'https://www.resettohappiness.com/blog/tag/avada/',10,0,'internal'),(160,'https://www.resettohappiness.com/blog/tag/classic/',10,0,'internal'),(161,'https://www.resettohappiness.com/blog/tag/demo/',10,0,'internal'),(162,'https://www.resettohappiness.com/blog/tag/free/',10,0,'internal'),(163,'https://www.resettohappiness.com/blog/2015/09/09/nunc-ferment-nulla-eu-justo/#respond',10,16372,'internal'),(164,'https://www.resettohappiness.com/blog/2015/09/09/nunc-ferment-nulla-eu-justo/',10,16372,'internal'),(165,'https://www.resettohappiness.com/blog/2015/09/09/aliquam-posuere-magna-eget/',10,16369,'internal'),(166,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(167,'https://www.resettohappiness.com/blog/2015/09/09/aliquam-posuere-magna-eget/',10,16369,'internal'),(168,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(169,'https://www.resettohappiness.com/blog/category/coupons/',10,0,'internal'),(170,'https://www.resettohappiness.com/blog/category/special-offers/',10,0,'internal'),(171,'https://www.resettohappiness.com/blog/category/trends/',10,0,'internal'),(172,'https://www.resettohappiness.com/blog/tag/avada/',10,0,'internal'),(173,'https://www.resettohappiness.com/blog/tag/free/',10,0,'internal'),(174,'https://www.resettohappiness.com/blog/tag/spotlight/',10,0,'internal'),(175,'https://www.resettohappiness.com/blog/tag/store/',10,0,'internal'),(176,'https://www.resettohappiness.com/blog/2015/09/09/aliquam-posuere-magna-eget/#respond',10,16369,'internal'),(177,'https://www.resettohappiness.com/blog/2015/09/09/aliquam-posuere-magna-eget/',10,16369,'internal'),(178,'https://www.resettohappiness.com/blog/2015/09/09/cras-ac-nulla-ac-consectetur-rutrum/',10,16366,'internal'),(179,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(180,'https://www.resettohappiness.com/blog/2015/09/09/cras-ac-nulla-ac-consectetur-rutrum/',10,16366,'internal'),(181,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(182,'https://www.resettohappiness.com/blog/category/coupons/',10,0,'internal'),(183,'https://www.resettohappiness.com/blog/category/news/',10,0,'internal'),(184,'https://www.resettohappiness.com/blog/category/trends/',10,0,'internal'),(185,'https://www.resettohappiness.com/blog/tag/avada/',10,0,'internal'),(186,'https://www.resettohappiness.com/blog/tag/classic/',10,0,'internal'),(187,'https://www.resettohappiness.com/blog/tag/demo/',10,0,'internal'),(188,'https://www.resettohappiness.com/blog/tag/store/',10,0,'internal'),(189,'https://www.resettohappiness.com/blog/2015/09/09/cras-ac-nulla-ac-consectetur-rutrum/#respond',10,16366,'internal'),(190,'https://www.resettohappiness.com/blog/2015/09/09/cras-ac-nulla-ac-consectetur-rutrum/',10,16366,'internal'),(191,'https://www.resettohappiness.com/blog/2015/09/09/fusce-mattis-nunc-ut-aliquam/',10,16363,'internal'),(192,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(193,'https://www.resettohappiness.com/blog/2015/09/09/fusce-mattis-nunc-ut-aliquam/',10,16363,'internal'),(194,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',10,0,'internal'),(195,'https://www.resettohappiness.com/blog/category/fashion/',10,0,'internal'),(196,'https://www.resettohappiness.com/blog/category/markup/',10,0,'internal'),(197,'https://www.resettohappiness.com/blog/category/news/',10,0,'internal'),(198,'https://www.resettohappiness.com/blog/category/trends/',10,0,'internal'),(199,'https://www.resettohappiness.com/blog/tag/avada/',10,0,'internal'),(200,'https://www.resettohappiness.com/blog/tag/demo/',10,0,'internal'),(201,'https://www.resettohappiness.com/blog/tag/free/',10,0,'internal'),(202,'https://www.resettohappiness.com/blog/tag/spotlight/',10,0,'internal'),(203,'https://www.resettohappiness.com/blog/2015/09/09/fusce-mattis-nunc-ut-aliquam/#respond',10,16363,'internal'),(204,'https://www.resettohappiness.com/blog/2015/09/09/fusce-mattis-nunc-ut-aliquam/',10,16363,'internal'),(205,'https://www.resettohappiness.com/wp-admin/post.php?paged=2',10,0,'internal'),(206,'https://www.resettohappiness.com/wp-admin/post.php?paged=2',10,0,'internal'),(207,'https://www.resettohappiness.com/blog/category/card/',10,0,'internal'),(208,'https://www.resettohappiness.com/blog/category/fashion-beauty/',10,0,'internal'),(209,'https://www.resettohappiness.com/blog/category/health-wellbeing/',10,0,'internal'),(210,'https://www.resettohappiness.com/blog/category/home-garden/',10,0,'internal'),(211,'https://www.resettohappiness.com/blog/category/photo/',10,0,'internal'),(212,'https://www.resettohappiness.com/blog/category/tips-for-life/',10,0,'internal'),(213,'https://www.resettohappiness.com/blog/category/yoga-fitness/',10,0,'internal'),(214,'https://www.resettohappiness.com/blog/tag/family/',10,0,'internal'),(215,'https://www.resettohappiness.com/blog/tag/fitness/',10,0,'internal'),(216,'https://www.resettohappiness.com/blog/tag/food/',10,0,'internal'),(217,'https://www.resettohappiness.com/blog/tag/health/',10,0,'internal'),(218,'https://www.resettohappiness.com/blog/tag/life-path/',10,0,'internal'),(219,'https://www.resettohappiness.com/blog/tag/outdoors/',10,0,'internal'),(220,'https://www.resettohappiness.com/blog/tag/pregnancy/',10,0,'internal'),(221,'https://www.resettohappiness.com/blog/tag/travel/',10,0,'internal'),(222,'https://www.resettohappiness.com/blog/tag/wellbeing/',10,0,'internal'),(223,'https://www.resettohappiness.com/blog/tag/yoga/',10,0,'internal'),(224,'https://www.resettohappiness.com/blog/2019/02/',10,0,'internal'),(225,'https://www.resettohappiness.com/blog/2019/01/',10,0,'internal'),(226,'https://www.resettohappiness.com/blog/2015/09/',10,0,'internal'),(227,'https://www.resettohappiness.com/blog/2015/03/',10,0,'internal'),(228,'https://i1.wp.com/www.resettohappiness.com/wp-content/uploads/2019/02/amazing-treat2.jpg?ssl=1',19823,0,'external'),(229,'https://i0.wp.com/www.resettohappiness.com/wp-content/uploads/2019/02/amazing-prep.jpg?ssl=1',19823,0,'external'),(230,'https://i2.wp.com/www.resettohappiness.com/wp-content/uploads/2019/02/Amazing-personalize.jpg?ssl=1',19823,0,'external'),(231,'https://i1.wp.com/www.resettohappiness.com/wp-content/uploads/2019/02/amazing-assemble.jpg?ssl=1',19823,0,'external'),(232,'https://i0.wp.com/www.resettohappiness.com/wp-content/uploads/2019/02/amazing-ready.jpg?ssl=1',19823,0,'external'),(233,'https://www.resettohappiness.com/product/you-are-amazing-card-free/',19823,20158,'internal'),(234,'https://www.resettohappiness.com/product/you-are-amazing-card-free/',19823,20158,'internal'),(235,'/wp-admin/post.php?add-to-cart=20158',19823,0,'internal'),(236,'https://www.resettohappiness.com/product/you-are-amazing-card-free/',19823,20158,'internal'),(237,'https://www.resettohappiness.com/product/you-are-amazing-card-puzzle/',19823,20156,'internal'),(238,'https://www.resettohappiness.com/product/you-are-amazing-card-puzzle/',19823,20156,'internal'),(239,'/wp-admin/post.php?add-to-cart=20156',19823,0,'internal'),(240,'https://www.resettohappiness.com/product/you-are-amazing-card-puzzle/',19823,20156,'internal'),(241,'https://www.resettohappiness.com/product/you-are-amazing-card-star/',19823,20155,'internal'),(242,'https://www.resettohappiness.com/product/you-are-amazing-card-star/',19823,20155,'internal'),(243,'/wp-admin/post.php?add-to-cart=20155',19823,0,'internal'),(244,'https://www.resettohappiness.com/product/you-are-amazing-card-star/',19823,20155,'internal'),(245,'https://www.resettohappiness.com/product/you-are-amazing-card-superhero/',19823,20151,'internal'),(246,'https://www.resettohappiness.com/product/you-are-amazing-card-superhero/',19823,20151,'internal'),(247,'/wp-admin/post.php?add-to-cart=20151',19823,0,'internal'),(248,'https://www.resettohappiness.com/product/you-are-amazing-card-superhero/',19823,20151,'internal'),(249,'https://www.resettohappiness.com/product/you-are-amazing-card-swirls/',19823,20149,'internal'),(250,'https://www.resettohappiness.com/product/you-are-amazing-card-swirls/',19823,20149,'internal'),(251,'/wp-admin/post.php?add-to-cart=20149',19823,0,'internal'),(252,'https://www.resettohappiness.com/product/you-are-amazing-card-swirls/',19823,20149,'internal'),(253,'https://www.resettohappiness.com/product/you-are-amazing-card-wand/',19823,20138,'internal'),(254,'https://www.resettohappiness.com/product/you-are-amazing-card-wand/',19823,20138,'internal'),(255,'/wp-admin/post.php?add-to-cart=20138',19823,0,'internal'),(256,'https://www.resettohappiness.com/product/you-are-amazing-card-wand/',19823,20138,'internal'),(257,'https://www.resettohappiness.com/wp-content/uploads/2019/02/michelle-amazing5.jpg',19823,0,'internal'),(258,'https://www.resettohappiness.com/blog/2019/02/20/where-did-your-amazing-card-find-you/',19823,20199,'internal'),(259,'https://www.resettohappiness.com/blog/2019/02/20/where-did-your-amazing-card-find-you/',19823,20199,'internal'),(260,'https://www.resettohappiness.com/blog/author/Becky%20Myhre/',19823,0,'internal'),(261,'https://www.resettohappiness.com/blog/2019/02/20/where-did-your-amazing-card-find-you/#comments',19823,20199,'internal'),(402,'https://youtu.be/GXy__kBVq1M',12,0,'external'),(399,'https://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/ref=sr_1_2?keywords=power+of+now&amp;qid=1551206830&amp;s=gateway&amp;sr=8-2',12,0,'external'),(395,'https://i0.wp.com/www.resettohappiness.com/wp-content/uploads/2019/02/books.jpg?ssl=1',12,0,'external'),(396,'https://www.amazon.com/Loving-What-Four-Questions-Change/dp/1400045371/ref=sr_1_1?crid=2HY7WCEFZBGT8&amp;keywords=byron+katie+loving+what+is+book&amp;qid=1551206217&amp;s=gateway&amp;sprefix=bryon+katie%2Caps%2C225&amp;sr=8-1',12,0,'external'),(398,'https://www.amazon.com/Mindful-Path-Self-Compassion-Yourself-Destructive/dp/1593859759/ref=sr_1_3?keywords=mindful+path&amp;qid=1551207017&amp;s=gateway&amp;sr=8-3',12,0,'external'),(397,'https://www.amazon.com/You-Can-Heal-Your-Life/dp/0937611018/ref=sr_1_3?crid=1UI2L63T9QTJK&amp;keywords=louise+hay+you+can+heal+your+life&amp;qid=1551206383&amp;s=gateway&amp;sprefix=louise+hay%2Caps%2C260&amp;sr=8-3',12,0,'external');
/*!40000 ALTER TABLE `wpyz_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpyz_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wpyz_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpyz_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpyz_yoast_seo_meta`
--

LOCK TABLES `wpyz_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wpyz_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wpyz_yoast_seo_meta` VALUES (19916,6,0),(19917,0,1),(20138,NULL,5),(20156,NULL,5),(3,NULL,0),(19918,NULL,0),(20212,0,0),(8,34,0),(16375,NULL,7),(16378,NULL,7),(19689,NULL,5),(19823,29,1),(19824,NULL,1),(10,108,1),(20214,0,0),(16363,NULL,4),(16366,NULL,4),(16369,NULL,4),(16372,NULL,4),(20239,0,0),(20149,NULL,3),(20151,NULL,3),(20155,NULL,3),(20158,NULL,3),(20199,NULL,3),(20079,0,0),(20243,0,0),(20220,0,0),(12,0,0),(20229,0,0);
/*!40000 ALTER TABLE `wpyz_yoast_seo_meta` 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 2019-03-05  8:02:17
